2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-27 00:58:26 +00:00

7 lines
145 B
TypeScript
Raw Normal View History

import { SvelteComponentTyped } from 'svelte';
/**
* Svelte component
*/
export default class Icon extends SvelteComponentTyped<IconProps> {}