@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.07 kB
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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconWorkflowLanes16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 3h-3a.5.5 0 0 0-.5.5V6h4V3.5a.5.5 0 0 0-.5-.5M6 7H2v3h4zm0 4H2v2.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zM2.5 2A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h3A1.5 1.5 0 0 0 7 13.5v-10A1.5 1.5 0 0 0 5.5 2zm11 1h-3a.5.5 0 0 0-.5.5V6h4V3.5a.5.5 0 0 0-.5-.5M10 9.5V7h4v2.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5m.5-7.5A1.5 1.5 0 0 0 9 3.5v6a1.5 1.5 0 0 0 1.5 1.5h3A1.5 1.5 0 0 0 15 9.5v-6A1.5 1.5 0 0 0 13.5 2z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(a);
export {
s as default
};
//# sourceMappingURL=IconWorkflowLanes16.es.js.map