1.1.2 • Published 10 months ago

@steeze-ui/material-design-icons v1.1.2

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

Overview

Effortless Icon Pack for Material Design Icons

Installation

npm i -D @steeze-ui/material-design-icons

Usage

Svelte Example

import { Camera } from '@steeze-ui/material-design-icons'
import { Icon } from '@steeze-ui/svelte-icon'

<Icon src={Camera} size="24px" theme="round" />

Documentation

Themes

ValueDescriptionPrefered Size
defaultA filled version of the Icons24px
outlinedA outline version of the Icons24px
roundA round version of the Icons24px 
sharpA sharp version of the Icons24px 
twotoneA two tone 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