UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

11 lines 910 B
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon'; const AcceleratorProfileIcon = createIcon({ name: 'AcceleratorProfileIcon', width: 36, height: 36, svgPath: 'M 6,17.62 A 0.62,0.62 0 0 0 6.62,17 V 5.62 H 20 A 0.62,0.62 0 1 0 20,4.38 H 6 A 0.62,0.62 0 0 0 5.38,5 V 17 A 0.62,0.62 0 0 0 6,17.62 Z M 31,15.38 A 0.62,0.62 0 0 0 30.38,16 V 29.38 H 19 a 0.62,0.62 0 0 0 0,1.24 H 31 A 0.62,0.62 0 0 0 31.62,30 V 16 A 0.62,0.62 0 0 0 31,15.38 Z M 31.58,4.78 A 0.62,0.62 0 0 0 31,4.38 h -7 a 0.62,0.62 0 0 0 0,1.24 h 5.49 L 15.74,19.38 H 5 A 0.62,0.62 0 0 0 4.38,20 V 31 A 0.62,0.62 0 0 0 5,31.62 H 16 A 0.62,0.62 0 0 0 16.62,31 V 20.26 L 30.38,6.51 V 12 a 0.62,0.62 0 0 0 1.24,0 V 5 A 0.54,0.54 0 0 0 31.58,4.78 Z m -16.2,25.6 H 5.62 v -9.76 h 9.76 z', xOffset: 0, yOffset: 0, }); export default AcceleratorProfileIcon; //# sourceMappingURL=AcceleratorProfileIcon.js.map