@brizy/ui-icons
Version:
10 lines (9 loc) • 1.16 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaskShapeBrush2 = void 0;
const react_1 = __importDefault(require("react"));
exports.MaskShapeBrush2 = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M15.578 12.746c-1.061-.432-1.647-1.847-4.098.04-2.823 2.334-3.138 1.04-5.112 2.718-.02-.671-.906-.902-2.17-.384-.403.191-.889.592-.91.88-.446-.384-.975-3.143-2.482-3.215C.87 11.25.975 8.811.7 8.044.275 7.852.61 8.288.123 8c1.38-.576 2.295-1.971 3.59-3.147l-.425-.192c.827-1.439 2.674-1.967 3.862-2.374.679-.408.19-.96.424-1.248.34-.12 1.53 1.528 2.888.424L11.056 0c.276.552-.68 1.655.424 1.703.7-.216 1.337-.528 1.634-.552-.19 1.44 2.737.72 2.377 2.351-1.422 1.223-.064 1.631.509 1.967l-1.252.072c.785.816.681 3.175.3 4.35l-.722.048c-.87 1.584 1.294 1.751 1.252 2.807Z" })));