drawbotics-icons
Version:
Icons used in Drawbotics apps.
33 lines (20 loc) • 838 B
Markdown
# Drawbotics Icons
This repository contains the icons used within Drawbotics projects.
Currently on version [](https://www.npmjs.com/package/drawbotics-icons).
## Usage
### From CDN
To import the icons from the CDN you can simply copy the following code into your HTML:
```css
<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
```css
@import "~drawbotics-icons/dist/dbi.css";
```
You can refer to the [Drawbotics Style Guide](https://drawbotics.github.io/style-guide/section/brand/iconography) for how to use the included icons and their codes.
## License
MIT. See [LICENSE](LICENSE) for details.