svelte-material-icons
Version:
Material Design Icons for Svelte
13 lines (12 loc) • 311 B
TypeScript
import { SvelteComponentTyped } from "svelte";
export default class Icon extends SvelteComponentTyped<{
size?: string | number
width?: string | number
height?: string | number
color?: string
viewBox?: string
class?: string
ariaHidden?: boolean
title?: string | null
desc?: string | null
}> {}