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