UNPKG

svelte-supertiny

Version:

340+ Svelte SVG Supertinyicons components

16 lines (15 loc) 431 B
import type { Props } from './types'; /** * [Go to docs](https://svelte-supertiny.codewithshin.com/) * ## Props * @prop size = ctx.size || '24' * @prop role = ctx.role || 'img' * @prop ariaLabel = 'ethereum' * @prop class: classname * @prop title * @prop desc * @prop ...restProps */ declare const Ethereum: import("svelte").Component<Props, {}, "">; type Ethereum = ReturnType<typeof Ethereum>; export default Ethereum;