import React from "react"; const ChevronRightCircle = ({ width, height, color }) => ( ); export default ChevronRightCircle;