flowbite-svelte-icons
Version:
Flowbite icon components for Svelte 5 Runes
16 lines (15 loc) • 500 B
TypeScript
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 = 'school flag alt solid'
* @prop ...restProps
*/
declare const SchoolFlagAltSolid: import("svelte").Component<Props, {}, "">;
type SchoolFlagAltSolid = ReturnType<typeof SchoolFlagAltSolid>;
export default SchoolFlagAltSolid;