šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@planview/pv-icons-sprite

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planview/pv-icons-sprite

Planview design system icons

2.25.0
latest
Source
npm
Version published
Weekly downloads
5
-64.29%
Maintainers
7
Weekly downloads
Ā 
Created
Source

@planview/pv-icons-sprite

An svg sprite of Planview Design System Icons following the specification

Open the official documentation for more details

Intended Use

This package is intended for use with non-React implementations. For applications leveraging React, please use our @planview/pv-icons package.

Setup

You can install @planview/pv-icons-sprite in multiple ways:

  • With NPM
npm install @planview/pv-icons-sprite --save
  • With Yarn
yarn add @planview/pv-icons-sprite

Usage

Include the @planview/pv-icons-sprite/icons.svg SVG inline in your page using your preferred method.

Reference any of the icons in the sprite using <use /> and set the color with color in CSS. (Inline styles are used here for brevity of the example, but normal classes would work just fine.)

<svg style="width: 24px; height: 24px;">
    <use xlink:href="#icon-calculator"></use>
</svg>

<svg style="width: 24px; height: 24px; color: red">
    <use xlink:href="#icon-arrow-up"></use>
</svg>

Keywords

planview

FAQs

Package last updated on 27 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts