![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@vibe/icons
Advanced tools
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.
To install, use the following command:
npm install @vibe/icons
import { Close } from "@vibe/icons";
import { Close } from "@vibe/icons/lazy";
import { Close as CloseSvg } from "@vibe/icons/raw";
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";
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
Vibe's Icon Library
The npm package @vibe/icons receives a total of 13,706 weekly downloads. As such, @vibe/icons popularity was classified as popular.
We found that @vibe/icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.