1.0.9 • Published 1 year ago

@sebthedev/swanky-icons v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

React component library of 54 customizable interactive icons

Install via:

npm install @sebthedev/swanky-icons
import { RealPieIcon } from '@sebthedev/swanky-icons'

<RealPieIcon />         // Icon with default parameters
<RealPieIcon            // Icon with custom sizing and color 
    width={100}
    height={100}
    fillColor="red"
/>                      
PropDescriptionDefault
width?: number or stringThe width of the icon in px30
height?: number or stringThe height of the icon in px30
fillColor?: stringThe primary color of the icon. Can be a hex value, rgb, or predefined color#ffffff

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago