@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.58 kB
JavaScript
import { j as l } from "./index.es244.js";
import { clsx as v } from "./index.es246.js";
import { createColorClasses as i } from "./index.es274.js";
const p = ({
width: e = 32,
height: o = 32,
className: a,
filled: r,
color: h,
decorative: s = !1,
ariaLabel: c = "Home"
}) => {
const t = i({ color: h });
return /* @__PURE__ */ l.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: e,
height: o,
fill: "currentColor",
viewBox: "0 0 32 32",
className: v(a, t),
"aria-hidden": s,
"aria-label": s ? void 0 : c,
children: r ? /* @__PURE__ */ l.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__ */ l.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 {
p as Home
};
//# sourceMappingURL=index.es175.js.map