@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 820 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBuildings24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M7.5 8.5h2m-7 12h2m3-8h2m-2 4h2m3 4V9l7-2.5V17m-7 3.5h-8m8 0h9m-17 0v-15l8-2.5v3m2.5 6.5h2m-2 4h2"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconBuildings24.es.js.map