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