@@ -9,27 +9,25 @@ import { BOX_BLUE } from '../../constants';
99import type { IconType } from '../../flowTypes' ;
1010
1111const IconBoxLogo = ( { color = BOX_BLUE , height = 25 , width = 45 } : IconType ) =>
12- < div >
13- < svg height = { height } width = { width } viewBox = '0 0 98 52' aria-labelledby = 'title desc' role = 'img' >
14- < path
15- fill = { color }
16- fillRule = 'evenodd'
17- d = 'M95.34 44.7c1.1 1.53.8 3.66-.75 4.8-1.56
18- 1.13-3.74.84-4.93-.64l-7.8-10.23-7.82 10.23c-1.2 1.48-3.36
19- 1.77-4.9.63-1.55-1.15-1.87-3.28-.75-4.8l9.06-11.86L68.4
20- 21c-1.1-1.54-.8-3.67.75-4.8 1.55-1.14 3.72-.85 4.9.63l7.82 10.23
21- 7.8-10.23c1.2-1.48 3.38-1.77 4.92-.63 1.52 1.13 1.84 3.26.73
22- 4.8L86.3 32.84l9.04 11.85zM53.9 43.22c-5.86 0-10.6-4.65-10.6-10.4
23- 0-5.72 4.74-10.37 10.6-10.37 5.85 0 10.6 4.65 10.6 10.38 0
24- 5.74-4.75 10.4-10.6 10.4zm-31.23 0c-5.85 0-10.6-4.65-10.6-10.4
25- 0-5.72 4.75-10.37 10.6-10.37 5.86 0 10.6 4.65 10.6 10.38 0 5.74-4.74
26- 10.4-10.6 10.4zm31.22-27.7c-6.78 0-12.66 3.73-15.63
27- 9.2-2.97-5.47-8.84-9.2-15.6-9.2-4 0-7.66 1.3-10.6 3.46V4.38C12.02
28- 2.52 10.45 1 8.53 1 6.6 1 5.03 2.5 5 4.4v28.7c.16 9.43 8 17.03
29- 17.67 17.03 6.77 0 12.64-3.73 15.6-9.2 2.98 5.47 8.86 9.2 15.62
30- 9.2 9.74 0 17.66-7.75 17.66-17.32 0-9.55-7.92-17.3-17.68-17.3z'
31- />
32- </ svg >
33- </ div > ;
12+ < svg height = { height } width = { width } viewBox = '0 0 98 52' role = 'img' >
13+ < path
14+ fill = { color }
15+ fillRule = 'evenodd'
16+ d = 'M95.34 44.7c1.1 1.53.8 3.66-.75 4.8-1.56
17+ 1.13-3.74.84-4.93-.64l-7.8-10.23-7.82 10.23c-1.2 1.48-3.36
18+ 1.77-4.9.63-1.55-1.15-1.87-3.28-.75-4.8l9.06-11.86L68.4
19+ 21c-1.1-1.54-.8-3.67.75-4.8 1.55-1.14 3.72-.85 4.9.63l7.82 10.23
20+ 7.8-10.23c1.2-1.48 3.38-1.77 4.92-.63 1.52 1.13 1.84 3.26.73
21+ 4.8L86.3 32.84l9.04 11.85zM53.9 43.22c-5.86 0-10.6-4.65-10.6-10.4
22+ 0-5.72 4.74-10.37 10.6-10.37 5.85 0 10.6 4.65 10.6 10.38 0
23+ 5.74-4.75 10.4-10.6 10.4zm-31.23 0c-5.85 0-10.6-4.65-10.6-10.4
24+ 0-5.72 4.75-10.37 10.6-10.37 5.86 0 10.6 4.65 10.6 10.38 0 5.74-4.74
25+ 10.4-10.6 10.4zm31.22-27.7c-6.78 0-12.66 3.73-15.63
26+ 9.2-2.97-5.47-8.84-9.2-15.6-9.2-4 0-7.66 1.3-10.6 3.46V4.38C12.02
27+ 2.52 10.45 1 8.53 1 6.6 1 5.03 2.5 5 4.4v28.7c.16 9.43 8 17.03
28+ 17.67 17.03 6.77 0 12.64-3.73 15.6-9.2 2.98 5.47 8.86 9.2 15.62
29+ 9.2 9.74 0 17.66-7.75 17.66-17.32 0-9.55-7.92-17.3-17.68-17.3z'
30+ />
31+ </ svg > ;
3432
3533export default IconBoxLogo ;
0 commit comments