Last updated 1 year ago
Was this helpful?
ragonUI icons are available as a set of components that share the same props API. Icons inherit from the CSS color.
color
You can see the full list of icons on the website.
import { Main, IconEdit } from '@aragon/ui' function App() { return ( <Main> <IconEdit /> </Main> ) }
size
"tiny","small","medium", "large"
"tiny"
"small"
"medium"
"large"
The size of the button.