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