UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 951 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MaskShapeBlob1 = void 0; const react_1 = __importDefault(require("react")); exports.MaskShapeBlob1 = ({ 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: "M12.806 1.671c1.204.956 2.176 2.116 2.685 3.424.509 1.318.565 2.784.472 4.305-.092 1.522-.342 3.1-1.166 4.324-.824 1.234-2.232 2.106-3.676 2.255-1.444.139-2.916-.436-4.407-.91-1.481-.473-2.972-.844-4.166-1.735-1.194-.9-2.092-2.328-2.416-3.896-.315-1.569-.065-3.285.75-4.603.814-1.326 2.184-2.254 3.582-3.126C5.854.836 7.27.029 8.704 0c1.436-.037 2.89.715 4.102 1.67Z" })));