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