@preact-icons/pi@1.0.13Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
UrielCh/react-icons-piPhosphor Icons 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
2 months ago (1.0.13)
Phosphor Icons icons for preact
License MIT
Project https://phosphoricons.com/
install the module
deno add @preact-icons/pi dnpx jsr add @preact-icons/pi pnpm dlx jsr add @preact-icons/pi bunx jsr add @preact-icons/pi
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 { PiAcornBold } from "@preact-icons/pi"
import a single icon, downloading just one icon
import { PiAcornBold } from "react-icons/pi/PiAcornBold"
or using default export
import PiAcornBold from "react-icons/pi/PiAcornBold"
Built and signed on
GitHub Actions
Add Package
deno add jsr:@preact-icons/pi
Import symbol
import * as pi from "@preact-icons/pi";
Import directly with a jsr specifier
import * as pi from "jsr:@preact-icons/pi";
Add Package
pnpm i jsr:@preact-icons/pi
pnpm dlx jsr add @preact-icons/pi
Import symbol
import * as pi from "@preact-icons/pi";
Add Package
yarn add jsr:@preact-icons/pi
yarn dlx jsr add @preact-icons/pi
Import symbol
import * as pi from "@preact-icons/pi";
Add Package
npx jsr add @preact-icons/pi
Import symbol
import * as pi from "@preact-icons/pi";
Add Package
bunx jsr add @preact-icons/pi
Import symbol
import * as pi from "@preact-icons/pi";