@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 995 B
JavaScript
import { j as e } from "./index.es244.js";
import { clsx as r } from "./index.es246.js";
import { createColorClasses as m } from "./index.es274.js";
const c = ({
width: i = 24,
height: o = 24,
className: t,
color: l,
decorative: s = !0,
ariaLabel: h = "Medical history"
}) => {
const a = m({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: i,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: r(t, a),
"aria-hidden": s,
"aria-label": s ? void 0 : h,
children: /* @__PURE__ */ e.jsx(
"path",
{
fill: r(l || "#06C"),
fillRule: "evenodd",
d: "M4 16V2h16v14h-3.69l-1 2H8.69l-1-2zm11.69-1H19V3H5v12h3.31l1 2h5.38zM19 17h1v5H4v-5h1v4h14zM7 6h10V5H7zm10 3H7V8h10zM7 12h10v-1H7z",
clipRule: "evenodd"
}
)
}
);
};
export {
c as MedicHistory
};
//# sourceMappingURL=index.es192.js.map