New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@imtf/icons

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imtf/icons

IMTF library of icons as React components and SVGs.

latest
Source
npmnpm
Version
1.3.3
Version published
Weekly downloads
810
-27.55%
Maintainers
2
Weekly downloads
 
Created
Source

Icons

How to add an icon ?

  • Add the svg file of your icon inside /packages/icons/src/svg using a camelCase naming.
  • Create a json file with the same name as your svg file (without the .svg extension of course). And use this template:
{
  "aliases": [], // Array of strings to add key search words in addition to the icon name
  "description": "" // Add a good description that defines what your icon can be used for
}

FAQs

Package last updated on 03 Mar 2026

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