UNPKG

flowbite-svelte-icons

Version:
16 lines (15 loc) 458 B
import type { Props } from './types'; /** * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/) * ## Props * @prop size = ctx.size || 'md' * @prop color = ctx.color || 'currentColor' * @prop title * @prop desc * @prop class: className * @prop ariaLabel * @prop ...restProps */ declare const PepperHotSolid: import("svelte").Component<Props, {}, "">; type PepperHotSolid = ReturnType<typeof PepperHotSolid>; export default PepperHotSolid;