Icons
ragonUI icons are available as a set of components that share the same props API. Icons inherit from the CSS
color
.You can see the full list of icons on the website.
import { Main, IconEdit } from '@aragon/ui'
function App() {
return (
<Main>
<IconEdit />
</Main>
)
}





TYPE | DEFAULT VALUE |
---|---|
"tiny" ,"small" ,"medium" , "large" | "medium" |
The size of the button.
Last modified 4mo ago