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