a-icons 1.0.12 → 1.0.13

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 (1122) hide show
  1. package/demo/index.md +2 -2
  2. package/es/BrokenLineFilled.d.ts +6 -0
  3. package/es/BrokenLineFilled.js +39 -0
  4. package/es/BrokenLineOutlined.d.ts +6 -0
  5. package/es/BrokenLineOutlined.js +37 -0
  6. package/es/CardFilled.js +9 -4
  7. package/es/CardOutlined.js +36 -7
  8. package/es/CategoryFilled.d.ts +6 -0
  9. package/es/CategoryFilled.js +62 -0
  10. package/es/CategoryOutlined.d.ts +6 -0
  11. package/es/CategoryOutlined.js +39 -0
  12. package/es/CloseFilled.d.ts +6 -0
  13. package/es/CloseFilled.js +37 -0
  14. package/es/CloseOutlined.js +4 -9
  15. package/es/CloseSquareFilled.d.ts +6 -0
  16. package/es/CloseSquareFilled.js +39 -0
  17. package/es/CloseSquareOutlined.d.ts +6 -0
  18. package/es/CloseSquareOutlined.js +42 -0
  19. package/es/DoubleTextFilled.d.ts +6 -0
  20. package/es/DoubleTextFilled.js +39 -0
  21. package/es/DoubleTextOutlined.d.ts +6 -0
  22. package/es/DoubleTextOutlined.js +39 -0
  23. package/es/EditFilled.js +1 -2
  24. package/es/FileFilled.d.ts +6 -0
  25. package/es/FileFilled.js +37 -0
  26. package/es/FileOutlined.d.ts +6 -0
  27. package/es/FileOutlined.js +39 -0
  28. package/es/LayerFilled.d.ts +6 -0
  29. package/es/LayerFilled.js +43 -0
  30. package/es/LayerOutlined.d.ts +6 -0
  31. package/es/LayerOutlined.js +45 -0
  32. package/es/LineUpFilled.d.ts +6 -0
  33. package/es/LineUpFilled.js +39 -0
  34. package/es/LineUpOutlined.d.ts +6 -0
  35. package/es/LineUpOutlined.js +42 -0
  36. package/es/ListFilled.js +19 -5
  37. package/es/ListOutlined.d.ts +6 -0
  38. package/es/ListOutlined.js +50 -0
  39. package/es/LoopFilled.d.ts +6 -0
  40. package/es/LoopFilled.js +39 -0
  41. package/es/LoopFolderFilled.d.ts +6 -0
  42. package/es/LoopFolderFilled.js +39 -0
  43. package/es/LoopFolderOutlined.d.ts +6 -0
  44. package/es/LoopFolderOutlined.js +39 -0
  45. package/es/LoopOutlined.d.ts +6 -0
  46. package/es/LoopOutlined.js +37 -0
  47. package/es/MoneySymbolFilled.d.ts +6 -0
  48. package/es/MoneySymbolFilled.js +39 -0
  49. package/es/MoneySymbolOutlined.d.ts +6 -0
  50. package/es/MoneySymbolOutlined.js +50 -0
  51. package/es/PeopleAddFilled.d.ts +6 -0
  52. package/es/PeopleAddFilled.js +37 -0
  53. package/es/PeopleAddOutlined.d.ts +6 -0
  54. package/es/PeopleAddOutlined.js +42 -0
  55. package/es/PeopleFilled.d.ts +6 -0
  56. package/es/PeopleFilled.js +37 -0
  57. package/es/PeopleGroupFilled.d.ts +6 -0
  58. package/es/PeopleGroupFilled.js +37 -0
  59. package/es/PeopleGroupOutlined.d.ts +6 -0
  60. package/es/PeopleGroupOutlined.js +39 -0
  61. package/es/PeopleOutlined.d.ts +6 -0
  62. package/es/PeopleOutlined.js +39 -0
  63. package/es/PeopleTeamFilled.d.ts +6 -0
  64. package/es/PeopleTeamFilled.js +37 -0
  65. package/es/PeopleTeamOutlined.d.ts +6 -0
  66. package/es/PeopleTeamOutlined.js +39 -0
  67. package/es/PlusFilled.d.ts +6 -0
  68. package/es/PlusFilled.js +37 -0
  69. package/es/PlusOutlined.js +4 -4
  70. package/es/SettingFilled.js +1 -2
  71. package/es/SettingOutlined.js +1 -2
  72. package/es/SettingSquareFilled.d.ts +6 -0
  73. package/es/SettingSquareFilled.js +39 -0
  74. package/es/SettingSquareOutlined.d.ts +6 -0
  75. package/es/SettingSquareOutlined.js +49 -0
  76. package/es/TrashCanFilled.js +1 -2
  77. package/es/UpFilled.d.ts +6 -0
  78. package/es/UpFilled.js +40 -0
  79. package/es/UpOutlined.d.ts +6 -0
  80. package/es/UpOutlined.js +39 -0
  81. package/es/index.d.ts +40 -0
  82. package/es/index.js +41 -1
  83. package/lib/BrokenLineFilled.d.ts +6 -0
  84. package/lib/BrokenLineFilled.js +86 -0
  85. package/lib/BrokenLineOutlined.d.ts +6 -0
  86. package/lib/BrokenLineOutlined.js +84 -0
  87. package/lib/CardFilled.js +9 -4
  88. package/lib/CardOutlined.js +36 -7
  89. package/lib/CategoryFilled.d.ts +6 -0
  90. package/lib/CategoryFilled.js +109 -0
  91. package/lib/CategoryOutlined.d.ts +6 -0
  92. package/lib/CategoryOutlined.js +86 -0
  93. package/lib/CloseFilled.d.ts +6 -0
  94. package/lib/CloseFilled.js +84 -0
  95. package/lib/CloseOutlined.js +4 -9
  96. package/lib/CloseSquareFilled.d.ts +6 -0
  97. package/lib/CloseSquareFilled.js +86 -0
  98. package/lib/CloseSquareOutlined.d.ts +6 -0
  99. package/lib/CloseSquareOutlined.js +89 -0
  100. package/lib/DoubleTextFilled.d.ts +6 -0
  101. package/lib/DoubleTextFilled.js +86 -0
  102. package/lib/DoubleTextOutlined.d.ts +6 -0
  103. package/lib/DoubleTextOutlined.js +86 -0
  104. package/lib/EditFilled.js +1 -2
  105. package/lib/FileFilled.d.ts +6 -0
  106. package/lib/FileFilled.js +84 -0
  107. package/lib/FileOutlined.d.ts +6 -0
  108. package/lib/FileOutlined.js +86 -0
  109. package/lib/LayerFilled.d.ts +6 -0
  110. package/lib/LayerFilled.js +90 -0
  111. package/lib/LayerOutlined.d.ts +6 -0
  112. package/lib/LayerOutlined.js +92 -0
  113. package/lib/LineUpFilled.d.ts +6 -0
  114. package/lib/LineUpFilled.js +86 -0
  115. package/lib/LineUpOutlined.d.ts +6 -0
  116. package/lib/LineUpOutlined.js +89 -0
  117. package/lib/ListFilled.js +19 -5
  118. package/lib/ListOutlined.d.ts +6 -0
  119. package/lib/ListOutlined.js +97 -0
  120. package/lib/LoopFilled.d.ts +6 -0
  121. package/lib/LoopFilled.js +86 -0
  122. package/lib/LoopFolderFilled.d.ts +6 -0
  123. package/lib/LoopFolderFilled.js +86 -0
  124. package/lib/LoopFolderOutlined.d.ts +6 -0
  125. package/lib/LoopFolderOutlined.js +86 -0
  126. package/lib/LoopOutlined.d.ts +6 -0
  127. package/lib/LoopOutlined.js +84 -0
  128. package/lib/MoneySymbolFilled.d.ts +6 -0
  129. package/lib/MoneySymbolFilled.js +86 -0
  130. package/lib/MoneySymbolOutlined.d.ts +6 -0
  131. package/lib/MoneySymbolOutlined.js +97 -0
  132. package/lib/PeopleAddFilled.d.ts +6 -0
  133. package/lib/PeopleAddFilled.js +84 -0
  134. package/lib/PeopleAddOutlined.d.ts +6 -0
  135. package/lib/PeopleAddOutlined.js +89 -0
  136. package/lib/PeopleFilled.d.ts +6 -0
  137. package/lib/PeopleFilled.js +84 -0
  138. package/lib/PeopleGroupFilled.d.ts +6 -0
  139. package/lib/PeopleGroupFilled.js +84 -0
  140. package/lib/PeopleGroupOutlined.d.ts +6 -0
  141. package/lib/PeopleGroupOutlined.js +86 -0
  142. package/lib/PeopleOutlined.d.ts +6 -0
  143. package/lib/PeopleOutlined.js +86 -0
  144. package/lib/PeopleTeamFilled.d.ts +6 -0
  145. package/lib/PeopleTeamFilled.js +84 -0
  146. package/lib/PeopleTeamOutlined.d.ts +6 -0
  147. package/lib/PeopleTeamOutlined.js +86 -0
  148. package/lib/PlusFilled.d.ts +6 -0
  149. package/lib/PlusFilled.js +84 -0
  150. package/lib/PlusOutlined.js +4 -4
  151. package/lib/SettingFilled.js +1 -2
  152. package/lib/SettingOutlined.js +1 -2
  153. package/lib/SettingSquareFilled.d.ts +6 -0
  154. package/lib/SettingSquareFilled.js +86 -0
  155. package/lib/SettingSquareOutlined.d.ts +6 -0
  156. package/lib/SettingSquareOutlined.js +96 -0
  157. package/lib/TrashCanFilled.js +1 -2
  158. package/lib/UpFilled.d.ts +6 -0
  159. package/lib/UpFilled.js +87 -0
  160. package/lib/UpOutlined.d.ts +6 -0
  161. package/lib/UpOutlined.js +86 -0
  162. package/lib/index.d.ts +40 -0
  163. package/lib/index.js +360 -0
  164. package/package.json +2 -2
  165. package/src/BrokenLineFilled.tsx +20 -0
  166. package/src/BrokenLineOutlined.tsx +18 -0
  167. package/src/CardFilled.tsx +8 -2
  168. package/src/CardOutlined.tsx +30 -5
  169. package/src/CategoryFilled.tsx +18 -0
  170. package/src/CategoryOutlined.tsx +20 -0
  171. package/src/CloseFilled.tsx +18 -0
  172. package/src/CloseOutlined.tsx +2 -8
  173. package/src/CloseSquareFilled.tsx +20 -0
  174. package/src/CloseSquareOutlined.tsx +24 -0
  175. package/src/DoubleTextFilled.tsx +20 -0
  176. package/src/DoubleTextOutlined.tsx +20 -0
  177. package/src/EditFilled.tsx +1 -1
  178. package/src/FileFilled.tsx +18 -0
  179. package/src/FileOutlined.tsx +20 -0
  180. package/src/LayerFilled.tsx +26 -0
  181. package/src/LayerOutlined.tsx +28 -0
  182. package/src/LineUpFilled.tsx +20 -0
  183. package/src/LineUpOutlined.tsx +24 -0
  184. package/src/ListFilled.tsx +4 -2
  185. package/src/ListOutlined.tsx +34 -0
  186. package/src/LoopFilled.tsx +20 -0
  187. package/src/LoopFolderFilled.tsx +20 -0
  188. package/src/LoopFolderOutlined.tsx +20 -0
  189. package/src/LoopOutlined.tsx +18 -0
  190. package/src/MoneySymbolFilled.tsx +20 -0
  191. package/src/MoneySymbolOutlined.tsx +32 -0
  192. package/src/PeopleAddFilled.tsx +18 -0
  193. package/src/PeopleAddOutlined.tsx +24 -0
  194. package/src/PeopleFilled.tsx +18 -0
  195. package/src/PeopleGroupFilled.tsx +18 -0
  196. package/src/PeopleGroupOutlined.tsx +20 -0
  197. package/src/PeopleOutlined.tsx +20 -0
  198. package/src/PeopleTeamFilled.tsx +18 -0
  199. package/src/PeopleTeamOutlined.tsx +20 -0
  200. package/src/PlusFilled.tsx +18 -0
  201. package/src/PlusOutlined.tsx +2 -2
  202. package/src/SettingFilled.tsx +1 -1
  203. package/src/SettingOutlined.tsx +1 -1
  204. package/src/SettingSquareFilled.tsx +20 -0
  205. package/src/SettingSquareOutlined.tsx +32 -0
  206. package/src/TrashCanFilled.tsx +1 -1
  207. package/src/UpFilled.tsx +19 -0
  208. package/src/UpOutlined.tsx +20 -0
  209. package/src/index.tsx +40 -0
  210. package/svgs/filled/broken-line-filled.svg +5 -0
  211. package/svgs/filled/card-filled.svg +8 -0
  212. package/svgs/filled/category-filled.svg +6 -0
  213. package/svgs/filled/close-filled.svg +5 -0
  214. package/svgs/filled/close-square-filled.svg +5 -0
  215. package/svgs/filled/double-text-filled.svg +5 -0
  216. package/svgs/filled/edit-filled.svg +1 -1
  217. package/svgs/filled/file-filled.svg +5 -0
  218. package/svgs/filled/layer-filled.svg +11 -0
  219. package/svgs/filled/line-up-filled.svg +5 -0
  220. package/svgs/filled/list-filled.svg +16 -0
  221. package/svgs/filled/loop-filled.svg +5 -0
  222. package/svgs/filled/loop-folder-filled.svg +5 -0
  223. package/svgs/filled/money-symbol-filled.svg +5 -0
  224. package/svgs/filled/people-add-filled.svg +11 -0
  225. package/svgs/filled/people-filled.svg +8 -0
  226. package/svgs/filled/people-group-filled.svg +11 -0
  227. package/svgs/filled/people-team-filled.svg +14 -0
  228. package/svgs/filled/plus-filled.svg +5 -0
  229. package/svgs/filled/setting-filled.svg +1 -1
  230. package/svgs/filled/setting-square-filled.svg +5 -0
  231. package/svgs/filled/trash-can-filled.svg +1 -1
  232. package/svgs/filled/up-filled.svg +8 -0
  233. package/svgs/outlined/broken-line-outlined.svg +5 -0
  234. package/svgs/outlined/card-outlined.svg +13 -0
  235. package/svgs/outlined/category-outlined.svg +14 -0
  236. package/svgs/outlined/close-outlined.svg +5 -0
  237. package/svgs/outlined/close-square-outlined.svg +8 -0
  238. package/svgs/outlined/double-text-outlined.svg +5 -0
  239. package/svgs/outlined/file-outlined.svg +5 -0
  240. package/svgs/outlined/layer-outlined.svg +11 -0
  241. package/svgs/outlined/line-up-outlined.svg +8 -0
  242. package/svgs/outlined/list-outlined.svg +20 -0
  243. package/svgs/outlined/loop-folder-outlined.svg +5 -0
  244. package/svgs/outlined/loop-outlined.svg +8 -0
  245. package/svgs/outlined/money-symbol-outlined.svg +5 -0
  246. package/svgs/outlined/people-add-outlined.svg +11 -0
  247. package/svgs/outlined/people-group-outlined.svg +11 -0
  248. package/svgs/outlined/people-outlined.svg +8 -0
  249. package/svgs/outlined/people-team-outlined.svg +14 -0
  250. package/svgs/outlined/plus-outlined.svg +5 -0
  251. package/svgs/outlined/setting-outlined.svg +1 -1
  252. package/svgs/outlined/setting-square-outlined.svg +11 -0
  253. package/svgs/outlined/up-outlined.svg +5 -0
  254. package/tmpAllSvgs/broken-line-filled.svg +5 -0
  255. package/tmpAllSvgs/broken-line-outlined.svg +5 -0
  256. package/tmpAllSvgs/card-filled.svg +8 -0
  257. package/tmpAllSvgs/card-outlined.svg +13 -0
  258. package/tmpAllSvgs/category-filled.svg +6 -0
  259. package/tmpAllSvgs/category-outlined.svg +14 -0
  260. package/tmpAllSvgs/close-filled.svg +5 -0
  261. package/tmpAllSvgs/close-outlined.svg +5 -0
  262. package/tmpAllSvgs/close-square-filled.svg +5 -0
  263. package/tmpAllSvgs/close-square-outlined.svg +8 -0
  264. package/tmpAllSvgs/double-text-filled.svg +5 -0
  265. package/tmpAllSvgs/double-text-outlined.svg +5 -0
  266. package/tmpAllSvgs/edit-filled.svg +1 -1
  267. package/tmpAllSvgs/file-filled.svg +5 -0
  268. package/tmpAllSvgs/file-outlined.svg +5 -0
  269. package/tmpAllSvgs/layer-filled.svg +11 -0
  270. package/tmpAllSvgs/layer-outlined.svg +11 -0
  271. package/tmpAllSvgs/line-up-filled.svg +5 -0
  272. package/tmpAllSvgs/line-up-outlined.svg +8 -0
  273. package/tmpAllSvgs/list-filled.svg +16 -0
  274. package/tmpAllSvgs/list-outlined.svg +20 -0
  275. package/tmpAllSvgs/loop-filled.svg +5 -0
  276. package/tmpAllSvgs/loop-folder-filled.svg +5 -0
  277. package/tmpAllSvgs/loop-folder-outlined.svg +5 -0
  278. package/tmpAllSvgs/loop-outlined.svg +8 -0
  279. package/tmpAllSvgs/money-symbol-filled.svg +5 -0
  280. package/tmpAllSvgs/money-symbol-outlined.svg +5 -0
  281. package/tmpAllSvgs/people-add-filled.svg +11 -0
  282. package/tmpAllSvgs/people-add-outlined.svg +11 -0
  283. package/tmpAllSvgs/people-filled.svg +8 -0
  284. package/tmpAllSvgs/people-group-filled.svg +11 -0
  285. package/tmpAllSvgs/people-group-outlined.svg +11 -0
  286. package/tmpAllSvgs/people-outlined.svg +8 -0
  287. package/tmpAllSvgs/people-team-filled.svg +14 -0
  288. package/tmpAllSvgs/people-team-outlined.svg +14 -0
  289. package/tmpAllSvgs/plus-filled.svg +5 -0
  290. package/tmpAllSvgs/plus-outlined.svg +5 -0
  291. package/tmpAllSvgs/setting-filled.svg +1 -1
  292. package/tmpAllSvgs/setting-outlined.svg +1 -1
  293. package/tmpAllSvgs/setting-square-filled.svg +5 -0
  294. package/tmpAllSvgs/setting-square-outlined.svg +11 -0
  295. package/tmpAllSvgs/trash-can-filled.svg +1 -1
  296. package/tmpAllSvgs/up-filled.svg +8 -0
  297. package/tmpAllSvgs/up-outlined.svg +5 -0
  298. package/es/AdFilled.d.ts +0 -6
  299. package/es/AdFilled.js +0 -40
  300. package/es/AgreementMoney.d.ts +0 -6
  301. package/es/AgreementMoney.js +0 -40
  302. package/es/AlignLeftOutlined.d.ts +0 -6
  303. package/es/AlignLeftOutlined.js +0 -38
  304. package/es/AllocationOutlined.d.ts +0 -6
  305. package/es/AllocationOutlined.js +0 -37
  306. package/es/ArrowFilled.d.ts +0 -6
  307. package/es/ArrowFilled.js +0 -37
  308. package/es/ArrowInsideCircleOutlined.d.ts +0 -6
  309. package/es/ArrowInsideCircleOutlined.js +0 -40
  310. package/es/ArrowOutsideCircleOutlined.d.ts +0 -6
  311. package/es/ArrowOutsideCircleOutlined.js +0 -40
  312. package/es/BOutlined.d.ts +0 -6
  313. package/es/BOutlined.js +0 -37
  314. package/es/Balance.d.ts +0 -6
  315. package/es/Balance.js +0 -61
  316. package/es/BarFilled.d.ts +0 -6
  317. package/es/BarFilled.js +0 -37
  318. package/es/BarLineOutlined.d.ts +0 -6
  319. package/es/BarLineOutlined.js +0 -40
  320. package/es/BigEllipsisOutlined.d.ts +0 -6
  321. package/es/BigEllipsisOutlined.js +0 -37
  322. package/es/BlockTowerOutlined.d.ts +0 -6
  323. package/es/BlockTowerOutlined.js +0 -43
  324. package/es/BookmarkFilled.d.ts +0 -6
  325. package/es/BookmarkFilled.js +0 -37
  326. package/es/BoxOutlined.d.ts +0 -6
  327. package/es/BoxOutlined.js +0 -40
  328. package/es/BrowserUpgrade.d.ts +0 -6
  329. package/es/BrowserUpgrade.js +0 -198
  330. package/es/Btc.d.ts +0 -6
  331. package/es/Btc.js +0 -43
  332. package/es/BtcFilled.d.ts +0 -6
  333. package/es/BtcFilled.js +0 -42
  334. package/es/CFileFilled.d.ts +0 -6
  335. package/es/CFileFilled.js +0 -37
  336. package/es/Calendar.d.ts +0 -6
  337. package/es/Calendar.js +0 -44
  338. package/es/CancelledOutlined.d.ts +0 -6
  339. package/es/CancelledOutlined.js +0 -37
  340. package/es/CardLeftOutlined.d.ts +0 -6
  341. package/es/CardLeftOutlined.js +0 -42
  342. package/es/CheckCircleFilled.d.ts +0 -6
  343. package/es/CheckCircleFilled.js +0 -43
  344. package/es/CheckCircleOFilled.d.ts +0 -6
  345. package/es/CheckCircleOFilled.js +0 -48
  346. package/es/CheckCircleOutlined.d.ts +0 -6
  347. package/es/CheckCircleOutlined.js +0 -40
  348. package/es/CircleCalendar.d.ts +0 -6
  349. package/es/CircleCalendar.js +0 -67
  350. package/es/CircleCancelOutlined.d.ts +0 -6
  351. package/es/CircleCancelOutlined.js +0 -37
  352. package/es/CircleComplete.d.ts +0 -6
  353. package/es/CircleComplete.js +0 -70
  354. package/es/CircleCouponFilled.d.ts +0 -6
  355. package/es/CircleCouponFilled.js +0 -40
  356. package/es/CircleDoc.d.ts +0 -6
  357. package/es/CircleDoc.js +0 -67
  358. package/es/CircleLightningFilled.d.ts +0 -6
  359. package/es/CircleLightningFilled.js +0 -40
  360. package/es/CircleListOutlined.d.ts +0 -6
  361. package/es/CircleListOutlined.js +0 -40
  362. package/es/CircleLockFilled.d.ts +0 -6
  363. package/es/CircleLockFilled.js +0 -40
  364. package/es/CircleMoney.d.ts +0 -6
  365. package/es/CircleMoney.js +0 -67
  366. package/es/CircleQuestionOutlined.d.ts +0 -6
  367. package/es/CircleQuestionOutlined.js +0 -43
  368. package/es/CircleShutdownOutlined.d.ts +0 -6
  369. package/es/CircleShutdownOutlined.js +0 -40
  370. package/es/CloseCircleFilled.d.ts +0 -6
  371. package/es/CloseCircleFilled.js +0 -42
  372. package/es/CloseCircleTFilled.d.ts +0 -6
  373. package/es/CloseCircleTFilled.js +0 -42
  374. package/es/CloudOutlined.d.ts +0 -6
  375. package/es/CloudOutlined.js +0 -37
  376. package/es/CoinCircleOutline.d.ts +0 -6
  377. package/es/CoinCircleOutline.js +0 -40
  378. package/es/CoinFilled.d.ts +0 -6
  379. package/es/CoinFilled.js +0 -37
  380. package/es/CompassFilled.d.ts +0 -6
  381. package/es/CompassFilled.js +0 -37
  382. package/es/Complete.d.ts +0 -6
  383. package/es/Complete.js +0 -47
  384. package/es/CopyFilled.d.ts +0 -6
  385. package/es/CopyFilled.js +0 -40
  386. package/es/CopyOutlined.d.ts +0 -6
  387. package/es/CopyOutlined.js +0 -37
  388. package/es/CorrectOutlined.d.ts +0 -6
  389. package/es/CorrectOutlined.js +0 -37
  390. package/es/CouponFilled.d.ts +0 -6
  391. package/es/CouponFilled.js +0 -37
  392. package/es/CycleArrowFilled.d.ts +0 -6
  393. package/es/CycleArrowFilled.js +0 -38
  394. package/es/DashboardOutlined.d.ts +0 -6
  395. package/es/DashboardOutlined.js +0 -49
  396. package/es/Doc.d.ts +0 -6
  397. package/es/Doc.js +0 -47
  398. package/es/DocFilled.d.ts +0 -6
  399. package/es/DocFilled.js +0 -37
  400. package/es/DocFilledOutlined.d.ts +0 -6
  401. package/es/DocFilledOutlined.js +0 -40
  402. package/es/DocTFilled.d.ts +0 -6
  403. package/es/DocTFilled.js +0 -37
  404. package/es/DoubleDownOutlined.d.ts +0 -6
  405. package/es/DoubleDownOutlined.js +0 -40
  406. package/es/DoubleUpOutlined.d.ts +0 -6
  407. package/es/DoubleUpOutlined.js +0 -40
  408. package/es/DoubleUser.d.ts +0 -6
  409. package/es/DoubleUser.js +0 -40
  410. package/es/DoubleUserFilled.d.ts +0 -6
  411. package/es/DoubleUserFilled.js +0 -38
  412. package/es/DownloadFilled.d.ts +0 -6
  413. package/es/DownloadFilled.js +0 -37
  414. package/es/DragDotFilled.d.ts +0 -6
  415. package/es/DragDotFilled.js +0 -64
  416. package/es/DragOutlined.d.ts +0 -6
  417. package/es/DragOutlined.js +0 -37
  418. package/es/EarthFilled.d.ts +0 -6
  419. package/es/EarthFilled.js +0 -37
  420. package/es/EditFilled2.d.ts +0 -6
  421. package/es/EditFilled2.js +0 -43
  422. package/es/ElectricOutlined.d.ts +0 -6
  423. package/es/ElectricOutlined.js +0 -40
  424. package/es/EllipsisOutlined.d.ts +0 -6
  425. package/es/EllipsisOutlined.js +0 -49
  426. package/es/EmailCircleFilled.d.ts +0 -6
  427. package/es/EmailCircleFilled.js +0 -37
  428. package/es/EmailCircleOutlined.d.ts +0 -6
  429. package/es/EmailCircleOutlined.js +0 -40
  430. package/es/EmailFilled.d.ts +0 -6
  431. package/es/EmailFilled.js +0 -37
  432. package/es/EthFilled.d.ts +0 -6
  433. package/es/EthFilled.js +0 -42
  434. package/es/ExclamationCircleFilled.d.ts +0 -6
  435. package/es/ExclamationCircleFilled.js +0 -43
  436. package/es/ExclamationCircleOutlined.d.ts +0 -6
  437. package/es/ExclamationCircleOutlined.js +0 -40
  438. package/es/EyeFilled.d.ts +0 -6
  439. package/es/EyeFilled.js +0 -41
  440. package/es/EyeInvisibleFilled.d.ts +0 -6
  441. package/es/EyeInvisibleFilled.js +0 -37
  442. package/es/FileDoneOutlined.d.ts +0 -6
  443. package/es/FileDoneOutlined.js +0 -43
  444. package/es/FileDownOutlined.d.ts +0 -6
  445. package/es/FileDownOutlined.js +0 -46
  446. package/es/FileSearchOutlined.d.ts +0 -6
  447. package/es/FileSearchOutlined.js +0 -37
  448. package/es/FileTextCircleFilled.d.ts +0 -6
  449. package/es/FileTextCircleFilled.js +0 -45
  450. package/es/FillePageOutlined.d.ts +0 -6
  451. package/es/FillePageOutlined.js +0 -40
  452. package/es/FormOutlined.d.ts +0 -6
  453. package/es/FormOutlined.js +0 -40
  454. package/es/GuilderFilled.d.ts +0 -6
  455. package/es/GuilderFilled.js +0 -37
  456. package/es/HandCardOutlined.d.ts +0 -6
  457. package/es/HandCardOutlined.js +0 -40
  458. package/es/HashCouponFilled.d.ts +0 -6
  459. package/es/HashCouponFilled.js +0 -37
  460. package/es/HomeFilled.d.ts +0 -6
  461. package/es/HomeFilled.js +0 -37
  462. package/es/HornFilled.d.ts +0 -6
  463. package/es/HornFilled.js +0 -43
  464. package/es/InfoCircleFilled.d.ts +0 -6
  465. package/es/InfoCircleFilled.js +0 -37
  466. package/es/KeyFilled.d.ts +0 -6
  467. package/es/KeyFilled.js +0 -37
  468. package/es/KeyOutlined.d.ts +0 -6
  469. package/es/KeyOutlined.js +0 -37
  470. package/es/LagFilled.d.ts +0 -6
  471. package/es/LagFilled.js +0 -41
  472. package/es/LightningFilled.d.ts +0 -6
  473. package/es/LightningFilled.js +0 -37
  474. package/es/LightningFilledTwo.d.ts +0 -6
  475. package/es/LightningFilledTwo.js +0 -40
  476. package/es/LightningOutlined.d.ts +0 -6
  477. package/es/LightningOutlined.js +0 -37
  478. package/es/LockFilled.d.ts +0 -6
  479. package/es/LockFilled.js +0 -37
  480. package/es/LockOutlined.d.ts +0 -6
  481. package/es/LockOutlined.js +0 -40
  482. package/es/MBalance.d.ts +0 -6
  483. package/es/MBalance.js +0 -58
  484. package/es/MUpwardArrow.d.ts +0 -6
  485. package/es/MUpwardArrow.js +0 -44
  486. package/es/MailFilled.d.ts +0 -6
  487. package/es/MailFilled.js +0 -37
  488. package/es/MenuFoldOutlined.d.ts +0 -6
  489. package/es/MenuFoldOutlined.js +0 -37
  490. package/es/MenuUnfoldOutlined.d.ts +0 -6
  491. package/es/MenuUnfoldOutlined.js +0 -37
  492. package/es/MinusCircleFilled.d.ts +0 -6
  493. package/es/MinusCircleFilled.js +0 -37
  494. package/es/Money.d.ts +0 -6
  495. package/es/Money.js +0 -40
  496. package/es/MoneyLockOutlined.d.ts +0 -6
  497. package/es/MoneyLockOutlined.js +0 -37
  498. package/es/MultipleRoundOutlined.d.ts +0 -6
  499. package/es/MultipleRoundOutlined.js +0 -37
  500. package/es/NoData.d.ts +0 -6
  501. package/es/NoData.js +0 -162
  502. package/es/NotFound.d.ts +0 -6
  503. package/es/NotFound.js +0 -584
  504. package/es/OneShovelOutlined.d.ts +0 -6
  505. package/es/OneShovelOutlined.js +0 -37
  506. package/es/OneUserFilled.d.ts +0 -6
  507. package/es/OneUserFilled.js +0 -37
  508. package/es/OrganizationFilled.d.ts +0 -6
  509. package/es/OrganizationFilled.js +0 -38
  510. package/es/PendingFilled.d.ts +0 -6
  511. package/es/PendingFilled.js +0 -57
  512. package/es/PercentOutlined.d.ts +0 -6
  513. package/es/PercentOutlined.js +0 -50
  514. package/es/PersonMoney.d.ts +0 -6
  515. package/es/PersonMoney.js +0 -44
  516. package/es/PhoneCircleFilled.d.ts +0 -6
  517. package/es/PhoneCircleFilled.js +0 -40
  518. package/es/PhoneFilled.d.ts +0 -6
  519. package/es/PhoneFilled.js +0 -38
  520. package/es/PieChartFilled.d.ts +0 -6
  521. package/es/PieChartFilled.js +0 -37
  522. package/es/PieFilled.d.ts +0 -6
  523. package/es/PieFilled.js +0 -37
  524. package/es/PiggyBank.d.ts +0 -6
  525. package/es/PiggyBank.js +0 -40
  526. package/es/PocketFilled.d.ts +0 -6
  527. package/es/PocketFilled.js +0 -40
  528. package/es/PolygonMoney.d.ts +0 -6
  529. package/es/PolygonMoney.js +0 -73
  530. package/es/ProfileOutlined.d.ts +0 -6
  531. package/es/ProfileOutlined.js +0 -40
  532. package/es/QrCodeOutlined.d.ts +0 -6
  533. package/es/QrCodeOutlined.js +0 -37
  534. package/es/QuestionCircleFilled.d.ts +0 -6
  535. package/es/QuestionCircleFilled.js +0 -41
  536. package/es/RefreshCOutlined.d.ts +0 -6
  537. package/es/RefreshCOutlined.js +0 -43
  538. package/es/RefreshOutlined.d.ts +0 -6
  539. package/es/RefreshOutlined.js +0 -37
  540. package/es/ReticuleOutlined.d.ts +0 -6
  541. package/es/ReticuleOutlined.js +0 -40
  542. package/es/RightOutlined.d.ts +0 -6
  543. package/es/RightOutlined.js +0 -37
  544. package/es/SafeMoney.d.ts +0 -6
  545. package/es/SafeMoney.js +0 -47
  546. package/es/SafetyCertificateFilled.d.ts +0 -6
  547. package/es/SafetyCertificateFilled.js +0 -37
  548. package/es/SafetyOutlined.d.ts +0 -6
  549. package/es/SafetyOutlined.js +0 -40
  550. package/es/SearchOutlined.d.ts +0 -6
  551. package/es/SearchOutlined.js +0 -37
  552. package/es/SettingsFilled.d.ts +0 -6
  553. package/es/SettingsFilled.js +0 -46
  554. package/es/SharedFilled.d.ts +0 -6
  555. package/es/SharedFilled.js +0 -37
  556. package/es/ShopOutlined.d.ts +0 -6
  557. package/es/ShopOutlined.js +0 -37
  558. package/es/ShoppingBagOutlined.d.ts +0 -6
  559. package/es/ShoppingBagOutlined.js +0 -37
  560. package/es/ShovelOutlined.d.ts +0 -6
  561. package/es/ShovelOutlined.js +0 -37
  562. package/es/ShrinkFilled.d.ts +0 -6
  563. package/es/ShrinkFilled.js +0 -42
  564. package/es/ShrinkOutlined.d.ts +0 -6
  565. package/es/ShrinkOutlined.js +0 -38
  566. package/es/ShutdownOutlined.d.ts +0 -6
  567. package/es/ShutdownOutlined.js +0 -40
  568. package/es/SmallBarFilled.d.ts +0 -6
  569. package/es/SmallBarFilled.js +0 -53
  570. package/es/SquareForbidOutlined.d.ts +0 -6
  571. package/es/SquareForbidOutlined.js +0 -40
  572. package/es/SquareLockOutlined.d.ts +0 -6
  573. package/es/SquareLockOutlined.js +0 -37
  574. package/es/SquareSwitchOutlined.d.ts +0 -6
  575. package/es/SquareSwitchOutlined.js +0 -40
  576. package/es/SquaresFilled.d.ts +0 -6
  577. package/es/SquaresFilled.js +0 -37
  578. package/es/StereoSquareOutlined.d.ts +0 -6
  579. package/es/StereoSquareOutlined.js +0 -37
  580. package/es/StopCircleOutlined.d.ts +0 -6
  581. package/es/StopCircleOutlined.js +0 -44
  582. package/es/StoreFilled.d.ts +0 -6
  583. package/es/StoreFilled.js +0 -37
  584. package/es/StoreOutlined.d.ts +0 -6
  585. package/es/StoreOutlined.js +0 -40
  586. package/es/SyncOutlined.d.ts +0 -6
  587. package/es/SyncOutlined.js +0 -37
  588. package/es/TagOutlined.d.ts +0 -6
  589. package/es/TagOutlined.js +0 -42
  590. package/es/TimeOutlined.d.ts +0 -6
  591. package/es/TimeOutlined.js +0 -41
  592. package/es/TimeTwoOutlined.d.ts +0 -6
  593. package/es/TimeTwoOutlined.js +0 -60
  594. package/es/TipCircleOutlined.d.ts +0 -6
  595. package/es/TipCircleOutlined.js +0 -43
  596. package/es/TransformFilled.d.ts +0 -6
  597. package/es/TransformFilled.js +0 -49
  598. package/es/TrashOutlined.d.ts +0 -6
  599. package/es/TrashOutlined.js +0 -40
  600. package/es/TriangleFilled.d.ts +0 -6
  601. package/es/TriangleFilled.js +0 -37
  602. package/es/TrumpetMoney.d.ts +0 -6
  603. package/es/TrumpetMoney.js +0 -42
  604. package/es/TvMoney.d.ts +0 -6
  605. package/es/TvMoney.js +0 -47
  606. package/es/UmbrellaOutlined.d.ts +0 -6
  607. package/es/UmbrellaOutlined.js +0 -37
  608. package/es/UndoOutlined.d.ts +0 -6
  609. package/es/UndoOutlined.js +0 -37
  610. package/es/UpwardArrow.d.ts +0 -6
  611. package/es/UpwardArrow.js +0 -67
  612. package/es/UsdtFilled.d.ts +0 -6
  613. package/es/UsdtFilled.js +0 -40
  614. package/es/UserAddFilled.d.ts +0 -6
  615. package/es/UserAddFilled.js +0 -37
  616. package/es/UserFilled.d.ts +0 -6
  617. package/es/UserFilled.js +0 -37
  618. package/es/UserFilled2.d.ts +0 -6
  619. package/es/UserFilled2.js +0 -37
  620. package/es/WalletFilled.d.ts +0 -6
  621. package/es/WalletFilled.js +0 -37
  622. package/es/Welcome.d.ts +0 -6
  623. package/es/Welcome.js +0 -2107
  624. package/es/ZoomCircleOutlined.d.ts +0 -6
  625. package/es/ZoomCircleOutlined.js +0 -40
  626. package/es/ZoomOutlined.d.ts +0 -6
  627. package/es/ZoomOutlined.js +0 -38
  628. package/lib/AdFilled.d.ts +0 -6
  629. package/lib/AdFilled.js +0 -87
  630. package/lib/AgreementMoney.d.ts +0 -6
  631. package/lib/AgreementMoney.js +0 -87
  632. package/lib/AlignLeftOutlined.d.ts +0 -6
  633. package/lib/AlignLeftOutlined.js +0 -85
  634. package/lib/AllocationOutlined.d.ts +0 -6
  635. package/lib/AllocationOutlined.js +0 -84
  636. package/lib/ArrowFilled.d.ts +0 -6
  637. package/lib/ArrowFilled.js +0 -84
  638. package/lib/ArrowInsideCircleOutlined.d.ts +0 -6
  639. package/lib/ArrowInsideCircleOutlined.js +0 -87
  640. package/lib/ArrowOutsideCircleOutlined.d.ts +0 -6
  641. package/lib/ArrowOutsideCircleOutlined.js +0 -87
  642. package/lib/BOutlined.d.ts +0 -6
  643. package/lib/BOutlined.js +0 -84
  644. package/lib/Balance.d.ts +0 -6
  645. package/lib/Balance.js +0 -108
  646. package/lib/BarFilled.d.ts +0 -6
  647. package/lib/BarFilled.js +0 -84
  648. package/lib/BarLineOutlined.d.ts +0 -6
  649. package/lib/BarLineOutlined.js +0 -87
  650. package/lib/BigEllipsisOutlined.d.ts +0 -6
  651. package/lib/BigEllipsisOutlined.js +0 -84
  652. package/lib/BlockTowerOutlined.d.ts +0 -6
  653. package/lib/BlockTowerOutlined.js +0 -90
  654. package/lib/BookmarkFilled.d.ts +0 -6
  655. package/lib/BookmarkFilled.js +0 -84
  656. package/lib/BoxOutlined.d.ts +0 -6
  657. package/lib/BoxOutlined.js +0 -87
  658. package/lib/BrowserUpgrade.d.ts +0 -6
  659. package/lib/BrowserUpgrade.js +0 -245
  660. package/lib/Btc.d.ts +0 -6
  661. package/lib/Btc.js +0 -90
  662. package/lib/BtcFilled.d.ts +0 -6
  663. package/lib/BtcFilled.js +0 -89
  664. package/lib/CFileFilled.d.ts +0 -6
  665. package/lib/CFileFilled.js +0 -84
  666. package/lib/Calendar.d.ts +0 -6
  667. package/lib/Calendar.js +0 -91
  668. package/lib/CancelledOutlined.d.ts +0 -6
  669. package/lib/CancelledOutlined.js +0 -84
  670. package/lib/CardLeftOutlined.d.ts +0 -6
  671. package/lib/CardLeftOutlined.js +0 -89
  672. package/lib/CheckCircleFilled.d.ts +0 -6
  673. package/lib/CheckCircleFilled.js +0 -90
  674. package/lib/CheckCircleOFilled.d.ts +0 -6
  675. package/lib/CheckCircleOFilled.js +0 -95
  676. package/lib/CheckCircleOutlined.d.ts +0 -6
  677. package/lib/CheckCircleOutlined.js +0 -87
  678. package/lib/CircleCalendar.d.ts +0 -6
  679. package/lib/CircleCalendar.js +0 -114
  680. package/lib/CircleCancelOutlined.d.ts +0 -6
  681. package/lib/CircleCancelOutlined.js +0 -84
  682. package/lib/CircleComplete.d.ts +0 -6
  683. package/lib/CircleComplete.js +0 -117
  684. package/lib/CircleCouponFilled.d.ts +0 -6
  685. package/lib/CircleCouponFilled.js +0 -87
  686. package/lib/CircleDoc.d.ts +0 -6
  687. package/lib/CircleDoc.js +0 -114
  688. package/lib/CircleLightningFilled.d.ts +0 -6
  689. package/lib/CircleLightningFilled.js +0 -87
  690. package/lib/CircleListOutlined.d.ts +0 -6
  691. package/lib/CircleListOutlined.js +0 -87
  692. package/lib/CircleLockFilled.d.ts +0 -6
  693. package/lib/CircleLockFilled.js +0 -87
  694. package/lib/CircleMoney.d.ts +0 -6
  695. package/lib/CircleMoney.js +0 -114
  696. package/lib/CircleQuestionOutlined.d.ts +0 -6
  697. package/lib/CircleQuestionOutlined.js +0 -90
  698. package/lib/CircleShutdownOutlined.d.ts +0 -6
  699. package/lib/CircleShutdownOutlined.js +0 -87
  700. package/lib/CloseCircleFilled.d.ts +0 -6
  701. package/lib/CloseCircleFilled.js +0 -89
  702. package/lib/CloseCircleTFilled.d.ts +0 -6
  703. package/lib/CloseCircleTFilled.js +0 -89
  704. package/lib/CloudOutlined.d.ts +0 -6
  705. package/lib/CloudOutlined.js +0 -84
  706. package/lib/CoinCircleOutline.d.ts +0 -6
  707. package/lib/CoinCircleOutline.js +0 -87
  708. package/lib/CoinFilled.d.ts +0 -6
  709. package/lib/CoinFilled.js +0 -84
  710. package/lib/CompassFilled.d.ts +0 -6
  711. package/lib/CompassFilled.js +0 -84
  712. package/lib/Complete.d.ts +0 -6
  713. package/lib/Complete.js +0 -94
  714. package/lib/CopyFilled.d.ts +0 -6
  715. package/lib/CopyFilled.js +0 -87
  716. package/lib/CopyOutlined.d.ts +0 -6
  717. package/lib/CopyOutlined.js +0 -84
  718. package/lib/CorrectOutlined.d.ts +0 -6
  719. package/lib/CorrectOutlined.js +0 -84
  720. package/lib/CouponFilled.d.ts +0 -6
  721. package/lib/CouponFilled.js +0 -84
  722. package/lib/CycleArrowFilled.d.ts +0 -6
  723. package/lib/CycleArrowFilled.js +0 -85
  724. package/lib/DashboardOutlined.d.ts +0 -6
  725. package/lib/DashboardOutlined.js +0 -96
  726. package/lib/Doc.d.ts +0 -6
  727. package/lib/Doc.js +0 -94
  728. package/lib/DocFilled.d.ts +0 -6
  729. package/lib/DocFilled.js +0 -84
  730. package/lib/DocFilledOutlined.d.ts +0 -6
  731. package/lib/DocFilledOutlined.js +0 -87
  732. package/lib/DocTFilled.d.ts +0 -6
  733. package/lib/DocTFilled.js +0 -84
  734. package/lib/DoubleDownOutlined.d.ts +0 -6
  735. package/lib/DoubleDownOutlined.js +0 -87
  736. package/lib/DoubleUpOutlined.d.ts +0 -6
  737. package/lib/DoubleUpOutlined.js +0 -87
  738. package/lib/DoubleUser.d.ts +0 -6
  739. package/lib/DoubleUser.js +0 -87
  740. package/lib/DoubleUserFilled.d.ts +0 -6
  741. package/lib/DoubleUserFilled.js +0 -85
  742. package/lib/DownloadFilled.d.ts +0 -6
  743. package/lib/DownloadFilled.js +0 -84
  744. package/lib/DragDotFilled.d.ts +0 -6
  745. package/lib/DragDotFilled.js +0 -111
  746. package/lib/DragOutlined.d.ts +0 -6
  747. package/lib/DragOutlined.js +0 -84
  748. package/lib/EarthFilled.d.ts +0 -6
  749. package/lib/EarthFilled.js +0 -84
  750. package/lib/EditFilled2.d.ts +0 -6
  751. package/lib/EditFilled2.js +0 -90
  752. package/lib/ElectricOutlined.d.ts +0 -6
  753. package/lib/ElectricOutlined.js +0 -87
  754. package/lib/EllipsisOutlined.d.ts +0 -6
  755. package/lib/EllipsisOutlined.js +0 -96
  756. package/lib/EmailCircleFilled.d.ts +0 -6
  757. package/lib/EmailCircleFilled.js +0 -84
  758. package/lib/EmailCircleOutlined.d.ts +0 -6
  759. package/lib/EmailCircleOutlined.js +0 -87
  760. package/lib/EmailFilled.d.ts +0 -6
  761. package/lib/EmailFilled.js +0 -84
  762. package/lib/EthFilled.d.ts +0 -6
  763. package/lib/EthFilled.js +0 -89
  764. package/lib/ExclamationCircleFilled.d.ts +0 -6
  765. package/lib/ExclamationCircleFilled.js +0 -90
  766. package/lib/ExclamationCircleOutlined.d.ts +0 -6
  767. package/lib/ExclamationCircleOutlined.js +0 -87
  768. package/lib/EyeFilled.d.ts +0 -6
  769. package/lib/EyeFilled.js +0 -88
  770. package/lib/EyeInvisibleFilled.d.ts +0 -6
  771. package/lib/EyeInvisibleFilled.js +0 -84
  772. package/lib/FileDoneOutlined.d.ts +0 -6
  773. package/lib/FileDoneOutlined.js +0 -90
  774. package/lib/FileDownOutlined.d.ts +0 -6
  775. package/lib/FileDownOutlined.js +0 -93
  776. package/lib/FileSearchOutlined.d.ts +0 -6
  777. package/lib/FileSearchOutlined.js +0 -84
  778. package/lib/FileTextCircleFilled.d.ts +0 -6
  779. package/lib/FileTextCircleFilled.js +0 -92
  780. package/lib/FillePageOutlined.d.ts +0 -6
  781. package/lib/FillePageOutlined.js +0 -87
  782. package/lib/FormOutlined.d.ts +0 -6
  783. package/lib/FormOutlined.js +0 -87
  784. package/lib/GuilderFilled.d.ts +0 -6
  785. package/lib/GuilderFilled.js +0 -84
  786. package/lib/HandCardOutlined.d.ts +0 -6
  787. package/lib/HandCardOutlined.js +0 -87
  788. package/lib/HashCouponFilled.d.ts +0 -6
  789. package/lib/HashCouponFilled.js +0 -84
  790. package/lib/HomeFilled.d.ts +0 -6
  791. package/lib/HomeFilled.js +0 -84
  792. package/lib/HornFilled.d.ts +0 -6
  793. package/lib/HornFilled.js +0 -90
  794. package/lib/InfoCircleFilled.d.ts +0 -6
  795. package/lib/InfoCircleFilled.js +0 -84
  796. package/lib/KeyFilled.d.ts +0 -6
  797. package/lib/KeyFilled.js +0 -84
  798. package/lib/KeyOutlined.d.ts +0 -6
  799. package/lib/KeyOutlined.js +0 -84
  800. package/lib/LagFilled.d.ts +0 -6
  801. package/lib/LagFilled.js +0 -88
  802. package/lib/LightningFilled.d.ts +0 -6
  803. package/lib/LightningFilled.js +0 -84
  804. package/lib/LightningFilledTwo.d.ts +0 -6
  805. package/lib/LightningFilledTwo.js +0 -87
  806. package/lib/LightningOutlined.d.ts +0 -6
  807. package/lib/LightningOutlined.js +0 -84
  808. package/lib/LockFilled.d.ts +0 -6
  809. package/lib/LockFilled.js +0 -84
  810. package/lib/LockOutlined.d.ts +0 -6
  811. package/lib/LockOutlined.js +0 -87
  812. package/lib/MBalance.d.ts +0 -6
  813. package/lib/MBalance.js +0 -105
  814. package/lib/MUpwardArrow.d.ts +0 -6
  815. package/lib/MUpwardArrow.js +0 -91
  816. package/lib/MailFilled.d.ts +0 -6
  817. package/lib/MailFilled.js +0 -84
  818. package/lib/MenuFoldOutlined.d.ts +0 -6
  819. package/lib/MenuFoldOutlined.js +0 -84
  820. package/lib/MenuUnfoldOutlined.d.ts +0 -6
  821. package/lib/MenuUnfoldOutlined.js +0 -84
  822. package/lib/MinusCircleFilled.d.ts +0 -6
  823. package/lib/MinusCircleFilled.js +0 -84
  824. package/lib/Money.d.ts +0 -6
  825. package/lib/Money.js +0 -87
  826. package/lib/MoneyLockOutlined.d.ts +0 -6
  827. package/lib/MoneyLockOutlined.js +0 -84
  828. package/lib/MultipleRoundOutlined.d.ts +0 -6
  829. package/lib/MultipleRoundOutlined.js +0 -84
  830. package/lib/NoData.d.ts +0 -6
  831. package/lib/NoData.js +0 -209
  832. package/lib/NotFound.d.ts +0 -6
  833. package/lib/NotFound.js +0 -631
  834. package/lib/OneShovelOutlined.d.ts +0 -6
  835. package/lib/OneShovelOutlined.js +0 -84
  836. package/lib/OneUserFilled.d.ts +0 -6
  837. package/lib/OneUserFilled.js +0 -84
  838. package/lib/OrganizationFilled.d.ts +0 -6
  839. package/lib/OrganizationFilled.js +0 -85
  840. package/lib/PendingFilled.d.ts +0 -6
  841. package/lib/PendingFilled.js +0 -104
  842. package/lib/PercentOutlined.d.ts +0 -6
  843. package/lib/PercentOutlined.js +0 -97
  844. package/lib/PersonMoney.d.ts +0 -6
  845. package/lib/PersonMoney.js +0 -91
  846. package/lib/PhoneCircleFilled.d.ts +0 -6
  847. package/lib/PhoneCircleFilled.js +0 -87
  848. package/lib/PhoneFilled.d.ts +0 -6
  849. package/lib/PhoneFilled.js +0 -85
  850. package/lib/PieChartFilled.d.ts +0 -6
  851. package/lib/PieChartFilled.js +0 -84
  852. package/lib/PieFilled.d.ts +0 -6
  853. package/lib/PieFilled.js +0 -84
  854. package/lib/PiggyBank.d.ts +0 -6
  855. package/lib/PiggyBank.js +0 -87
  856. package/lib/PocketFilled.d.ts +0 -6
  857. package/lib/PocketFilled.js +0 -87
  858. package/lib/PolygonMoney.d.ts +0 -6
  859. package/lib/PolygonMoney.js +0 -120
  860. package/lib/ProfileOutlined.d.ts +0 -6
  861. package/lib/ProfileOutlined.js +0 -87
  862. package/lib/QrCodeOutlined.d.ts +0 -6
  863. package/lib/QrCodeOutlined.js +0 -84
  864. package/lib/QuestionCircleFilled.d.ts +0 -6
  865. package/lib/QuestionCircleFilled.js +0 -88
  866. package/lib/RefreshCOutlined.d.ts +0 -6
  867. package/lib/RefreshCOutlined.js +0 -90
  868. package/lib/RefreshOutlined.d.ts +0 -6
  869. package/lib/RefreshOutlined.js +0 -84
  870. package/lib/ReticuleOutlined.d.ts +0 -6
  871. package/lib/ReticuleOutlined.js +0 -87
  872. package/lib/RightOutlined.d.ts +0 -6
  873. package/lib/RightOutlined.js +0 -84
  874. package/lib/SafeMoney.d.ts +0 -6
  875. package/lib/SafeMoney.js +0 -94
  876. package/lib/SafetyCertificateFilled.d.ts +0 -6
  877. package/lib/SafetyCertificateFilled.js +0 -84
  878. package/lib/SafetyOutlined.d.ts +0 -6
  879. package/lib/SafetyOutlined.js +0 -87
  880. package/lib/SearchOutlined.d.ts +0 -6
  881. package/lib/SearchOutlined.js +0 -84
  882. package/lib/SettingsFilled.d.ts +0 -6
  883. package/lib/SettingsFilled.js +0 -93
  884. package/lib/SharedFilled.d.ts +0 -6
  885. package/lib/SharedFilled.js +0 -84
  886. package/lib/ShopOutlined.d.ts +0 -6
  887. package/lib/ShopOutlined.js +0 -84
  888. package/lib/ShoppingBagOutlined.d.ts +0 -6
  889. package/lib/ShoppingBagOutlined.js +0 -84
  890. package/lib/ShovelOutlined.d.ts +0 -6
  891. package/lib/ShovelOutlined.js +0 -84
  892. package/lib/ShrinkFilled.d.ts +0 -6
  893. package/lib/ShrinkFilled.js +0 -89
  894. package/lib/ShrinkOutlined.d.ts +0 -6
  895. package/lib/ShrinkOutlined.js +0 -85
  896. package/lib/ShutdownOutlined.d.ts +0 -6
  897. package/lib/ShutdownOutlined.js +0 -87
  898. package/lib/SmallBarFilled.d.ts +0 -6
  899. package/lib/SmallBarFilled.js +0 -100
  900. package/lib/SquareForbidOutlined.d.ts +0 -6
  901. package/lib/SquareForbidOutlined.js +0 -87
  902. package/lib/SquareLockOutlined.d.ts +0 -6
  903. package/lib/SquareLockOutlined.js +0 -84
  904. package/lib/SquareSwitchOutlined.d.ts +0 -6
  905. package/lib/SquareSwitchOutlined.js +0 -87
  906. package/lib/SquaresFilled.d.ts +0 -6
  907. package/lib/SquaresFilled.js +0 -84
  908. package/lib/StereoSquareOutlined.d.ts +0 -6
  909. package/lib/StereoSquareOutlined.js +0 -84
  910. package/lib/StopCircleOutlined.d.ts +0 -6
  911. package/lib/StopCircleOutlined.js +0 -91
  912. package/lib/StoreFilled.d.ts +0 -6
  913. package/lib/StoreFilled.js +0 -84
  914. package/lib/StoreOutlined.d.ts +0 -6
  915. package/lib/StoreOutlined.js +0 -87
  916. package/lib/SyncOutlined.d.ts +0 -6
  917. package/lib/SyncOutlined.js +0 -84
  918. package/lib/TagOutlined.d.ts +0 -6
  919. package/lib/TagOutlined.js +0 -89
  920. package/lib/TimeOutlined.d.ts +0 -6
  921. package/lib/TimeOutlined.js +0 -88
  922. package/lib/TimeTwoOutlined.d.ts +0 -6
  923. package/lib/TimeTwoOutlined.js +0 -107
  924. package/lib/TipCircleOutlined.d.ts +0 -6
  925. package/lib/TipCircleOutlined.js +0 -90
  926. package/lib/TransformFilled.d.ts +0 -6
  927. package/lib/TransformFilled.js +0 -96
  928. package/lib/TrashOutlined.d.ts +0 -6
  929. package/lib/TrashOutlined.js +0 -87
  930. package/lib/TriangleFilled.d.ts +0 -6
  931. package/lib/TriangleFilled.js +0 -84
  932. package/lib/TrumpetMoney.d.ts +0 -6
  933. package/lib/TrumpetMoney.js +0 -89
  934. package/lib/TvMoney.d.ts +0 -6
  935. package/lib/TvMoney.js +0 -94
  936. package/lib/UmbrellaOutlined.d.ts +0 -6
  937. package/lib/UmbrellaOutlined.js +0 -84
  938. package/lib/UndoOutlined.d.ts +0 -6
  939. package/lib/UndoOutlined.js +0 -84
  940. package/lib/UpwardArrow.d.ts +0 -6
  941. package/lib/UpwardArrow.js +0 -114
  942. package/lib/UsdtFilled.d.ts +0 -6
  943. package/lib/UsdtFilled.js +0 -87
  944. package/lib/UserAddFilled.d.ts +0 -6
  945. package/lib/UserAddFilled.js +0 -84
  946. package/lib/UserFilled.d.ts +0 -6
  947. package/lib/UserFilled.js +0 -84
  948. package/lib/UserFilled2.d.ts +0 -6
  949. package/lib/UserFilled2.js +0 -84
  950. package/lib/WalletFilled.d.ts +0 -6
  951. package/lib/WalletFilled.js +0 -84
  952. package/lib/Welcome.d.ts +0 -6
  953. package/lib/Welcome.js +0 -2154
  954. package/lib/ZoomCircleOutlined.d.ts +0 -6
  955. package/lib/ZoomCircleOutlined.js +0 -87
  956. package/lib/ZoomOutlined.d.ts +0 -6
  957. package/lib/ZoomOutlined.js +0 -85
  958. package/src/AdFilled.tsx +0 -22
  959. package/src/AgreementMoney.tsx +0 -22
  960. package/src/AlignLeftOutlined.tsx +0 -17
  961. package/src/AllocationOutlined.tsx +0 -18
  962. package/src/ArrowFilled.tsx +0 -15
  963. package/src/ArrowInsideCircleOutlined.tsx +0 -22
  964. package/src/ArrowOutsideCircleOutlined.tsx +0 -22
  965. package/src/BOutlined.tsx +0 -18
  966. package/src/Balance.tsx +0 -53
  967. package/src/BarFilled.tsx +0 -18
  968. package/src/BarLineOutlined.tsx +0 -18
  969. package/src/BigEllipsisOutlined.tsx +0 -18
  970. package/src/BlockTowerOutlined.tsx +0 -26
  971. package/src/BookmarkFilled.tsx +0 -18
  972. package/src/BoxOutlined.tsx +0 -19
  973. package/src/BrowserUpgrade.tsx +0 -188
  974. package/src/Btc.tsx +0 -20
  975. package/src/BtcFilled.tsx +0 -19
  976. package/src/CFileFilled.tsx +0 -18
  977. package/src/Calendar.tsx +0 -31
  978. package/src/CancelledOutlined.tsx +0 -18
  979. package/src/CardLeftOutlined.tsx +0 -19
  980. package/src/CheckCircleFilled.tsx +0 -20
  981. package/src/CheckCircleOFilled.tsx +0 -29
  982. package/src/CheckCircleOutlined.tsx +0 -22
  983. package/src/CircleCalendar.tsx +0 -58
  984. package/src/CircleCancelOutlined.tsx +0 -18
  985. package/src/CircleComplete.tsx +0 -60
  986. package/src/CircleCouponFilled.tsx +0 -19
  987. package/src/CircleDoc.tsx +0 -56
  988. package/src/CircleLightningFilled.tsx +0 -19
  989. package/src/CircleListOutlined.tsx +0 -22
  990. package/src/CircleLockFilled.tsx +0 -22
  991. package/src/CircleMoney.tsx +0 -56
  992. package/src/CircleQuestionOutlined.tsx +0 -23
  993. package/src/CircleShutdownOutlined.tsx +0 -18
  994. package/src/CloseCircleFilled.tsx +0 -19
  995. package/src/CloseCircleTFilled.tsx +0 -19
  996. package/src/CloudOutlined.tsx +0 -18
  997. package/src/CoinCircleOutline.tsx +0 -22
  998. package/src/CoinFilled.tsx +0 -18
  999. package/src/CompassFilled.tsx +0 -18
  1000. package/src/Complete.tsx +0 -35
  1001. package/src/CopyFilled.tsx +0 -22
  1002. package/src/CopyOutlined.tsx +0 -18
  1003. package/src/CorrectOutlined.tsx +0 -18
  1004. package/src/CouponFilled.tsx +0 -18
  1005. package/src/CycleArrowFilled.tsx +0 -17
  1006. package/src/DashboardOutlined.tsx +0 -29
  1007. package/src/Doc.tsx +0 -35
  1008. package/src/DocFilled.tsx +0 -18
  1009. package/src/DocFilledOutlined.tsx +0 -22
  1010. package/src/DocTFilled.tsx +0 -18
  1011. package/src/DoubleDownOutlined.tsx +0 -22
  1012. package/src/DoubleUpOutlined.tsx +0 -22
  1013. package/src/DoubleUser.tsx +0 -23
  1014. package/src/DoubleUserFilled.tsx +0 -17
  1015. package/src/DownloadFilled.tsx +0 -18
  1016. package/src/DragDotFilled.tsx +0 -20
  1017. package/src/DragOutlined.tsx +0 -18
  1018. package/src/EarthFilled.tsx +0 -18
  1019. package/src/EditFilled2.tsx +0 -24
  1020. package/src/ElectricOutlined.tsx +0 -22
  1021. package/src/EllipsisOutlined.tsx +0 -17
  1022. package/src/EmailCircleFilled.tsx +0 -18
  1023. package/src/EmailCircleOutlined.tsx +0 -22
  1024. package/src/EmailFilled.tsx +0 -18
  1025. package/src/EthFilled.tsx +0 -19
  1026. package/src/ExclamationCircleFilled.tsx +0 -19
  1027. package/src/ExclamationCircleOutlined.tsx +0 -22
  1028. package/src/EyeFilled.tsx +0 -19
  1029. package/src/EyeInvisibleFilled.tsx +0 -18
  1030. package/src/FileDoneOutlined.tsx +0 -26
  1031. package/src/FileDownOutlined.tsx +0 -30
  1032. package/src/FileSearchOutlined.tsx +0 -18
  1033. package/src/FileTextCircleFilled.tsx +0 -23
  1034. package/src/FillePageOutlined.tsx +0 -22
  1035. package/src/FormOutlined.tsx +0 -22
  1036. package/src/GuilderFilled.tsx +0 -18
  1037. package/src/HandCardOutlined.tsx +0 -22
  1038. package/src/HashCouponFilled.tsx +0 -18
  1039. package/src/HomeFilled.tsx +0 -18
  1040. package/src/HornFilled.tsx +0 -20
  1041. package/src/InfoCircleFilled.tsx +0 -18
  1042. package/src/KeyFilled.tsx +0 -18
  1043. package/src/KeyOutlined.tsx +0 -18
  1044. package/src/LagFilled.tsx +0 -23
  1045. package/src/LightningFilled.tsx +0 -18
  1046. package/src/LightningFilledTwo.tsx +0 -18
  1047. package/src/LightningOutlined.tsx +0 -18
  1048. package/src/LockFilled.tsx +0 -18
  1049. package/src/LockOutlined.tsx +0 -22
  1050. package/src/MBalance.tsx +0 -49
  1051. package/src/MUpwardArrow.tsx +0 -31
  1052. package/src/MailFilled.tsx +0 -18
  1053. package/src/MenuFoldOutlined.tsx +0 -18
  1054. package/src/MenuUnfoldOutlined.tsx +0 -18
  1055. package/src/MinusCircleFilled.tsx +0 -18
  1056. package/src/Money.tsx +0 -22
  1057. package/src/MoneyLockOutlined.tsx +0 -18
  1058. package/src/MultipleRoundOutlined.tsx +0 -18
  1059. package/src/NoData.tsx +0 -135
  1060. package/src/NotFound.tsx +0 -534
  1061. package/src/OneShovelOutlined.tsx +0 -18
  1062. package/src/OneUserFilled.tsx +0 -18
  1063. package/src/OrganizationFilled.tsx +0 -23
  1064. package/src/PendingFilled.tsx +0 -18
  1065. package/src/PercentOutlined.tsx +0 -24
  1066. package/src/PersonMoney.tsx +0 -31
  1067. package/src/PhoneCircleFilled.tsx +0 -18
  1068. package/src/PhoneFilled.tsx +0 -19
  1069. package/src/PieChartFilled.tsx +0 -18
  1070. package/src/PieFilled.tsx +0 -18
  1071. package/src/PiggyBank.tsx +0 -22
  1072. package/src/PocketFilled.tsx +0 -22
  1073. package/src/PolygonMoney.tsx +0 -61
  1074. package/src/ProfileOutlined.tsx +0 -22
  1075. package/src/QrCodeOutlined.tsx +0 -18
  1076. package/src/QuestionCircleFilled.tsx +0 -23
  1077. package/src/RefreshCOutlined.tsx +0 -26
  1078. package/src/RefreshOutlined.tsx +0 -18
  1079. package/src/ReticuleOutlined.tsx +0 -22
  1080. package/src/RightOutlined.tsx +0 -18
  1081. package/src/SafeMoney.tsx +0 -35
  1082. package/src/SafetyCertificateFilled.tsx +0 -18
  1083. package/src/SafetyOutlined.tsx +0 -22
  1084. package/src/SearchOutlined.tsx +0 -18
  1085. package/src/SettingsFilled.tsx +0 -20
  1086. package/src/SharedFilled.tsx +0 -18
  1087. package/src/ShopOutlined.tsx +0 -18
  1088. package/src/ShoppingBagOutlined.tsx +0 -18
  1089. package/src/ShovelOutlined.tsx +0 -18
  1090. package/src/ShrinkFilled.tsx +0 -19
  1091. package/src/ShrinkOutlined.tsx +0 -23
  1092. package/src/ShutdownOutlined.tsx +0 -22
  1093. package/src/SmallBarFilled.tsx +0 -17
  1094. package/src/SquareForbidOutlined.tsx +0 -22
  1095. package/src/SquareLockOutlined.tsx +0 -18
  1096. package/src/SquareSwitchOutlined.tsx +0 -22
  1097. package/src/SquaresFilled.tsx +0 -18
  1098. package/src/StereoSquareOutlined.tsx +0 -18
  1099. package/src/StopCircleOutlined.tsx +0 -16
  1100. package/src/StoreFilled.tsx +0 -18
  1101. package/src/StoreOutlined.tsx +0 -22
  1102. package/src/SyncOutlined.tsx +0 -18
  1103. package/src/TagOutlined.tsx +0 -19
  1104. package/src/TimeOutlined.tsx +0 -27
  1105. package/src/TimeTwoOutlined.tsx +0 -26
  1106. package/src/TipCircleOutlined.tsx +0 -26
  1107. package/src/TransformFilled.tsx +0 -28
  1108. package/src/TrashOutlined.tsx +0 -18
  1109. package/src/TriangleFilled.tsx +0 -18
  1110. package/src/TrumpetMoney.tsx +0 -33
  1111. package/src/TvMoney.tsx +0 -35
  1112. package/src/UmbrellaOutlined.tsx +0 -18
  1113. package/src/UndoOutlined.tsx +0 -18
  1114. package/src/UpwardArrow.tsx +0 -56
  1115. package/src/UsdtFilled.tsx +0 -19
  1116. package/src/UserAddFilled.tsx +0 -18
  1117. package/src/UserFilled.tsx +0 -18
  1118. package/src/UserFilled2.tsx +0 -18
  1119. package/src/WalletFilled.tsx +0 -18
  1120. package/src/Welcome.tsx +0 -1919
  1121. package/src/ZoomCircleOutlined.tsx +0 -19
  1122. package/src/ZoomOutlined.tsx +0 -23
package/es/Welcome.js DELETED
@@ -1,2107 +0,0 @@
1
- var __assign = this && this.__assign || function () {
2
- __assign = Object.assign || function (t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
-
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
8
- }
9
- }
10
-
11
- return t;
12
- };
13
-
14
- return __assign.apply(this, arguments);
15
- };
16
-
17
- import * as React from 'react';
18
- import Icon from 'a-base-icon/lib/Icon';
19
-
20
- function Welcome(componentProps) {
21
- var IconNode = function IconNode(props) {
22
- return /*#__PURE__*/React.createElement("svg", __assign({
23
- xmlns: "http://www.w3.org/2000/svg",
24
- viewBox: "0 0 1920 1379.7"
25
- }, props), /*#__PURE__*/React.createElement("style", null, '.welcome_svg__st0{fill:#d0d4f6}.welcome_svg__st1{fill:#bdc1e4}.welcome_svg__st2{fill:#6889a0}.welcome_svg__st3{fill:#f7f7fc}.welcome_svg__st7{fill:#dfe3f7}.welcome_svg__st8{fill:#ef6f53}.welcome_svg__st96{fill:#285a83}.welcome_svg__st97{fill:#eb8489}.welcome_svg__st103{fill:#fff}.welcome_svg__st107{fill:#eacbc3}.welcome_svg__st112{fill:#f2d5cc}.welcome_svg__st117{fill:#dd6f79}.welcome_svg__st118{fill:#6a6ae2}'), /*#__PURE__*/React.createElement("g", {
26
- id: "welcome_svg__Objects"
27
- }, /*#__PURE__*/React.createElement("g", {
28
- id: "welcome_svg__Plants"
29
- }, /*#__PURE__*/React.createElement("path", {
30
- className: "welcome_svg__st0",
31
- d: "M808.3 1155.5c-53.1-7.5-83.9 32.1-84 95.3 49.3-2.8 101.1-39.2 84-95.3z"
32
- }), /*#__PURE__*/React.createElement("path", {
33
- className: "welcome_svg__st1",
34
- d: "M861.8 1130.6c56.1 57.3 35.7 129.5-40.2 185.6-40.4-61.8-42.5-156.5 40.2-185.6z"
35
- }), /*#__PURE__*/React.createElement("path", {
36
- className: "welcome_svg__st0",
37
- d: "M824 1304.3c-.2 0-.5 0-.7-.1-1-.4-1.6-1.5-1.2-2.6 11.4-30.3 19.9-78.2 26.8-116.8 4.1-22.9 7.6-42.7 10.9-54.7.3-1.1 1.4-1.7 2.5-1.4 1.1.3 1.7 1.4 1.4 2.5-3.3 11.9-6.8 31.6-10.9 54.4-6.9 38.7-15.5 86.8-27 117.5-.3.7-1 1.2-1.8 1.2zM875.1 1134.5c-9.9 60.9 35 97.3 107.7 98.8-2.1-56.7-42.8-117.2-107.7-98.8z"
38
- })), /*#__PURE__*/React.createElement("g", {
39
- id: "welcome_svg__Laptop"
40
- }, /*#__PURE__*/React.createElement("path", {
41
- className: "welcome_svg__st2",
42
- d: "M663 938.1l266.1-53.8c9.3-1.9 18.4 4.2 20.3 13.5l33.4 165.2-299.9 60.6-33.4-165.2c-1.9-9.3 4.2-18.4 13.5-20.3z"
43
- }), /*#__PURE__*/React.createElement("path", {
44
- transform: "rotate(-11.421 815.667 1008.492)",
45
- className: "welcome_svg__st3",
46
- d: "M676.1 922.5h279.2v172.6H676.1z"
47
- }), /*#__PURE__*/React.createElement("linearGradient", {
48
- id: "welcome_svg__SVGID_1_",
49
- gradientUnits: "userSpaceOnUse",
50
- x1: 626.374,
51
- y1: 1130.222,
52
- x2: 1063.539,
53
- y2: 1130.222
54
- }, /*#__PURE__*/React.createElement("stop", {
55
- offset: 0,
56
- stopColor: "#285a83"
57
- }), /*#__PURE__*/React.createElement("stop", {
58
- offset: 1,
59
- stopColor: "#6889a0"
60
- })), /*#__PURE__*/React.createElement("path", {
61
- fill: "url(#welcome_svg__SVGID_1_)",
62
- d: "M1063.5 1109.1l-437.1 88.3 56.5-73.8 299.9-60.6z"
63
- }), /*#__PURE__*/React.createElement("path", {
64
- d: "M845 1153.2l-218.6 44.2c1.3 6.6 10.1 13.2 16.2 11.9 6.1-1.2 205.4-41.5 205.4-41.5s199.3-40.3 205.4-41.5 11.6-10.7 10.2-17.3L845 1153.2z",
65
- fill: "#0b455e"
66
- }), /*#__PURE__*/React.createElement("linearGradient", {
67
- id: "welcome_svg__SVGID_2_",
68
- gradientUnits: "userSpaceOnUse",
69
- x1: 798.796,
70
- y1: 1138.623,
71
- x2: 889.343,
72
- y2: 1138.623
73
- }, /*#__PURE__*/React.createElement("stop", {
74
- offset: 0,
75
- stopColor: "#285a83"
76
- }), /*#__PURE__*/React.createElement("stop", {
77
- offset: 1,
78
- stopColor: "#6889a0"
79
- })), /*#__PURE__*/React.createElement("path", {
80
- fill: "url(#welcome_svg__SVGID_2_)",
81
- d: "M799.7 1135.4l80.1-16.2 9.5 20.5-90.5 18.3z"
82
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
83
- transform: "rotate(-11.421 732.642 999.401)",
84
- className: "welcome_svg__st7",
85
- d: "M684.1 955.6h97.3v88.1h-97.3z"
86
- }), /*#__PURE__*/React.createElement("path", {
87
- transform: "rotate(-11.421 746.422 1067.572)",
88
- className: "welcome_svg__st0",
89
- d: "M717.4 1052.1h58.1v31.5h-58.1z"
90
- }), /*#__PURE__*/React.createElement("path", {
91
- transform: "rotate(-11.421 855.777 941.043)",
92
- className: "welcome_svg__st0",
93
- d: "M801.3 930h109.1v22.5H801.3z"
94
- }), /*#__PURE__*/React.createElement("path", {
95
- transform: "rotate(-11.421 838.485 974.234)",
96
- className: "welcome_svg__st8",
97
- d: "M807.5 966.9h62.1V982h-62.1z"
98
- }), /*#__PURE__*/React.createElement("path", {
99
- transform: "rotate(-11.421 868.208 1002.551)",
100
- className: "welcome_svg__st7",
101
- d: "M813.7 987h109.1v31.6H813.7z"
102
- }), /*#__PURE__*/React.createElement("path", {
103
- transform: "rotate(-11.421 854.39 1041.109)",
104
- className: "welcome_svg__st8",
105
- d: "M826.9 1032.4H882v17.9h-55.1z"
106
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("linearGradient", {
107
- id: "welcome_svg__SVGID_3_",
108
- gradientUnits: "userSpaceOnUse",
109
- x1: 830.187,
110
- y1: 1111.366,
111
- x2: 843.009,
112
- y2: 1111.366
113
- }, /*#__PURE__*/React.createElement("stop", {
114
- offset: 0,
115
- stopColor: "#285a83"
116
- }), /*#__PURE__*/React.createElement("stop", {
117
- offset: 1,
118
- stopColor: "#6889a0"
119
- })), /*#__PURE__*/React.createElement("path", {
120
- fill: "url(#welcome_svg__SVGID_3_)",
121
- d: "M841.9 1107.8l-11.7 2.4.7 4.7 12.1-2.5z"
122
- }), /*#__PURE__*/React.createElement("linearGradient", {
123
- id: "welcome_svg__SVGID_4_",
124
- gradientUnits: "userSpaceOnUse",
125
- x1: 829.143,
126
- y1: 1104.704,
127
- x2: 841.365,
128
- y2: 1104.704
129
- }, /*#__PURE__*/React.createElement("stop", {
130
- offset: 0,
131
- stopColor: "#285a83"
132
- }), /*#__PURE__*/React.createElement("stop", {
133
- offset: 1,
134
- stopColor: "#6889a0"
135
- })), /*#__PURE__*/React.createElement("path", {
136
- fill: "url(#welcome_svg__SVGID_4_)",
137
- d: "M840.2 1101.2l-11.1 2.2.8 4.8 11.5-2.3z"
138
- }), /*#__PURE__*/React.createElement("linearGradient", {
139
- id: "welcome_svg__SVGID_5_",
140
- gradientUnits: "userSpaceOnUse",
141
- x1: 907.288,
142
- y1: 1088.675,
143
- x2: 921.873,
144
- y2: 1088.675
145
- }, /*#__PURE__*/React.createElement("stop", {
146
- offset: 0,
147
- stopColor: "#285a83"
148
- }), /*#__PURE__*/React.createElement("stop", {
149
- offset: 1,
150
- stopColor: "#6889a0"
151
- })), /*#__PURE__*/React.createElement("path", {
152
- fill: "url(#welcome_svg__SVGID_5_)",
153
- d: "M907.3 1087.6l3.4 4.3 11.2-2.3-3.9-4.1z"
154
- }), /*#__PURE__*/React.createElement("linearGradient", {
155
- id: "welcome_svg__SVGID_6_",
156
- gradientUnits: "userSpaceOnUse",
157
- x1: 920.336,
158
- y1: 1086.003,
159
- x2: 935.269,
160
- y2: 1086.003
161
- }, /*#__PURE__*/React.createElement("stop", {
162
- offset: 0,
163
- stopColor: "#285a83"
164
- }), /*#__PURE__*/React.createElement("stop", {
165
- offset: 1,
166
- stopColor: "#6889a0"
167
- })), /*#__PURE__*/React.createElement("path", {
168
- fill: "url(#welcome_svg__SVGID_6_)",
169
- d: "M935.3 1086.9l-4.3-4.1-10.7 2.2 3.9 4.2z"
170
- }), /*#__PURE__*/React.createElement("linearGradient", {
171
- id: "welcome_svg__SVGID_7_",
172
- gradientUnits: "userSpaceOnUse",
173
- x1: 815.789,
174
- y1: 1101.043,
175
- x2: 826.875,
176
- y2: 1101.043
177
- }, /*#__PURE__*/React.createElement("stop", {
178
- offset: 0,
179
- stopColor: "#285a83"
180
- }), /*#__PURE__*/React.createElement("stop", {
181
- offset: 1,
182
- stopColor: "#6889a0"
183
- })), /*#__PURE__*/React.createElement("path", {
184
- fill: "url(#welcome_svg__SVGID_7_)",
185
- d: "M826.3 1098.1l-10.5 2.1.2 3.8 10.9-2.2z"
186
- }), /*#__PURE__*/React.createElement("linearGradient", {
187
- id: "welcome_svg__SVGID_8_",
188
- gradientUnits: "userSpaceOnUse",
189
- x1: 816.147,
190
- y1: 1107.375,
191
- x2: 827.919,
192
- y2: 1107.375
193
- }, /*#__PURE__*/React.createElement("stop", {
194
- offset: 0,
195
- stopColor: "#285a83"
196
- }), /*#__PURE__*/React.createElement("stop", {
197
- offset: 1,
198
- stopColor: "#6889a0"
199
- })), /*#__PURE__*/React.createElement("path", {
200
- fill: "url(#welcome_svg__SVGID_8_)",
201
- d: "M827.2 1103.8l-11.1 2.2.3 4.9 11.5-2.3z"
202
- }), /*#__PURE__*/React.createElement("linearGradient", {
203
- id: "welcome_svg__SVGID_9_",
204
- gradientUnits: "userSpaceOnUse",
205
- x1: 933.39,
206
- y1: 1083.331,
207
- x2: 948.66,
208
- y2: 1083.331
209
- }, /*#__PURE__*/React.createElement("stop", {
210
- offset: 0,
211
- stopColor: "#285a83"
212
- }), /*#__PURE__*/React.createElement("stop", {
213
- offset: 1,
214
- stopColor: "#6889a0"
215
- })), /*#__PURE__*/React.createElement("path", {
216
- fill: "url(#welcome_svg__SVGID_9_)",
217
- d: "M948.7 1084.2l-4.7-4-10.6 2.2 4.3 4z"
218
- }), /*#__PURE__*/React.createElement("linearGradient", {
219
- id: "welcome_svg__SVGID_10_",
220
- gradientUnits: "userSpaceOnUse",
221
- x1: 803.016,
222
- y1: 1110.046,
223
- x2: 814.465,
224
- y2: 1110.046
225
- }, /*#__PURE__*/React.createElement("stop", {
226
- offset: 0,
227
- stopColor: "#285a83"
228
- }), /*#__PURE__*/React.createElement("stop", {
229
- offset: 1,
230
- stopColor: "#6889a0"
231
- })), /*#__PURE__*/React.createElement("path", {
232
- fill: "url(#welcome_svg__SVGID_10_)",
233
- d: "M814.2 1106.4l-11 2.3-.2 4.9 11.5-2.3z"
234
- }), /*#__PURE__*/React.createElement("linearGradient", {
235
- id: "welcome_svg__SVGID_11_",
236
- gradientUnits: "userSpaceOnUse",
237
- x1: 816.567,
238
- y1: 1114.162,
239
- x2: 828.948,
240
- y2: 1114.162
241
- }, /*#__PURE__*/React.createElement("stop", {
242
- offset: 0,
243
- stopColor: "#285a83"
244
- }), /*#__PURE__*/React.createElement("stop", {
245
- offset: 1,
246
- stopColor: "#6889a0"
247
- })), /*#__PURE__*/React.createElement("path", {
248
- fill: "url(#welcome_svg__SVGID_11_)",
249
- d: "M828.2 1110.6l-11.6 2.3.3 4.8 12-2.4z"
250
- }), /*#__PURE__*/React.createElement("linearGradient", {
251
- id: "welcome_svg__SVGID_12_",
252
- gradientUnits: "userSpaceOnUse",
253
- x1: 803.219,
254
- y1: 1103.598,
255
- x2: 814.045,
256
- y2: 1103.598
257
- }, /*#__PURE__*/React.createElement("stop", {
258
- offset: 0,
259
- stopColor: "#285a83"
260
- }), /*#__PURE__*/React.createElement("stop", {
261
- offset: 1,
262
- stopColor: "#6889a0"
263
- })), /*#__PURE__*/React.createElement("path", {
264
- fill: "url(#welcome_svg__SVGID_12_)",
265
- d: "M813.8 1100.6l-10.5 2.1-.1 3.9 10.8-2.2z"
266
- }), /*#__PURE__*/React.createElement("linearGradient", {
267
- id: "welcome_svg__SVGID_13_",
268
- gradientUnits: "userSpaceOnUse",
269
- x1: 843.815,
270
- y1: 1108.569,
271
- x2: 857.061,
272
- y2: 1108.569
273
- }, /*#__PURE__*/React.createElement("stop", {
274
- offset: 0,
275
- stopColor: "#285a83"
276
- }), /*#__PURE__*/React.createElement("stop", {
277
- offset: 1,
278
- stopColor: "#6889a0"
279
- })), /*#__PURE__*/React.createElement("path", {
280
- fill: "url(#welcome_svg__SVGID_13_)",
281
- d: "M857.1 1109.6l-1.6-4.5-11.7 2.3 1.2 4.7z"
282
- }), /*#__PURE__*/React.createElement("linearGradient", {
283
- id: "welcome_svg__SVGID_14_",
284
- gradientUnits: "userSpaceOnUse",
285
- x1: 855.16,
286
- y1: 1099.361,
287
- x2: 868.231,
288
- y2: 1099.361
289
- }, /*#__PURE__*/React.createElement("stop", {
290
- offset: 0,
291
- stopColor: "#285a83"
292
- }), /*#__PURE__*/React.createElement("stop", {
293
- offset: 1,
294
- stopColor: "#6889a0"
295
- })), /*#__PURE__*/React.createElement("path", {
296
- fill: "url(#welcome_svg__SVGID_14_)",
297
- d: "M868.2 1100.5l-2-4.6-11 2.3 1.6 4.6z"
298
- }), /*#__PURE__*/React.createElement("linearGradient", {
299
- id: "welcome_svg__SVGID_15_",
300
- gradientUnits: "userSpaceOnUse",
301
- x1: 928.254,
302
- y1: 1078.049,
303
- x2: 942.006,
304
- y2: 1078.049
305
- }, /*#__PURE__*/React.createElement("stop", {
306
- offset: 0,
307
- stopColor: "#285a83"
308
- }), /*#__PURE__*/React.createElement("stop", {
309
- offset: 1,
310
- stopColor: "#6889a0"
311
- })), /*#__PURE__*/React.createElement("path", {
312
- fill: "url(#welcome_svg__SVGID_15_)",
313
- d: "M928.3 1077.5l3.3 3.2 10.4-2.1-3.7-3.2z"
314
- }), /*#__PURE__*/React.createElement("linearGradient", {
315
- id: "welcome_svg__SVGID_16_",
316
- gradientUnits: "userSpaceOnUse",
317
- x1: 853.209,
318
- y1: 1093.379,
319
- x2: 865.316,
320
- y2: 1093.379
321
- }, /*#__PURE__*/React.createElement("stop", {
322
- offset: 0,
323
- stopColor: "#285a83"
324
- }), /*#__PURE__*/React.createElement("stop", {
325
- offset: 1,
326
- stopColor: "#6889a0"
327
- })), /*#__PURE__*/React.createElement("path", {
328
- fill: "url(#welcome_svg__SVGID_16_)",
329
- d: "M865.3 1094.1l-1.6-3.6-10.5 2.1 1.3 3.7z"
330
- }), /*#__PURE__*/React.createElement("linearGradient", {
331
- id: "welcome_svg__SVGID_17_",
332
- gradientUnits: "userSpaceOnUse",
333
- x1: 802.816,
334
- y1: 1116.959,
335
- x2: 814.88,
336
- y2: 1116.959
337
- }, /*#__PURE__*/React.createElement("stop", {
338
- offset: 0,
339
- stopColor: "#285a83"
340
- }), /*#__PURE__*/React.createElement("stop", {
341
- offset: 1,
342
- stopColor: "#6889a0"
343
- })), /*#__PURE__*/React.createElement("path", {
344
- fill: "url(#welcome_svg__SVGID_17_)",
345
- d: "M814.6 1113.3l-11.6 2.4-.2 4.9 12.1-2.5z"
346
- }), /*#__PURE__*/React.createElement("linearGradient", {
347
- id: "welcome_svg__SVGID_18_",
348
- gradientUnits: "userSpaceOnUse",
349
- x1: 865.698,
350
- y1: 1090.824,
351
- x2: 878.114,
352
- y2: 1090.824
353
- }, /*#__PURE__*/React.createElement("stop", {
354
- offset: 0,
355
- stopColor: "#285a83"
356
- }), /*#__PURE__*/React.createElement("stop", {
357
- offset: 1,
358
- stopColor: "#6889a0"
359
- })), /*#__PURE__*/React.createElement("path", {
360
- fill: "url(#welcome_svg__SVGID_18_)",
361
- d: "M867.3 1093.7l10.8-2.2-2-3.5-10.4 2.1z"
362
- }), /*#__PURE__*/React.createElement("linearGradient", {
363
- id: "welcome_svg__SVGID_19_",
364
- gradientUnits: "userSpaceOnUse",
365
- x1: 842.147,
366
- y1: 1102.032,
367
- x2: 854.802,
368
- y2: 1102.032
369
- }, /*#__PURE__*/React.createElement("stop", {
370
- offset: 0,
371
- stopColor: "#285a83"
372
- }), /*#__PURE__*/React.createElement("stop", {
373
- offset: 1,
374
- stopColor: "#6889a0"
375
- })), /*#__PURE__*/React.createElement("path", {
376
- fill: "url(#welcome_svg__SVGID_19_)",
377
- d: "M854.8 1103.2l-1.6-4.6-11.1 2.2 1.2 4.7z"
378
- }), /*#__PURE__*/React.createElement("linearGradient", {
379
- id: "welcome_svg__SVGID_20_",
380
- gradientUnits: "userSpaceOnUse",
381
- x1: 903.214,
382
- y1: 1083.159,
383
- x2: 916.466,
384
- y2: 1083.159
385
- }, /*#__PURE__*/React.createElement("stop", {
386
- offset: 0,
387
- stopColor: "#285a83"
388
- }), /*#__PURE__*/React.createElement("stop", {
389
- offset: 1,
390
- stopColor: "#6889a0"
391
- })), /*#__PURE__*/React.createElement("path", {
392
- fill: "url(#welcome_svg__SVGID_20_)",
393
- d: "M905.9 1085.9l10.6-2.2-3.1-3.3-10.2 2.1z"
394
- }), /*#__PURE__*/React.createElement("linearGradient", {
395
- id: "welcome_svg__SVGID_21_",
396
- gradientUnits: "userSpaceOnUse",
397
- x1: 915.731,
398
- y1: 1080.604,
399
- x2: 929.237,
400
- y2: 1080.604
401
- }, /*#__PURE__*/React.createElement("stop", {
402
- offset: 0,
403
- stopColor: "#285a83"
404
- }), /*#__PURE__*/React.createElement("stop", {
405
- offset: 1,
406
- stopColor: "#6889a0"
407
- })), /*#__PURE__*/React.createElement("path", {
408
- fill: "url(#welcome_svg__SVGID_21_)",
409
- d: "M918.8 1083.3l10.4-2.1-3.3-3.3-10.2 2.1z"
410
- }), /*#__PURE__*/React.createElement("linearGradient", {
411
- id: "welcome_svg__SVGID_22_",
412
- gradientUnits: "userSpaceOnUse",
413
- x1: 878.197,
414
- y1: 1088.27,
415
- x2: 890.904,
416
- y2: 1088.27
417
- }, /*#__PURE__*/React.createElement("stop", {
418
- offset: 0,
419
- stopColor: "#285a83"
420
- }), /*#__PURE__*/React.createElement("stop", {
421
- offset: 1,
422
- stopColor: "#6889a0"
423
- })), /*#__PURE__*/React.createElement("path", {
424
- fill: "url(#welcome_svg__SVGID_22_)",
425
- d: "M880.2 1091.1l10.7-2.2-2.3-3.4-10.4 2.1z"
426
- }), /*#__PURE__*/React.createElement("linearGradient", {
427
- id: "welcome_svg__SVGID_23_",
428
- gradientUnits: "userSpaceOnUse",
429
- x1: 890.702,
430
- y1: 1085.714,
431
- x2: 903.688,
432
- y2: 1085.714
433
- }, /*#__PURE__*/React.createElement("stop", {
434
- offset: 0,
435
- stopColor: "#285a83"
436
- }), /*#__PURE__*/React.createElement("stop", {
437
- offset: 1,
438
- stopColor: "#6889a0"
439
- })), /*#__PURE__*/React.createElement("path", {
440
- fill: "url(#welcome_svg__SVGID_23_)",
441
- d: "M893 1088.5l10.7-2.2-2.7-3.3-10.3 2z"
442
- }), /*#__PURE__*/React.createElement("linearGradient", {
443
- id: "welcome_svg__SVGID_24_",
444
- gradientUnits: "userSpaceOnUse",
445
- x1: 840.728,
446
- y1: 1095.934,
447
- x2: 852.511,
448
- y2: 1095.934
449
- }, /*#__PURE__*/React.createElement("stop", {
450
- offset: 0,
451
- stopColor: "#285a83"
452
- }), /*#__PURE__*/React.createElement("stop", {
453
- offset: 1,
454
- stopColor: "#6889a0"
455
- })), /*#__PURE__*/React.createElement("path", {
456
- fill: "url(#welcome_svg__SVGID_24_)",
457
- d: "M841.7 1098.9l10.8-2.2-1.3-3.7-10.5 2.1z"
458
- }), /*#__PURE__*/React.createElement("linearGradient", {
459
- id: "welcome_svg__SVGID_25_",
460
- gradientUnits: "userSpaceOnUse",
461
- x1: 764.847,
462
- y1: 1111.263,
463
- x2: 776.317,
464
- y2: 1111.263
465
- }, /*#__PURE__*/React.createElement("stop", {
466
- offset: 0,
467
- stopColor: "#285a83"
468
- }), /*#__PURE__*/React.createElement("stop", {
469
- offset: 1,
470
- stopColor: "#6889a0"
471
- })), /*#__PURE__*/React.createElement("path", {
472
- fill: "url(#welcome_svg__SVGID_25_)",
473
- d: "M775.5 1112.2l.8-4-10.3 2-1.2 4.2z"
474
- }), /*#__PURE__*/React.createElement("linearGradient", {
475
- id: "welcome_svg__SVGID_26_",
476
- gradientUnits: "userSpaceOnUse",
477
- x1: 752.07,
478
- y1: 1113.818,
479
- x2: 763.805,
480
- y2: 1113.818
481
- }, /*#__PURE__*/React.createElement("stop", {
482
- offset: 0,
483
- stopColor: "#285a83"
484
- }), /*#__PURE__*/React.createElement("stop", {
485
- offset: 1,
486
- stopColor: "#6889a0"
487
- })), /*#__PURE__*/React.createElement("path", {
488
- fill: "url(#welcome_svg__SVGID_26_)",
489
- d: "M762.6 1114.8l1.2-4.1-10.2 2-1.5 4.3z"
490
- }), /*#__PURE__*/React.createElement("linearGradient", {
491
- id: "welcome_svg__SVGID_27_",
492
- gradientUnits: "userSpaceOnUse",
493
- x1: 777.631,
494
- y1: 1108.708,
495
- x2: 788.822,
496
- y2: 1108.708
497
- }, /*#__PURE__*/React.createElement("stop", {
498
- offset: 0,
499
- stopColor: "#285a83"
500
- }), /*#__PURE__*/React.createElement("stop", {
501
- offset: 1,
502
- stopColor: "#6889a0"
503
- })), /*#__PURE__*/React.createElement("path", {
504
- fill: "url(#welcome_svg__SVGID_27_)",
505
- d: "M788.4 1109.6l.4-4-10.4 2.1-.8 4.1z"
506
- }), /*#__PURE__*/React.createElement("linearGradient", {
507
- id: "welcome_svg__SVGID_28_",
508
- gradientUnits: "userSpaceOnUse",
509
- x1: 735.978,
510
- y1: 1123.404,
511
- x2: 748.992,
512
- y2: 1123.404
513
- }, /*#__PURE__*/React.createElement("stop", {
514
- offset: 0,
515
- stopColor: "#285a83"
516
- }), /*#__PURE__*/React.createElement("stop", {
517
- offset: 1,
518
- stopColor: "#6889a0"
519
- })), /*#__PURE__*/React.createElement("path", {
520
- fill: "url(#welcome_svg__SVGID_28_)",
521
- d: "M736 1127.2l11.1-2.3 1.9-5.3-10.7 2.2z"
522
- }), /*#__PURE__*/React.createElement("linearGradient", {
523
- id: "welcome_svg__SVGID_29_",
524
- gradientUnits: "userSpaceOnUse",
525
- x1: 749.373,
526
- y1: 1120.733,
527
- x2: 762.039,
528
- y2: 1120.733
529
- }, /*#__PURE__*/React.createElement("stop", {
530
- offset: 0,
531
- stopColor: "#285a83"
532
- }), /*#__PURE__*/React.createElement("stop", {
533
- offset: 1,
534
- stopColor: "#6889a0"
535
- })), /*#__PURE__*/React.createElement("path", {
536
- fill: "url(#welcome_svg__SVGID_29_)",
537
- d: "M762 1117l-10.7 2.2-1.9 5.3 11.2-2.3z"
538
- }), /*#__PURE__*/React.createElement("linearGradient", {
539
- id: "welcome_svg__SVGID_30_",
540
- gradientUnits: "userSpaceOnUse",
541
- x1: 704.695,
542
- y1: 1136.536,
543
- x2: 718.936,
544
- y2: 1136.536
545
- }, /*#__PURE__*/React.createElement("stop", {
546
- offset: 0,
547
- stopColor: "#285a83"
548
- }), /*#__PURE__*/React.createElement("stop", {
549
- offset: 1,
550
- stopColor: "#6889a0"
551
- })), /*#__PURE__*/React.createElement("path", {
552
- fill: "url(#welcome_svg__SVGID_30_)",
553
- d: "M704.7 1140.4l11.5-2.3 2.7-5.4-11 2.2z"
554
- }), /*#__PURE__*/React.createElement("linearGradient", {
555
- id: "welcome_svg__SVGID_31_",
556
- gradientUnits: "userSpaceOnUse",
557
- x1: 966.79,
558
- y1: 1083.26,
559
- x2: 984.593,
560
- y2: 1083.26
561
- }, /*#__PURE__*/React.createElement("stop", {
562
- offset: 0,
563
- stopColor: "#285a83"
564
- }), /*#__PURE__*/React.createElement("stop", {
565
- offset: 1,
566
- stopColor: "#6889a0"
567
- })), /*#__PURE__*/React.createElement("path", {
568
- fill: "url(#welcome_svg__SVGID_31_)",
569
- d: "M971.8 1086.4l12.8-2.6-5.5-3.7-12.3 2.5z"
570
- }), /*#__PURE__*/React.createElement("linearGradient", {
571
- id: "welcome_svg__SVGID_32_",
572
- gradientUnits: "userSpaceOnUse",
573
- x1: 718.696,
574
- y1: 1133.739,
575
- x2: 732.617,
576
- y2: 1133.739
577
- }, /*#__PURE__*/React.createElement("stop", {
578
- offset: 0,
579
- stopColor: "#285a83"
580
- }), /*#__PURE__*/React.createElement("stop", {
581
- offset: 1,
582
- stopColor: "#6889a0"
583
- })), /*#__PURE__*/React.createElement("path", {
584
- fill: "url(#welcome_svg__SVGID_32_)",
585
- d: "M732.6 1129.9l-11.2 2.3-2.7 5.4 11.6-2.4z"
586
- }), /*#__PURE__*/React.createElement("linearGradient", {
587
- id: "welcome_svg__SVGID_33_",
588
- gradientUnits: "userSpaceOnUse",
589
- x1: 739.298,
590
- y1: 1116.373,
591
- x2: 751.288,
592
- y2: 1116.373
593
- }, /*#__PURE__*/React.createElement("stop", {
594
- offset: 0,
595
- stopColor: "#285a83"
596
- }), /*#__PURE__*/React.createElement("stop", {
597
- offset: 1,
598
- stopColor: "#6889a0"
599
- })), /*#__PURE__*/React.createElement("path", {
600
- fill: "url(#welcome_svg__SVGID_33_)",
601
- d: "M749.8 1117.4l1.5-4.2-10.1 2.1-1.9 4.2z"
602
- }), /*#__PURE__*/React.createElement("linearGradient", {
603
- id: "welcome_svg__SVGID_34_",
604
- gradientUnits: "userSpaceOnUse",
605
- x1: 790.421,
606
- y1: 1106.153,
607
- x2: 801.321,
608
- y2: 1106.153
609
- }, /*#__PURE__*/React.createElement("stop", {
610
- offset: 0,
611
- stopColor: "#285a83"
612
- }), /*#__PURE__*/React.createElement("stop", {
613
- offset: 1,
614
- stopColor: "#6889a0"
615
- })), /*#__PURE__*/React.createElement("path", {
616
- fill: "url(#welcome_svg__SVGID_34_)",
617
- d: "M801.2 1107l.1-3.9-10.4 2.1-.5 4z"
618
- }), /*#__PURE__*/React.createElement("linearGradient", {
619
- id: "welcome_svg__SVGID_35_",
620
- gradientUnits: "userSpaceOnUse",
621
- x1: 776.182,
622
- y1: 1115.389,
623
- x2: 788.119,
624
- y2: 1115.389
625
- }, /*#__PURE__*/React.createElement("stop", {
626
- offset: 0,
627
- stopColor: "#285a83"
628
- }), /*#__PURE__*/React.createElement("stop", {
629
- offset: 1,
630
- stopColor: "#6889a0"
631
- })), /*#__PURE__*/React.createElement("path", {
632
- fill: "url(#welcome_svg__SVGID_35_)",
633
- d: "M788.1 1111.7l-10.9 2.2-1 5.2 11.3-2.3z"
634
- }), /*#__PURE__*/React.createElement("linearGradient", {
635
- id: "welcome_svg__SVGID_36_",
636
- gradientUnits: "userSpaceOnUse",
637
- x1: 762.774,
638
- y1: 1118.061,
639
- x2: 775.082,
640
- y2: 1118.061
641
- }, /*#__PURE__*/React.createElement("stop", {
642
- offset: 0,
643
- stopColor: "#285a83"
644
- }), /*#__PURE__*/React.createElement("stop", {
645
- offset: 1,
646
- stopColor: "#6889a0"
647
- })), /*#__PURE__*/React.createElement("path", {
648
- fill: "url(#welcome_svg__SVGID_36_)",
649
- d: "M775.1 1114.3l-10.9 2.2-1.4 5.3 11.3-2.3z"
650
- }), /*#__PURE__*/React.createElement("linearGradient", {
651
- id: "welcome_svg__SVGID_37_",
652
- gradientUnits: "userSpaceOnUse",
653
- x1: 726.529,
654
- y1: 1118.928,
655
- x2: 738.765,
656
- y2: 1118.928
657
- }, /*#__PURE__*/React.createElement("stop", {
658
- offset: 0,
659
- stopColor: "#285a83"
660
- }), /*#__PURE__*/React.createElement("stop", {
661
- offset: 1,
662
- stopColor: "#6889a0"
663
- })), /*#__PURE__*/React.createElement("path", {
664
- fill: "url(#welcome_svg__SVGID_37_)",
665
- d: "M736.9 1120l1.9-4.3-10.1 2.1-2.2 4.3z"
666
- }), /*#__PURE__*/React.createElement("linearGradient", {
667
- id: "welcome_svg__SVGID_38_",
668
- gradientUnits: "userSpaceOnUse",
669
- x1: 774.752,
670
- y1: 1122.552,
671
- x2: 787.292,
672
- y2: 1122.552
673
- }, /*#__PURE__*/React.createElement("stop", {
674
- offset: 0,
675
- stopColor: "#285a83"
676
- }), /*#__PURE__*/React.createElement("stop", {
677
- offset: 1,
678
- stopColor: "#6889a0"
679
- })), /*#__PURE__*/React.createElement("path", {
680
- fill: "url(#welcome_svg__SVGID_38_)",
681
- d: "M787.3 1118.9l-11.5 2.3-1 5 11.9-2.4z"
682
- }), /*#__PURE__*/React.createElement("linearGradient", {
683
- id: "welcome_svg__SVGID_39_",
684
- gradientUnits: "userSpaceOnUse",
685
- x1: 788.78,
686
- y1: 1119.755,
687
- x2: 800.945,
688
- y2: 1119.755
689
- }, /*#__PURE__*/React.createElement("stop", {
690
- offset: 0,
691
- stopColor: "#285a83"
692
- }), /*#__PURE__*/React.createElement("stop", {
693
- offset: 1,
694
- stopColor: "#6889a0"
695
- })), /*#__PURE__*/React.createElement("path", {
696
- fill: "url(#welcome_svg__SVGID_39_)",
697
- d: "M800.9 1116.1l-11.5 2.3-.6 5 12-2.4z"
698
- }), /*#__PURE__*/React.createElement("linearGradient", {
699
- id: "welcome_svg__SVGID_40_",
700
- gradientUnits: "userSpaceOnUse",
701
- x1: 789.595,
702
- y1: 1112.718,
703
- x2: 801.148,
704
- y2: 1112.718
705
- }, /*#__PURE__*/React.createElement("stop", {
706
- offset: 0,
707
- stopColor: "#285a83"
708
- }), /*#__PURE__*/React.createElement("stop", {
709
- offset: 1,
710
- stopColor: "#6889a0"
711
- })), /*#__PURE__*/React.createElement("path", {
712
- fill: "url(#welcome_svg__SVGID_40_)",
713
- d: "M801.1 1109.1l-10.9 2.2-.6 5.1 11.4-2.3z"
714
- }), /*#__PURE__*/React.createElement("linearGradient", {
715
- id: "welcome_svg__SVGID_41_",
716
- gradientUnits: "userSpaceOnUse",
717
- x1: 722.586,
718
- y1: 1126.076,
719
- x2: 735.937,
720
- y2: 1126.076
721
- }, /*#__PURE__*/React.createElement("stop", {
722
- offset: 0,
723
- stopColor: "#285a83"
724
- }), /*#__PURE__*/React.createElement("stop", {
725
- offset: 1,
726
- stopColor: "#6889a0"
727
- })), /*#__PURE__*/React.createElement("path", {
728
- fill: "url(#welcome_svg__SVGID_41_)",
729
- d: "M722.6 1129.9l11-2.2 2.3-5.4-10.5 2.1z"
730
- }), /*#__PURE__*/React.createElement("linearGradient", {
731
- id: "welcome_svg__SVGID_42_",
732
- gradientUnits: "userSpaceOnUse",
733
- x1: 732.703,
734
- y1: 1130.942,
735
- x2: 746.295,
736
- y2: 1130.942
737
- }, /*#__PURE__*/React.createElement("stop", {
738
- offset: 0,
739
- stopColor: "#285a83"
740
- }), /*#__PURE__*/React.createElement("stop", {
741
- offset: 1,
742
- stopColor: "#6889a0"
743
- })), /*#__PURE__*/React.createElement("path", {
744
- fill: "url(#welcome_svg__SVGID_42_)",
745
- d: "M746.3 1127.1l-11.3 2.3-2.3 5.3 11.7-2.3z"
746
- }), /*#__PURE__*/React.createElement("linearGradient", {
747
- id: "welcome_svg__SVGID_43_",
748
- gradientUnits: "userSpaceOnUse",
749
- x1: 746.713,
750
- y1: 1128.145,
751
- x2: 759.966,
752
- y2: 1128.145
753
- }, /*#__PURE__*/React.createElement("stop", {
754
- offset: 0,
755
- stopColor: "#285a83"
756
- }), /*#__PURE__*/React.createElement("stop", {
757
- offset: 1,
758
- stopColor: "#6889a0"
759
- })), /*#__PURE__*/React.createElement("path", {
760
- fill: "url(#welcome_svg__SVGID_43_)",
761
- d: "M760 1124.4l-11.4 2.3-1.9 5.2 11.8-2.4z"
762
- }), /*#__PURE__*/React.createElement("linearGradient", {
763
- id: "welcome_svg__SVGID_44_",
764
- gradientUnits: "userSpaceOnUse",
765
- x1: 760.729,
766
- y1: 1125.349,
767
- x2: 773.632,
768
- y2: 1125.349
769
- }, /*#__PURE__*/React.createElement("stop", {
770
- offset: 0,
771
- stopColor: "#285a83"
772
- }), /*#__PURE__*/React.createElement("stop", {
773
- offset: 1,
774
- stopColor: "#6889a0"
775
- })), /*#__PURE__*/React.createElement("path", {
776
- fill: "url(#welcome_svg__SVGID_44_)",
777
- d: "M773.6 1121.6l-11.4 2.3-1.5 5.2 11.9-2.4z"
778
- }), /*#__PURE__*/React.createElement("linearGradient", {
779
- id: "welcome_svg__SVGID_45_",
780
- gradientUnits: "userSpaceOnUse",
781
- x1: 699.636,
782
- y1: 1124.177,
783
- x2: 713.705,
784
- y2: 1124.177
785
- }, /*#__PURE__*/React.createElement("stop", {
786
- offset: 0,
787
- stopColor: "#285a83"
788
- }), /*#__PURE__*/React.createElement("stop", {
789
- offset: 1,
790
- stopColor: "#6889a0"
791
- })), /*#__PURE__*/React.createElement("path", {
792
- fill: "url(#welcome_svg__SVGID_45_)",
793
- d: "M711.2 1125.2l2.5-4.4-11.2 2.3-2.9 4.5z"
794
- }), /*#__PURE__*/React.createElement("linearGradient", {
795
- id: "welcome_svg__SVGID_46_",
796
- gradientUnits: "userSpaceOnUse",
797
- x1: 816.982,
798
- y1: 1122.446,
799
- x2: 830.445,
800
- y2: 1122.446
801
- }, /*#__PURE__*/React.createElement("stop", {
802
- offset: 0,
803
- stopColor: "#285a83"
804
- }), /*#__PURE__*/React.createElement("stop", {
805
- offset: 1,
806
- stopColor: "#6889a0"
807
- })), /*#__PURE__*/React.createElement("path", {
808
- fill: "url(#welcome_svg__SVGID_46_)",
809
- d: "M829.3 1117.3l-12.3 2.4.5 7.9 12.9-2.6z"
810
- }), /*#__PURE__*/React.createElement("linearGradient", {
811
- id: "welcome_svg__SVGID_47_",
812
- gradientUnits: "userSpaceOnUse",
813
- x1: 831.216,
814
- y1: 1119.497,
815
- x2: 845.399,
816
- y2: 1119.497
817
- }, /*#__PURE__*/React.createElement("stop", {
818
- offset: 0,
819
- stopColor: "#285a83"
820
- }), /*#__PURE__*/React.createElement("stop", {
821
- offset: 1,
822
- stopColor: "#6889a0"
823
- })), /*#__PURE__*/React.createElement("path", {
824
- fill: "url(#welcome_svg__SVGID_47_)",
825
- d: "M843.5 1114.4l-12.3 2.5 1.2 7.7 13-2.6z"
826
- }), /*#__PURE__*/React.createElement("linearGradient", {
827
- id: "welcome_svg__SVGID_48_",
828
- gradientUnits: "userSpaceOnUse",
829
- x1: 873.968,
830
- y1: 1110.65,
831
- x2: 890.212,
832
- y2: 1110.65
833
- }, /*#__PURE__*/React.createElement("stop", {
834
- offset: 0,
835
- stopColor: "#285a83"
836
- }), /*#__PURE__*/React.createElement("stop", {
837
- offset: 1,
838
- stopColor: "#6889a0"
839
- })), /*#__PURE__*/React.createElement("path", {
840
- fill: "url(#welcome_svg__SVGID_48_)",
841
- d: "M886.2 1105.8l-12.2 2.4 3.3 7.3 12.9-2.6z"
842
- }), /*#__PURE__*/React.createElement("linearGradient", {
843
- id: "welcome_svg__SVGID_49_",
844
- gradientUnits: "userSpaceOnUse",
845
- x1: 845.459,
846
- y1: 1116.548,
847
- x2: 860.346,
848
- y2: 1116.548
849
- }, /*#__PURE__*/React.createElement("stop", {
850
- offset: 0,
851
- stopColor: "#285a83"
852
- }), /*#__PURE__*/React.createElement("stop", {
853
- offset: 1,
854
- stopColor: "#6889a0"
855
- })), /*#__PURE__*/React.createElement("path", {
856
- fill: "url(#welcome_svg__SVGID_49_)",
857
- d: "M857.7 1111.5l-12.2 2.5 1.9 7.6 12.9-2.6z"
858
- }), /*#__PURE__*/React.createElement("linearGradient", {
859
- id: "welcome_svg__SVGID_50_",
860
- gradientUnits: "userSpaceOnUse",
861
- x1: 859.71,
862
- y1: 1113.599,
863
- x2: 875.283,
864
- y2: 1113.599
865
- }, /*#__PURE__*/React.createElement("stop", {
866
- offset: 0,
867
- stopColor: "#285a83"
868
- }), /*#__PURE__*/React.createElement("stop", {
869
- offset: 1,
870
- stopColor: "#6889a0"
871
- })), /*#__PURE__*/React.createElement("path", {
872
- fill: "url(#welcome_svg__SVGID_50_)",
873
- d: "M872 1108.6l-12.3 2.5 2.6 7.5 13-2.7z"
874
- }), /*#__PURE__*/React.createElement("linearGradient", {
875
- id: "welcome_svg__SVGID_51_",
876
- gradientUnits: "userSpaceOnUse",
877
- x1: 802.524,
878
- y1: 1125.395,
879
- x2: 815.482,
880
- y2: 1125.395
881
- }, /*#__PURE__*/React.createElement("stop", {
882
- offset: 0,
883
- stopColor: "#285a83"
884
- }), /*#__PURE__*/React.createElement("stop", {
885
- offset: 1,
886
- stopColor: "#6889a0"
887
- })), /*#__PURE__*/React.createElement("path", {
888
- fill: "url(#welcome_svg__SVGID_51_)",
889
- d: "M815 1120.1l-12.2 2.5-.3 8 13-2.6z"
890
- }), /*#__PURE__*/React.createElement("linearGradient", {
891
- id: "welcome_svg__SVGID_52_",
892
- gradientUnits: "userSpaceOnUse",
893
- x1: 757.756,
894
- y1: 1134.242,
895
- x2: 772.202,
896
- y2: 1134.242
897
- }, /*#__PURE__*/React.createElement("stop", {
898
- offset: 0,
899
- stopColor: "#285a83"
900
- }), /*#__PURE__*/React.createElement("stop", {
901
- offset: 1,
902
- stopColor: "#6889a0"
903
- })), /*#__PURE__*/React.createElement("path", {
904
- fill: "url(#welcome_svg__SVGID_52_)",
905
- d: "M772.2 1128.8l-12.1 2.4-2.3 8.5 12.7-2.6z"
906
- }), /*#__PURE__*/React.createElement("linearGradient", {
907
- id: "welcome_svg__SVGID_53_",
908
- gradientUnits: "userSpaceOnUse",
909
- x1: 742.847,
910
- y1: 1137.191,
911
- x2: 757.921,
912
- y2: 1137.191
913
- }, /*#__PURE__*/React.createElement("stop", {
914
- offset: 0,
915
- stopColor: "#285a83"
916
- }), /*#__PURE__*/React.createElement("stop", {
917
- offset: 1,
918
- stopColor: "#6889a0"
919
- })), /*#__PURE__*/React.createElement("path", {
920
- fill: "url(#welcome_svg__SVGID_53_)",
921
- d: "M757.9 1131.7l-12 2.4-3.1 8.6 12.8-2.6z"
922
- }), /*#__PURE__*/React.createElement("linearGradient", {
923
- id: "welcome_svg__SVGID_54_",
924
- gradientUnits: "userSpaceOnUse",
925
- x1: 787.595,
926
- y1: 1128.344,
927
- x2: 800.744,
928
- y2: 1128.344
929
- }, /*#__PURE__*/React.createElement("stop", {
930
- offset: 0,
931
- stopColor: "#285a83"
932
- }), /*#__PURE__*/React.createElement("stop", {
933
- offset: 1,
934
- stopColor: "#6889a0"
935
- })), /*#__PURE__*/React.createElement("path", {
936
- fill: "url(#welcome_svg__SVGID_54_)",
937
- d: "M800.7 1123l-12.2 2.5-.9 8.2 12.9-2.7z"
938
- }), /*#__PURE__*/React.createElement("linearGradient", {
939
- id: "welcome_svg__SVGID_55_",
940
- gradientUnits: "userSpaceOnUse",
941
- x1: 772.673,
942
- y1: 1131.293,
943
- x2: 786.477,
944
- y2: 1131.293
945
- }, /*#__PURE__*/React.createElement("stop", {
946
- offset: 0,
947
- stopColor: "#285a83"
948
- }), /*#__PURE__*/React.createElement("stop", {
949
- offset: 1,
950
- stopColor: "#6889a0"
951
- })), /*#__PURE__*/React.createElement("path", {
952
- fill: "url(#welcome_svg__SVGID_55_)",
953
- d: "M786.5 1125.9l-12.2 2.5-1.6 8.3 12.8-2.6z"
954
- }), /*#__PURE__*/React.createElement("linearGradient", {
955
- id: "welcome_svg__SVGID_56_",
956
- gradientUnits: "userSpaceOnUse",
957
- x1: 727.943,
958
- y1: 1140.14,
959
- x2: 743.635,
960
- y2: 1140.14
961
- }, /*#__PURE__*/React.createElement("stop", {
962
- offset: 0,
963
- stopColor: "#285a83"
964
- }), /*#__PURE__*/React.createElement("stop", {
965
- offset: 1,
966
- stopColor: "#6889a0"
967
- })), /*#__PURE__*/React.createElement("path", {
968
- fill: "url(#welcome_svg__SVGID_56_)",
969
- d: "M743.6 1134.6l-11.9 2.4-3.8 8.7 12.7-2.5z"
970
- }), /*#__PURE__*/React.createElement("linearGradient", {
971
- id: "welcome_svg__SVGID_57_",
972
- gradientUnits: "userSpaceOnUse",
973
- x1: 973.968,
974
- y1: 1089.867,
975
- x2: 995.922,
976
- y2: 1089.867
977
- }, /*#__PURE__*/React.createElement("stop", {
978
- offset: 0,
979
- stopColor: "#285a83"
980
- }), /*#__PURE__*/React.createElement("stop", {
981
- offset: 1,
982
- stopColor: "#6889a0"
983
- })), /*#__PURE__*/React.createElement("path", {
984
- fill: "url(#welcome_svg__SVGID_57_)",
985
- d: "M986.9 1085.4L974 1088l8.3 6.3 13.6-2.7z"
986
- }), /*#__PURE__*/React.createElement("linearGradient", {
987
- id: "welcome_svg__SVGID_58_",
988
- gradientUnits: "userSpaceOnUse",
989
- x1: 888.236,
990
- y1: 1107.701,
991
- x2: 905.134,
992
- y2: 1107.701
993
- }, /*#__PURE__*/React.createElement("stop", {
994
- offset: 0,
995
- stopColor: "#285a83"
996
- }), /*#__PURE__*/React.createElement("stop", {
997
- offset: 1,
998
- stopColor: "#6889a0"
999
- })), /*#__PURE__*/React.createElement("path", {
1000
- fill: "url(#welcome_svg__SVGID_58_)",
1001
- d: "M900.4 1102.9l-12.2 2.5 4.1 7.1 12.8-2.6z"
1002
- }), /*#__PURE__*/React.createElement("linearGradient", {
1003
- id: "welcome_svg__SVGID_59_",
1004
- gradientUnits: "userSpaceOnUse",
1005
- x1: 959.667,
1006
- y1: 1092.955,
1007
- x2: 979.66,
1008
- y2: 1092.955
1009
- }, /*#__PURE__*/React.createElement("stop", {
1010
- offset: 0,
1011
- stopColor: "#285a83"
1012
- }), /*#__PURE__*/React.createElement("stop", {
1013
- offset: 1,
1014
- stopColor: "#6889a0"
1015
- })), /*#__PURE__*/React.createElement("path", {
1016
- fill: "url(#welcome_svg__SVGID_59_)",
1017
- d: "M971.4 1088.6l-11.7 2.3 7.6 6.5 12.4-2.6z"
1018
- }), /*#__PURE__*/React.createElement("linearGradient", {
1019
- id: "welcome_svg__SVGID_60_",
1020
- gradientUnits: "userSpaceOnUse",
1021
- x1: 681.885,
1022
- y1: 1149.127,
1023
- x2: 700.744,
1024
- y2: 1149.127
1025
- }, /*#__PURE__*/React.createElement("stop", {
1026
- offset: 0,
1027
- stopColor: "#285a83"
1028
- }), /*#__PURE__*/React.createElement("stop", {
1029
- offset: 1,
1030
- stopColor: "#6889a0"
1031
- })), /*#__PURE__*/React.createElement("path", {
1032
- fill: "url(#welcome_svg__SVGID_60_)",
1033
- d: "M700.7 1143.2l-12.9 2.6-5.9 9.2 13.6-2.7z"
1034
- }), /*#__PURE__*/React.createElement("linearGradient", {
1035
- id: "welcome_svg__SVGID_61_",
1036
- gradientUnits: "userSpaceOnUse",
1037
- x1: 953.314,
1038
- y1: 1072.8,
1039
- x2: 968.899,
1040
- y2: 1072.8
1041
- }, /*#__PURE__*/React.createElement("stop", {
1042
- offset: 0,
1043
- stopColor: "#285a83"
1044
- }), /*#__PURE__*/React.createElement("stop", {
1045
- offset: 1,
1046
- stopColor: "#6889a0"
1047
- })), /*#__PURE__*/React.createElement("path", {
1048
- fill: "url(#welcome_svg__SVGID_61_)",
1049
- d: "M957.4 1075.5l11.5-2.4-4.4-3-11.2 2.3z"
1050
- }), /*#__PURE__*/React.createElement("linearGradient", {
1051
- id: "welcome_svg__SVGID_62_",
1052
- gradientUnits: "userSpaceOnUse",
1053
- x1: 902.511,
1054
- y1: 1104.752,
1055
- x2: 920.051,
1056
- y2: 1104.752
1057
- }, /*#__PURE__*/React.createElement("stop", {
1058
- offset: 0,
1059
- stopColor: "#285a83"
1060
- }), /*#__PURE__*/React.createElement("stop", {
1061
- offset: 1,
1062
- stopColor: "#6889a0"
1063
- })), /*#__PURE__*/React.createElement("path", {
1064
- fill: "url(#welcome_svg__SVGID_62_)",
1065
- d: "M914.6 1100l-12.1 2.5 4.8 7 12.8-2.6z"
1066
- }), /*#__PURE__*/React.createElement("linearGradient", {
1067
- id: "welcome_svg__SVGID_63_",
1068
- gradientUnits: "userSpaceOnUse",
1069
- x1: 916.791,
1070
- y1: 1101.803,
1071
- x2: 934.96,
1072
- y2: 1101.803
1073
- }, /*#__PURE__*/React.createElement("stop", {
1074
- offset: 0,
1075
- stopColor: "#285a83"
1076
- }), /*#__PURE__*/React.createElement("stop", {
1077
- offset: 1,
1078
- stopColor: "#6889a0"
1079
- })), /*#__PURE__*/React.createElement("path", {
1080
- fill: "url(#welcome_svg__SVGID_63_)",
1081
- d: "M928.8 1097.2l-12 2.4 5.5 6.8 12.7-2.5z"
1082
- }), /*#__PURE__*/React.createElement("linearGradient", {
1083
- id: "welcome_svg__SVGID_64_",
1084
- gradientUnits: "userSpaceOnUse",
1085
- x1: 931.077,
1086
- y1: 1098.854,
1087
- x2: 949.864,
1088
- y2: 1098.854
1089
- }, /*#__PURE__*/React.createElement("stop", {
1090
- offset: 0,
1091
- stopColor: "#285a83"
1092
- }), /*#__PURE__*/React.createElement("stop", {
1093
- offset: 1,
1094
- stopColor: "#6889a0"
1095
- })), /*#__PURE__*/React.createElement("path", {
1096
- fill: "url(#welcome_svg__SVGID_64_)",
1097
- d: "M943 1094.3l-11.9 2.4 6.2 6.7 12.6-2.5z"
1098
- }), /*#__PURE__*/React.createElement("linearGradient", {
1099
- id: "welcome_svg__SVGID_65_",
1100
- gradientUnits: "userSpaceOnUse",
1101
- x1: 945.37,
1102
- y1: 1095.904,
1103
- x2: 964.765,
1104
- y2: 1095.904
1105
- }, /*#__PURE__*/React.createElement("stop", {
1106
- offset: 0,
1107
- stopColor: "#285a83"
1108
- }), /*#__PURE__*/React.createElement("stop", {
1109
- offset: 1,
1110
- stopColor: "#6889a0"
1111
- })), /*#__PURE__*/React.createElement("path", {
1112
- fill: "url(#welcome_svg__SVGID_65_)",
1113
- d: "M957.2 1091.4l-11.8 2.4 6.9 6.6 12.5-2.5z"
1114
- }), /*#__PURE__*/React.createElement("linearGradient", {
1115
- id: "welcome_svg__SVGID_66_",
1116
- gradientUnits: "userSpaceOnUse",
1117
- x1: 698.147,
1118
- y1: 1146.039,
1119
- x2: 715.046,
1120
- y2: 1146.039
1121
- }, /*#__PURE__*/React.createElement("stop", {
1122
- offset: 0,
1123
- stopColor: "#285a83"
1124
- }), /*#__PURE__*/React.createElement("stop", {
1125
- offset: 1,
1126
- stopColor: "#6889a0"
1127
- })), /*#__PURE__*/React.createElement("path", {
1128
- fill: "url(#welcome_svg__SVGID_66_)",
1129
- d: "M710.5 1149.2l4.5-8.9-11.6 2.4-5.3 9z"
1130
- }), /*#__PURE__*/React.createElement("linearGradient", {
1131
- id: "welcome_svg__SVGID_67_",
1132
- gradientUnits: "userSpaceOnUse",
1133
- x1: 713.042,
1134
- y1: 1143.09,
1135
- x2: 729.343,
1136
- y2: 1143.09
1137
- }, /*#__PURE__*/React.createElement("stop", {
1138
- offset: 0,
1139
- stopColor: "#285a83"
1140
- }), /*#__PURE__*/React.createElement("stop", {
1141
- offset: 1,
1142
- stopColor: "#6889a0"
1143
- })), /*#__PURE__*/React.createElement("path", {
1144
- fill: "url(#welcome_svg__SVGID_67_)",
1145
- d: "M729.3 1137.5l-11.8 2.3-4.5 8.9 12.6-2.5z"
1146
- }), /*#__PURE__*/React.createElement("linearGradient", {
1147
- id: "welcome_svg__SVGID_68_",
1148
- gradientUnits: "userSpaceOnUse",
1149
- x1: 912.072,
1150
- y1: 1094.586,
1151
- x2: 927.207,
1152
- y2: 1094.586
1153
- }, /*#__PURE__*/React.createElement("stop", {
1154
- offset: 0,
1155
- stopColor: "#285a83"
1156
- }), /*#__PURE__*/React.createElement("stop", {
1157
- offset: 1,
1158
- stopColor: "#6889a0"
1159
- })), /*#__PURE__*/React.createElement("path", {
1160
- fill: "url(#welcome_svg__SVGID_68_)",
1161
- d: "M927.2 1095.4l-3.7-4.1-11.4 2.3 3.3 4.2z"
1162
- }), /*#__PURE__*/React.createElement("linearGradient", {
1163
- id: "welcome_svg__SVGID_69_",
1164
- gradientUnits: "userSpaceOnUse",
1165
- x1: 925.743,
1166
- y1: 1091.789,
1167
- x2: 941.217,
1168
- y2: 1091.789
1169
- }, /*#__PURE__*/React.createElement("stop", {
1170
- offset: 0,
1171
- stopColor: "#285a83"
1172
- }), /*#__PURE__*/React.createElement("stop", {
1173
- offset: 1,
1174
- stopColor: "#6889a0"
1175
- })), /*#__PURE__*/React.createElement("path", {
1176
- fill: "url(#welcome_svg__SVGID_69_)",
1177
- d: "M941.2 1092.6l-4.2-4-11.3 2.3 3.8 4.1z"
1178
- }), /*#__PURE__*/React.createElement("linearGradient", {
1179
- id: "welcome_svg__SVGID_70_",
1180
- gradientUnits: "userSpaceOnUse",
1181
- x1: 894.246,
1182
- y1: 1091.346,
1183
- x2: 908.472,
1184
- y2: 1091.346
1185
- }, /*#__PURE__*/React.createElement("stop", {
1186
- offset: 0,
1187
- stopColor: "#285a83"
1188
- }), /*#__PURE__*/React.createElement("stop", {
1189
- offset: 1,
1190
- stopColor: "#6889a0"
1191
- })), /*#__PURE__*/React.createElement("path", {
1192
- fill: "url(#welcome_svg__SVGID_70_)",
1193
- d: "M905.1 1088.1l-10.9 2.2 3 4.3 11.3-2.3z"
1194
- }), /*#__PURE__*/React.createElement("linearGradient", {
1195
- id: "welcome_svg__SVGID_71_",
1196
- gradientUnits: "userSpaceOnUse",
1197
- x1: 953.103,
1198
- y1: 1086.196,
1199
- x2: 969.225,
1200
- y2: 1086.196
1201
- }, /*#__PURE__*/React.createElement("stop", {
1202
- offset: 0,
1203
- stopColor: "#285a83"
1204
- }), /*#__PURE__*/React.createElement("stop", {
1205
- offset: 1,
1206
- stopColor: "#6889a0"
1207
- })), /*#__PURE__*/React.createElement("path", {
1208
- fill: "url(#welcome_svg__SVGID_71_)",
1209
- d: "M969.2 1086.9l-5-3.8-11.1 2.3 4.6 3.9z"
1210
- }), /*#__PURE__*/React.createElement("linearGradient", {
1211
- id: "welcome_svg__SVGID_72_",
1212
- gradientUnits: "userSpaceOnUse",
1213
- x1: 939.421,
1214
- y1: 1088.992,
1215
- x2: 955.224,
1216
- y2: 1088.992
1217
- }, /*#__PURE__*/React.createElement("stop", {
1218
- offset: 0,
1219
- stopColor: "#285a83"
1220
- }), /*#__PURE__*/React.createElement("stop", {
1221
- offset: 1,
1222
- stopColor: "#6889a0"
1223
- })), /*#__PURE__*/React.createElement("path", {
1224
- fill: "url(#welcome_svg__SVGID_72_)",
1225
- d: "M955.2 1089.8l-4.6-3.9-11.2 2.2 4.2 4z"
1226
- }), /*#__PURE__*/React.createElement("linearGradient", {
1227
- id: "welcome_svg__SVGID_73_",
1228
- gradientUnits: "userSpaceOnUse",
1229
- x1: 884.746,
1230
- y1: 1100.179,
1231
- x2: 899.168,
1232
- y2: 1100.179
1233
- }, /*#__PURE__*/React.createElement("stop", {
1234
- offset: 0,
1235
- stopColor: "#285a83"
1236
- }), /*#__PURE__*/React.createElement("stop", {
1237
- offset: 1,
1238
- stopColor: "#6889a0"
1239
- })), /*#__PURE__*/React.createElement("path", {
1240
- fill: "url(#welcome_svg__SVGID_73_)",
1241
- d: "M899.2 1101.1l-2.9-4.3-11.6 2.4 2.5 4.3z"
1242
- }), /*#__PURE__*/React.createElement("linearGradient", {
1243
- id: "welcome_svg__SVGID_74_",
1244
- gradientUnits: "userSpaceOnUse",
1245
- x1: 871.094,
1246
- y1: 1102.976,
1247
- x2: 885.14,
1248
- y2: 1102.976
1249
- }, /*#__PURE__*/React.createElement("stop", {
1250
- offset: 0,
1251
- stopColor: "#285a83"
1252
- }), /*#__PURE__*/React.createElement("stop", {
1253
- offset: 1,
1254
- stopColor: "#6889a0"
1255
- })), /*#__PURE__*/React.createElement("path", {
1256
- fill: "url(#welcome_svg__SVGID_74_)",
1257
- d: "M885.1 1103.9l-2.4-4.3-11.6 2.3 2 4.5z"
1258
- }), /*#__PURE__*/React.createElement("linearGradient", {
1259
- id: "welcome_svg__SVGID_75_",
1260
- gradientUnits: "userSpaceOnUse",
1261
- x1: 868.18,
1262
- y1: 1096.69,
1263
- x2: 881.651,
1264
- y2: 1096.69
1265
- }, /*#__PURE__*/React.createElement("stop", {
1266
- offset: 0,
1267
- stopColor: "#285a83"
1268
- }), /*#__PURE__*/React.createElement("stop", {
1269
- offset: 1,
1270
- stopColor: "#6889a0"
1271
- })), /*#__PURE__*/React.createElement("path", {
1272
- fill: "url(#welcome_svg__SVGID_75_)",
1273
- d: "M881.7 1097.8l-2.6-4.5-10.9 2.2 2 4.6z"
1274
- }), /*#__PURE__*/React.createElement("linearGradient", {
1275
- id: "welcome_svg__SVGID_76_",
1276
- gradientUnits: "userSpaceOnUse",
1277
- x1: 881.209,
1278
- y1: 1094.018,
1279
- x2: 895.065,
1280
- y2: 1094.018
1281
- }, /*#__PURE__*/React.createElement("stop", {
1282
- offset: 0,
1283
- stopColor: "#285a83"
1284
- }), /*#__PURE__*/React.createElement("stop", {
1285
- offset: 1,
1286
- stopColor: "#6889a0"
1287
- })), /*#__PURE__*/React.createElement("path", {
1288
- fill: "url(#welcome_svg__SVGID_76_)",
1289
- d: "M892.1 1090.7l-10.9 2.2 2.5 4.4 11.4-2.3z"
1290
- }), /*#__PURE__*/React.createElement("linearGradient", {
1291
- id: "welcome_svg__SVGID_77_",
1292
- gradientUnits: "userSpaceOnUse",
1293
- x1: 898.407,
1294
- y1: 1097.383,
1295
- x2: 913.191,
1296
- y2: 1097.383
1297
- }, /*#__PURE__*/React.createElement("stop", {
1298
- offset: 0,
1299
- stopColor: "#285a83"
1300
- }), /*#__PURE__*/React.createElement("stop", {
1301
- offset: 1,
1302
- stopColor: "#6889a0"
1303
- })), /*#__PURE__*/React.createElement("path", {
1304
- fill: "url(#welcome_svg__SVGID_77_)",
1305
- d: "M913.2 1098.3l-3.3-4.2-11.5 2.3 2.9 4.3z"
1306
- }), /*#__PURE__*/React.createElement("linearGradient", {
1307
- id: "welcome_svg__SVGID_78_",
1308
- gradientUnits: "userSpaceOnUse",
1309
- x1: 709.199,
1310
- y1: 1128.748,
1311
- x2: 722.879,
1312
- y2: 1128.748
1313
- }, /*#__PURE__*/React.createElement("stop", {
1314
- offset: 0,
1315
- stopColor: "#285a83"
1316
- }), /*#__PURE__*/React.createElement("stop", {
1317
- offset: 1,
1318
- stopColor: "#6889a0"
1319
- })), /*#__PURE__*/React.createElement("path", {
1320
- fill: "url(#welcome_svg__SVGID_78_)",
1321
- d: "M709.2 1132.6l10.9-2.2 2.8-5.5-10.5 2.1z"
1322
- }), /*#__PURE__*/React.createElement("linearGradient", {
1323
- id: "welcome_svg__SVGID_79_",
1324
- gradientUnits: "userSpaceOnUse",
1325
- x1: 959.512,
1326
- y1: 1077.849,
1327
- x2: 976.8,
1328
- y2: 1077.849
1329
- }, /*#__PURE__*/React.createElement("stop", {
1330
- offset: 0,
1331
- stopColor: "#285a83"
1332
- }), /*#__PURE__*/React.createElement("stop", {
1333
- offset: 1,
1334
- stopColor: "#6889a0"
1335
- })), /*#__PURE__*/React.createElement("path", {
1336
- fill: "url(#welcome_svg__SVGID_79_)",
1337
- d: "M964.7 1081l12.1-2.5-5.6-3.8-11.7 2.4z"
1338
- }), /*#__PURE__*/React.createElement("linearGradient", {
1339
- id: "welcome_svg__SVGID_80_",
1340
- gradientUnits: "userSpaceOnUse",
1341
- x1: 689.327,
1342
- y1: 1139.471,
1343
- x2: 705.249,
1344
- y2: 1139.471
1345
- }, /*#__PURE__*/React.createElement("stop", {
1346
- offset: 0,
1347
- stopColor: "#285a83"
1348
- }), /*#__PURE__*/React.createElement("stop", {
1349
- offset: 1,
1350
- stopColor: "#6889a0"
1351
- })), /*#__PURE__*/React.createElement("path", {
1352
- fill: "url(#welcome_svg__SVGID_80_)",
1353
- d: "M702.1 1140.9l3.1-5.5-12.3 2.5-3.6 5.6z"
1354
- }), /*#__PURE__*/React.createElement("linearGradient", {
1355
- id: "welcome_svg__SVGID_81_",
1356
- gradientUnits: "userSpaceOnUse",
1357
- x1: 857.451,
1358
- y1: 1105.773,
1359
- x2: 871.105,
1360
- y2: 1105.773
1361
- }, /*#__PURE__*/React.createElement("stop", {
1362
- offset: 0,
1363
- stopColor: "#285a83"
1364
- }), /*#__PURE__*/React.createElement("stop", {
1365
- offset: 1,
1366
- stopColor: "#6889a0"
1367
- })), /*#__PURE__*/React.createElement("path", {
1368
- fill: "url(#welcome_svg__SVGID_81_)",
1369
- d: "M871.1 1106.8l-2-4.5-11.6 2.4 1.5 4.5z"
1370
- }), /*#__PURE__*/React.createElement("linearGradient", {
1371
- id: "welcome_svg__SVGID_82_",
1372
- gradientUnits: "userSpaceOnUse",
1373
- x1: 694.446,
1374
- y1: 1131.558,
1375
- x2: 709.815,
1376
- y2: 1131.558
1377
- }, /*#__PURE__*/React.createElement("stop", {
1378
- offset: 0,
1379
- stopColor: "#285a83"
1380
- }), /*#__PURE__*/React.createElement("stop", {
1381
- offset: 1,
1382
- stopColor: "#6889a0"
1383
- })), /*#__PURE__*/React.createElement("path", {
1384
- fill: "url(#welcome_svg__SVGID_82_)",
1385
- d: "M694.4 1135.6l12.2-2.5 3.2-5.6-11.7 2.4z"
1386
- }), /*#__PURE__*/React.createElement("linearGradient", {
1387
- id: "welcome_svg__SVGID_83_",
1388
- gradientUnits: "userSpaceOnUse",
1389
- x1: 940.782,
1390
- y1: 1075.494,
1391
- x2: 954.769,
1392
- y2: 1075.494
1393
- }, /*#__PURE__*/React.createElement("stop", {
1394
- offset: 0,
1395
- stopColor: "#285a83"
1396
- }), /*#__PURE__*/React.createElement("stop", {
1397
- offset: 1,
1398
- stopColor: "#6889a0"
1399
- })), /*#__PURE__*/React.createElement("path", {
1400
- fill: "url(#welcome_svg__SVGID_83_)",
1401
- d: "M940.8 1074.9l3.7 3.2 10.3-2.1-4.1-3.1z"
1402
- }), /*#__PURE__*/React.createElement("linearGradient", {
1403
- id: "welcome_svg__SVGID_84_",
1404
- gradientUnits: "userSpaceOnUse",
1405
- x1: 946.448,
1406
- y1: 1080.66,
1407
- x2: 962.047,
1408
- y2: 1080.66
1409
- }, /*#__PURE__*/React.createElement("stop", {
1410
- offset: 0,
1411
- stopColor: "#285a83"
1412
- }), /*#__PURE__*/React.createElement("stop", {
1413
- offset: 1,
1414
- stopColor: "#6889a0"
1415
- })), /*#__PURE__*/React.createElement("path", {
1416
- fill: "url(#welcome_svg__SVGID_84_)",
1417
- d: "M946.4 1079.7l4.8 4 10.8-2.2-5.1-3.9z"
1418
- }), /*#__PURE__*/React.createElement("linearGradient", {
1419
- id: "welcome_svg__SVGID_85_",
1420
- gradientUnits: "userSpaceOnUse",
1421
- x1: 828.254,
1422
- y1: 1098.489,
1423
- x2: 839.697,
1424
- y2: 1098.489
1425
- }, /*#__PURE__*/React.createElement("stop", {
1426
- offset: 0,
1427
- stopColor: "#285a83"
1428
- }), /*#__PURE__*/React.createElement("stop", {
1429
- offset: 1,
1430
- stopColor: "#6889a0"
1431
- })), /*#__PURE__*/React.createElement("path", {
1432
- fill: "url(#welcome_svg__SVGID_85_)",
1433
- d: "M839.7 1099.2l-.9-3.7-10.5 2.2.5 3.7z"
1434
- }), /*#__PURE__*/React.createElement("linearGradient", {
1435
- id: "welcome_svg__SVGID_86_",
1436
- gradientUnits: "userSpaceOnUse",
1437
- x1: 713.766,
1438
- y1: 1121.483,
1439
- x2: 726.237,
1440
- y2: 1121.483
1441
- }, /*#__PURE__*/React.createElement("stop", {
1442
- offset: 0,
1443
- stopColor: "#285a83"
1444
- }), /*#__PURE__*/React.createElement("stop", {
1445
- offset: 1,
1446
- stopColor: "#6889a0"
1447
- })), /*#__PURE__*/React.createElement("path", {
1448
- fill: "url(#welcome_svg__SVGID_86_)",
1449
- d: "M724 1122.6l2.2-4.3-9.9 2-2.5 4.4z"
1450
- }))), /*#__PURE__*/React.createElement("g", {
1451
- id: "welcome_svg__Earphones"
1452
- }, /*#__PURE__*/React.createElement("linearGradient", {
1453
- id: "welcome_svg__SVGID_87_",
1454
- gradientUnits: "userSpaceOnUse",
1455
- x1: 335.623,
1456
- y1: 1122.236,
1457
- x2: 508.33,
1458
- y2: 1122.236
1459
- }, /*#__PURE__*/React.createElement("stop", {
1460
- offset: 0,
1461
- stopColor: "#285a83"
1462
- }), /*#__PURE__*/React.createElement("stop", {
1463
- offset: 1,
1464
- stopColor: "#6889a0"
1465
- })), /*#__PURE__*/React.createElement("path", {
1466
- d: "M337.5 1174.1l-1.9-3.5c20-10.9 32.1-9.4 47.5-7.6 13 1.5 29.1 3.5 55.6-1.3 29.3-5.3 48.2-15.4 58-31 9.1-14.6 10.1-34 2.9-59.3l3.8-1.1c7.5 26.4 6.4 46.9-3.4 62.5-10.4 16.6-30.2 27.3-60.7 32.8-27.1 4.9-43.6 2.9-56.8 1.3-15.1-1.7-26.1-3-45 7.2z",
1467
- fill: "url(#welcome_svg__SVGID_87_)"
1468
- }), /*#__PURE__*/React.createElement("linearGradient", {
1469
- id: "welcome_svg__SVGID_88_",
1470
- gradientUnits: "userSpaceOnUse",
1471
- x1: 171.645,
1472
- y1: 1122.458,
1473
- x2: 393.68,
1474
- y2: 1122.458
1475
- }, /*#__PURE__*/React.createElement("stop", {
1476
- offset: 0,
1477
- stopColor: "#285a83"
1478
- }), /*#__PURE__*/React.createElement("stop", {
1479
- offset: 1,
1480
- stopColor: "#6889a0"
1481
- })), /*#__PURE__*/React.createElement("path", {
1482
- d: "M313.9 1191.4l-3-2.6c8.7-10.1 20.8-16.2 32.5-22.2 17.9-9.1 34.9-17.7 42-39.5 7.6-23.4 5-42.2-7.7-54.6-16.5-16-47-18.3-67-11.2-28.4 10.1-43.1 39.8-56.1 66.1-3.4 6.8-6.5 13.2-9.9 19.2-16.3 29.3-47.5 25.1-68.2 22.2-1.7-.2-3.3-.4-4.8-.6l.5-4 4.8.6c20.8 2.8 49.2 6.7 64.2-20.2 3.3-6 6.5-12.3 9.8-19.1 13.4-26.9 28.5-57.4 58.4-68.1 21.2-7.5 53.5-5.1 71.1 12.1 9.7 9.4 19 27.2 8.7 58.7-7.6 23.4-26.1 32.8-44 41.9-11.9 6.1-23.1 11.8-31.3 21.3z",
1483
- fill: "url(#welcome_svg__SVGID_88_)"
1484
- }), /*#__PURE__*/React.createElement("path", {
1485
- className: "welcome_svg__st1",
1486
- d: "M471.6 1017.9l15.3 47.8c2 6.4 8.9 9.9 15.2 7.8 6.4-2 9.9-8.9 7.8-15.2l-15.3-47.8-23 7.4z"
1487
- }), /*#__PURE__*/React.createElement("path", {
1488
- d: "M487.4 1012.8l14.1 44.1c1.9 5.9-.1 11.8-4.5 13.2-4.4 1.4-9.4-2.2-11.3-8.1l1.2 3.7c2 6.4 8.9 9.9 15.2 7.8 6.4-2 9.9-8.9 7.8-15.2l-15.3-47.8-7.2 2.3z",
1489
- fill: "#a3aace"
1490
- }), /*#__PURE__*/React.createElement("circle", {
1491
- transform: "rotate(-62.664 474.783 988.385)",
1492
- className: "welcome_svg__st0",
1493
- cx: 474.8,
1494
- cy: 988.4,
1495
- r: 39.2
1496
- }), /*#__PURE__*/React.createElement("path", {
1497
- className: "welcome_svg__st96",
1498
- d: "M470.5 989.8c-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9zM479.1 973c-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9zM462.4 978.4c-.8-2.4-3.3-3.7-5.7-2.9-2.4.8-3.7 3.3-2.9 5.7.8 2.4 3.3 3.7 5.7 2.9 2.3-.8 3.7-3.3 2.9-5.7zM487.2 998.4c.8 2.4 3.3 3.7 5.7 2.9 2.4-.8 3.7-3.3 2.9-5.7s-3.3-3.7-5.7-2.9c-2.3.7-3.7 3.3-2.9 5.7zM470.5 1003.7c.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9z"
1499
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1500
- className: "welcome_svg__st0",
1501
- d: "M111.9 1145.7l49.7 6.9c6.6.9 11.2 7 10.3 13.6s-7 11.2-13.6 10.3l-49.7-6.9 3.3-23.9z"
1502
- }), /*#__PURE__*/React.createElement("path", {
1503
- className: "welcome_svg__st1",
1504
- d: "M109.6 1162.2l45.9 6.4c6.1.9 11.6-2.1 12.2-6.7.6-4.6-3.8-8.9-9.9-9.8l3.9.5c6.6.9 11.2 7 10.3 13.6s-7 11.2-13.6 10.3l-49.7-6.9.9-7.4z"
1505
- }), /*#__PURE__*/React.createElement("circle", {
1506
- transform: "rotate(-78.1 83.38 1153.94)",
1507
- className: "welcome_svg__st7",
1508
- cx: 83.4,
1509
- cy: 1153.9,
1510
- r: 39.2
1511
- }), /*#__PURE__*/React.createElement("circle", {
1512
- transform: "rotate(-11.593 83.252 1153.653)",
1513
- className: "welcome_svg__st96",
1514
- cx: 83.4,
1515
- cy: 1153.9,
1516
- r: 4.5
1517
- }), /*#__PURE__*/React.createElement("path", {
1518
- className: "welcome_svg__st96",
1519
- d: "M71.4 1143.4c-2.5-.3-4.2-2.6-3.9-5.1.3-2.5 2.6-4.2 5.1-3.9 2.5.3 4.2 2.6 3.9 5.1-.3 2.5-2.6 4.2-5.1 3.9z"
1520
- }), /*#__PURE__*/React.createElement("circle", {
1521
- transform: "rotate(-74.115 68.339 1165.276)",
1522
- className: "welcome_svg__st96",
1523
- cx: 68.3,
1524
- cy: 1165.3,
1525
- r: 4.5
1526
- }), /*#__PURE__*/React.createElement("path", {
1527
- className: "welcome_svg__st96",
1528
- d: "M97.8 1147.1c2.5.3 4.8-1.4 5.1-3.9.3-2.5-1.4-4.8-3.9-5.1-2.5-.3-4.8 1.4-5.1 3.9s1.4 4.7 3.9 5.1zM95.3 1164.4c2.5.3 4.2 2.6 3.9 5.1-.3 2.5-2.6 4.2-5.1 3.9-2.5-.3-4.2-2.6-3.9-5.1.4-2.5 2.7-4.2 5.1-3.9z"
1529
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1530
- className: "welcome_svg__st97",
1531
- d: "M456.4 933.2c-.8 0-1.6-.5-1.9-1.4l-4.2-13c-.3-1.1.2-2.2 1.3-2.5 1.1-.3 2.2.2 2.5 1.3l4.2 13c.3 1.1-.2 2.2-1.3 2.5-.1.1-.4.1-.6.1z"
1532
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1533
- className: "welcome_svg__st97",
1534
- d: "M472.4 931.3h-.4c-1.1-.2-1.8-1.3-1.5-2.4l2.8-13.4c.2-1.1 1.3-1.8 2.4-1.5 1.1.2 1.8 1.3 1.5 2.4l-2.8 13.4c-.2.8-1.1 1.5-2 1.5z"
1535
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1536
- className: "welcome_svg__st97",
1537
- d: "M442.4 940.9c-.5 0-1-.2-1.4-.5l-10.1-9.2c-.8-.7-.9-2-.1-2.8.7-.8 2-.9 2.8-.1l10.1 9.2c.8.7.9 2 .1 2.8-.4.4-.9.6-1.4.6z"
1538
- }))), /*#__PURE__*/React.createElement("g", {
1539
- id: "welcome_svg__Megaphone"
1540
- }, /*#__PURE__*/React.createElement("path", {
1541
- className: "welcome_svg__st96",
1542
- d: "M764.2 340.5c-2.2.4-3 5.9-1.9 12.4s3.8 11.4 6 11l12.3-2.2-4.1-23.5-12.3 2.3z"
1543
- }), /*#__PURE__*/React.createElement("linearGradient", {
1544
- id: "welcome_svg__SVGID_89_",
1545
- gradientUnits: "userSpaceOnUse",
1546
- x1: 774.904,
1547
- y1: 343.351,
1548
- x2: 859.113,
1549
- y2: 343.351
1550
- }, /*#__PURE__*/React.createElement("stop", {
1551
- offset: 0,
1552
- stopColor: "#285a83"
1553
- }), /*#__PURE__*/React.createElement("stop", {
1554
- offset: 1,
1555
- stopColor: "#6889a0"
1556
- })), /*#__PURE__*/React.createElement("path", {
1557
- d: "M842.3 307.7L781 318.4c-5.6 1-7.8 15.4-4.9 32.1 2.9 16.7 9.9 29.5 15.5 28.5l61.3-10.7c5.6-1 7.8-15.4 4.9-32.1-2.9-16.7-9.9-29.5-15.5-28.5z",
1558
- fill: "url(#welcome_svg__SVGID_89_)"
1559
- }), /*#__PURE__*/React.createElement("linearGradient", {
1560
- id: "welcome_svg__SVGID_90_",
1561
- gradientUnits: "userSpaceOnUse",
1562
- x1: 843.2,
1563
- y1: 322.18,
1564
- x2: 952.981,
1565
- y2: 322.18
1566
- }, /*#__PURE__*/React.createElement("stop", {
1567
- offset: 0,
1568
- stopColor: "#285a83"
1569
- }), /*#__PURE__*/React.createElement("stop", {
1570
- offset: 1,
1571
- stopColor: "#6889a0"
1572
- })), /*#__PURE__*/React.createElement("path", {
1573
- d: "M847.3 317.2c-3.7.7-5.2 10.2-3.2 21.4s6.6 19.7 10.3 19l98.6 24.8-20-120.6-85.7 55.4z",
1574
- fill: "url(#welcome_svg__SVGID_90_)"
1575
- }), /*#__PURE__*/React.createElement("linearGradient", {
1576
- id: "welcome_svg__SVGID_91_",
1577
- gradientUnits: "userSpaceOnUse",
1578
- x1: 922.488,
1579
- y1: 322.031,
1580
- x2: 968.34,
1581
- y2: 322.031
1582
- }, /*#__PURE__*/React.createElement("stop", {
1583
- offset: 0,
1584
- stopColor: "#285a83"
1585
- }), /*#__PURE__*/React.createElement("stop", {
1586
- offset: 1,
1587
- stopColor: "#6889a0"
1588
- })), /*#__PURE__*/React.createElement("path", {
1589
- d: "M925.1 325.6c-5.9-33.4-1.5-62.1 9.7-64.1s25.1 23.5 30.9 57c5.9 33.4 1.5 62.1-9.7 64.1-11.2 1.9-25-23.6-30.9-57z",
1590
- fill: "url(#welcome_svg__SVGID_91_)"
1591
- }), /*#__PURE__*/React.createElement("path", {
1592
- className: "welcome_svg__st8",
1593
- d: "M922.9 307.9c.4 5.7 1.1 11.6 2.2 17.7s2.4 12 4 17.4c9.2-2.1 15.3-11.1 13.7-20.5-1.7-9.4-10.5-15.8-19.9-14.6z"
1594
- }), /*#__PURE__*/React.createElement("path", {
1595
- className: "welcome_svg__st96",
1596
- d: "M789.7 344c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8z"
1597
- }), /*#__PURE__*/React.createElement("path", {
1598
- className: "welcome_svg__st96",
1599
- d: "M799.2 342.3c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM808.8 340.6c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM818.4 338.9c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM802.9 377.1c1.9 11.1 13.3 49.2 23.5 59 5.7-1 10.7-1.9 12.8-2.3s3.9-1.7 2-4.8c-1.9-3.1-10.7-33.2-13.6-56.3-3.4.6-24.7 4.4-24.7 4.4z"
1600
- }), /*#__PURE__*/React.createElement("path", {
1601
- className: "welcome_svg__st97",
1602
- d: "M1015.2 311.8c-1 0-1.8-.7-2-1.7-.2-1.1.5-2.1 1.6-2.3l89.3-15.6c1.1-.2 2.1.5 2.3 1.6.2 1.1-.5 2.1-1.6 2.3l-89.3 15.6c0 .1-.1.1-.3.1zM1006.1 287c-.7 0-1.3-.4-1.7-1-.6-1-.2-2.2.7-2.7l78-46.2c1-.6 2.2-.2 2.7.7.6 1 .2 2.2-.7 2.7l-78 46.2c-.3.2-.7.3-1 .3zM988.7 267c-.4 0-.9-.1-1.2-.4-.9-.7-1-1.9-.3-2.8l56.6-70.7c.7-.9 1.9-1 2.8-.3.9.7 1 1.9.3 2.8l-56.6 70.7c-.4.5-1 .7-1.6.7zM1104.1 355.1h-.4l-89-16.9c-1.1-.2-1.8-1.3-1.6-2.3.2-1.1 1.2-1.8 2.3-1.6l89 16.9c1.1.2 1.8 1.3 1.6 2.3-.1 1-1 1.6-1.9 1.6zM1082.9 410.2c-.4 0-.7-.1-1-.3l-77.3-47.3c-.9-.6-1.2-1.8-.7-2.7.6-.9 1.8-1.2 2.8-.7l77.3 47.3c.9.6 1.2 1.8.7 2.7-.5.6-1.2 1-1.8 1z"
1603
- })), /*#__PURE__*/React.createElement("g", {
1604
- id: "welcome_svg__Magnifier"
1605
- }, /*#__PURE__*/React.createElement("path", {
1606
- className: "welcome_svg__st2",
1607
- d: "M1153 832.8c5.7-2.1 10.3-6.8 11.9-13.2 2.4-10-3.7-20.2-13.8-22.6-10-2.4-20.2 3.7-22.6 13.8-1.5 6.3.4 12.7 4.5 17.2-12.8 2.1-24.3 13.2-28.1 28.8l59.8 14.5c3.8-15.6-1.3-30.8-11.7-38.5z"
1608
- }), /*#__PURE__*/React.createElement("linearGradient", {
1609
- id: "welcome_svg__SVGID_92_",
1610
- gradientUnits: "userSpaceOnUse",
1611
- x1: 1077.672,
1612
- y1: 909.867,
1613
- x2: 1103.336,
1614
- y2: 909.867
1615
- }, /*#__PURE__*/React.createElement("stop", {
1616
- offset: 0,
1617
- stopColor: "#285a83"
1618
- }), /*#__PURE__*/React.createElement("stop", {
1619
- offset: 1,
1620
- stopColor: "#6889a0"
1621
- })), /*#__PURE__*/React.createElement("path", {
1622
- fill: "url(#welcome_svg__SVGID_92_)",
1623
- d: "M1088.4 896.9l14.9 10.2-10.7 15.7-14.9-10.2z"
1624
- }), /*#__PURE__*/React.createElement("linearGradient", {
1625
- id: "welcome_svg__SVGID_93_",
1626
- gradientUnits: "userSpaceOnUse",
1627
- x1: 1055.29,
1628
- y1: 831.697,
1629
- x2: 1233.094,
1630
- y2: 831.697
1631
- }, /*#__PURE__*/React.createElement("stop", {
1632
- offset: 0,
1633
- stopColor: "#285a83"
1634
- }), /*#__PURE__*/React.createElement("stop", {
1635
- offset: 1,
1636
- stopColor: "#6889a0"
1637
- })), /*#__PURE__*/React.createElement("path", {
1638
- d: "M1194.5 758.4c-40.5-27.8-95.8-17.5-123.6 22.9-27.8 40.5-17.5 95.8 22.9 123.6 40.5 27.8 95.8 17.5 123.6-22.9 27.9-40.4 17.6-95.8-22.9-123.6zm18.4 120.5c-26.1 38-78 47.6-115.9 21.5-38-26.1-47.6-78-21.5-115.9 26.1-38 78-47.6 115.9-21.5 38 26 47.6 77.9 21.5 115.9z",
1639
- fill: "url(#welcome_svg__SVGID_93_)"
1640
- }), /*#__PURE__*/React.createElement("path", {
1641
- className: "welcome_svg__st103",
1642
- d: "M1084.9 804.2c-1.1 0-2.1-.3-3.1-.8-3-1.7-4.1-5.6-2.4-8.7 1-1.8 2.1-3.6 3.3-5.3 14.8-21.6 40.3-33.9 66.5-32.2 3.5.2 6.1 3.3 5.9 6.8-.2 3.5-3.3 6.1-6.8 5.9-21.8-1.5-42.9 8.8-55.2 26.7-1 1.4-1.9 2.9-2.8 4.4-1 2.1-3.2 3.2-5.4 3.2zM1165.8 766c2.4-3.5 7.2-4.4 10.7-2 3.5 2.4 4.4 7.2 2 10.7-2.4 3.5-7.2 4.4-10.7 2-3.5-2.5-4.4-7.2-2-10.7z"
1643
- }), /*#__PURE__*/React.createElement("path", {
1644
- className: "welcome_svg__st2",
1645
- d: "M1070.2 907.5l-56.4 82.1c-5.6 8.2-3.6 19.5 4.7 25.1 8.2 5.7 19.5 3.6 25.1-4.7l56.4-82.1-29.8-20.4z"
1646
- }), /*#__PURE__*/React.createElement("linearGradient", {
1647
- id: "welcome_svg__SVGID_94_",
1648
- gradientUnits: "userSpaceOnUse",
1649
- x1: 1010.671,
1650
- y1: 970.83,
1651
- x2: 1100.015,
1652
- y2: 970.83
1653
- }, /*#__PURE__*/React.createElement("stop", {
1654
- offset: 0,
1655
- stopColor: "#285a83"
1656
- }), /*#__PURE__*/React.createElement("stop", {
1657
- offset: 1,
1658
- stopColor: "#6889a0"
1659
- })), /*#__PURE__*/React.createElement("path", {
1660
- d: "M1094 923.8l-56.4 82.1c-3.7 5.4-10.6 7.4-17.8 2.5s-9.6-13.7-6-18.8c-5.6 8.2-3.6 19.5 4.7 25.1 8.2 5.7 19.5 3.6 25.1-4.7l56.4-82.1-6-4.1z",
1661
- fill: "url(#welcome_svg__SVGID_94_)"
1662
- })), /*#__PURE__*/React.createElement("g", {
1663
- id: "welcome_svg__Speech_bubbles"
1664
- }, /*#__PURE__*/React.createElement("path", {
1665
- className: "welcome_svg__st8",
1666
- d: "M1249.4 564.4h188.4c8.7 0 15.7 7 15.7 15.7v104.6c0 8.7-7 15.7-15.7 15.7h-142.4l-33.4 29.8 4.5-29.8h-17c-8.7 0-15.7-7-15.7-15.7V580.1c-.1-8.7 6.9-15.7 15.6-15.7z"
1667
- }), /*#__PURE__*/React.createElement("path", {
1668
- className: "welcome_svg__st103",
1669
- d: "M1410.8 628.7h-134.4c-1.7 0-3-1.3-3-3s1.3-3 3-3h134.4c1.7 0 3 1.3 3 3 0 1.6-1.4 3-3 3zM1386.8 667.3h-86.5c-1.7 0-3-1.3-3-3s1.3-3 3-3h86.5c1.7 0 3 1.3 3 3s-1.3 3-3 3zM1410.8 648h-134.4c-1.7 0-3-1.3-3-3s1.3-3 3-3h134.4c1.7 0 3 1.3 3 3s-1.4 3-3 3zM1347.2 604c0-2-1.6-3.6-3.6-3.6s-3.6 1.6-3.6 3.6 1.6 3.6 3.6 3.6c2 .1 3.6-1.6 3.6-3.6zM1332.3 604c0-2-1.6-3.6-3.6-3.6s-3.6 1.6-3.6 3.6 1.6 3.6 3.6 3.6c2 .1 3.6-1.6 3.6-3.6zM1354.8 604c0-2 1.6-3.6 3.6-3.6s3.6 1.6 3.6 3.6-1.6 3.6-3.6 3.6c-2 .1-3.6-1.6-3.6-3.6z"
1670
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1671
- className: "welcome_svg__st2",
1672
- d: "M1141.5 511l-161.2 45.1c-7.4 2.1-11.8 9.8-9.7 17.2l25 89.5c2.1 7.4 9.8 11.8 17.2 9.7l121.8-34.1 35.7 17.5-11-24.5 14.6-4.1c7.4-2.1 11.8-9.8 9.7-17.2l-25-89.5c-1.9-7.3-9.6-11.6-17.1-9.6z"
1673
- }), /*#__PURE__*/React.createElement("path", {
1674
- className: "welcome_svg__st103",
1675
- d: "M1018.1 605.1c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l115-32.1c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-115 32.1c-.2.1-.5.1-.8.1zM1047.8 632.4c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l74-20.7c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-74 20.7c-.2.1-.5.1-.8.1zM1022.7 621.6c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l115-32.1c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-115 32.1c-.2.1-.5.1-.8.1zM1067.3 568.4c-.5-1.7.5-3.5 2.2-4 1.7-.5 3.5.5 4 2.2.5 1.7-.5 3.5-2.2 4-1.7.5-3.5-.5-4-2.2zM1080 564.8c-.5-1.7.5-3.5 2.2-4 1.7-.5 3.5.5 4 2.2.5 1.7-.5 3.5-2.2 4-1.7.5-3.5-.5-4-2.2zM1060.8 570.2c-.5-1.7-2.3-2.7-4-2.2-1.7.5-2.7 2.3-2.2 4 .5 1.7 2.3 2.7 4 2.2 1.7-.5 2.7-2.3 2.2-4z"
1676
- }))), /*#__PURE__*/React.createElement("g", {
1677
- id: "welcome_svg__Man"
1678
- }, /*#__PURE__*/React.createElement("path", {
1679
- className: "welcome_svg__st96",
1680
- d: "M374.4 737.7c-.1-3.7-1.7-6.7 0-9 3-4.2 10.5-4.8 22.3-7.1 1 7.8 3.9 16.2 6.7 22-3.5 1.7-5.9 3.5-6.9 5.4-9 17.5-7.4 35.4-14.9 36.2-3.5.3-6.9-31.9-7.2-47.5zM336.8 614.6c1.9-6-.1-7.8 4.1-12 3.6-3.5 12.4-.9 25.5 1.6-1.4 6.9-2.7 17.1-3.1 22.2-4.3.2-7.6.9-9.5 2.5-15.1 12.6-21.3 31.3-27.9 27.5-3.1-1.7 5.5-25.2 10.9-41.8z"
1681
- }), /*#__PURE__*/React.createElement("linearGradient", {
1682
- id: "welcome_svg__SVGID_95_",
1683
- gradientUnits: "userSpaceOnUse",
1684
- x1: 431.987,
1685
- y1: 574.817,
1686
- x2: 685.153,
1687
- y2: 619.446,
1688
- gradientTransform: "scale(-1 1) rotate(23.417 59.967 -1947.172)"
1689
- }, /*#__PURE__*/React.createElement("stop", {
1690
- offset: 0,
1691
- stopColor: "#285a83"
1692
- }), /*#__PURE__*/React.createElement("stop", {
1693
- offset: 1,
1694
- stopColor: "#6889a0"
1695
- })), /*#__PURE__*/React.createElement("path", {
1696
- d: "M374.3 603.3c-2.6-.4-5.3-1-7.7-1.4-1.4 6.9-2.8 19.4-3.3 24.5 30.3-1.2 113.2 27.2 145.6 16.7L493.8 604c-51.1-7.6-73.3 6.5-119.5-.7z",
1697
- fill: "url(#welcome_svg__SVGID_95_)"
1698
- }), /*#__PURE__*/React.createElement("linearGradient", {
1699
- id: "welcome_svg__SVGID_96_",
1700
- gradientUnits: "userSpaceOnUse",
1701
- x1: 452.83,
1702
- y1: 560.852,
1703
- x2: 696.02,
1704
- y2: 603.722,
1705
- gradientTransform: "scale(-1 1) rotate(-4.163 -42.459 15410.614)"
1706
- }, /*#__PURE__*/React.createElement("stop", {
1707
- offset: 0,
1708
- stopColor: "#285a83"
1709
- }), /*#__PURE__*/React.createElement("stop", {
1710
- offset: 1,
1711
- stopColor: "#6889a0"
1712
- })), /*#__PURE__*/React.createElement("path", {
1713
- d: "M590.4 500.6c-57.9 33.8-37.6 69.6-96.7 103.4l9.7 39c38.3 6.5 121.9-82.5 137.8-102.5.1-.1-38.5-30.5-50.8-39.9z",
1714
- fill: "url(#welcome_svg__SVGID_96_)"
1715
- }), /*#__PURE__*/React.createElement("path", {
1716
- className: "welcome_svg__st107",
1717
- d: "M498.7 489.5s-21.1 8-22.5 17.6c-1.5 9.6 1.7 11.1 3.1 11.8 3.4 1.8 16-13.5 19.3-10.8 3.3 2.6-6.1 8.5-5 9.4 1 .9 13.3-7 15.1-15.6.8-4.2 12.2-14.6 25.1-24.9l-9.7-12.2c-13.4 12.9-25.4 24.7-25.4 24.7zM805.2 408.9s19.8-4.8 21.6-14.4c1.9-9.6 6.9-16.1 5.5-16.9-3.3-1.9-23.1 15.4-26.2 12.7-.4-1.5-1.1-4.1-1.5-5.7-2.1 1.2-6.7 2.9-8.8 11.5-1 4.2-8.4 11-17.5 30.3l7.8 10.7c13.8-12.3 19.1-28.2 19.1-28.2z"
1718
- }), /*#__PURE__*/React.createElement("linearGradient", {
1719
- id: "welcome_svg__SVGID_97_",
1720
- gradientUnits: "userSpaceOnUse",
1721
- x1: 640.15,
1722
- y1: 391.104,
1723
- x2: 492.563,
1724
- y2: 507.398,
1725
- gradientTransform: "rotate(4.163 585.001 611.652)"
1726
- }, /*#__PURE__*/React.createElement("stop", {
1727
- offset: 0.148,
1728
- stopColor: "#eb8489"
1729
- }), /*#__PURE__*/React.createElement("stop", {
1730
- offset: 0.472,
1731
- stopColor: "#d76a74"
1732
- }), /*#__PURE__*/React.createElement("stop", {
1733
- offset: 0.768,
1734
- stopColor: "#ca5b67"
1735
- }), /*#__PURE__*/React.createElement("stop", {
1736
- offset: 1,
1737
- stopColor: "#c65563"
1738
- })), /*#__PURE__*/React.createElement("path", {
1739
- d: "M563.8 429c-2.4.9-46.1 41.3-61.8 56.3l9.6 12.7c15.2-9.9 56.5-43.6 63.7-47 13.7-6.6 60.2-12.2 60.2-12.2l18.2-50.2c-14.9 5.1-76.1 35-89.9 40.4z",
1740
- fill: "url(#welcome_svg__SVGID_97_)"
1741
- }), /*#__PURE__*/React.createElement("linearGradient", {
1742
- id: "welcome_svg__SVGID_98_",
1743
- gradientUnits: "userSpaceOnUse",
1744
- x1: 424.66,
1745
- y1: 554.962,
1746
- x2: 661.349,
1747
- y2: 739.95,
1748
- gradientTransform: "scale(-1 1) rotate(21.212 25.388 -2193.695)"
1749
- }, /*#__PURE__*/React.createElement("stop", {
1750
- offset: 0,
1751
- stopColor: "#285a83"
1752
- }), /*#__PURE__*/React.createElement("stop", {
1753
- offset: 1,
1754
- stopColor: "#6889a0"
1755
- })), /*#__PURE__*/React.createElement("path", {
1756
- d: "M405.2 717.6c-3.3.8-6.2 1.7-9 2.2 1 7.8 4.3 17.8 7.1 23.6 29-14.1 132.9-26.5 161-45.5L535 667.6c-46.6 10.7-84.5 38.5-129.8 50z",
1757
- fill: "url(#welcome_svg__SVGID_98_)"
1758
- }), /*#__PURE__*/React.createElement("linearGradient", {
1759
- id: "welcome_svg__SVGID_99_",
1760
- gradientUnits: "userSpaceOnUse",
1761
- x1: 428.12,
1762
- y1: 543.974,
1763
- x2: 655.926,
1764
- y2: 722.021,
1765
- gradientTransform: "scale(-1 1) rotate(-4.163 -42.459 15410.614)"
1766
- }, /*#__PURE__*/React.createElement("stop", {
1767
- offset: 0,
1768
- stopColor: "#285a83"
1769
- }), /*#__PURE__*/React.createElement("stop", {
1770
- offset: 1,
1771
- stopColor: "#6889a0"
1772
- })), /*#__PURE__*/React.createElement("path", {
1773
- d: "M651.7 548s-47.4-37.1-61.3-47.4c-43 48.8-4.3 95-55.4 167l29.3 30.5c39.2-22.4 81.6-125.2 87.4-150.1z",
1774
- fill: "url(#welcome_svg__SVGID_99_)"
1775
- }), /*#__PURE__*/React.createElement("linearGradient", {
1776
- id: "welcome_svg__SVGID_100_",
1777
- gradientUnits: "userSpaceOnUse",
1778
- x1: 590.444,
1779
- y1: 467.527,
1780
- x2: 842.794,
1781
- y2: 467.527
1782
- }, /*#__PURE__*/React.createElement("stop", {
1783
- offset: 0.148,
1784
- stopColor: "#eb8489"
1785
- }), /*#__PURE__*/React.createElement("stop", {
1786
- offset: 0.384,
1787
- stopColor: "#e57d83"
1788
- }), /*#__PURE__*/React.createElement("stop", {
1789
- offset: 0.728,
1790
- stopColor: "#d66973"
1791
- }), /*#__PURE__*/React.createElement("stop", {
1792
- offset: 1,
1793
- stopColor: "#c65563"
1794
- })), /*#__PURE__*/React.createElement("path", {
1795
- d: "M789.5 403c-6.5 12.9-30.1 52.9-33.6 55.9-14.6-17-39.2-56.2-47.4-58.7-4.6-1.4-13.8-2.2-19-5.5-23-14.6-48.6-7.5-58.4 13.3-6.6 14.1-18.9 56.1-40.7 92.5l61.3 47.4c16-19.3 34.8-39.1 47-70.1 2.7-7 9.1-19.3 12.6-16.3 17.6 15 41.6 36.7 57.3 29.8 8.5-6.1 33.4-67.2 36.4-79.9l-15.5-8.4z",
1796
- fill: "url(#welcome_svg__SVGID_100_)"
1797
- }), /*#__PURE__*/React.createElement("path", {
1798
- className: "welcome_svg__st112",
1799
- d: "M690 386.1c.5 3.9 1.1 9.5 1.1 9.5-5.5 4.2-26.6-2.6-26.3-7.5 3.2-7.2 7-22.5 7-22.5l18.2 20.5z"
1800
- }), /*#__PURE__*/React.createElement("path", {
1801
- className: "welcome_svg__st112",
1802
- d: "M714.5 345.9c-.9 8.4-3.1 33.7-10.4 40.8-6 5.8-14.3 4.6-25.7-3.7-11.4-8.2-4.9-31.6-4.5-38.8.6-11.4 42-10.5 40.6 1.7z"
1803
- }), /*#__PURE__*/React.createElement("path", {
1804
- className: "welcome_svg__st96",
1805
- d: "M674.4 328.8c18-14.3 15.8-5.9 13.3-3.4 16.2-7.2 38.4-8.8 42.8-5 4.5 3.8 5.2 15.1-6.8 22.1-12 7-13.3 2.6-19 2.6-5.6.1-4.3 10.7-4.6 13-.1.6-1 .9-1.5.6-2.4-1.6-3.7-1.8-4.7-.1-1.2 1.9-1.5 5.6.4 7 1 .8 1.9.9 3 .9-9.2 16.4-24.5 5.9-27 4.7-3.9-1.7-14-28.1 4.1-42.4z"
1806
- })), /*#__PURE__*/React.createElement("g", {
1807
- id: "welcome_svg__Woman"
1808
- }, /*#__PURE__*/React.createElement("path", {
1809
- className: "welcome_svg__st112",
1810
- d: "M1428.3 805.6c-3.9-4.8-4.3-9.7-2.7-16 1.6-6.2 18.3-43.2-10.3-52.3-19-6-23.5 11.5-26 18.5-2.5 6.9-8.3 36.8 10.3 37 1.7 3.5-.7 8.2-2.9 10.6 11.6 2.2 31.6 2.2 31.6 2.2z"
1811
- }), /*#__PURE__*/React.createElement("linearGradient", {
1812
- id: "welcome_svg__SVGID_101_",
1813
- gradientUnits: "userSpaceOnUse",
1814
- x1: 1445.765,
1815
- y1: 819.793,
1816
- x2: 1701.479,
1817
- y2: 864.871,
1818
- gradientTransform: "rotate(22.048 1030.79 775.798)"
1819
- }, /*#__PURE__*/React.createElement("stop", {
1820
- offset: 0,
1821
- stopColor: "#285a83"
1822
- }), /*#__PURE__*/React.createElement("stop", {
1823
- offset: 1,
1824
- stopColor: "#6889a0"
1825
- })), /*#__PURE__*/React.createElement("path", {
1826
- d: "M1619.3 1074c-48.9 8.8-65.6-2.8-119.4.6-33.8-53 17.4-96.9-34.8-157.9-14.3 5.3-68.3 25.3-68.3 25.3 5.7 26.5 40.7 163.6 80.2 175.4 34.6 10.3 121.9-22 154.1-21.4-.6-5.4-2.3-16.2-3.9-23.5-2.5.5-5.1 1-7.9 1.5z",
1827
- fill: "url(#welcome_svg__SVGID_101_)"
1828
- }), /*#__PURE__*/React.createElement("path", {
1829
- className: "welcome_svg__st96",
1830
- d: "M1659 1082.7c-2.2-6.3-.1-8.3-4.7-12.6-3.9-3.6-13.1-.6-27 2.4 1.6 7.3 3.2 18.1 3.9 23.5 4.6.1 8.1.8 10.1 2.4 16.4 13 23.4 32.6 30.3 28.5 3.2-2-6.5-26.7-12.6-44.2z"
1831
- }), /*#__PURE__*/React.createElement("path", {
1832
- className: "welcome_svg__st112",
1833
- d: "M1442.8 810.4c12.8 10.6 63.8 67.3 75.4 77.9 3.7 3.4 38.9 79.9 38.9 79.9s17.9 15.9 15.7 26c-2.2 10.1-5.9 10.4-7.6 10.6-4 .5-10.8-19.4-15.1-18.1-4.3 1.4 2.8 10.7 1.4 11.2s-10.5-12-9-21.2-28.8-62.3-40.1-74.4c-14.2-15.2-61.8-49.9-61.8-49.9l2.2-42z"
1834
- }), /*#__PURE__*/React.createElement("linearGradient", {
1835
- id: "welcome_svg__SVGID_102_",
1836
- gradientUnits: "userSpaceOnUse",
1837
- x1: 1373.268,
1838
- y1: 745.638,
1839
- x2: 1453.178,
1840
- y2: 706.912,
1841
- gradientTransform: "rotate(22.048 1030.79 775.798)"
1842
- }, /*#__PURE__*/React.createElement("stop", {
1843
- offset: 0.148,
1844
- stopColor: "#eb8489"
1845
- }), /*#__PURE__*/React.createElement("stop", {
1846
- offset: 0.384,
1847
- stopColor: "#e57d83"
1848
- }), /*#__PURE__*/React.createElement("stop", {
1849
- offset: 0.728,
1850
- stopColor: "#d66973"
1851
- }), /*#__PURE__*/React.createElement("stop", {
1852
- offset: 1,
1853
- stopColor: "#c65563"
1854
- })), /*#__PURE__*/React.createElement("path", {
1855
- d: "M1465.1 916.7l-76.3 28.3c1.1-31-5-57.3-19.3-72.3-10.3-10.8-22.8-24.5-1.2-51.6 8.2-10.3 23.6-17.8 29.7-17.6 9.5.3 18.7.5 27.6 1.2 8.4.6 15.5 4 17.3 5.8.5 7.1-.1 14.7.3 24.1.7 16.5 2.6 35.1 21.9 82.1z",
1856
- fill: "url(#welcome_svg__SVGID_102_)"
1857
- }), /*#__PURE__*/React.createElement("path", {
1858
- className: "welcome_svg__st112",
1859
- d: "M1383.5 808.5c-17.1-.7-55.7 3.4-62.4-6-6.7-9.4-3.3-72.9-.9-78.2 2.4-5.3 3.9-6.9 4.9-9.4 1-2.5 3.1-9 3.1-9-2.1 1.9-6.8 6-6.8 6 .7-4.4.3-24.8-4.1-22.8s-13.6 10.4-14 22.5c-.3 8.1 3.3 15.5 2.4 20.6-6.3 35.1-14.3 76.5-1.8 88.1 16.6 15.5 52.5 16 62.6 16.9 10.3.9 20.8-2.4 24-13 3.2-10.7 1.6-15.4-7-15.7z"
1860
- }), /*#__PURE__*/React.createElement("linearGradient", {
1861
- id: "welcome_svg__SVGID_103_",
1862
- gradientUnits: "userSpaceOnUse",
1863
- x1: 1421.576,
1864
- y1: 803.955,
1865
- x2: 1661.717,
1866
- y2: 991.643,
1867
- gradientTransform: "rotate(22.048 1030.79 775.798)"
1868
- }, /*#__PURE__*/React.createElement("stop", {
1869
- offset: 0,
1870
- stopColor: "#285a83"
1871
- }), /*#__PURE__*/React.createElement("stop", {
1872
- offset: 1,
1873
- stopColor: "#6889a0"
1874
- })), /*#__PURE__*/React.createElement("path", {
1875
- d: "M1570.9 1168.9c-3-.6-6.2-1.4-9.7-2.3-47.9-12.9-78.9-34.4-129-54.2-2.8-98 72.5-143.5 32.9-195.7-15 5.6-76.3 28.3-76.3 28.3-6.1 26.4-26.3 168.8 4.5 196.3 27.4 24.5 139.6 35.4 170.2 50.8 3-6.1 6.2-15 7.4-23.2z",
1876
- fill: "url(#welcome_svg__SVGID_103_)"
1877
- }), /*#__PURE__*/React.createElement("path", {
1878
- className: "welcome_svg__st96",
1879
- d: "M1594.2 1186.3c.1-4 1.9-7.1.2-9.5-3.1-4.5-11.1-5.3-23.5-7.9-1.2 8.2-4.3 17.1-7.4 23.2 3.7 1.9 6.2 3.8 7.2 5.8 9.3 18.8 7.3 37.7 15.3 38.7 3.6.4 7.7-33.7 8.2-50.3zM1519.9 797.5c-15.2-9.7 4.7-15.9.2-25.1-8-16.5-30.1-7-30.4-12.5-.3-5 18.2-1.5 16.7-6.7-2-7.2-18.7-5.8-38.4-3.7-20.3 2.2-24.7-11.7-36.2-18.9-18.8-11.9-37.4-.5-39.5 17.1 7.1.5 2 12.5 5.9 15.3 1.3.9 4.9-5.7 7.6-3.1 3.5 3.3-10.9 14.4-6 21.7.6.9 1.8 1.5 3.4 1.9.1 0 .2 0 .2.1 5.2 1.2 16 10.5 9.8 25.1-6.4 14.8-6.6 26 3.2 26.5 8 .4 5.6-14 14-19 5.1-3.1 9.3 5.4 12.5 12 2.9 6 14.9 10.6 18.3 2.2 2-4.8-7.4-11.4-1-11.5 10.1 8.4 19.3 14.9 23.4 13.8 11.6-3.2 5.8-15.6 10.8-17.9 3.6-1.7 28 12.9 35.7 6.1s-3.7-19.3-10.2-23.4z"
1880
- }), /*#__PURE__*/React.createElement("path", {
1881
- className: "welcome_svg__st2",
1882
- d: "M1519.9 797.5c-15.2-9.7 4.7-15.9.2-25.1-8-16.5-30.1-7-30.4-12.5-.3-5 18.2-1.5 16.7-6.7-2-7.2-18.7-5.8-38.4-3.7-20.3 2.2-24.7-11.7-36.2-18.9-18.8-11.9-37.4-.5-39.5 17.1 1.3.1 2.1.6 2.7 1.3 6.3-11.3 15-19.6 26.9-12.9 11.9 6.7 25.4 21 42.3 21.2 16.9.2 10.8 10.5 20.4 11.3 22.6 1.9 9.5 11.6 16.2 21.4 6.7 9.8 30.3 9.8 31.5 26.5 1.4-6.9-7.1-15.7-12.4-19z"
1883
- }), /*#__PURE__*/React.createElement("path", {
1884
- d: "M1460.2 818.8c10.1 8.4 19.3 14.9 23.4 13.8 9.3-2.6 7.4-11 8.8-15.4-5.2 16.6-19.6-3.3-28-8-9-5-10.7 5.7-16.2 6.2-4.1.4-6.9-10.5-15-9.7-8.2.9-12.4 5.9-11.5-.8 1.7-12.1-5.5-20.7-14.8-23.6-9.3-2.9-6.8-6.5-6.1-9.2-1.7 3.3-2.7 6.7-.8 9.5.6.9 1.8 1.5 3.4 1.9.1 0 .2 0 .2.1 5.2 1.2 16 10.5 9.8 25.1-6.4 14.8-6.6 26 3.2 26.5 8 .4 5.6-14 14-19 5.1-3.1 9.3 5.4 12.5 12 2.9 6 14.9 10.6 18.3 2.2 1.8-4.9-7.6-11.6-1.2-11.6z",
1885
- fill: "#1c4663"
1886
- })), /*#__PURE__*/React.createElement("g", {
1887
- id: "welcome_svg__Eye_symbols"
1888
- }, /*#__PURE__*/React.createElement("path", {
1889
- className: "welcome_svg__st8",
1890
- d: "M915.5 798.2c7.6 3.1 23.2 10.2 38.1 3.9 14.9-6.3 20.6-22.5 23.7-30.1-7.6-3.1-23.2-10.2-38.1-3.9-14.9 6.3-20.6 22.5-23.7 30.1z"
1891
- }), /*#__PURE__*/React.createElement("path", {
1892
- className: "welcome_svg__st103",
1893
- d: "M936.3 789.2c-2.3-5.5.3-11.9 5.8-14.3 5.5-2.3 11.9.3 14.3 5.8 2.3 5.5-.3 11.9-5.8 14.3-5.5 2.4-11.9-.2-14.3-5.8z"
1894
- }), /*#__PURE__*/React.createElement("path", {
1895
- className: "welcome_svg__st8",
1896
- d: "M941.6 787c-1.1-2.6.1-5.7 2.8-6.8 2.6-1.1 5.7.1 6.8 2.8 1.1 2.6-.1 5.7-2.8 6.8-2.7 1.1-5.7-.2-6.8-2.8z"
1897
- }), /*#__PURE__*/React.createElement("path", {
1898
- className: "welcome_svg__st103",
1899
- d: "M1660.1 717.3c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.7 6.8-36.6 11.3z"
1900
- }), /*#__PURE__*/React.createElement("path", {
1901
- className: "welcome_svg__st2",
1902
- d: "M1682.3 721.7c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.2-9.7-7-8.5-12.9z"
1903
- }), /*#__PURE__*/React.createElement("path", {
1904
- className: "welcome_svg__st103",
1905
- d: "M1687.9 722.9c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.7-.6-4.5-3.3-4-6.1z"
1906
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1907
- className: "welcome_svg__st103",
1908
- d: "M680.2 783.4c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.8 6.8-36.6 11.3z"
1909
- }), /*#__PURE__*/React.createElement("path", {
1910
- className: "welcome_svg__st2",
1911
- d: "M702.4 787.8c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.2-9.7-7-8.5-12.9z"
1912
- }), /*#__PURE__*/React.createElement("path", {
1913
- className: "welcome_svg__st103",
1914
- d: "M708 789c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.8-.6-4.6-3.3-4-6.1z"
1915
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1916
- className: "welcome_svg__st103",
1917
- d: "M1256.4 201.9c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.7 6.8-36.6 11.3z"
1918
- }), /*#__PURE__*/React.createElement("path", {
1919
- className: "welcome_svg__st2",
1920
- d: "M1278.6 206.3c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.3-9.7-7-8.5-12.9z"
1921
- }), /*#__PURE__*/React.createElement("path", {
1922
- className: "welcome_svg__st103",
1923
- d: "M1284.2 207.4c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.8-.5-4.6-3.3-4-6.1z"
1924
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1925
- className: "welcome_svg__st96",
1926
- d: "M1029.6 1243.7c10.5 4.7 32 15.5 53.3 7.4 21.3-8.1 30.1-30.5 34.8-41-10.5-4.7-32-15.5-53.3-7.4-21.3 8.1-30.1 30.4-34.8 41z"
1927
- }), /*#__PURE__*/React.createElement("path", {
1928
- className: "welcome_svg__st3",
1929
- d: "M1059.3 1232.1c-3-7.9.9-16.7 8.8-19.8 7.9-3 16.7.9 19.8 8.8 3 7.9-.9 16.7-8.8 19.8-8 3.1-16.8-.9-19.8-8.8z"
1930
- }), /*#__PURE__*/React.createElement("path", {
1931
- className: "welcome_svg__st2",
1932
- d: "M1066.7 1229.3c-1.4-3.8.4-8 4.2-9.4 3.8-1.4 8 .4 9.4 4.2 1.4 3.8-.4 8-4.2 9.4-3.7 1.4-7.9-.5-9.4-4.2z"
1933
- }), /*#__PURE__*/React.createElement("path", {
1934
- className: "welcome_svg__st117",
1935
- d: "M1057.7 1187.1c-.8 0-1.6-.5-1.9-1.3l-4-10.5c-.4-1 .1-2.2 1.2-2.6 1-.4 2.2.1 2.6 1.2l4 10.5c.4 1-.1 2.2-1.2 2.6-.2.1-.5.1-.7.1zM1075.4 1184.3c-.1 0-.1 0 0 0-1.2 0-2-1-2-2.1l.5-11.2c0-1.1 1-2 2.1-1.9 1.1 0 2 1 1.9 2.1l-.5 11.2c-.1 1-1 1.9-2 1.9zM1042.6 1196.8c-.5 0-1-.2-1.4-.6l-7.8-8c-.8-.8-.8-2.1 0-2.8.8-.8 2.1-.8 2.8 0l7.8 8c.8.8.8 2.1 0 2.8-.4.4-.9.6-1.4.6zM1093.6 1281c-.8 0-1.6-.5-1.9-1.3l-4-10.5c-.4-1 .1-2.2 1.2-2.6 1-.4 2.2.1 2.6 1.2l4 10.5c.4 1-.1 2.2-1.2 2.6-.3.1-.5.1-.7.1zM1112.4 1269c-.5 0-1-.2-1.4-.6l-7.8-8c-.8-.8-.8-2.1 0-2.8.8-.8 2.1-.8 2.8 0l7.8 8c.8.8.8 2.1 0 2.8-.4.4-.9.6-1.4.6zM1071.5 1284.6c-.1 0-.1 0 0 0-1.2 0-2-1-2-2.1l.5-11.2c0-1.1.9-2 2.1-1.9 1.1 0 2 1 1.9 2.1l-.5 11.2c-.1 1.1-1 1.9-2 1.9z"
1936
- }))), /*#__PURE__*/React.createElement("g", {
1937
- id: "welcome_svg__Circles_with_symbols"
1938
- }, /*#__PURE__*/React.createElement("circle", {
1939
- className: "welcome_svg__st3",
1940
- cx: 435.1,
1941
- cy: 303.7,
1942
- r: 68.4
1943
- }), /*#__PURE__*/React.createElement("path", {
1944
- className: "welcome_svg__st96",
1945
- d: "M410.9 346.2c-4.9 0-9.5-1.9-13-5.4-3.5-3.5-5.4-8.1-5.4-13s1.9-9.5 5.4-13l16.9-16.9c1.2-1.2 3.1-1.2 4.2 0 1.2 1.2 1.2 3.1 0 4.2L402.1 319c-2.3 2.3-3.6 5.4-3.6 8.7s1.3 6.4 3.6 8.7c2.3 2.3 5.4 3.6 8.7 3.6s6.4-1.3 8.7-3.6l16.9-16.9c4.8-4.8 4.8-12.6 0-17.5-1.2-1.2-1.2-3.1 0-4.2 1.2-1.2 3.1-1.2 4.2 0 7.2 7.2 7.2 18.8 0 25.9l-16.9 16.9c-3.3 3.7-7.9 5.6-12.8 5.6z"
1946
- }), /*#__PURE__*/React.createElement("path", {
1947
- className: "welcome_svg__st8",
1948
- d: "M453.1 310.4c-.8 0-1.5-.3-2.1-.9-1.2-1.2-1.2-3.1 0-4.2l16.9-16.9c2.3-2.3 3.6-5.4 3.6-8.7 0-3.3-1.3-6.4-3.6-8.7-2.3-2.3-5.4-3.6-8.7-3.6s-6.4 1.3-8.7 3.6l-16.9 16.9c-4.8 4.8-4.8 12.6 0 17.5 1.2 1.2 1.2 3.1 0 4.2-1.2 1.2-3.1 1.2-4.2 0-7.2-7.2-7.2-18.8 0-25.9l16.9-16.9c3.5-3.5 8.1-5.4 13-5.4s9.5 1.9 13 5.4c3.5 3.5 5.4 8.1 5.4 13s-1.9 9.5-5.4 13l-16.9 16.9c-.7.4-1.5.7-2.3.7z"
1949
- }), /*#__PURE__*/React.createElement("circle", {
1950
- className: "welcome_svg__st3",
1951
- cx: 1822.7,
1952
- cy: 1053.3,
1953
- r: 68.4
1954
- }), /*#__PURE__*/React.createElement("path", {
1955
- className: "welcome_svg__st96",
1956
- d: "M1798.6 1095.8c-4.9 0-9.5-1.9-13-5.4-3.5-3.5-5.4-8.1-5.4-13s1.9-9.5 5.4-13l16.9-16.9c1.2-1.2 3.1-1.2 4.2 0 1.2 1.2 1.2 3.1 0 4.2l-16.9 16.9c-2.3 2.3-3.6 5.4-3.6 8.7s1.3 6.4 3.6 8.7c2.3 2.3 5.4 3.6 8.7 3.6 3.3 0 6.4-1.3 8.7-3.6l16.9-16.9c4.8-4.8 4.8-12.6 0-17.5-1.2-1.2-1.2-3.1 0-4.2 1.2-1.2 3.1-1.2 4.2 0 7.2 7.2 7.2 18.8 0 25.9l-16.9 16.9c-3.3 3.7-8 5.6-12.8 5.6z"
1957
- }), /*#__PURE__*/React.createElement("path", {
1958
- className: "welcome_svg__st8",
1959
- d: "M1840.8 1060c-.8 0-1.5-.3-2.1-.9-1.2-1.2-1.2-3.1 0-4.2l16.9-16.9c2.3-2.3 3.6-5.4 3.6-8.7 0-3.3-1.3-6.4-3.6-8.7-2.3-2.3-5.4-3.6-8.7-3.6s-6.4 1.3-8.7 3.6l-16.9 16.9c-4.8 4.8-4.8 12.6 0 17.5 1.2 1.2 1.2 3.1 0 4.2-1.2 1.2-3.1 1.2-4.2 0-7.2-7.2-7.2-18.8 0-25.9l16.9-16.9c3.5-3.5 8.1-5.4 13-5.4s9.5 1.9 13 5.4c3.5 3.5 5.4 8.1 5.4 13s-1.9 9.5-5.4 13l-16.9 16.9c-.8.4-1.6.7-2.3.7z"
1960
- }), /*#__PURE__*/React.createElement("path", {
1961
- transform: "rotate(-41.753 1395.92 471.646)",
1962
- className: "welcome_svg__st118",
1963
- d: "M1317.1 469.6h157.4v4h-157.4z"
1964
- }), /*#__PURE__*/React.createElement("path", {
1965
- transform: "rotate(-28.813 1293.894 445.702)",
1966
- className: "welcome_svg__st118",
1967
- d: "M1292 356.2h4v178.9h-4z"
1968
- }), /*#__PURE__*/React.createElement("circle", {
1969
- transform: "rotate(-13.579 226.365 943.301)",
1970
- className: "welcome_svg__st96",
1971
- cx: 226.4,
1972
- cy: 943.5,
1973
- r: 49.4
1974
- }), /*#__PURE__*/React.createElement("path", {
1975
- className: "welcome_svg__st2",
1976
- d: "M233.9 946.1c4.6-.1 9-2.3 11.7-6.5 4.2-6.5 2.3-15.2-4.3-19.4s-15.2-2.3-19.4 4.3c-2.6 4.1-2.8 9.1-1 13.3-9.6-1.6-20.5 3.5-27 13.6l39 24.9c6.4-10.1 6.5-22.2 1-30.2z"
1977
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
1978
- transform: "rotate(-5.672 1337.08 524.042)",
1979
- className: "welcome_svg__st96",
1980
- cx: 1337.1,
1981
- cy: 524,
1982
- r: 53.8
1983
- }), /*#__PURE__*/React.createElement("path", {
1984
- className: "welcome_svg__st2",
1985
- d: "M1343.7 521.5c2.8-3 4.2-7.4 3.1-11.7-1.6-6.9-8.5-11.1-15.4-9.5-6.9 1.6-11.1 8.5-9.5 15.4 1 4.3 4.2 7.6 8.1 9-7.1 5.2-10.7 15.6-8.1 26.2l40.8-9.7c-2.5-10.6-10.3-18.2-19-19.7z"
1986
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
1987
- transform: "rotate(-73.34 1454.594 419.244)",
1988
- className: "welcome_svg__st8",
1989
- cx: 1454.6,
1990
- cy: 419.2,
1991
- r: 38.4
1992
- }), /*#__PURE__*/React.createElement("path", {
1993
- className: "welcome_svg__st103",
1994
- d: "M1459.4 420.7c2.9-.4 5.6-2.3 6.9-5.2 2.1-4.6.1-10-4.5-12.1-4.6-2.1-10-.1-12.1 4.5-1.3 2.9-1 6.1.5 8.6-6.3-.2-12.8 4.1-16.1 11.1l27.2 12.5c3.4-7 2.3-14.7-1.9-19.4z"
1995
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
1996
- className: "welcome_svg__st2",
1997
- cx: 1250.8,
1998
- cy: 367.2,
1999
- r: 38.4
2000
- }), /*#__PURE__*/React.createElement("path", {
2001
- className: "welcome_svg__st103",
2002
- d: "M1255.5 365.4c2-2.2 2.9-5.3 2.1-8.4-1.2-4.9-6.2-7.8-11.1-6.6s-7.8 6.2-6.6 11.1c.8 3.1 3.1 5.4 5.8 6.4-5 3.8-7.4 11.2-5.5 18.8l29-7.4c-1.8-7.6-7.4-13-13.7-13.9z"
2003
- }))), /*#__PURE__*/React.createElement("g", {
2004
- id: "welcome_svg__Envelopes"
2005
- }, /*#__PURE__*/React.createElement("path", {
2006
- transform: "rotate(20.004 814.458 652.069)",
2007
- className: "welcome_svg__st2",
2008
- d: "M737.5 609.2h154v85.7h-154z"
2009
- }), /*#__PURE__*/React.createElement("path", {
2010
- className: "welcome_svg__st103",
2011
- d: "M756.8 585.4l57.7 66.7 87-14z"
2012
- }), /*#__PURE__*/React.createElement("path", {
2013
- fill: "#4d6877",
2014
- d: "M756.8 585.4l50.2 87.2 94.5-34.5-87 14z"
2015
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2016
- transform: "rotate(-10.611 1627.276 885.325)",
2017
- className: "welcome_svg__st0",
2018
- d: "M1576.2 856.8h102.2v56.9h-102.2z"
2019
- }), /*#__PURE__*/React.createElement("path", {
2020
- className: "welcome_svg__st103",
2021
- d: "M1571.8 866.7l55.4 18.5 45-37.3z"
2022
- }), /*#__PURE__*/React.createElement("path", {
2023
- className: "welcome_svg__st1",
2024
- d: "M1571.8 866.7l58.1 32.8 42.3-51.6-45 37.3z"
2025
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2026
- transform: "rotate(-13.493 535.144 1242.21)",
2027
- className: "welcome_svg__st8",
2028
- d: "M470.5 1206h129.1v71.9H470.5z"
2029
- }), /*#__PURE__*/React.createElement("path", {
2030
- fill: "#fc9483",
2031
- d: "M463.9 1222.1L535 1242l54.4-50.1z"
2032
- }), /*#__PURE__*/React.createElement("path", {
2033
- fill: "#ce5541",
2034
- d: "M463.9 1222.1l75.4 37.7 50.1-67.9L535 1242z"
2035
- }))), /*#__PURE__*/React.createElement("g", {
2036
- id: "welcome_svg__Play_symbol"
2037
- }, /*#__PURE__*/React.createElement("circle", {
2038
- transform: "rotate(-60.967 782.63 188.705)",
2039
- className: "welcome_svg__st8",
2040
- cx: 782.6,
2041
- cy: 188.7,
2042
- r: 47.1
2043
- }), /*#__PURE__*/React.createElement("path", {
2044
- className: "welcome_svg__st103",
2045
- d: "M769.6 168.8v39.8l32.4-19.9z"
2046
- })), /*#__PURE__*/React.createElement("g", {
2047
- id: "welcome_svg___x2B__x2B__x2B__x2B__x2B_"
2048
- }, /*#__PURE__*/React.createElement("circle", {
2049
- transform: "rotate(-83.99 1239.655 1077.614)",
2050
- className: "welcome_svg__st103",
2051
- cx: 1239.7,
2052
- cy: 1077.6,
2053
- r: 44.6
2054
- }), /*#__PURE__*/React.createElement("path", {
2055
- transform: "rotate(-76.532 1239.684 1077.611)",
2056
- className: "welcome_svg__st8",
2057
- d: "M1215.6 1073.6h48v8h-48z"
2058
- }), /*#__PURE__*/React.createElement("path", {
2059
- transform: "rotate(-76.538 1239.72 1077.644)",
2060
- className: "welcome_svg__st8",
2061
- d: "M1235.7 1053.6h8v48h-8z"
2062
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("circle", {
2063
- transform: "rotate(-83.99 1822.705 1241.97)",
2064
- className: "welcome_svg__st103",
2065
- cx: 1822.7,
2066
- cy: 1242,
2067
- r: 44.6
2068
- }), /*#__PURE__*/React.createElement("path", {
2069
- transform: "rotate(-76.532 1822.744 1241.96)",
2070
- className: "welcome_svg__st8",
2071
- d: "M1798.7 1238h48v8h-48z"
2072
- }), /*#__PURE__*/React.createElement("path", {
2073
- transform: "rotate(-76.538 1822.796 1242)",
2074
- className: "welcome_svg__st8",
2075
- d: "M1818.7 1217.9h8v48h-8z"
2076
- }))), /*#__PURE__*/React.createElement("g", {
2077
- id: "welcome_svg__Wifi_sygnal"
2078
- }, /*#__PURE__*/React.createElement("path", {
2079
- className: "welcome_svg__st2",
2080
- d: "M1555.7 555.2c1.7-6 7.9-9.4 13.8-7.7 6 1.7 9.4 7.9 7.7 13.8-1.7 6-7.9 9.4-13.8 7.7-5.9-1.6-9.4-7.8-7.7-13.8zM1592.2 567.6c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 3.8-13.2-3.9-26.9-17-30.7-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 15.3 4.4 24.2 20.3 19.8 35.6-.2 1.1-1 1.6-1.9 1.6z"
2081
- }), /*#__PURE__*/React.createElement("path", {
2082
- className: "welcome_svg__st2",
2083
- d: "M1607.2 571.9c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 3-10.4 1.7-21.3-3.5-30.7-5.2-9.4-13.8-16.3-24.2-19.2-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 11.4 3.3 20.9 10.7 26.6 21.1 5.8 10.4 7.1 22.4 3.9 33.8-.2 1-1 1.5-1.9 1.5z"
2084
- }), /*#__PURE__*/React.createElement("path", {
2085
- className: "welcome_svg__st2",
2086
- d: "M1622.2 576.2c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 4.1-14.4 2.4-29.5-4.9-42.6-7.3-13.1-19.2-22.5-33.6-26.6-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 15.4 4.4 28.2 14.5 36 28.5 7.8 14 9.7 30.2 5.3 45.6-.3 1.1-1.1 1.6-1.9 1.6z"
2087
- }), /*#__PURE__*/React.createElement("path", {
2088
- className: "welcome_svg__st2",
2089
- d: "M1637.1 580.6c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 5.2-18.4 3-37.7-6.3-54.4-9.3-16.7-24.5-28.8-42.9-34-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 19.4 5.5 35.5 18.3 45.3 35.9 9.8 17.6 12.2 38.1 6.6 57.5-.1.9-.9 1.5-1.8 1.5z"
2090
- }))), /*#__PURE__*/React.createElement("g", {
2091
- id: "welcome_svg__Secondary_shapes"
2092
- }, /*#__PURE__*/React.createElement("path", {
2093
- className: "welcome_svg__st0",
2094
- d: "M1590 239.5l-24.1 7.6-5.4 24.6 18.6 17.1 24-7.6 5.5-24.6zM1302.8 1194.7l-24.1 7.6-5.5 24.6 18.6 17.1 24.1-7.6 5.5-24.6zM1648.5 1297.3l12.7 47.3 34.7-34.6z"
2095
- }), /*#__PURE__*/React.createElement("path", {
2096
- fill: "#7f7ff4",
2097
- d: "M979 47.6l-38.6 38.7 52.8 14.1z"
2098
- })));
2099
- };
2100
-
2101
- return /*#__PURE__*/React.createElement(Icon, __assign({}, componentProps, {
2102
- component: IconNode
2103
- }));
2104
- }
2105
-
2106
- Welcome.displayName = 'Welcome';
2107
- export default Welcome;