@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 804 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFooter16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 3h8a1 1 0 0 1 1 1v6H3V4a1 1 0 0 1 1-1m-1 8v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1zM2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(r);
export {
s as default
};
//# sourceMappingURL=IconFooter16.es.js.map