1.7.1 • Published 4 months ago

@steeze-ui/simple-icons v1.7.1

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

READ THIS FIRST

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

Overview

Effortless Icon Pack for Simple Icons

Installation

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

Usage

Svelte Example

import { Github } from '@steeze-ui/simple-icons'
import { Icon } from '@steeze-ui/svelte-icon'

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

Documentation

Themes

ValueDescription
defaultThe default version of the Icons

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