![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.