Skip to main content
Home

Built and signed on GitHub Actions

Icons8 Line Awesome 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
3 months ago (1.0.13)

Icons8 Line Awesome icons for preact

JSR

License MIT

Project https://ionicons.com/

See available icons here

install the module

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

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

import a single icon, downloading just one icon

import { Lia500Px } from "react-icons/lia/Lia500Px"

or using default export

import Lia500Px from "react-icons/lia/Lia500Px"
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@preact-icons/lia

Import symbol

import * as lia from "@preact-icons/lia";
or

Import directly with a jsr specifier

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

Add Package

pnpm i jsr:@preact-icons/lia
or (using pnpm 10.8 or older)
pnpm dlx jsr add @preact-icons/lia

Import symbol

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

Add Package

yarn add jsr:@preact-icons/lia
or (using Yarn 4.8 or older)
yarn dlx jsr add @preact-icons/lia

Import symbol

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

Add Package

npx jsr add @preact-icons/lia

Import symbol

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

Add Package

bunx jsr add @preact-icons/lia

Import symbol

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