UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

40 lines (39 loc) 1.36 kB
import { j as l } from "./index.es137.js"; import { clsx as t } from "./index.es139.js"; import { createColorClasses as c } from "./index.es145.js"; const x = ({ width: r = 32, height: s = 32, className: e, color: a }) => { const o = c({ color: a }); return /* @__PURE__ */ l.jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: r, height: s, fill: "currentColor", viewBox: "0 0 32 32", className: t(e, o), "aria-hidden": "true", children: [ /* @__PURE__ */ l.jsx("circle", { cx: "16", cy: "16", r: "16", fill: "#EBECED" }), /* @__PURE__ */ l.jsx( "path", { fill: "#2F475E", 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 { x as Obscured }; //# sourceMappingURL=index.es102.js.map