@versatus/icons
v0.2.0
Published
Some icons for the VRRB Blockchain.
Downloads
2
Readme
@versatus/icons
Some icons for the VRRB Blockchain.
Get Started
Install package
yarn add @versatus/icons
Use icons in your project
import { VrrbIcon } from '@versatus/icons'
export default function MyComponent() {
return (
<div>
<VrrbIcon />
</div>
)
}