UNPKG

@iconify-prerendered/vue-bytesize

Version:

Bytesize Icons components for Vue. Designed for ease of use and high performance

103 lines (102 loc) 6.48 kB
import type {SVGAttributes, VNode} from 'vue'; export declare const IconActivity: (p?: SVGAttributes) => VNode; export declare const IconAlert: (p?: SVGAttributes) => VNode; export declare const IconArchive: (p?: SVGAttributes) => VNode; export declare const IconArrowBottom: (p?: SVGAttributes) => VNode; export declare const IconArrowLeft: (p?: SVGAttributes) => VNode; export declare const IconArrowRight: (p?: SVGAttributes) => VNode; export declare const IconArrowTop: (p?: SVGAttributes) => VNode; export declare const IconBackwards: (p?: SVGAttributes) => VNode; export declare const IconBag: (p?: SVGAttributes) => VNode; export declare const IconBan: (p?: SVGAttributes) => VNode; export declare const IconBell: (p?: SVGAttributes) => VNode; export declare const IconBook: (p?: SVGAttributes) => VNode; export declare const IconBookmark: (p?: SVGAttributes) => VNode; export declare const IconCalendar: (p?: SVGAttributes) => VNode; export declare const IconCamera: (p?: SVGAttributes) => VNode; export declare const IconCaretBottom: (p?: SVGAttributes) => VNode; export declare const IconCaretLeft: (p?: SVGAttributes) => VNode; export declare const IconCaretRight: (p?: SVGAttributes) => VNode; export declare const IconCaretTop: (p?: SVGAttributes) => VNode; export declare const IconCart: (p?: SVGAttributes) => VNode; export declare const IconCheckmark: (p?: SVGAttributes) => VNode; export declare const IconChevronBottom: (p?: SVGAttributes) => VNode; export declare const IconChevronLeft: (p?: SVGAttributes) => VNode; export declare const IconChevronRight: (p?: SVGAttributes) => VNode; export declare const IconChevronTop: (p?: SVGAttributes) => VNode; export declare const IconClipboard: (p?: SVGAttributes) => VNode; export declare const IconClock: (p?: SVGAttributes) => VNode; export declare const IconClose: (p?: SVGAttributes) => VNode; export declare const IconCode: (p?: SVGAttributes) => VNode; export declare const IconCompose: (p?: SVGAttributes) => VNode; export declare const IconCreditcard: (p?: SVGAttributes) => VNode; export declare const IconDesktop: (p?: SVGAttributes) => VNode; export declare const IconDownload: (p?: SVGAttributes) => VNode; export declare const IconEdit: (p?: SVGAttributes) => VNode; export declare const IconEject: (p?: SVGAttributes) => VNode; export declare const IconEllipsisHorizontal: (p?: SVGAttributes) => VNode; export declare const IconEllipsisVertical: (p?: SVGAttributes) => VNode; export declare const IconEnd: (p?: SVGAttributes) => VNode; export declare const IconExport: (p?: SVGAttributes) => VNode; export declare const IconExternal: (p?: SVGAttributes) => VNode; export declare const IconEye: (p?: SVGAttributes) => VNode; export declare const IconFeed: (p?: SVGAttributes) => VNode; export declare const IconFile: (p?: SVGAttributes) => VNode; export declare const IconFilter: (p?: SVGAttributes) => VNode; export declare const IconFlag: (p?: SVGAttributes) => VNode; export declare const IconFolder: (p?: SVGAttributes) => VNode; export declare const IconFolderOpen: (p?: SVGAttributes) => VNode; export declare const IconForwards: (p?: SVGAttributes) => VNode; export declare const IconFullscreen: (p?: SVGAttributes) => VNode; export declare const IconFullscreenExit: (p?: SVGAttributes) => VNode; export declare const IconGift: (p?: SVGAttributes) => VNode; export declare const IconGithub: (p?: SVGAttributes) => VNode; export declare const IconHeart: (p?: SVGAttributes) => VNode; export declare const IconHome: (p?: SVGAttributes) => VNode; export declare const IconImport: (p?: SVGAttributes) => VNode; export declare const IconInbox: (p?: SVGAttributes) => VNode; export declare const IconInfo: (p?: SVGAttributes) => VNode; export declare const IconLightning: (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 IconMail: (p?: SVGAttributes) => VNode; export declare const IconMenu: (p?: SVGAttributes) => VNode; export declare const IconMessage: (p?: SVGAttributes) => VNode; export declare const IconMicrophone: (p?: SVGAttributes) => VNode; export declare const IconMinus: (p?: SVGAttributes) => VNode; export declare const IconMobile: (p?: SVGAttributes) => VNode; export declare const IconMoon: (p?: SVGAttributes) => VNode; export declare const IconMove: (p?: SVGAttributes) => VNode; export declare const IconMusic: (p?: SVGAttributes) => VNode; export declare const IconMute: (p?: SVGAttributes) => VNode; export declare const IconOptions: (p?: SVGAttributes) => VNode; export declare const IconPaperclip: (p?: SVGAttributes) => VNode; export declare const IconPause: (p?: SVGAttributes) => VNode; export declare const IconPhoto: (p?: SVGAttributes) => VNode; export declare const IconPlay: (p?: SVGAttributes) => VNode; export declare const IconPlus: (p?: SVGAttributes) => VNode; export declare const IconPortfolio: (p?: SVGAttributes) => VNode; export declare const IconPrint: (p?: SVGAttributes) => VNode; export declare const IconReload: (p?: SVGAttributes) => VNode; export declare const IconReply: (p?: SVGAttributes) => VNode; export declare const IconSearch: (p?: SVGAttributes) => VNode; export declare const IconSend: (p?: SVGAttributes) => VNode; export declare const IconSettings: (p?: SVGAttributes) => VNode; export declare const IconSignIn: (p?: SVGAttributes) => VNode; export declare const IconSignOut: (p?: SVGAttributes) => VNode; export declare const IconStar: (p?: SVGAttributes) => VNode; export declare const IconStart: (p?: SVGAttributes) => VNode; export declare const IconTag: (p?: SVGAttributes) => VNode; export declare const IconTelephone: (p?: SVGAttributes) => VNode; export declare const IconTrash: (p?: SVGAttributes) => VNode; export declare const IconTwitter: (p?: SVGAttributes) => VNode; export declare const IconUnlock: (p?: SVGAttributes) => VNode; export declare const IconUpload: (p?: SVGAttributes) => VNode; export declare const IconUser: (p?: SVGAttributes) => VNode; export declare const IconVideo: (p?: SVGAttributes) => VNode; export declare const IconVolume: (p?: SVGAttributes) => VNode; export declare const IconWork: (p?: SVGAttributes) => VNode; export declare const IconZoomIn: (p?: SVGAttributes) => VNode; export declare const IconZoomOut: (p?: SVGAttributes) => VNode; export declare const IconZoomReset: (p?: SVGAttributes) => VNode;