A suite of Material Design inspired icons used in the VideoAmp Console. These icons were created by Kaleho Naki.
Assuming you have NodeJS, NPM, yarn, and Bower installed globally just open up a terminal, navigate to your projects root directory and then execute
$ bower install videoamp-icons --save
$ yarn add @videoamp/videoamp-icons
There are several files in the css/
subdirectory. Import them in your project
to have access to "videoamp-icons" font face:
videoamp-icons.css
- whole font family compiled to CSSvideoamp-icons.less
- whole font family in LESS
Add this line into your CSS
@import "../node_modules/@videoamp/videoamp-icons/style.css";
If your project is WebPack configured, it should automatically compile into the correct folder when building your project
<span class="va-icon va-icon-channel_video"></span>
<span class="va-icon">va_channel_video</span>
List of available glyphs can be found on the home page
Copyright (c) 2017 VideoAmp and other contributors. Licensed under the MIT License