svelte-bootstrap-svg-icons
Version:
Svelte Bootstrap SVG Icons for Svelte 5
16 lines (15 loc) • 492 B
TypeScript
import type { Props } from './types';
/**
* [Go to docs](https://svelte-bootstrap-svg-icons.codewithshin.com/)
* ## Props
* @prop size = ctx.size || '24'
* @prop role = ctx.role || 'img'
* @prop color = ctx.color || 'currentColor'
* @prop title
* @prop desc
* @prop ariaLabel = 'cloud rain heavy'
* @prop ...restProps
*/
declare const CloudRainHeavy: import("svelte").Component<Props, {}, "">;
type CloudRainHeavy = ReturnType<typeof CloudRainHeavy>;
export default CloudRainHeavy;