import * as React from "react"; function SvgComponent(props: React.SVGProps) { return ; } export default SvgComponent;