@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(e) {
return /* @__PURE__ */ a(
"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: "IconWorkflowLanes20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 3H3a.5.5 0 0 0-.5.5v2h5v-2A.5.5 0 0 0 7 3m2 2.5V17a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2zm-1.5 8V11h-5v2.5zm-5 1.5h5v2a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5zm5-8v2.5h-5V7zM17 3h-4a.5.5 0 0 0-.5.5v2h5v-2A.5.5 0 0 0 17 3m-6 2.5V13a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2zm1.5 5.5v2a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-2zm5-1.5V7h-5v2.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = t(o);
export {
l as default
};
//# sourceMappingURL=IconWorkflowLanes20.es.js.map