@sebthedev/swanky-icons
v1.0.9
Published
React Icon Component Library
Downloads
2,866
Readme
React component library of 54 customizable interactive icons
Install via:
npm install @sebthedev/swanky-iconsimport { RealPieIcon } from '@sebthedev/swanky-icons'
<RealPieIcon /> // Icon with default parameters
<RealPieIcon // Icon with custom sizing and color
width={100}
height={100}
fillColor="red"
/> | Prop | Description | Default |
| :-------------: | :-------------: | :-------: |
| width?: number or string | The width of the icon in px | 30 |
| height?: number or string | The height of the icon in px | 30 |
| fillColor?: string | The primary color of the icon. Can be a hex value, rgb, or predefined color | #ffffff |
