Install & Download:
# Only outline icons
npm install @vue-hero-icons/outline
# Only solid icons
npm install @vue-hero-icons/solidDescription:
A set of free MIT-licensed high-quality SVG icons as Vue functional components. Available in 2 styles: outline and solid.
How to use it:
1. Import icons of your choice into your Vue.js app.
// outline
import { IconName, ... } from '@vue-hero-icons/outline'
// solid
import { IconName, ... } from '@vue-hero-icons/solid'2. Add icons as components to the app.
<AnnotationIcon size="1.5x" class="custom-class" />
Preview:
Changelog:
v1.7.2 (03/02/2021)
- Updated
v1.7.0 (02/23/2021)
- Updated
v1.6.3 (08/27/2020)
- Updated