UNPKG

unplugin-icons

Version:

Access thousands of icons as components on-demand universally

13 lines (10 loc) 423 B
declare module 'virtual:icons/*' { import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik' const Component: FunctionComponent<QwikIntrinsicElements['svg']> export default Component } declare module '~icons/*' { import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik' const Component: FunctionComponent<QwikIntrinsicElements['svg']> export default Component }