@brizy/ui-icons
Version:
10 lines (9 loc) • 1.07 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WooCategories = void 0;
const react_1 = __importDefault(require("react"));
exports.WooCategories = ({ 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: "M16 11.556a.889.889 0 0 0-.889-.89h-1.778V8.89a1.778 1.778 0 0 0-1.777-1.778H8.889V5.333h1.778c.49 0 .889-.398.889-.889V.89a.889.889 0 0 0-.89-.889H5.334a.889.889 0 0 0-.889.889v3.555c0 .491.398.89.89.89H7.11V7.11H4.444A1.778 1.778 0 0 0 2.667 8.89v1.778H.889a.889.889 0 0 0-.889.889v3.555c0 .491.398.889.889.889h5.333c.491 0 .89-.398.89-.889v-3.555a.889.889 0 0 0-.89-.89H4.444V8.89h7.112v1.778H9.778a.889.889 0 0 0-.89.889v3.555c0 .491.399.889.89.889h5.333c.491 0 .889-.398.889-.889v-3.555Z" })));