@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 860 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconWorkflowLanes12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 2H1v2h3zm0 3H1v2h3zm0 3H1v2h3zM1 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm10 1H8v2h3zM8 7V5h3v2zm0-6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(a);
export {
s as default
};
//# sourceMappingURL=IconWorkflowLanes12.es.js.map