New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vibe/icons

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibe/icons

Vibe's Icon Library

  • 1.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by23.21%
Maintainers
0
Weekly downloads
 
Created
Source

@vibe/icons

This package includes all of the icons of monday.com's Vibe Design System, available as React components and raw SVGs and with lazy loading support for optimized performance and flexible usage in your projects.

Installation

To install, use the following command:

npm install @vibe/icons

Usage

Using React Components
import { Close } from "@vibe/icons";
Using Lazy React Components
import { Close } from "@vibe/icons/lazy";
Using Raw SVG Files
import { Close as CloseSvg } from "@vibe/icons/raw";
Using Meta Information

The meta export provides detailed metadata for each icon, including:

  • name: The name of the icon.
  • file: The SVG file name.
  • description: A description of the icon's purpose or usage.
  • tags: Associated tags as a comma-separated string.

This metadata can be used to programmatically work with icons, such as building custom icon pickers or managing icons in your project.

import iconsMetaData from "@vibe/icons/meta";

Peer dependencies

We are reliant on React and React DOM, we are using them as externals, and we don't package them to the package, so you must have them in your project

FAQs

Package last updated on 20 Jan 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

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