README
@brix-ui/icons
SVG icons as React components.
Installation
npm i @brix-ui/icons # react react-dom
yarn add @brix-ui/icons # react react-dom
Make 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 Times from '@brix-ui/icons/times';