@brizy/ui-icons
Version:
6 lines (5 loc) • 507 B
JavaScript
import React from "react";
export const PopupLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
React.createElement("g", { fill: "currentColor", fillRule: "nonzero" },
React.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.createElement("rect", { width: 4, height: 4, x: 12, y: 11, rx: 1 }))));