Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@edifice.io/icons
Advanced tools
SVG Icons Library to be used in any framework
pnpm add @edifice.io/icons
In your entry file (index.html), add the spritesheet icons.svg
through CDN or direct url
<link
rel="preload"
href="https://cdn.jsdelivr.net/npm/@edifice.io/icons@1.5.16-develop-rc.4/dist/icons.svg"
as="image"
type="image/svg+xml"
/>
Use the Icon
component and add the props name
. You will have the list of all available icons
import { Icon } from '@edifice.io/react';
<Icon name="<name>" />;
<link
rel="preload"
href="PATH/dist/icons.svg"
as="image"
type="image/svg+xml"
/>
svg
tag to display an icon<svg width="24" height="24">
<use href={`${PATH}#smartphone`} />
</svg>
To add a new icon, please do as follow :
width="24" height="24" viewBox="0 0 24 24"
fill
field set to currentColor
(e.g: fill="currentColor"
)assets
folder (e.g: audience, apps)assets
foldernx build icons
or pnpm run build:icons
at root levelFAQs
Edifice Icons Library
The npm package @edifice.io/icons receives a total of 0 weekly downloads. As such, @edifice.io/icons popularity was classified as not popular.
We found that @edifice.io/icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.