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

TYPEDEFAULT VALUE

"tiny","small","medium", "large"

"medium"

The size of the button.

Last updated