mod-arch-shared
Version:
Shared UI components and utilities for modular architecture micro-frontend projects
14 lines (11 loc) • 2.43 kB
text/typescript
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon';
const ConfigurationIcon = createIcon({
name: 'ConfigurationIcon',
width: 36,
height: 36,
svgPath:
'M 18,13.38 A 4.62,4.62 0 1 0 22.62,18 4.62,4.62 0 0 0 18,13.38 Z m 0,8 A 3.38,3.38 0 1 1 21.38,18 3.39,3.39 0 0 1 18,21.38 Z M 32.36,15.29 A 0.62,0.62 0 0 0 31.75,14.78 H 28.41 A 10.58,10.58 0 0 0 27.67,13 L 30,10.6 A 0.62,0.62 0 0 0 30.08,9.81 14.72,14.72 0 0 0 26.3,6 0.62,0.62 0 0 0 25.5,6.08 L 23.15,8.39 A 11,11 0 0 0 21.31,7.62 V 4.26 a 0.62,0.62 0 0 0 -0.51,-0.61 14.25,14.25 0 0 0 -5.41,0 0.62,0.62 0 0 0 -0.52,0.62 v 3.29 a 10.8,10.8 0 0 0 -1.9,0.77 L 10.6,6 A 0.63,0.63 0 0 0 9.81,5.92 14.72,14.72 0 0 0 6,9.7 0.62,0.62 0 0 0 6.08,10.5 l 2.35,2.35 a 10.48,10.48 0 0 0 -0.8,1.93 H 4.25 a 0.62,0.62 0 0 0 -0.61,0.51 14.25,14.25 0 0 0 0,5.42 0.62,0.62 0 0 0 0.61,0.51 h 3.34 a 10.48,10.48 0 0 0 0.8,1.93 L 6,25.5 A 0.62,0.62 0 0 0 5.92,26.3 14.72,14.72 0 0 0 9.77,30.12 0.62,0.62 0 0 0 10.6,30 L 13,27.67 a 10.8,10.8 0 0 0 1.9,0.77 v 3.32 a 0.62,0.62 0 0 0 0.52,0.62 14.49,14.49 0 0 0 5.41,0 0.62,0.62 0 0 0 0.51,-0.61 v -3.39 a 11,11 0 0 0 1.84,-0.77 L 25.5,30 a 0.62,0.62 0 0 0 0.8,0.08 14.72,14.72 0 0 0 3.82,-3.85 A 0.62,0.62 0 0 0 30,25.4 L 27.67,23 a 10.58,10.58 0 0 0 0.74,-1.81 h 3.34 a 0.62,0.62 0 0 0 0.61,-0.51 14.25,14.25 0 0 0 0,-5.42 z M 31.22,20 h -3.28 a 0.62,0.62 0 0 0 -0.6,0.47 9.78,9.78 0 0 1 -1,2.39 0.62,0.62 0 0 0 0.1,0.75 l 2.33,2.33 A 13.13,13.13 0 0 1 26,28.7 l -2.3,-2.31 a 0.64,0.64 0 0 0 -0.77,-0.1 9.49,9.49 0 0 1 -2.41,1 0.63,0.63 0 0 0 -0.46,0.61 v 3.29 a 12.69,12.69 0 0 1 -3.94,0 V 28 a 0.62,0.62 0 0 0 -0.47,-0.6 9.92,9.92 0 0 1 -2.48,-1 0.62,0.62 0 0 0 -0.75,0.1 l -2.33,2.33 A 13.13,13.13 0 0 1 7.3,26 L 9.61,23.68 A 0.62,0.62 0 0 0 9.71,22.92 9.27,9.27 0 0 1 8.66,20.43 0.62,0.62 0 0 0 8.06,19.96 H 4.78 a 12.21,12.21 0 0 1 0,-3.94 h 3.28 a 0.62,0.62 0 0 0 0.6,-0.47 9.27,9.27 0 0 1 1.05,-2.49 0.64,0.64 0 0 0 -0.1,-0.77 L 7.3,10 a 13.13,13.13 0 0 1 2.79,-2.78 l 2.33,2.33 a 0.62,0.62 0 0 0 0.75,0.1 9.92,9.92 0 0 1 2.48,-1 0.62,0.62 0 0 0 0.47,-0.6 V 4.77 a 12.69,12.69 0 0 1 3.94,0 v 3.31 a 0.63,0.63 0 0 0 0.46,0.61 9.49,9.49 0 0 1 2.41,1 0.64,0.64 0 0 0 0.77,-0.1 L 26,7.3 a 13.13,13.13 0 0 1 2.78,2.79 l -2.33,2.33 a 0.62,0.62 0 0 0 -0.1,0.75 9.78,9.78 0 0 1 1,2.39 0.62,0.62 0 0 0 0.6,0.47 h 3.28 a 12.21,12.21 0 0 1 0,3.94 z',
xOffset: 0,
yOffset: 0,
});
export default ConfigurationIcon;