import type { SVGProps } from "react"; const SvgAlertIcon = (props: SVGProps) => ( ); export default SvgAlertIcon;