@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 1.51 kB
JavaScript
import { j as e } from "./index.es137.js";
import { clsx as c } from "./index.es139.js";
import { createColorClasses as h } from "./index.es145.js";
const n = ({
width: s = 32,
height: o = 32,
className: r,
filled: l,
color: a
}) => {
const t = h({ color: a });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: o,
fill: "currentColor",
viewBox: "0 0 32 32",
className: c(r, t),
"aria-hidden": "true",
children: l ? /* @__PURE__ */ e.jsx(
"path",
{
fillRule: "evenodd",
d: "M3.167 10.46 16.5 2.668l13.333 7.794V16c0 .736-.597 1.333-1.333 1.333h-1.334V28c0 .737-.596 1.334-1.333 1.334h-6.4a.267.267 0 0 1-.267-.267v-8.8A.267.267 0 0 0 18.9 20h-4.8a.267.267 0 0 0-.267.267v8.8c0 .147-.12.267-.267.267h-6.4A1.333 1.333 0 0 1 5.833 28V17.334H4.5A1.333 1.333 0 0 1 3.167 16v-5.54Z",
clipRule: "evenodd"
}
) : /* @__PURE__ */ e.jsx("path", { d: "M7.167 16v12H12.5v-7.733a1.6 1.6 0 0 1 1.6-1.6h4.8a1.6 1.6 0 0 1 1.6 1.6V28h5.333V16H28.5v-4.774l-12-7.015-12 7.015V16zm-4-5.54L16.5 2.668l13.333 7.794V16c0 .736-.597 1.333-1.333 1.333h-1.333V28c0 .737-.597 1.334-1.334 1.334h-6.4a.267.267 0 0 1-.266-.267v-8.8A.267.267 0 0 0 18.9 20h-4.8a.267.267 0 0 0-.267.267v8.8c0 .147-.12.267-.266.267h-6.4A1.333 1.333 0 0 1 5.833 28V17.334H4.5A1.333 1.333 0 0 1 3.167 16z" })
}
);
};
export {
n as Home
};
//# sourceMappingURL=index.es92.js.map