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