import * as React from "react"; function ArrowRightIcon(props: React.SVGProps) { return ; } export default ArrowRightIcon;