@anoki/fse-marche-ui
Version:
FSE UI components library
35 lines (34 loc) • 841 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as l } from "./index.es139.js";
import { createColorClasses as i } from "./index.es145.js";
const x = ({
width: s = 24,
height: t = 24,
className: a,
color: o
}) => {
const e = i({ color: o });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: t,
fill: "currentColor",
viewBox: "0 0 24 24",
className: l(a, e),
"aria-hidden": "true",
children: /* @__PURE__ */ r.jsx(
"path",
{
fill: "#06C",
d: "M11 22a2.9 2.9 0 0 1-3-3V6a4 4 0 1 1 8 0v10h-1V6a3 3 0 1 0-6 0v13a2 2 0 1 0 4 0V8a1 1 0 1 0-2 0v8h-1V8a2 2 0 0 1 4 0v11a2.9 2.9 0 0 1-3 3"
}
)
}
);
};
export {
x as Attachment
};
//# sourceMappingURL=index.es112.js.map