UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

11 lines 946 B
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon'; const ServingRuntimeIcon = createIcon({ name: 'ServingRuntimeIcon', width: 36, height: 36, svgPath: 'm 24,10.38 h -7.46 a 2.62,2.62 0 1 0 0,1.24 h 2.84 V 13 a 0.62,0.62 0 1 0 1.24,0 v -1.38 h 0.76 V 13 a 0.62,0.62 0 1 0 1.24,0 v -1.38 h 0.76 V 12 a 0.62,0.62 0 1 0 1.24,0 V 11 A 0.61,0.61 0 0 0 24,10.38 Z m -10,2 A 1.38,1.38 0 1 1 15.38,11 1.38,1.38 0 0 1 14,12.38 Z M 9,23.62 h 6 a 0.62,0.62 0 0 0 0,-1.24 H 9 a 0.62,0.62 0 0 0 0,1.24 z M 31,17.38 H 5 A 0.61,0.61 0 0 0 4.38,18 V 28 A 0.61,0.61 0 0 0 5,28.62 H 31 A 0.61,0.61 0 0 0 31.62,28 V 18 A 0.61,0.61 0 0 0 31,17.38 Z m -0.62,10 H 5.62 V 18.62 H 30.38 Z M 27.62,22.99 A 0.62,0.62 0 0 1 27,23.61 0.62,0.62 0 0 1 26.38,22.99 0.62,0.62 0 0 1 27,22.37 a 0.62,0.62 0 0 1 0.62,0.62 z', xOffset: 0, yOffset: 0, }); export default ServingRuntimeIcon; //# sourceMappingURL=ServingRuntimeIcon.js.map