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