Skip to content

SebastianWolfgangBrownstein/SwankyIcons

Repository files navigation

Swanky Icons

React component library of 54 customizable interactive icons

Basic Usage

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"
/>                      

Props Reference

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

About

React Icon Component Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages