svelte-ionicons
Version:
1350+ Ionicon SVG icons for Svelte 4, 5, and Runes
15 lines (14 loc) • 532 B
TypeScript
import type { Props } from './types';
/**
* [Go to docs](https://svelte-ionicons.codewithshin.com/)
* ## Props
* @props: size: any = ctx.size || '24';
* @props:role: any = ctx.role || 'img';
* @props:color: any = ctx.color || 'currentColor';
* @props:title: any;
* @props:desc: any;
* @props:ariaLabel: any = 'logo closed captioning';
*/
declare const LogoClosedCaptioning: import("svelte").Component<Props, {}, "">;
type LogoClosedCaptioning = ReturnType<typeof LogoClosedCaptioning>;
export default LogoClosedCaptioning;