drawbotics-icons
v3.3.6
Published
Icons used in Drawbotics apps.
Downloads
16
Keywords
Readme
Drawbotics Icons
This repository contains the icons used within Drawbotics projects.
Usage
From CDN
To import the icons from the CDN you can simply copy the following code into your HTML:
<link rel="stylesheet" href="//cdn.drawbotics.com/dbi/[latest-version]/dbi.css">
As NPM module
npm install drawbotics-icons
You can then import them in your main .less
file with
@import "~drawbotics-icons/dist/dbi.css";
You can refer to the Drawbotics Style Guide for how to use the included icons and their codes.
License
MIT. See LICENSE for details.