jao-icons
TypeScript icon, indicating that this package has built-in type declarations

1.2.11 • Public • Published

JAO icon set

Pixel-based icon set made by Jeffrey Arts, based on binary 2-dimensional arrays. This module will generate SVG icons, based on the available icons in the set Icon(<size/name>)

Installation

npm install --save jao-icons

yarn add jao-icons

How to use

1. Generate SVG elements

import { Icon } from "jao-icons"

Icon("small/cross")

// Output: SVG domElement

2. Get the binary array

import { iconMap } from "jao-icons"

console.log(iconMap.small.cross)

// Output: 2-Dimensional array
// [
// 	[1,0,0,0,1],
// 	[0,1,0,1,0],
// 	[0,0,1,0,0],
// 	[0,1,0,1,0],
// 	[1,0,0,0,1]
// ]

Icons


Large


Archive

Circle

Cross

Empty

Euro

Forbidden

Graph

Hamburger

Home

Hammer

Image

Instagram

Iso cube

Leave

Mail

Move

Phone

Question

Speech bubble

Thoughts

Wrench

Medium


Checkbox checked

Checkbox cross

Checkbox

Christmas tree

Circle

Comment

Cross

empty

Euro
expand with border
Expand + border

Expand

External link

Eye

Fullscreen

Graph

Heart outline

Heart

Logo

Move

Off

On

Play

Plus

Question

Smiley

User

Terminal

Small


chevron-top

chevron-right

chevron

chevron-left

chevron-top-fat

chevron-right-fat

chevron-fat

chevron-left-fat

Circle

Cross

Empty

Expand

Fullscreen

Graph

Heart outline

Heart

Play

Square

Dependents (0)

Package Sidebar

Install

npm i jao-icons

Weekly Downloads

116

Version

1.2.11

License

ISC

Unpacked Size

726 kB

Total Files

272

Last publish

Collaborators

  • sjeffff