UNPKG

@anoki/fse-ui

Version:

FSE UI components library

45 lines (44 loc) 1.48 kB
import { j as l } from "./index.es278.js"; import { clsx as d } from "./index.es280.js"; import { createColorClasses as n } from "./index.es352.js"; const h = ({ width: a = 32, height: e = 32, className: r, color: o, decorative: s = !1, ariaLabel: i = "Hide", fillColor: t = "#2F475E", bgCircle: c = !0 }) => { const m = n({ color: o }); return /* @__PURE__ */ l.jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: a, height: e, fill: "currentColor", viewBox: "0 0 32 32", className: d(r, m), "aria-hidden": s, "aria-label": s ? void 0 : i, children: [ c && /* @__PURE__ */ l.jsx("circle", { cx: "16", cy: "16", r: "16", fill: "#EBECED" }), /* @__PURE__ */ l.jsx( "path", { fill: t, fillRule: "evenodd", d: "m12.5 24.3 6.1-16.9.9.3-6.1 16.9zM7.1 16a9.8 9.8 0 0 1 8.9-5.5h.4l.4-.9H16a10.9 10.9 0 0 0-9.8 6L6 16l.2.5a11 11 0 0 0 6.1 5.3l.3-.9A9.8 9.8 0 0 1 7.1 16M19 16a3.2 3.2 0 0 0-.7-1.9l.4-1.1a4.2 4.2 0 0 1 1.3 3 4 4 0 0 1-3.9 4l.4-1.1A2.9 2.9 0 0 0 19 16m.7-5.8a11 11 0 0 1 6.1 5.3l.2.5-.2.4a10.9 10.9 0 0 1-9.8 6h-.8l.4-.9h.4a9.8 9.8 0 0 0 8.9-5.5 9.8 9.8 0 0 0-5.5-4.9zm-4.2 2.9.4-1.1a4 4 0 0 0-3.9 4 4.2 4.2 0 0 0 1.3 3l.4-1.1A3.2 3.2 0 0 1 13 16a2.9 2.9 0 0 1 2.5-2.9", clipRule: "evenodd" } ) ] } ); }; export { h as Obscured }; //# sourceMappingURL=index.es203.js.map