3.0.0 • Published 1 month ago

@steeze-ui/tabler-icons v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Overview

Effortless Icon Pack for tabler-icons

Installation

npm i -D @steeze-ui/tabler-icons

Usage

Svelte Example

import { Anchor } from '@steeze-ui/tabler-icons'
import { Icon } from '@steeze-ui/svelte-icon'

<Icon src={Anchor} size="24px" />

Documentation

Themes

ValueDescriptionPrefered Size
defaultA outline version of the Icons24px
filledA filled version of the Icons24px

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