@vroxal/vd-icons
v1.1.1
Published
Vroxal Design Icon Library
Downloads
43
Maintainers
Readme
Vroxal Design Icons
Vroxal Design Icons is a scalable icon font package that ships generated fonts, CSS classes, and a JSON icon map.
Usage
Install:
npm install @vroxal/vd-iconsInclude the generated CSS:
<link rel="stylesheet" href="node_modules/@vroxal/vd-icons/dist/vd-icon.css" />Use icons with the base class and icon-specific class:
<i class="vd-icon vd-icon-home"></i> <i class="vd-icon vd-icon-user"></i>You can also consume the JSON map programmatically:
import icons from "@vroxal/vd-icons/dist/vd-icon.json";Package output:
dist/fonts/contains the generatedwoff2,woff,ttf, andeotfilesdist/vd-icon.csscontains the icon font classesdist/vd-icon.jsoncontains the icon-to-codepoint mapping
