UrielCh / react-icons-sl

deno fresh react-icons for sl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Line Icons icons for deno / Preact

License MIT

Project https://thesabbir.github.io/simple-line-icons/

See available icons here

import_map.json

For a transparent usage:

{
  "imports": {
    "preact":  "https://esm.sh/preact@10.15.1",
    "preact/": "https://esm.sh/preact@10.15.1/",
    "react-icons/sl":  "https://cdn.jsdelivr.net/gh/urielch/react-icons-sl@1.0.9/mod.ts",
    "react-icons/sl/": "https://cdn.jsdelivr.net/gh/urielch/react-icons-sl@1.0.9/ico/",
  }
}

Import an icon without import_map by and afer loading all icons from the lib sl

import { SlActionRedo } from "https://deno.land/x/react_icons_sl@1.0.9/mod.ts"

import_map import an icon from all icons

import { SlActionRedo } from "react-icons/sl"

import a single icon, downloading just one icon

import { SlActionRedo } from "react-icons/sl/SlActionRedo.ts"

or using default export

import SlActionRedo from "react-icons/sl/SlActionRedo.ts"

About

deno fresh react-icons for sl


Languages

Language:TypeScript 100.0%