UNPKG

svelte-supertiny

Version:

340+ Svelte SVG Supertinyicons components

16 lines (15 loc) 549 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 = 'google_collaborative_content_tools' * @prop class: classname * @prop title * @prop desc * @prop ...restProps */ declare const GoogleCollaborativeContentTools: import("svelte").Component<Props, {}, "">; type GoogleCollaborativeContentTools = ReturnType<typeof GoogleCollaborativeContentTools>; export default GoogleCollaborativeContentTools;