@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 818 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBuildings20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M6 7.5h2m-6 10h1.5m2.5-7h2m-2 3h2m2.5 4V8l6-2v8.5m-6 3h-7m7 0H18m-14.5 0V5l7-2v2m2 5.5h2m-2 3h2"
}
)
}
);
}
const i = n(o);
export {
i as default
};
//# sourceMappingURL=IconBuildings20.es.js.map