@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 894 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconWorkflowLanes32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 5H5v4h7zm0 6H5v4h7zM5 21v-4h7v4zm0 2v4h7v-4zM5 3a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm22 2h-7v4h7zm0 6h-7v4h7zm-7 10v-4h7v4zm0-18a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(a);
export {
m as default
};
//# sourceMappingURL=IconWorkflowLanes32.es.js.map