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