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