mod-arch-shared
Version:
Shared library for modular architecture micro-frontend projects
14 lines (11 loc) • 1.37 kB
text/typescript
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon';
const BuildIcon = createIcon({
name: 'BuildIcon',
width: 48,
height: 48,
svgPath:
'M 14.5,35 A 1.5,1.5 0 0 1 13,36.5 1.5,1.5 0 0 1 11.5,35 1.5,1.5 0 0 1 13,33.5 1.5,1.5 0 0 1 14.5,35 Z M 39.74,12.91 c -0.15,-0.28 -0.42,-0.47 -0.73,-0.52 -0.31,-0.04 -0.63,0.06 -0.86,0.28 l -6.12,6.12 c -0.75,0.75 -2.07,0.75 -2.83,0 -0.38,-0.38 -0.58,-0.88 -0.58,-1.41 0,-0.53 0.21,-1.04 0.58,-1.41 L 35.32,9.85 C 35.54,9.63 35.65,9.31 35.6,8.99 35.55,8.68 35.36,8.4 35.08,8.26 33.53,7.44 31.77,7 29.99,7 c -6.07,0 -11,4.93 -11,11 0,1.03 0.14,2.05 0.43,3.03 L 8.55,31.9 c -1.01,1.01 -1.56,2.34 -1.56,3.77 0,1.43 0.55,2.76 1.56,3.77 1.01,1.01 2.4,1.56 3.77,1.56 1.37,0 2.73,-0.52 3.77,-1.56 L 26.96,28.57 c 0.98,0.29 2,0.43 3.03,0.43 6.07,0 11,-4.93 11,-11 0,-1.77 -0.43,-3.53 -1.26,-5.09 z M 30,27 c -1.02,0 -2.02,-0.17 -2.97,-0.51 -0.36,-0.13 -0.77,-0.04 -1.04,0.24 l -11.3,11.3 c -1.3,1.3 -3.41,1.3 -4.71,0 -0.63,-0.63 -0.97,-1.46 -0.97,-2.35 0,-0.89 0.35,-1.72 0.97,-2.35 l 11.3,-11.3 c 0.27,-0.27 0.36,-0.68 0.24,-1.04 -0.34,-0.96 -0.51,-1.96 -0.51,-2.97 0,-4.96 4.04,-9 9,-9 1,0 1.96,0.16 2.88,0.47 l -5.08,5.08 c -1.56,1.56 -1.56,4.1 0,5.65 1.56,1.55 4.1,1.56 5.65,0 l 5.08,-5.08 c 0.31,0.92 0.47,1.88 0.47,2.88 0,4.96 -4.04,9 -9,9 z',
xOffset: 0,
yOffset: 0,
});
export default BuildIcon;