Socket
Socket
Sign inDemoInstall

@graph-paper/icons

Package Overview
Dependencies
0
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @graph-paper/icons

__DESCRIPTION_FORTHCOMING__


Version published
Maintainers
3
Install size
69.3 kB
Created

Readme

Source

Icons

This package contains a small set of icons needed to build data apps. It primarily consists of adapted icons from the Photon Design System (in all cases, merely adding a size prop) or icons the graph-paper team has contributed. Attribution is given in either direction in all cases.

how to use the icons

To install, run

npm install @graph-paper/icons

To use in a component, try


<script>
import { ArrowheadLeft } from '@graph-paper/icons';
</script>

<span><ArrowheadLeft size={16} /> See More </span>

NOTE: there is no stylesheet associated with these icons, so when using the Svelte REPL, you will not need to import the style.

FAQs

Last updated on 16 Jul 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc