UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

11 lines 859 B
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon'; const ModelServerIcon = createIcon({ name: 'ModelServerIcon', width: 36, height: 36, svgPath: 'm 9,18.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 0,8 h 6 a 0.62,0.62 0 0 0 0,-1.24 H 9 a 0.62,0.62 0 1 0 0,1.24 z m 0,-16 h 6 A 0.62,0.62 0 0 0 15,9.38 H 9 a 0.62,0.62 0 0 0 0,1.24 z M 31,4.38 H 5 A 0.61,0.61 0 0 0 4.38,5 V 31 A 0.61,0.61 0 0 0 5,31.62 H 31 A 0.61,0.61 0 0 0 31.62,31 V 5 A 0.61,0.61 0 0 0 31,4.38 Z m -0.62,26 H 5.62 V 5.62 H 30.38 Z M 27,10.62 A 0.62,0.62 0 1 0 26.38,10 0.61,0.61 0 0 0 27,10.62 Z m 0,8 A 0.62,0.62 0 1 0 26.38,18 0.61,0.61 0 0 0 27,18.62 Z m 0,8 A 0.62,0.62 0 1 0 26.38,26 0.61,0.61 0 0 0 27,26.62 Z', xOffset: 0, yOffset: 0, }); export default ModelServerIcon; //# sourceMappingURL=ModelServerIcon.js.map