UNPKG

@kalimahapps/vue-icons

Version:

70,000+ SVG icons of popular icon sets that you can add seamlessly to vue projects

7 lines (6 loc) 204 B
import type { Component, DefineComponent } from 'vue'; export interface VueIconProperties { name: String | Component; } declare const VueIcon: DefineComponent<VueIconProperties>; export default VueIcon;