Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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 27 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.