2.3.0 • Published 4 months ago

@steeze-ui/heroicons v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

ValueDescriptionPrefered Size
defaultA outline version of the Icons24px
solidA solid version of the Icons24px
miniA mini (solid) version of the Icons20px 

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