@brizy/ui-icons
Version:
12 lines (11 loc) • 812 B
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PopupLegacy = void 0;
const react_1 = __importDefault(require("react"));
exports.PopupLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.createElement("g", { fill: "currentColor", fillRule: "nonzero" },
react_1.default.createElement("path", { d: "M8 13H2V5h12v3h2V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-2z" }),
react_1.default.createElement("rect", { width: 4, height: 4, x: 12, y: 11, rx: 1 }))));