@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 790 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBuildings16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M4.5 5.5h2m-5 8h1m2-5.5h2m-2 2.5h2m2 3V6l5-1.5v7m-5 2h-6m6 0h6m-12 0v-10l6-2v2m2 4.5h1m-1 2.5h1"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconBuildings16.es.js.map