@brizy/ui-icons
Version:
10 lines (9 loc) • 855 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaskShapeBlob4 = void 0;
const react_1 = __importDefault(require("react"));
exports.MaskShapeBlob4 = ({ 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: "M14.513.945c1.343.818 1.804 3.584 1.27 5.675-.536 2.09.083 4.649-1.27 6.233-1.344 1.584-3.495 2.467-6.034 2.467-2.54 0-2.991-.896-4.712-2.467C2.047 11.27.22 9.27.021 7.023-.19 4.776 1.217 2.27 2.938 1.452c1.721-.831 3.746.026 5.876-.104 2.12-.117 4.355-1.234 5.699-.403Z" })));