Icons and other SVGs for dat-data.com
npm install dat-icons[![NPM version][npm-image]][npm-url]
SVG icons for dat project and related projects.
``js`
const svgSprite = require('dat-icons')
var el = svgSprite()
document.body.appendChild(el)
Make sure to include this sprite in your page as the first element after the
opening tag.Icons can later be referenced like so:
`html
`If this looks unfamiliar, read more about an SVG workflow using SVG sprites and