1.0.0-beta.2 • Published 10 months ago

@vismaux/ngx-vud-icons v1.0.0-beta.2

Weekly downloads
-
License
Visma License
Repository
github
Last release
10 months ago

ngx-vud-icons

npm version

  • 🔥 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. 🙏

1.0.0-beta.4

10 months ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

2 years ago