Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
499 B
499 B
Icon
A web component for displaying icons.
Live Demo/Documentation
See our storybook for a live demo and documentation
How to use
Installation
npm i --save @lion/icon
import '@lion/icon/lion-icon.js';
Example
import 'lion-icon/lion-icon.js';
import bugSvg from './somewhere';
<lion-icon .svg="${bugSvg}"></lion-icon>