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