@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 851 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconFooter20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.5 3.5h11a1 1 0 0 1 1 1v8h-13v-8a1 1 0 0 1 1-1M3.5 14v1.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V14zM2 4.5A2.5 2.5 0 0 1 4.5 2h11A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconFooter20.es.js.map