- ---
- name: Icon
- route: /components/icon
- menu: Components
- ---
-
- import { Playground, Props } from 'docz'
- import Icon from './Icon'
-
- # Icon
-
- Component for displaying graphics.
-
- <Playground>
- <Icon name="check" label="OK" size="1.5rem" weight={0.125} />
- </Playground>
-
- ## Props
-
- <Props of={Icon} />
|