1.2.1 • Published 10 months ago

@steeze-ui/carbon-icons v1.2.1

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

READ THIS FIRST

This project is still in experimental development. Expect bugs and breaking changes!

Overview

Effortless Icon Pack for template Icons

Installation

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

Usage

Svelte Example

import { Category } from '@steeze-ui/carbon-icons'
import { Icon } from '@steeze-ui/svelte-icon'

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

Documentation

Themes

ValueDescription
defaultThe 32px version of the Icons
16The 16px version of the Icons
20The 20px version of the Icons
24The 24px version of the Icons
variousIcons with a different viewbox than the above

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