@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 911 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function h(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTable32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 7h16a2 2 0 0 1 2 2v1H6V9a2 2 0 0 1 2-2m-4 5V9a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4zm2 10v1a2 2 0 0 0 2 2h3v-3zm13 3h-6v-3h6zm2 0h3a2 2 0 0 0 2-2v-1h-5zm0-5h5v-3h-5zm-2-3h-6v3h6zm0-2h-6v-3h6zm2 0h5v-3h-5zM6 12h5v3H6zm5 8v-3H6v3z",
clipRule: "evenodd"
}
)
}
);
}
const n = a(h);
export {
n as default
};
//# sourceMappingURL=IconTable32.es.js.map