2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-26 00:28:28 +00:00
2023-04-08 08:41:12 +08:00

7 lines
145 B
TypeScript

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