unplugin-icons
Version:
Access thousands of icons as components on-demand universally
13 lines (10 loc) • 423 B
TypeScript
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
}