Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@steeze-ui/simple-icons

steeze-ui250.4kMIT1.10.1TypeScript support: included

Icon Sources (based on Simple Icons) built for @steeze-ui/icons

raw, icons, simple-icons, solid, outline, color, steeze

readme

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

Value Description
default The 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