JSPM

@steeze-ui/material-design-icons

1.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 115
  • Score
    100M100P100Q84209F
  • License MIT

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

Package Exports

  • @steeze-ui/material-design-icons

Readme

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

Value Description Prefered Size
default A filled version of the Icons 24px
outlined A outline version of the Icons 24px
round A round version of the Icons 24px
sharp A sharp version of the Icons 24px
twotone A two tone version of the Icons 24px

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