UrielCh / react-icons-si

deno fresh react-icons for si

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Icons icons for preact

JSR

License CC0 1.0 Universal

Project https://simpleicons.org/

See available icons here

install the module

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

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:preact@10.22.1",
 "preact/jsx-runtime": "npm:preact@10.22.1/jsx-runtime",
 "preact/hooks": "npm:preact@10.22.1/hooks",
}

import an icon from all icons

import { Si1001Tracklists } from "@preact-icons/si"

import a single icon, downloading just one icon

import { Si1001Tracklists } from "react-icons/si/Si1001Tracklists"

or using default export

import Si1001Tracklists from "react-icons/si/Si1001Tracklists"

About

deno fresh react-icons for si


Languages

Language:TypeScript 100.0%