UNPKG

vue-icons-plus

Version:

SVG vue icons of popular icon packs using ES6 imports

14 lines (12 loc) 210 B
import { VNode } from "vue"; export type IconType = { props: { className: String; color: String; size: { type: (String | Number)[]; default: number; }; }; render(): VNode; };