2
0
mirror of https://github.com/iconify/iconify.git synced 2025-02-03 20:48:27 +00:00

7 lines
145 B
TypeScript
Raw Normal View History

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