@anoki/fse-ui
Version:
FSE UI components library
38 lines (37 loc) • 925 B
JavaScript
import { j as s } from "./index.es237.js";
import { clsx as m } from "./index.es238.js";
import { createColorClasses as n } from "./index.es239.js";
const p = ({
width: t = 24,
height: r = 24,
className: o,
color: l,
decorative: a = !1,
ariaLabel: e = "Attachment"
}) => {
const i = n({ color: l });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: t,
height: r,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(o, i),
"aria-hidden": a,
"aria-label": a ? void 0 : e,
children: /* @__PURE__ */ s.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 {
p as Attachment
};
//# sourceMappingURL=index.es169.js.map