Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@ornament-ui/icons
Advanced tools
Коллекция иконок
Воспользуйтесь витриной иконок для визуального представления содержимого пакета.
Вы можете установить пакет иконок в уже существующий проект с помощью yarn или npm. В текущей директории проекта запустите одну из следующих команд:
# npm
npm install --save @ornament-ui/icons
# yarn
yarn add @ornament-ui/icons
Размер иконки задается через свойство size
.
Размер по умолчанию: m
.
import React from 'react';
import { SmileIcon } from '@ornament-ui/icons';
const Icon = () => <SmileIcon size="s" />;
Доступные размеры иконок:
Название | Размер |
---|---|
s | 16 х 16 px |
m | 24 х 24 px |
import React from 'react';
import { SmileMIcon } from '@ornament-ui/icons';
const Icon = () => <SmileMIcon color="#ECECEC" />;
FAQs
A collection of icons by Ornament-UI
The npm package @ornament-ui/icons receives a total of 39 weekly downloads. As such, @ornament-ui/icons popularity was classified as not popular.
We found that @ornament-ui/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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.