@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 622 B
JavaScript
import { createFondueIcon as a } from "./fondue-icons2.js";
const h = a("WorkflowLanes", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M9 4H4a.5.5 0 00-.5.5V7h6V4.5A.5.5 0 009 4m-5.5 7.5v-3h6v3zm0 6V20a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-2.5zm0-1.5h6v-3h-6zM4 2.5a2 2 0 00-2 2V20a2 2 0 002 2h5a2 2 0 002-2V4.5a2 2 0 00-2-2zM20 4h-5a.5.5 0 00-.5.5V7h6V4.5A.5.5 0 0020 4m.5 4.5h-6v3h6zm-6 7V13h6v2.5a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5m.5-13a2 2 0 00-2 2v11a2 2 0 002 2h5a2 2 0 002-2v-11a2 2 0 00-2-2z", "clip-rule": "evenodd" }]]);
export {
h as IconWorkflowLanes
};
//# sourceMappingURL=fondue-icons348.js.map