@random-ui/icons
v1.0.0-beta.2
Published
## Inslations ```sh yarn add @random-ui/icons ```
Downloads
2
Readme
icons
Inslations
yarn add @random-ui/icons
Usage
import { Cube } from '@random-ui/icons'
const App = () => (
<div>
<Cube />
</div>
)