Vaadin Icons
Vaadin Icons is a set of 600+ icons designed for web applications. Free to use, anywhere!
Visit https://vaadin.com/icons for more information and instructions how to get started using them.
Installation
Install vaadin-icons
:
npm i @vaadin/vaadin-icons --save
Once installed, import it in your application:
import '@vaadin/vaadin-icons/vaadin-icons.js';
Running API docs in a browser
-
Fork the vaadin-icons
repository and clone it locally.
-
Make sure you have node.js 12.x installed.
-
Make sure you have npm installed.
-
When in the vaadin-icons
directory, run npm install
to install dependencies.
-
Run npm start
, browser will automatically open the component API documentation.
License
The icon files (SVG, PNG, fonts) are licensed under Creative Commons CC-BY 4.0 license.
The source code in this repository is licensed under Apache License 2.0.
All brand icons are trademarks of their respective owners.
The use of these trademarks does not indicate endorsement of the trademark holder by Vaadin Icons, nor vice versa.