Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 627 Bytes

@scaleflex/icons

SVG icons as React components.


Installation

npm i @scaleflex/icons # react react-dom
yarn add @scaleflex/icons # react react-dom

Make sure to have react and react-dom installed 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';