mod-arch-shared
Version:
Shared library for modular architecture micro-frontend projects
11 lines • 2.69 kB
JavaScript
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon';
const PipelineRunIcon = createIcon({
name: 'PipelineRunIcon',
width: 36,
height: 36,
svgPath: 'm 10,18.625 h 4.4382 c 0.298,1.7008 1.7768,3 3.5618,3 1.785,0 3.2637,-1.2992 3.5618,-3 H 26 c 3.1016,0 5.625,-2.5234 5.625,-5.625 0,-3.1016 -2.5234,-5.625 -5.625,-5.625 -0.3452,0 -0.625,0.2803 -0.625,0.625 0,0.3447 0.2798,0.625 0.625,0.625 2.4126,0 4.375,1.9629 4.375,4.375 0,2.4121 -1.9624,4.375 -4.375,4.375 h -4.4382 c -0.298,-1.7008 -1.7768,-3 -3.5618,-3 -1.785,0 -3.2637,1.2992 -3.5618,3 H 10 c -3.1016,0 -5.625,2.5234 -5.625,5.625 0,3.1016 2.5234,5.625 5.625,5.625 h 2.491 l -0.9329,0.9326 c -0.2441,0.2441 -0.2441,0.6406 0,0.8848 0.1221,0.1221 0.2817,0.1826 0.4419,0.1826 0.1602,0 0.3198,-0.0605 0.4419,-0.1826 l 2,-2 c 0.01,-0.01 0.0133,-0.0234 0.0225,-0.0339 0.0447,-0.0509 0.0858,-0.1056 0.1122,-0.1691 0.0634,-0.1531 0.0634,-0.3257 0,-0.4788 -0.0264,-0.0635 -0.0674,-0.1182 -0.1122,-0.1691 -0.0092,-0.0105 -0.0125,-0.0239 -0.0225,-0.0339 l -2,-2 c -0.2441,-0.2441 -0.6396,-0.2441 -0.8838,0 -0.2442,0.2441 -0.2441,0.6406 0,0.8848 L 12.491,27.375 H 10 C 7.5874,27.375 5.625,25.4121 5.625,23 5.625,20.5879 7.5874,18.625 10,18.625 Z m 8,-3 c 1.3096,0 2.375,1.0654 2.375,2.375 0,1.3096 -1.0654,2.375 -2.375,2.375 -1.3096,0 -2.375,-1.0654 -2.375,-2.375 0,-1.3096 1.0654,-2.375 2.375,-2.375 z m -10,-4 c 1.785,0 3.2637,-1.2992 3.5618,-3 h 9.9293 l -0.9329,0.9326 c -0.2441,0.2441 -0.2441,0.6406 0,0.8848 0.1221,0.1221 0.2817,0.1826 0.4419,0.1826 0.1602,0 0.3198,-0.0605 0.4419,-0.1826 l 2,-2 c 0.01,-0.01 0.0133,-0.0234 0.0225,-0.0339 0.0447,-0.0509 0.0858,-0.1056 0.1122,-0.1691 0.0634,-0.1531 0.0634,-0.3257 0,-0.4788 C 23.5503,7.6971 23.5093,7.6424 23.4645,7.5915 23.4553,7.581 23.452,7.5676 23.442,7.5576 l -2,-1.9995 c -0.2441,-0.2441 -0.6396,-0.2441 -0.8838,0 -0.2442,0.2441 -0.2441,0.6396 0,0.8838 l 0.9331,0.9331 h -9.9294 c -0.298,-1.7008 -1.7768,-3 -3.5618,-3 -1.999,0 -3.625,1.626 -3.625,3.625 0,1.999 1.626,3.625 3.625,3.625 z m 0,-6 c 1.3096,0 2.375,1.0654 2.375,2.375 0,1.3096 -1.0654,2.375 -2.375,2.375 C 6.6904,10.375 5.625,9.3096 5.625,8 5.625,6.6904 6.6904,5.625 8,5.625 Z m 20,18.75 c -1.785,0 -3.2637,1.2992 -3.5618,3 H 17 c -0.3452,0 -0.625,0.2803 -0.625,0.625 0,0.3447 0.2798,0.625 0.625,0.625 h 7.4382 c 0.298,1.7008 1.7768,3 3.5618,3 1.999,0 3.625,-1.626 3.625,-3.625 0,-1.999 -1.626,-3.625 -3.625,-3.625 z m 0,6 c -1.3096,0 -2.375,-1.0654 -2.375,-2.375 0,-1.3096 1.0654,-2.375 2.375,-2.375 1.3096,0 2.375,1.0654 2.375,2.375 0,1.3096 -1.0654,2.375 -2.375,2.375 z',
xOffset: 0,
yOffset: 0,
});
export default PipelineRunIcon;
//# sourceMappingURL=PipelineRunIcon.js.map