@brizy/ui-icons
Version:
10 lines (9 loc) • 699 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WooStock = void 0;
const react_1 = __importDefault(require("react"));
exports.WooStock = ({ 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 1H1a1 1 0 0 0-1 1v2h16V2a1 1 0 0 0-1-1ZM1 14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5H1v9Zm5.5-7h3a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2Z" })));