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