@iconify-prerendered/vue-ei
Version:
Evil Icons components for Vue. Designed for ease of use and high performance
72 lines (71 loc) • 4.55 kB
TypeScript
import type {SVGAttributes, VNode} from 'vue';
export declare const IconArchive: (p?: SVGAttributes) => VNode;
export declare const IconArrowDown: (p?: SVGAttributes) => VNode;
export declare const IconArrowLeft: (p?: SVGAttributes) => VNode;
export declare const IconArrowRight: (p?: SVGAttributes) => VNode;
export declare const IconArrowUp: (p?: SVGAttributes) => VNode;
export declare const IconBell: (p?: SVGAttributes) => VNode;
export declare const IconCalendar: (p?: SVGAttributes) => VNode;
export declare const IconCamera: (p?: SVGAttributes) => VNode;
export declare const IconCart: (p?: SVGAttributes) => VNode;
export declare const IconChart: (p?: SVGAttributes) => VNode;
export declare const IconCheck: (p?: SVGAttributes) => VNode;
export declare const IconChevronDown: (p?: SVGAttributes) => VNode;
export declare const IconChevronLeft: (p?: SVGAttributes) => VNode;
export declare const IconChevronRight: (p?: SVGAttributes) => VNode;
export declare const IconChevronUp: (p?: SVGAttributes) => VNode;
export declare const IconClock: (p?: SVGAttributes) => VNode;
export declare const IconClose: (p?: SVGAttributes) => VNode;
export declare const IconCloseO: (p?: SVGAttributes) => VNode;
export declare const IconComment: (p?: SVGAttributes) => VNode;
export declare const IconCreditCard: (p?: SVGAttributes) => VNode;
export declare const IconEnvelope: (p?: SVGAttributes) => VNode;
export declare const IconExclamation: (p?: SVGAttributes) => VNode;
export declare const IconExternalLink: (p?: SVGAttributes) => VNode;
export declare const IconEye: (p?: SVGAttributes) => VNode;
export declare const IconGear: (p?: SVGAttributes) => VNode;
export declare const IconHeart: (p?: SVGAttributes) => VNode;
export declare const IconImage: (p?: SVGAttributes) => VNode;
export declare const IconLike: (p?: SVGAttributes) => VNode;
export declare const IconLink: (p?: SVGAttributes) => VNode;
export declare const IconLocation: (p?: SVGAttributes) => VNode;
export declare const IconLock: (p?: SVGAttributes) => VNode;
export declare const IconMinus: (p?: SVGAttributes) => VNode;
export declare const IconNavicon: (p?: SVGAttributes) => VNode;
export declare const IconPaperclip: (p?: SVGAttributes) => VNode;
export declare const IconPencil: (p?: SVGAttributes) => VNode;
export declare const IconPlay: (p?: SVGAttributes) => VNode;
export declare const IconPlus: (p?: SVGAttributes) => VNode;
export declare const IconPointer: (p?: SVGAttributes) => VNode;
export declare const IconQuestion: (p?: SVGAttributes) => VNode;
export declare const IconRedo: (p?: SVGAttributes) => VNode;
export declare const IconRefresh: (p?: SVGAttributes) => VNode;
export declare const IconRetweet: (p?: SVGAttributes) => VNode;
export declare const IconScFacebook: (p?: SVGAttributes) => VNode;
export declare const IconScGithub: (p?: SVGAttributes) => VNode;
export declare const IconScGooglePlus: (p?: SVGAttributes) => VNode;
export declare const IconScInstagram: (p?: SVGAttributes) => VNode;
export declare const IconScLinkedin: (p?: SVGAttributes) => VNode;
export declare const IconScOdnoklassniki: (p?: SVGAttributes) => VNode;
export declare const IconScPinterest: (p?: SVGAttributes) => VNode;
export declare const IconScSkype: (p?: SVGAttributes) => VNode;
export declare const IconScSoundcloud: (p?: SVGAttributes) => VNode;
export declare const IconScTelegram: (p?: SVGAttributes) => VNode;
export declare const IconScTumblr: (p?: SVGAttributes) => VNode;
export declare const IconScTwitter: (p?: SVGAttributes) => VNode;
export declare const IconScVimeo: (p?: SVGAttributes) => VNode;
export declare const IconScVk: (p?: SVGAttributes) => VNode;
export declare const IconScYoutube: (p?: SVGAttributes) => VNode;
export declare const IconSearch: (p?: SVGAttributes) => VNode;
export declare const IconShareApple: (p?: SVGAttributes) => VNode;
export declare const IconShareGoogle: (p?: SVGAttributes) => VNode;
export declare const IconSpinner: (p?: SVGAttributes) => VNode;
export declare const IconSpinner2: (p?: SVGAttributes) => VNode;
export declare const IconSpinner3: (p?: SVGAttributes) => VNode;
export declare const IconStar: (p?: SVGAttributes) => VNode;
export declare const IconTag: (p?: SVGAttributes) => VNode;
export declare const IconTrash: (p?: SVGAttributes) => VNode;
export declare const IconTrophy: (p?: SVGAttributes) => VNode;
export declare const IconUndo: (p?: SVGAttributes) => VNode;
export declare const IconUnlock: (p?: SVGAttributes) => VNode;
export declare const IconUser: (p?: SVGAttributes) => VNode;