Skip to content

Files

Latest commit

267b5b7 · Nov 20, 2024

History

History

heroicons-builder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 19, 2023
Dec 18, 2021
Feb 8, 2022
Dec 18, 2021
Nov 20, 2024
Nov 24, 2022
Apr 5, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024

Overview

Effortless Icon Pack for Heroicons 2.0

Installation

npm i -D @steeze-ui/heroicons

Usage

Svelte Example

import { LightningBolt } from '@steeze-ui/heroicons'
import { Icon } from '@steeze-ui/svelte-icon'

<Icon src={LightningBolt} size="24px" theme="solid" />

Documentation

Themes

Value Description Prefered Size
default A outline version of the Icons 24px
solid A solid version of the Icons 24px
mini A mini (solid) version of the Icons 20px 

Other Icon Packs

For all other available Icon Packs visit steeze-ui/icons

Development

This repo uses pnpm. To build a new version of the package just run:

pnpm install && pnpm package

This produces a ready-to-publish package for the npm registry