@preact-icons/fc@1.0.13Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
UrielCh/react-icons-fcDevicons icons for Preact
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers




JSR Score
100%
Published
4 months ago (1.0.13)
Devicons icons for preact
License MIT
Project https://github.com/icons8/flat-color-icons
install the module
deno add @preact-icons/fc dnpx jsr add @preact-icons/fc pnpm dlx jsr add @preact-icons/fc bunx jsr add @preact-icons/fc
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 { FcAbout } from "@preact-icons/fc"
import a single icon, downloading just one icon
import { FcAbout } from "react-icons/fc/FcAbout"
or using default export
import FcAbout from "react-icons/fc/FcAbout"
Built and signed on
GitHub Actions
Add Package
deno add jsr:@preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";
Import directly with a jsr specifier
import * as fc from "jsr:@preact-icons/fc";
Add Package
pnpm i jsr:@preact-icons/fc
pnpm dlx jsr add @preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";
Add Package
yarn add jsr:@preact-icons/fc
yarn dlx jsr add @preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";
Add Package
vlt install jsr:@preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";
Add Package
npx jsr add @preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";
Add Package
bunx jsr add @preact-icons/fc
Import symbol
import * as fc from "@preact-icons/fc";