@brizy/ui-icons
Version:
10 lines (9 loc) • 816 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaskShapePoly2 = void 0;
const react_1 = __importDefault(require("react"));
exports.MaskShapePoly2 = ({ 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: "m9.496.399 4.368 2.51a2.976 2.976 0 0 1 1.496 2.58v5.022c0 1.064-.57 2.047-1.496 2.58L9.496 15.6a3.003 3.003 0 0 1-2.992 0l-4.368-2.51A2.976 2.976 0 0 1 .64 10.51V5.489c0-1.064.57-2.047 1.496-2.58L6.504.4a3.003 3.003 0 0 1 2.992 0Z" })));