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