UNPKG

mod-arch-shared

Version:

Shared UI components and utilities for modular architecture micro-frontend projects

14 lines (11 loc) 606 B
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon'; const PipelineExecutionIcon = createIcon({ name: 'PipelineExecutionIcon', width: 36, height: 36, svgPath: 'M 23.56,13.56 16,21.12 12.44,17.56 c -0.56,-0.58 -1.46,0.32 -0.88,0.88 l 4,4 a 0.63,0.63 0 0 0 0.88,0 l 8,-8 C 25,13.88 24.13,13 23.56,13.56 Z M 18,3.38 A 14.64,14.64 0 0 0 3.38,18 c 0.8,19.4 28.44,19.4 29.25,0 A 14.65,14.65 0 0 0 18,3.38 Z m 0,28 A 13.39,13.39 0 0 1 4.62,18 C 5.36,0.26 30.64,0.26 31.38,18 A 13.39,13.39 0 0 1 18,31.38 Z', xOffset: 0, yOffset: 0, }); export default PipelineExecutionIcon;