Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evergis/icons

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/icons

### Install

  • 1.0.135
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
178
increased by66.36%
Maintainers
0
Weekly downloads
 
Created
Source

@evergis/icons

Install

npm i @evergis/icons

yarn add @evergis/icons

Icons Generation

  1. Add or update fonts in fonts folder.
  2. run yarn generate.
  3. add custom icon hook in src/hooks folder.
  4. add base font icon component in `src/components' folder;

Usage

import { EverCloudArrowIcon } from '@evergis/icons';

const IconApp = () => <EverCloudArrowIcon />;
import { EverCloudIcon, EverCloudIconKind } from '@evergis/icons';

const IconApp = () => <EverCloudIcon>{EverCloudIconKind.Arrow}</EverCloudIcon>;

TODO

  • Need support imports like import {SomeIcon} from @evergis/icons/MyFontIcons;

FAQs

Package last updated on 20 Oct 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc