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