UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 708 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooUpsell = void 0; const react_1 = __importDefault(require("react")); exports.WooUpsell = ({ 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: "M13.224 8.462 16 11.843V15H0v-.844l5.072-5.069 3.866 3.458 4.286-4.083ZM16 1v7h-2V4.4l-5 5-4-4-3.3 3.3L.3 7.3 5 2.6l4 4L12.6 3H9V1h7Z" })));