Skip to main content

Built and signed on GitHub Actions

Themify Icons icons for preact

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a month ago (1.0.13)

Themify Icons icons for preact

JSR

License MIT

Project https://github.com/lykmapipo/themify-icons

See available icons here

install the module

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

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 { TfiAgenda } from "@preact-icons/tfi"

import a single icon, downloading just one icon

import { TfiAgenda } from "react-icons/tfi/TfiAgenda"

or using default export

import TfiAgenda from "react-icons/tfi/TfiAgenda"
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@preact-icons/tfi

Import symbol

import * as tfi from "@preact-icons/tfi";

---- OR ----

Import directly with a jsr specifier

import * as tfi from "jsr:@preact-icons/tfi";

Add Package

npx jsr add @preact-icons/tfi

Import symbol

import * as tfi from "@preact-icons/tfi";

Add Package

yarn dlx jsr add @preact-icons/tfi

Import symbol

import * as tfi from "@preact-icons/tfi";

Add Package

pnpm dlx jsr add @preact-icons/tfi

Import symbol

import * as tfi from "@preact-icons/tfi";

Add Package

bunx jsr add @preact-icons/tfi

Import symbol

import * as tfi from "@preact-icons/tfi";