Skip to content

UrielCh/react-icons-di

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devicons icons for preact

JSR

License MIT

Project https://vorillaz.github.io/devicons/

See available icons here

install the module

deno add @preact-icons/di
dnpx jsr add @preact-icons/di
pnpm dlx jsr add @preact-icons/di
bunx jsr add @preact-icons/di

You may need to update your preact mapping to avoid mixing JSR and http import: Currently Deno fresh import preact using https://esm.sh/preact http import can not be mixed with JSR package, so you may need to update your preact mapping:

{
 "preact": "npm:[email protected]",
 "preact/jsx-runtime": "npm:[email protected]/jsx-runtime",
 "preact/hooks": "npm:[email protected]/hooks",
}

import an icon from all icons

import { DiAndroid } from "@preact-icons/di"

import a single icon, downloading just one icon

import { DiAndroid } from "react-icons/di/DiAndroid"

or using default export

import DiAndroid from "react-icons/di/DiAndroid"

About

deno fresh react-icons for di

Resources

Stars

Watchers

Forks

Packages

No packages published