
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@nimiiiii/nimi-icons
Advanced tools
nimi-icons
This package allows to use Azur Lane popular icons, such as nation logos, as SVG, PNG, WEBP or React components.
yarn add @nimiiiii/nimi-icons
Use one of the available individual icons or use the <Icon>
React component which accepts any registered label as type
prop value, other props are passed to the actual SVGComponent
.
import {IronBloodIcon, Icon} from '@nimiiiii/nimi-icons'
export const App = () => <div>
<IronBloodIcon height={50} width={50} fill={'#555'} />
<Icon type={'ironblood'} height={50} width={50} fill={'#555'}/>
</div>
Or directly use one of the provided icons in various available formats (PNG, SVG, WEBP).
import IronBlood_PNG from '@nimiiiii/nimi-icons/dist/nations/ironblood.png'
import IronBlood_SVG from '@nimiiiii/nimi-icons/dist/nations/ironblood.svg'
import IronBlood_WEBP from '@nimiiiii/nimi-icons/dist/nations/ironblood.webp'
BilibiliIcon
, Bilibili
CollabIcon
, Collab
HololiveIcon
, Hololive
KizunaAIIcon
, KizunaAI
UtawarerumonoIcon
, Utawarerumono
DragonEmpiryIcon
, DragonEmpiry
, ROCIcon
, ROC
EagleUnionIcon
, EagleUnion
, USSIcon
, USS
IrisLibreIcon
, IrisLibre
, FFNFIcon
, FFNF
IronBloodIcon
, IronBlood
, KMSIcon
, KMS
NeptuniaIcon
, Neptunia
, HDNIcon
, HDN
NorthernParliamentIcon
, NorthernParliament
, SNIcon
, SN
RoyalNavyIcon
, RoyalNavy
, HMSIcon
, HMS
SakuraEmpireIcon
, SakuraEmpire
, IJNIcon
, IJN
SardegnaEmpireIcon
, SardegnaEmpire
, RNIcon
, RN
UniversalIcon
, Universal
VichyaDominionIcon
, VichyaDominion
, MNFIcon
, MNF
Copyright © Tom Bazarnik, Nathan Alo and Ayane Satomi. Licensed under GNU General Public License v2.0 w/Classpath exception.
Azur Lane, the game, and all its assets are Copyright © Yostar. The developers and contributors are no way affiliated with the game, the company, nor its partners.
FAQs
Azur Lane icons as SVG, PNG, WEBP, React components, etc.
The npm package @nimiiiii/nimi-icons receives a total of 0 weekly downloads. As such, @nimiiiii/nimi-icons popularity was classified as not popular.
We found that @nimiiiii/nimi-icons demonstrated a not healthy version release cadence and project activity because the last version was released 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.