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>)
npm install --save jao-icons
yarn add jao-icons
import { Icon } from "jao-icons"
Icon("small/cross")
// Output: SVG domElement
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]
// ]
Archive |
Circle |
Cross |
Empty |
Euro |
Forbidden |
Graph |
Hamburger |
Home |
Hammer |
Image |
|
Iso cube |
Leave |
|
Move |
Phone |
Question |
Speech bubble |
Thoughts |
Wrench |
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 |