/// import { SvelteComponentTyped } from "svelte"; export class Target04Icon extends SvelteComponentTyped<{size?: string; strokeWidth?: number; class?: string, style?: string}> {}