Package Exports
- @planview/pv-icons
- @planview/pv-icons/es/index.js
- @planview/pv-icons/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@planview/pv-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-iconsUsage
Named import (use with tree shaking)
import { Activity } from '@planview/pv-icons'
;<Activity size="small" color="blue" />