import * as React from "react"; import { SVGProps } from "react"; const SvgTrayAlert = (props: SVGProps) => ( ); export default SvgTrayAlert;