UNPKG

@spark-ui/icons

Version:
23 lines (22 loc) 1.04 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); require("../chunk-8l464Juk.js"); require("react"); let react_jsx_runtime = require("react/jsx-runtime"); //#region src/icons/HomeFill.tsx var HomeFill = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", { ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "HomeFill", ...title && { "data-title": title }, fill, stroke, ...props, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path d=\"m21.74,11.5L12.49,2.25c-.33-.33-.75-.33-1.08,0L2.25,11.5c-.33.33-.33.75,0,1.08.33.33.75.33,1.08,0l1.33-1.42v10c0,.33.25.67.58.75.08,0,.25.08.33.08h12.83c.08,0,.25,0,.33-.08.42,0,.75-.33.75-.75v-9.92l1.25,1.25c.33.33.75.33,1.08,0,.25-.25.25-.75-.08-1Z\"/>" } }); HomeFill.displayName = "HomeFill"; var tags = ["HomeFill", ""]; //#endregion exports.HomeFill = HomeFill; exports.tags = tags; //# sourceMappingURL=HomeFill.js.map