@planview/pv-icons
v2.23.0
Published
Planview design system icons
Downloads
5,227
Readme
@planview/pv-icons
Collection of Planview Design System Icons
following the specification
Open the official documentation for more details
Setup
You can install @planview/pv-icons
in multiple ways:
- With NPM
npm install styled-components --save # peerDependency
npm install @planview/pv-icons --save
- With Yarn
yarn add styled-components # peerDependency
yarn add @planview/pv-icons
Usage
Named import (use with tree shaking)
import { Activity } from '@planview/pv-icons'
;<Activity size="small" color="blue" />