UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 643 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooSku = void 0; const react_1 = __importDefault(require("react")); exports.WooSku = ({ 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: "M2 1v14H0V1h2Zm14 0v14h-2V1h2ZM5 1v13H3V1h2Zm8 0v13h-2V1h2Zm-3 0v13H6V1h4Z" })));