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.
Usage
import { Main, IconEdit } from '@aragon/ui'
function App() {
return (
<Main>
<IconEdit />
</Main>
)
}
Icons set





Props
size
size
TYPE
DEFAULT VALUE
"tiny"
,"small"
,"medium"
, "large"
"medium"
The size of the button.
Last updated
Was this helpful?