@pixel/icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

@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

cadgerfeast
cadgerfeast
zeromero-dev
zeromero-dev

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @pixel/icons

Weekly Downloads

64

Version

0.0.14

License

MIT

Unpacked Size

2.03 MB

Total Files

227

Last publish

Collaborators

  • cadgerfeast