Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 719 Bytes

blueprint.md

File metadata and controls

20 lines (13 loc) · 719 Bytes

{{ doc:src/lib/icon/icon.ts }}

Usage

Go [here]({{ demo }}) to try the demo.

⚠️ Load the icon font

Currently the wl-icon has not been designed with no configuration in mind. If you don't provide your own icon font via the --icon-font CSS variable you need to load the default google font material icons. You can do that by inserting the following link in the head tag of your index.html file. Check out the available icons here.

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

{{ template:contributors }} {{ template:license }}