Getting Started
Kyber exposes a set of SVG icons that are usable as React components.
pnpm i @emoney/kyber-icons
import { IconFileGif } from '@emoney/kyber-icons';
Icons are sized relative to the text around them. To make them larger or smaller, set the font size of the icon or the parent element accordingly.
Result
Loading...
Live Editor
Props are spread onto the <svg>
element, so any props supported by SVGs are supported on these Icons.
All Icons
Result
Loading...
Live Editor