0.0.14 • Published 3 years ago

@pixel/icons v0.0.14

Weekly downloads
49
License
MIT
Repository
github
Last release
3 years ago

@pixel/icons

Quality Gate Status Coverage Version Downloads License

Pixel icons & font sprite.

Installation

npm install --save @pixel/icons

Quick look

See full icon list here.

Usage

Font

<link rel="stylesheet" href="@pixel/icons/fonts/PixelIcons.css">
<!-- CDN -->
<link rel="stylesheet" href="https://unpkg.com/@pixel/icons/fonts/PixelIcons.css">
<!-- Usage -->
<span class="pi pi-home"></span>

Icons

Icons are also available as standalone files under multiple resolutions:

  • png-16: 16px
  • png-32: 32px
  • png-64: 64px
  • png-128: 128px
  • png-256: 256px
  • png-512: 512px
  • png-1024: 1024px
  • svg: 256px
<!-- Usage -->
<img src="@pixel/icons/png-128/home.png" alt="home"/>
<img src="@pixel/icons/svg/home.svg" alt="home"/>

Contributors

License

MIT

0.0.14

3 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago