import React from 'react'; export const DrawToolIcon = (props: React.SVGProps) => { return ( ); };