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