import React from "react"; import { Svg, SvgProps } from "../../Svg"; export const DialogCheck = (props: SvgProps) => { return ( ); };