import type {IconSvgProps} from "@/types"; export const FlashIcon = ({size = 24, width, height, ...props}: IconSvgProps) => ( );