
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
yoicon-library
Advanced tools
YoIcon Library - 200 animated Lottie icons with transparent background and color customization
Библиотека из 200 анимированных иконок на основе Lottie с прозрачным фоном и контурным стилем.
npm install yoicon-library
# или
yarn add yoicon-library
import { AddIcon, CheckIcon, HomeIcon } from 'yoicon-library';
function App() {
return (
<div>
<AddIcon width={32} height={32} />
<CheckIcon width={48} height={48} loop={false} />
<HomeIcon width={24} height={24} autoplay={false} />
</div>
);
}
import { LottieIcon } from 'yoicon-library';
import customAnimationData from './custom-animation.json';
function App() {
return (
<LottieIcon
animationData={customAnimationData}
width={64}
height={64}
loop={true}
autoplay={true}
/>
);
}
Библиотека включает 200+ иконок:
AbcIconAddIconAddBoxIconAddCircleIconAddTaskIconAllDoneIconAppsIconArrowBackIconCheckIconCloseIconDeleteIconDownloadIconFavoriteIconHomeIconMenuIconSearchIconSettingsIconStarIcon| Prop | Тип | По умолчанию | Описание |
|---|---|---|---|
animationData | any | - | JSON данные Lottie анимации |
width | number | string | 24 | Ширина иконки |
height | number | string | 24 | Высота иконки |
loop | boolean | true | Зацикливать анимацию |
autoplay | boolean | true | Автоматически запускать анимацию |
className | string | - | CSS класс |
style | React.CSSProperties | - | Inline стили |
# Установка зависимостей
npm install
# Сборка
npm run build
MIT
FAQs
YoIcon Library - 200 animated Lottie icons with transparent background and color customization
We found that yoicon-library demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.