UNPKG

@tomorrowevening/hermes

Version:

An extendable set of Web Tools controlled via a separate window for non-intereference with content.

10 lines (9 loc) 449 B
import { jsxs as s, jsx as e } from "react/jsx-runtime"; const l = /* @__PURE__ */ s("svg", { className: "closeIcon", width: "14", height: "14", fill: "none", stroke: "#666666", strokeMiterlimit: "10", children: [ /* @__PURE__ */ e("circle", { cx: "7", cy: "7", r: "6" }), /* @__PURE__ */ e("line", { x1: "4", y1: "4", x2: "10", y2: "10" }), /* @__PURE__ */ e("line", { x1: "4", y1: "10", x2: "10", y2: "4" }) ] }); export { l as default };