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