Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@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.
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.