New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nimiiiii/nimi-icons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimiiiii/nimi-icons

Azur Lane icons as SVG, PNG, WEBP, React components, etc.

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

nimi-icons

npm version

This package allows to use Azur Lane popular icons, such as nation logos, as SVG, PNG, WEBP or React components.

Install

yarn add @nimiiiii/nimi-icons

Usage

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'

Available icons

Nations
  • Bilibili — BilibiliIcon, Bilibili
  • Collab — CollabIcon, Collab
    • Hololive — HololiveIcon, Hololive
    • Kizuna AI — KizunaAIIcon, KizunaAI
    • Utawarerumono — UtawarerumonoIcon, Utawarerumono
  • Dragon Empiry — DragonEmpiryIcon, DragonEmpiry, ROCIcon, ROC
  • Eagle Union — EagleUnionIcon, EagleUnion, USSIcon, USS
  • Iris Libre — IrisLibreIcon, IrisLibre, FFNFIcon, FFNF
  • Iron Blood — IronBloodIcon, IronBlood, KMSIcon, KMS
  • Neptunia — NeptuniaIcon, Neptunia, HDNIcon, HDN
  • Northern Parliament — NorthernParliamentIcon, NorthernParliament, SNIcon, SN
  • Royal Navy — RoyalNavyIcon, RoyalNavy, HMSIcon, HMS
  • Sakura Empire — SakuraEmpireIcon, SakuraEmpire, IJNIcon, IJN
  • Sardegna Empire — SardegnaEmpireIcon, SardegnaEmpire, RNIcon, RN
  • Universal — UniversalIcon, Universal
  • Vichya Dominion — VichyaDominionIcon, VichyaDominion, MNFIcon, MNF

Credits

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.

"Philosophy Sensei Z23" art by しるこ on pixiv

FAQs

Package last updated on 05 Oct 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc