@frontify/fondue
Version:
Design system of Frontify
32 lines (31 loc) • 788 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBuildings12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M3.5 6.5h1m-4 4h1m2-2h1m2 2v-6l4-1.5v5.5m-4 2h-5m5 0h5m-10 0v-8l5-2v2m1.5 4h1m-1 2h1m-5.5-4h1"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconBuildings12.es.js.map