0.0.14 • Published 2 years ago

@pixel/icons v0.0.14

Weekly downloads
49
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago