1.0.0-beta.2 • Published 10 months ago
@vismaux/ngx-vud-icons v1.0.0-beta.2
ngx-vud-icons
- 🔥 All icons are optimized for size;
- 🔥 All icons use
currentColor
for easy color customization; - 🔥 Built in a tree-shakable way;
- 🔥 Type-safe icons;
- 🔥 Follows semantic versioning;
Installation
npm i @vismaux/ngx-vud-icons
Usage
import { vudDynWorksurfaceMinus } from '@vismaux/ngx-vud-icons/dynamic/worksurface';
console.log(vudDynWorksurfaceMinus);
/*
{
name: 'vud-dyn-worksurface-minus',
data: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.12 12h9.76"/></svg>`
}
*/
Contributing to the library
You are more than welcome to open an issue or create a pull-request.\ Just follow the Visma Unified Design guidelines. 🙏