import React from "react"; function ChevronRight() { return ( ); } export default React.memo(ChevronRight);