placementt-core 1.20.196 → 11.0.533

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/.eslintrc.js +40 -40
  2. package/.gitattributes +2 -2
  3. package/lib/config.d.ts +0 -1
  4. package/lib/constants.d.ts +5 -2
  5. package/lib/constants.js +130 -136
  6. package/lib/constants.js.map +1 -1
  7. package/lib/features/analytics/useAnalytics.d.ts +0 -1
  8. package/lib/features/analytics/useAnalytics.js +3 -4
  9. package/lib/features/analytics/useAnalytics.js.map +1 -1
  10. package/lib/features/config.d.ts +133 -133
  11. package/lib/features/config.js +35 -35
  12. package/lib/features/contacts/contacts.d.ts +75 -75
  13. package/lib/features/contacts/contacts.js +105 -105
  14. package/lib/features/contacts/contactsSlice.d.ts +5 -5
  15. package/lib/features/contacts/useContacts.js +1 -2
  16. package/lib/features/contacts/useContacts.js.map +1 -1
  17. package/lib/features/downtime/useDowntime.d.ts +11 -11
  18. package/lib/features/downtime/useDowntime.js +22 -22
  19. package/lib/features/dropdown/useDropdown.d.ts +2 -3
  20. package/lib/features/dropdown/useDropdown.js +1 -2
  21. package/lib/features/dropdown/useDropdown.js.map +1 -1
  22. package/lib/features/global/downtime/useDowntime.d.ts +0 -1
  23. package/lib/features/global/downtime/useDowntime.js +3 -2
  24. package/lib/features/global/downtime/useDowntime.js.map +1 -1
  25. package/lib/features/global/users/useUserFunctions.d.ts +0 -1
  26. package/lib/features/global/users/useUserFunctions.js +6 -7
  27. package/lib/features/global/users/useUserFunctions.js.map +1 -1
  28. package/lib/features/placements/studentPlacements/activePlacement.d.ts +1 -1
  29. package/lib/features/placements/studentPlacements/activePlacement.js +1 -1
  30. package/lib/features/placements/studentPlacements/activePlacement.js.map +1 -1
  31. package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.d.ts +4 -5
  32. package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.js +1 -4
  33. package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.js.map +1 -1
  34. package/lib/features/placements/studentPlacements/studentPlacementsSlice.d.ts +63 -63
  35. package/lib/features/placements/studentPlacements/studentPlacementsSlice.js +81 -81
  36. package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.d.ts +4 -4
  37. package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.js +1 -1
  38. package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.js.map +1 -1
  39. package/lib/features/placements/studentPlacements/useStudentPlacements.d.ts +0 -1
  40. package/lib/features/placements/studentPlacements/useStudentPlacements.js +1 -2
  41. package/lib/features/placements/studentPlacements/useStudentPlacements.js.map +1 -1
  42. package/lib/features/providerPlacements/providerPlacementsSlice.d.ts +19 -19
  43. package/lib/features/providerPlacements/providerPlacementsSlice.js +24 -24
  44. package/lib/features/referrals/useReferrals.d.ts +0 -1
  45. package/lib/features/referrals/useReferrals.js +1 -2
  46. package/lib/features/referrals/useReferrals.js.map +1 -1
  47. package/lib/features/studentPlacements/studentPlacementsSlice.d.ts +62 -62
  48. package/lib/features/studentPlacements/studentPlacementsSlice.js +87 -87
  49. package/lib/features/studentPlacements/useStudentPlacements.d.ts +6 -6
  50. package/lib/features/studentPlacements/useStudentPlacements.js +18 -18
  51. package/lib/features/updates/useUpdates.js +1 -2
  52. package/lib/features/updates/useUpdates.js.map +1 -1
  53. package/lib/features/userSlice.d.ts +26 -26
  54. package/lib/features/userSlice.js +23 -23
  55. package/lib/features/users/useUserFunctions.d.ts +25 -25
  56. package/lib/features/users/useUserFunctions.js +124 -124
  57. package/lib/features/users/userSlice.d.ts +46 -46
  58. package/lib/features/users/userSlice.js +48 -48
  59. package/lib/firebase/firebase.d.ts +1 -1
  60. package/lib/firebase/firebase.js +9 -4
  61. package/lib/firebase/firebase.js.map +1 -1
  62. package/lib/firebase/firebaseConfig.js +3 -0
  63. package/lib/firebase/firebaseConfig.js.map +1 -1
  64. package/lib/firebase/firebaseQuery.js +3 -0
  65. package/lib/firebase/firebaseQuery.js.map +1 -1
  66. package/lib/firebase/persistence.js +2 -2
  67. package/lib/firebase/persistence.js.map +1 -1
  68. package/lib/firebase/readDatabase.d.ts +9 -6
  69. package/lib/firebase/readDatabase.js +16 -6
  70. package/lib/firebase/readDatabase.js.map +1 -1
  71. package/lib/firebase/util.d.ts +3 -4
  72. package/lib/firebase/util.js +49 -4
  73. package/lib/firebase/util.js.map +1 -1
  74. package/lib/firebase/writeDatabase.d.ts +3 -3
  75. package/lib/firebase/writeDatabase.js +7 -1
  76. package/lib/firebase/writeDatabase.js.map +1 -1
  77. package/lib/hooks.d.ts +384 -23
  78. package/lib/hooks.js +1342 -223
  79. package/lib/hooks.js.map +1 -1
  80. package/lib/images/GatsbyBenchmarks.d.ts +0 -1
  81. package/lib/images/GatsbyBenchmarks.js +1 -1
  82. package/lib/images/GatsbyBenchmarks.js.map +1 -1
  83. package/lib/reduxHooks.d.ts +11 -20
  84. package/lib/reduxHooks.js +28 -18
  85. package/lib/reduxHooks.js.map +1 -1
  86. package/lib/tasksAndTips.d.ts +25 -5
  87. package/lib/tasksAndTips.js +346 -48
  88. package/lib/tasksAndTips.js.map +1 -1
  89. package/lib/typeDefinitions.d.ts +478 -53
  90. package/lib/util.d.ts +1 -0
  91. package/lib/util.js +78 -6
  92. package/lib/util.js.map +1 -1
  93. package/package.json +52 -49
  94. package/src/DatabaseDefinitions.ts +18 -18
  95. package/src/apiCalls.ts +128 -128
  96. package/src/config.ts +50 -50
  97. package/src/constants.ts +708 -707
  98. package/src/databaseTypes.ts +42 -42
  99. package/src/features/analytics/useAnalytics.tsx +55 -55
  100. package/src/features/contacts/contactsSlice.ts +147 -147
  101. package/src/features/contacts/useContacts.tsx +73 -73
  102. package/src/features/dropdown/useDropdown.tsx +52 -52
  103. package/src/features/global/downtime/useDowntime.tsx +19 -18
  104. package/src/features/global/users/useUserFunctions.tsx +132 -132
  105. package/src/features/jobs/jobsSlice.ts +65 -65
  106. package/src/features/placements/studentPlacements/activePlacement.ts +63 -63
  107. package/src/features/placements/studentPlacements/completedStudentPlacementsSlice.ts +94 -97
  108. package/src/features/placements/studentPlacements/upcomingStudentPlacementsSlice.ts +108 -108
  109. package/src/features/placements/studentPlacements/useStudentPlacements.tsx +33 -33
  110. package/src/features/placements/types.ts +10 -10
  111. package/src/features/referrals/useReferrals.tsx +56 -56
  112. package/src/features/updates/useUpdates.tsx +36 -36
  113. package/src/firebase/firebase.tsx +142 -138
  114. package/src/firebase/firebaseConfig.tsx +45 -42
  115. package/src/firebase/firebaseQuery.tsx +143 -140
  116. package/src/firebase/persistence.ts +84 -84
  117. package/src/firebase/readDatabase.tsx +208 -197
  118. package/src/firebase/util.tsx +352 -308
  119. package/src/firebase/writeDatabase.tsx +75 -68
  120. package/src/hooks.tsx +3395 -1943
  121. package/src/images/GatsbyBenchmarks.tsx +711 -711
  122. package/src/images/LogFuturePlacement.jsx +64 -64
  123. package/src/images/LogPreviousPlacement.jsx +228 -228
  124. package/src/images/gatsby_benchmarks.svg +466 -466
  125. package/src/images/log_future_placement.svg +114 -114
  126. package/src/images/log_previous_placement.svg +199 -199
  127. package/src/index.ts +34 -34
  128. package/src/readDatabase.tsx +3 -3
  129. package/src/reduxHooks.ts +183 -170
  130. package/src/tasksAndTips.ts +744 -410
  131. package/src/tutorialTips.ts +58 -58
  132. package/src/typeDefinitions.ts +899 -503
  133. package/src/util.ts +132 -47
  134. package/tsconfig.dev.json +5 -5
  135. package/tsconfig.json +21 -21
@@ -1,64 +1,64 @@
1
- import * as React from "react";
2
- export default function LogFuturePlacement({size=100}) {
3
- return (<svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={size}
6
- height={size}
7
- viewBox="0 0 64.838 69.394"
8
- >
9
- <path
10
- d="M91.938 92.19V71.959M83.895 71.39h16.087v20.799H83.895z"
11
- style={{
12
- fill: "none",
13
- stroke: "#d16eff",
14
- strokeWidth: 3,
15
- strokeLinecap: "round",
16
- strokeLinejoin: "round",
17
- strokeDasharray: "none",
18
- strokeOpacity: 1,
19
- }}
20
- transform="translate(-68.586 -24.439)"
21
- />
22
- <path
23
- d="M70.086 25.939h43.705V92.19H70.086z"
24
- style={{
25
- fill: "none",
26
- stroke: "#7920f5",
27
- strokeWidth: 3,
28
- strokeLinecap: "round",
29
- strokeLinejoin: "round",
30
- strokeDasharray: "none",
31
- strokeOpacity: 1,
32
- }}
33
- transform="translate(-68.586 -24.439)"
34
- />
35
- <path
36
- d="M113.79 43.321h18.04V92.19h-18.04z"
37
- style={{
38
- fill: "none",
39
- stroke: "#7920f5",
40
- strokeWidth: 3,
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round",
43
- strokeDasharray: "none",
44
- strokeOpacity: 1,
45
- }}
46
- transform="translate(-68.586 -24.439)"
47
- />
48
- <path
49
- // eslint-disable-next-line max-len
50
- d="M75.934 33.762v9.71h5.884M88.996 33.762v9.71h5.884M102.058 33.762v9.71h5.884M75.934 50.166v9.71h5.884M88.996 50.166v9.71h5.884M102.058 50.166v9.71h5.884M120.066 50.166v9.71h5.885M120.066 66.57v9.71h5.885"
51
- style={{
52
- fill: "none",
53
- stroke: "#d16eff",
54
- strokeWidth: 3,
55
- strokeLinecap: "round",
56
- strokeLinejoin: "round",
57
- strokeDasharray: "none",
58
- strokeOpacity: 1,
59
- }}
60
- transform="translate(-68.586 -24.439)"
61
- />
62
- </svg>);
63
- }
64
-
1
+ import * as React from "react";
2
+ export default function LogFuturePlacement({size=100}) {
3
+ return (<svg
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ width={size}
6
+ height={size}
7
+ viewBox="0 0 64.838 69.394"
8
+ >
9
+ <path
10
+ d="M91.938 92.19V71.959M83.895 71.39h16.087v20.799H83.895z"
11
+ style={{
12
+ fill: "none",
13
+ stroke: "#d16eff",
14
+ strokeWidth: 3,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeDasharray: "none",
18
+ strokeOpacity: 1,
19
+ }}
20
+ transform="translate(-68.586 -24.439)"
21
+ />
22
+ <path
23
+ d="M70.086 25.939h43.705V92.19H70.086z"
24
+ style={{
25
+ fill: "none",
26
+ stroke: "#7920f5",
27
+ strokeWidth: 3,
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round",
30
+ strokeDasharray: "none",
31
+ strokeOpacity: 1,
32
+ }}
33
+ transform="translate(-68.586 -24.439)"
34
+ />
35
+ <path
36
+ d="M113.79 43.321h18.04V92.19h-18.04z"
37
+ style={{
38
+ fill: "none",
39
+ stroke: "#7920f5",
40
+ strokeWidth: 3,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeDasharray: "none",
44
+ strokeOpacity: 1,
45
+ }}
46
+ transform="translate(-68.586 -24.439)"
47
+ />
48
+ <path
49
+ // eslint-disable-next-line max-len
50
+ d="M75.934 33.762v9.71h5.884M88.996 33.762v9.71h5.884M102.058 33.762v9.71h5.884M75.934 50.166v9.71h5.884M88.996 50.166v9.71h5.884M102.058 50.166v9.71h5.884M120.066 50.166v9.71h5.885M120.066 66.57v9.71h5.885"
51
+ style={{
52
+ fill: "none",
53
+ stroke: "#d16eff",
54
+ strokeWidth: 3,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ strokeDasharray: "none",
58
+ strokeOpacity: 1,
59
+ }}
60
+ transform="translate(-68.586 -24.439)"
61
+ />
62
+ </svg>);
63
+ }
64
+
@@ -1,228 +1,228 @@
1
- import * as React from "react";
2
- export default function LogPreviousPlacement({ size = 100 }) {
3
- return (
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width={size}
7
- height={size}
8
- viewBox="0 0 64.838 69.394"
9
- >
10
- <g
11
- style={{
12
- stroke: "#7920f5",
13
- strokeWidth: 3,
14
- strokeDasharray: "none",
15
- strokeOpacity: 1,
16
- }}
17
- >
18
- <path
19
- // eslint-disable-next-line max-len
20
- d="M68.274 146.773a31.098 31.098 0 0 0 1.702 15.94 31.098 31.098 0 0 0 9.453 12.945 31.098 31.098 0 0 0 14.664 6.475 31.098 31.098 0 0 0 15.936-1.737c6.644-2.582 12.337-7.54 15.808-13.766 3.471-6.227 4.694-13.676 3.397-20.686-1.297-7.01-5.105-13.528-10.575-18.1-5.47-4.572-12.56-7.164-19.688-7.197"
21
- style={{
22
- fill: "none",
23
- stroke: "#7920f5",
24
- strokeWidth: 3,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round",
27
- strokeDasharray: "none",
28
- strokeOpacity: 1,
29
- }}
30
- transform="translate(-66.404 -114.6)"
31
- />
32
- <path
33
- d="m104.7 116.1-5.73 4.547 4.913 5.419"
34
- style={{
35
- fill: "none",
36
- stroke: "#7920f5",
37
- strokeWidth: 3,
38
- strokeLinecap: "round",
39
- strokeLinejoin: "round",
40
- strokeDasharray: "none",
41
- strokeOpacity: 1,
42
- }}
43
- transform="translate(-66.404 -114.6)"
44
- />
45
- </g>
46
- <g
47
- style={{
48
- stroke: "#d16eff",
49
- strokeWidth: 2,
50
- strokeDasharray: "none",
51
- strokeOpacity: 1,
52
- }}
53
- >
54
- <g
55
- style={{
56
- strokeWidth: 2.5,
57
- strokeDasharray: "none",
58
- }}
59
- >
60
- <g
61
- style={{
62
- strokeWidth: 2.5,
63
- strokeDasharray: "none",
64
- }}
65
- >
66
- <path
67
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
68
- style={{
69
- fill: "none",
70
- stroke: "#d16eff",
71
- strokeWidth: 2.5,
72
- strokeLinecap: "round",
73
- strokeLinejoin: "round",
74
- strokeDasharray: "none",
75
- strokeOpacity: 1,
76
- }}
77
- transform="matrix(.97627 0 0 .97627 -5.63 -98.76)"
78
- />
79
- </g>
80
- <g
81
- style={{
82
- stroke: "#d16eff",
83
- strokeWidth: 2.5,
84
- strokeDasharray: "none",
85
- strokeOpacity: 1,
86
- }}
87
- >
88
- <path
89
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
90
- style={{
91
- fill: "none",
92
- stroke: "#d16eff",
93
- strokeWidth: 2.5,
94
- strokeLinecap: "round",
95
- strokeLinejoin: "round",
96
- strokeDasharray: "none",
97
- strokeOpacity: 1,
98
- }}
99
- transform="rotate(90 84.613 83.536) scale(.97627)"
100
- />
101
- </g>
102
- </g>
103
- <g
104
- style={{
105
- strokeWidth: 2,
106
- strokeDasharray: "none",
107
- }}
108
- >
109
- <g
110
- style={{
111
- stroke: "#d16eff",
112
- strokeWidth: 2,
113
- strokeDasharray: "none",
114
- strokeOpacity: 1,
115
- }}
116
- >
117
- <g
118
- style={{
119
- strokeWidth: 2,
120
- strokeDasharray: "none",
121
- }}
122
- >
123
- <path
124
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
125
- style={{
126
- fill: "none",
127
- stroke: "#d16eff",
128
- strokeWidth: 2,
129
- strokeLinecap: "round",
130
- strokeLinejoin: "round",
131
- strokeDasharray: "none",
132
- strokeOpacity: 1,
133
- }}
134
- transform="rotate(30 219.522 75.846) scale(.97627)"
135
- />
136
- </g>
137
- <g
138
- style={{
139
- stroke: "#d16eff",
140
- strokeWidth: 2,
141
- strokeDasharray: "none",
142
- strokeOpacity: 1,
143
- }}
144
- >
145
- <path
146
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
147
- style={{
148
- fill: "none",
149
- stroke: "#d16eff",
150
- strokeWidth: 2,
151
- strokeLinecap: "round",
152
- strokeLinejoin: "round",
153
- strokeDasharray: "none",
154
- strokeOpacity: 1,
155
- }}
156
- transform="rotate(120 63.743 84.726) scale(.97627)"
157
- />
158
- </g>
159
- </g>
160
- <g
161
- style={{
162
- stroke: "#d16eff",
163
- strokeWidth: 2,
164
- strokeDasharray: "none",
165
- strokeOpacity: 1,
166
- }}
167
- >
168
- <g
169
- style={{
170
- strokeWidth: 2,
171
- strokeDasharray: "none",
172
- }}
173
- >
174
- <path
175
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
176
- style={{
177
- fill: "none",
178
- stroke: "#d16eff",
179
- strokeWidth: 2,
180
- strokeLinecap: "round",
181
- strokeLinejoin: "round",
182
- strokeDasharray: "none",
183
- strokeOpacity: 1,
184
- }}
185
- transform="rotate(60 120.762 81.476) scale(.97627)"
186
- />
187
- </g>
188
- <g
189
- style={{
190
- stroke: "#d16eff",
191
- strokeWidth: 2,
192
- strokeDasharray: "none",
193
- strokeOpacity: 1,
194
- }}
195
- >
196
- <path
197
- d="M38.973 157.639v4.683M38.973 115.738v4.683"
198
- style={{
199
- fill: "none",
200
- stroke: "#d16eff",
201
- strokeWidth: 2,
202
- strokeLinecap: "round",
203
- strokeLinejoin: "round",
204
- strokeDasharray: "none",
205
- strokeOpacity: 1,
206
- }}
207
- transform="rotate(150 48.465 85.597) scale(.97627)"
208
- />
209
- </g>
210
- </g>
211
- </g>
212
- </g>
213
- <path
214
- d="M98.822 134.118v17.452H112.6"
215
- style={{
216
- fill: "none",
217
- stroke: "#7920f5",
218
- strokeWidth: 3,
219
- strokeLinecap: "round",
220
- strokeLinejoin: "round",
221
- strokeDasharray: "none",
222
- strokeOpacity: 1,
223
- }}
224
- transform="translate(-66.404 -114.6)"
225
- />
226
- </svg>
227
- );
228
- }
1
+ import * as React from "react";
2
+ export default function LogPreviousPlacement({ size = 100 }) {
3
+ return (
4
+ <svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={size}
7
+ height={size}
8
+ viewBox="0 0 64.838 69.394"
9
+ >
10
+ <g
11
+ style={{
12
+ stroke: "#7920f5",
13
+ strokeWidth: 3,
14
+ strokeDasharray: "none",
15
+ strokeOpacity: 1,
16
+ }}
17
+ >
18
+ <path
19
+ // eslint-disable-next-line max-len
20
+ d="M68.274 146.773a31.098 31.098 0 0 0 1.702 15.94 31.098 31.098 0 0 0 9.453 12.945 31.098 31.098 0 0 0 14.664 6.475 31.098 31.098 0 0 0 15.936-1.737c6.644-2.582 12.337-7.54 15.808-13.766 3.471-6.227 4.694-13.676 3.397-20.686-1.297-7.01-5.105-13.528-10.575-18.1-5.47-4.572-12.56-7.164-19.688-7.197"
21
+ style={{
22
+ fill: "none",
23
+ stroke: "#7920f5",
24
+ strokeWidth: 3,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeDasharray: "none",
28
+ strokeOpacity: 1,
29
+ }}
30
+ transform="translate(-66.404 -114.6)"
31
+ />
32
+ <path
33
+ d="m104.7 116.1-5.73 4.547 4.913 5.419"
34
+ style={{
35
+ fill: "none",
36
+ stroke: "#7920f5",
37
+ strokeWidth: 3,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ strokeDasharray: "none",
41
+ strokeOpacity: 1,
42
+ }}
43
+ transform="translate(-66.404 -114.6)"
44
+ />
45
+ </g>
46
+ <g
47
+ style={{
48
+ stroke: "#d16eff",
49
+ strokeWidth: 2,
50
+ strokeDasharray: "none",
51
+ strokeOpacity: 1,
52
+ }}
53
+ >
54
+ <g
55
+ style={{
56
+ strokeWidth: 2.5,
57
+ strokeDasharray: "none",
58
+ }}
59
+ >
60
+ <g
61
+ style={{
62
+ strokeWidth: 2.5,
63
+ strokeDasharray: "none",
64
+ }}
65
+ >
66
+ <path
67
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
68
+ style={{
69
+ fill: "none",
70
+ stroke: "#d16eff",
71
+ strokeWidth: 2.5,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round",
74
+ strokeDasharray: "none",
75
+ strokeOpacity: 1,
76
+ }}
77
+ transform="matrix(.97627 0 0 .97627 -5.63 -98.76)"
78
+ />
79
+ </g>
80
+ <g
81
+ style={{
82
+ stroke: "#d16eff",
83
+ strokeWidth: 2.5,
84
+ strokeDasharray: "none",
85
+ strokeOpacity: 1,
86
+ }}
87
+ >
88
+ <path
89
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
90
+ style={{
91
+ fill: "none",
92
+ stroke: "#d16eff",
93
+ strokeWidth: 2.5,
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ strokeDasharray: "none",
97
+ strokeOpacity: 1,
98
+ }}
99
+ transform="rotate(90 84.613 83.536) scale(.97627)"
100
+ />
101
+ </g>
102
+ </g>
103
+ <g
104
+ style={{
105
+ strokeWidth: 2,
106
+ strokeDasharray: "none",
107
+ }}
108
+ >
109
+ <g
110
+ style={{
111
+ stroke: "#d16eff",
112
+ strokeWidth: 2,
113
+ strokeDasharray: "none",
114
+ strokeOpacity: 1,
115
+ }}
116
+ >
117
+ <g
118
+ style={{
119
+ strokeWidth: 2,
120
+ strokeDasharray: "none",
121
+ }}
122
+ >
123
+ <path
124
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
125
+ style={{
126
+ fill: "none",
127
+ stroke: "#d16eff",
128
+ strokeWidth: 2,
129
+ strokeLinecap: "round",
130
+ strokeLinejoin: "round",
131
+ strokeDasharray: "none",
132
+ strokeOpacity: 1,
133
+ }}
134
+ transform="rotate(30 219.522 75.846) scale(.97627)"
135
+ />
136
+ </g>
137
+ <g
138
+ style={{
139
+ stroke: "#d16eff",
140
+ strokeWidth: 2,
141
+ strokeDasharray: "none",
142
+ strokeOpacity: 1,
143
+ }}
144
+ >
145
+ <path
146
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
147
+ style={{
148
+ fill: "none",
149
+ stroke: "#d16eff",
150
+ strokeWidth: 2,
151
+ strokeLinecap: "round",
152
+ strokeLinejoin: "round",
153
+ strokeDasharray: "none",
154
+ strokeOpacity: 1,
155
+ }}
156
+ transform="rotate(120 63.743 84.726) scale(.97627)"
157
+ />
158
+ </g>
159
+ </g>
160
+ <g
161
+ style={{
162
+ stroke: "#d16eff",
163
+ strokeWidth: 2,
164
+ strokeDasharray: "none",
165
+ strokeOpacity: 1,
166
+ }}
167
+ >
168
+ <g
169
+ style={{
170
+ strokeWidth: 2,
171
+ strokeDasharray: "none",
172
+ }}
173
+ >
174
+ <path
175
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
176
+ style={{
177
+ fill: "none",
178
+ stroke: "#d16eff",
179
+ strokeWidth: 2,
180
+ strokeLinecap: "round",
181
+ strokeLinejoin: "round",
182
+ strokeDasharray: "none",
183
+ strokeOpacity: 1,
184
+ }}
185
+ transform="rotate(60 120.762 81.476) scale(.97627)"
186
+ />
187
+ </g>
188
+ <g
189
+ style={{
190
+ stroke: "#d16eff",
191
+ strokeWidth: 2,
192
+ strokeDasharray: "none",
193
+ strokeOpacity: 1,
194
+ }}
195
+ >
196
+ <path
197
+ d="M38.973 157.639v4.683M38.973 115.738v4.683"
198
+ style={{
199
+ fill: "none",
200
+ stroke: "#d16eff",
201
+ strokeWidth: 2,
202
+ strokeLinecap: "round",
203
+ strokeLinejoin: "round",
204
+ strokeDasharray: "none",
205
+ strokeOpacity: 1,
206
+ }}
207
+ transform="rotate(150 48.465 85.597) scale(.97627)"
208
+ />
209
+ </g>
210
+ </g>
211
+ </g>
212
+ </g>
213
+ <path
214
+ d="M98.822 134.118v17.452H112.6"
215
+ style={{
216
+ fill: "none",
217
+ stroke: "#7920f5",
218
+ strokeWidth: 3,
219
+ strokeLinecap: "round",
220
+ strokeLinejoin: "round",
221
+ strokeDasharray: "none",
222
+ strokeOpacity: 1,
223
+ }}
224
+ transform="translate(-66.404 -114.6)"
225
+ />
226
+ </svg>
227
+ );
228
+ }