@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 822 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBuildings32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
d: "M10 10h2M4 27h2m4-13h2m-2 8h2m4 5V11l10-3v14m-10 5H6m10 0h12M6 27V7l10-3v3m4 7h2m-2 8h2m-12-4h2m8 0h2"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconBuildings32.es.js.map