JSPM

  • Created
  • Published
  • Downloads 926
  • Score
    100M100P100Q118761F
  • License BSD-3-Clause

Planview design system icons

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-icons

Usage

Named import (use with tree shaking)

import { Activity } from '@planview/pv-icons'
;<Activity size="small" color="blue" />