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>
)
}
The size of the button.