🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@clds/icon

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/icon

## Adding new icon

latest
Source
npmnpm
Version
0.70.2
Version published
Weekly downloads
3.2K
-6.45%
Maintainers
1
Weekly downloads
 
Created
Source

@clds/icon

Adding new icon

Icons are managed in a special template in src/template/index-icons.tsx. This package autogenerates two files: index.tsx and metadata.ts. index.tsx is for production apps that don't require icon metadata. metadata.ts is for development apps that need to access icon information such as name, keywords, or category.

In order to add your icon successfuly, you need to:

  • add your icon in src/template/index-icons.tsx
  • sort the icons by running pnpm run sort-icons-exports
  • run pnpm nx generate tools:generateIcons from the package directory
  • commit
  • if you forget to generate code from the template, GitHub would do it for you by adding new commit in your PR

Please don't edit main files directly since they will be overwritten next time someone changes something in the template.

npm version

Versioning

This library follows Semantic Versioning.

License

See LICENSE

FAQs

Package last updated on 21 Jul 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