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