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