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