Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@evergis/icons

Package Overview
Dependencies
Maintainers
4
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/icons

### Install

latest
npmnpm
Version
2.0.23
Version published
Weekly downloads
4
-86.67%
Maintainers
4
Weekly downloads
 
Created
Source

@evergis/icons

Install

npm i @evergis/icons

yarn add @evergis/icons

Icons Generation

  • Add or update fonts in fonts folder.
  • run yarn generate.
  • add custom icon hook in src/hooks folder.
  • 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 07 Aug 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