Skip to content

Latest commit

 

History

History
 
 

icon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>