UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 848 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooProducts = void 0; const react_1 = __importDefault(require("react")); exports.WooProducts = ({ 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: "m1 4.683 6.453 2.885V16L1.78 13.38A1.369 1.369 0 0 1 1 12.132V4.683Zm14-.174v7.623c0 .54-.305 1.029-.78 1.248l-5.454 2.519V7.497L15 4.509ZM8.533.118l5.687 2.626c.198.091.367.23.496.4l-6.66 3.208-6.865-3.07c.136-.232.34-.422.589-.538L7.467.118c.34-.157.727-.157 1.066 0Z" })));