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