Eva Icons

**Eva Icons** is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. Additionally Eva Icons support 4 animation types: `zoom`, `pulse`, `shake` and `flip`. Download on desktop to use them in your digital products for Web, iOS and Android. Icons are provided in two visual types: `Fill` and `Outline` and in serveral formats, including `PNG`, `SVG`, `font`, `Sketch`, etc. ## Download - [Complete Eva Icons Package](http://google.com) - [NPM Package](https://www.npmjs.com/package/eva-icons) - you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](http://google.com). ### CDN Load from CDN in your project: ```html ``` After including the script, `eva` will be available as a global variable. ### NPM - Install the package: ``` npm i eva-icons ``` - Include it to your page: ```html ``` - Or require the package based (may vary depending on your build system): ```js const eva = require('eva-icons'); ``` ```js import * as eva from 'eva-icons'; ``` ## How to use ### JavaScript - Add the `data-eva` attribute with the icon name to an element: ```html ``` - Call `eva.replace();` to replace all elements with the `data-eva` data attribute with SVG elements. You can also pass some additional parameters to the `replace` method to modify the `replace` function behavior. ```html ``` *Thanks to Feather Icons for the build process inspiration.* ### Fonts Eva Icons are also avaialbe as a web font - Include the font css into your page: ```html ``` - Add `eva` and `eva-icon` classes to an element: ```html ``` We recommend using SVG icons due to better rendering and performance capabilities, [more details](https://css-tricks.com/icon-fonts-vs-svg/). ## Documentation ### `eva.replace({ ... })` Replaces all elements that have a `data-eva` attribute with SVG markup corresponding to the element's `data-eva` attribute value. ## License [MIT](LICENSE.txt) license. ## How can I support the developers? - Star our GitHub repo :star: - Create pull requests, submit bugs, suggest new features or documentation updates :wrench: - Follow us on [Twitter](https://twitter.com/akveo_inc) :feet: - Like our page on [Facebook](https://www.facebook.com/akveo/) :thumbsup: ## From Akveo Made with :heart: by [Akveo team](http://akveo.com?utm_source=github&utm_medium=nebular_readme). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first! We're always happy to receive your feedback!