Skip to content

Official Icons Library For dWeb dApps, dSites and other dWeb-related projects.

Notifications You must be signed in to change notification settings

DistributedWeb/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@dwstyle/icons

Official Icons Library For dWeb dApps, dSites and other dWeb-related projects.

Usage

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>

dWeb Icon Description

dWeb Icon Class
dwebicon-clipboard
dwebicon-new-dpack
dwebicon-download
dwebicon-edit
dwebicon-file
dwebicon-folder
dwebicon-happy-face
dwebicon-dweb-download
dwebicon-hexagon-outlines
dwebicon-dweb-pause
dwebicon-dweb-resume
dwebicon-dweb-upload
dwebicon-dweb-exit
dwebicon-dweb-import
dwebicon-link
dwebicon-loading
dwebicon-letter
dwebicon-lock
dwebicon-menu
dwebicon-network
dwebicon-open-in-desktop
dwebicon-open-in-finder
dwebicon-plus
dwebicon-question
dwebicon-sad-face
dwebicon-favorite
dwebicon-edit
dwebicon-info
dwebicon-gear
dwebicon-search

Build dWeb Icons

npm install
npm run build-dweb-icons

Releases

No releases published

Packages

No packages published