Official Icons Library For dWeb dApps, dSites and other dWeb-related projects.
const dwebIcons = require('@dwstyle/icons')
var el = dwebIcons()
document.body.appendChild(el)
Make sure to include this sprite in your page as the first element after the <body>
opening tag.
Icons can be referenced in our dWeb Design Kit
@dwstyle/dweb-design like so:
<svg><use xlink:href="#dwebicon-happy-face"></use></svg>
npm install
npm run build-dweb-icons