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