UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 863 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooContent = void 0; const react_1 = __importDefault(require("react")); exports.WooContent = ({ 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 13a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2h14Zm0-4a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2h5ZM5.833 5C6.533 5 7 5.467 7 6.167v3.666C7 10.533 6.533 11 5.833 11H1.167C.467 11 0 10.533 0 9.833V6.167C0 5.467.467 5 1.167 5h4.666ZM15 5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2h5Zm0-4a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2h14Z" })));