@scaleflex/icons
v3.0.1
Published
SVG icons as React components
Downloads
49,609
Readme
@scaleflex/icons
SVG icons as React components.
Installation
npm i @scaleflex/icons # react react-domyarn add @scaleflex/icons # react react-domMake sure to have
reactandreact-dominstalled in your package as they are included in our peer dependencies.
Usage
Every icon present in this package is a pure React component, wrapping plain svg element.
Each component is exported by default and gives access to the ref and className props, as well as standard svg attributes.
import DownloadIcon from '@scaleflex/icons/download';