UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

37 lines (36 loc) 906 B
import { j as s } from "./index.es137.js"; import { clsx as l } from "./index.es139.js"; import { createColorClasses as i } from "./index.es145.js"; const a = ({ width: r = 24, height: t = 24, className: o, color: e }) => { const h = i({ color: e }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: r, height: t, fill: "currentColor", viewBox: "0 0 24 24", className: l(o, h), "aria-hidden": "true", children: /* @__PURE__ */ s.jsx( "path", { fill: l(e || "#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 { a as MedicHistory }; //# sourceMappingURL=index.es107.js.map