import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPaintBrush = withIcon(function IconPaintBrush(props) {
    return (<svg data-tag="IconPaintBrush" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M19.504 3.758a.969.969 0 0 1 .75.75c0 .625-5.49 7.365-6.938 8.812-.938.939-2.215 1.688-2.906 1.688-.306 0-1.406-1.124-1.406-1.406 0-.691.749-1.968 1.687-2.907 1.448-1.448 8.188-6.937 8.813-6.937M3.379 18.383c0-.329.395-.087 1-.691.507-.507.317-1.692 1.376-2.75a2.334 2.334 0 0 1 3.302 3.3 4.25 4.25 0 0 1-3.053 1.266c-1.342 0-2.625-.797-2.625-1.125" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=PaintBrush.jsx.map