1.1.0 • Published 1 year ago

iconify-icon-names v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Typescript types for Iconify icons

How to use

First install type with your favorite package manager

    npm i iconify-icon-names -D
    yarn add iconify-icon-names -D
    pnpm i iconify-icon-names -D

Then simply import your favorites icons

import type { SimpleIcons } from 'iconify-icon-names';

Additionally you can import type for all possible icons (be careful as it might kill your CPU)

import type { AllIcons } from 'iconify-icon-names';

If you want to list of all possible icons collections you can just import it as type as well

import type { Collections } from 'iconify-icon-names';