1.0.9 • Published 3 years ago

@sebthedev/swanky-icons v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago