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/src/Welcome.tsx DELETED
@@ -1,1919 +0,0 @@
1
- import * as React from 'react';
2
- import Icon, { IconProps } from 'a-base-icon/lib/Icon';
3
-
4
- function Welcome(componentProps: IconProps) {
5
- const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
6
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1379.7" {...props}>
7
- <style>
8
- {
9
- '.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}'
10
- }
11
- </style>
12
- <g id="welcome_svg__Objects">
13
- <g id="welcome_svg__Plants">
14
- <path
15
- className="welcome_svg__st0"
16
- 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"
17
- />
18
- <path
19
- className="welcome_svg__st1"
20
- 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"
21
- />
22
- <path
23
- className="welcome_svg__st0"
24
- 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"
25
- />
26
- </g>
27
- <g id="welcome_svg__Laptop">
28
- <path
29
- className="welcome_svg__st2"
30
- 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"
31
- />
32
- <path
33
- transform="rotate(-11.421 815.667 1008.492)"
34
- className="welcome_svg__st3"
35
- d="M676.1 922.5h279.2v172.6H676.1z"
36
- />
37
- <linearGradient
38
- id="welcome_svg__SVGID_1_"
39
- gradientUnits="userSpaceOnUse"
40
- x1={626.374}
41
- y1={1130.222}
42
- x2={1063.539}
43
- y2={1130.222}
44
- >
45
- <stop offset={0} stopColor="#285a83" />
46
- <stop offset={1} stopColor="#6889a0" />
47
- </linearGradient>
48
- <path
49
- fill="url(#welcome_svg__SVGID_1_)"
50
- d="M1063.5 1109.1l-437.1 88.3 56.5-73.8 299.9-60.6z"
51
- />
52
- <path
53
- 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"
54
- fill="#0b455e"
55
- />
56
- <linearGradient
57
- id="welcome_svg__SVGID_2_"
58
- gradientUnits="userSpaceOnUse"
59
- x1={798.796}
60
- y1={1138.623}
61
- x2={889.343}
62
- y2={1138.623}
63
- >
64
- <stop offset={0} stopColor="#285a83" />
65
- <stop offset={1} stopColor="#6889a0" />
66
- </linearGradient>
67
- <path
68
- fill="url(#welcome_svg__SVGID_2_)"
69
- d="M799.7 1135.4l80.1-16.2 9.5 20.5-90.5 18.3z"
70
- />
71
- <g>
72
- <path
73
- transform="rotate(-11.421 732.642 999.401)"
74
- className="welcome_svg__st7"
75
- d="M684.1 955.6h97.3v88.1h-97.3z"
76
- />
77
- <path
78
- transform="rotate(-11.421 746.422 1067.572)"
79
- className="welcome_svg__st0"
80
- d="M717.4 1052.1h58.1v31.5h-58.1z"
81
- />
82
- <path
83
- transform="rotate(-11.421 855.777 941.043)"
84
- className="welcome_svg__st0"
85
- d="M801.3 930h109.1v22.5H801.3z"
86
- />
87
- <path
88
- transform="rotate(-11.421 838.485 974.234)"
89
- className="welcome_svg__st8"
90
- d="M807.5 966.9h62.1V982h-62.1z"
91
- />
92
- <path
93
- transform="rotate(-11.421 868.208 1002.551)"
94
- className="welcome_svg__st7"
95
- d="M813.7 987h109.1v31.6H813.7z"
96
- />
97
- <path
98
- transform="rotate(-11.421 854.39 1041.109)"
99
- className="welcome_svg__st8"
100
- d="M826.9 1032.4H882v17.9h-55.1z"
101
- />
102
- </g>
103
- <g>
104
- <linearGradient
105
- id="welcome_svg__SVGID_3_"
106
- gradientUnits="userSpaceOnUse"
107
- x1={830.187}
108
- y1={1111.366}
109
- x2={843.009}
110
- y2={1111.366}
111
- >
112
- <stop offset={0} stopColor="#285a83" />
113
- <stop offset={1} stopColor="#6889a0" />
114
- </linearGradient>
115
- <path fill="url(#welcome_svg__SVGID_3_)" d="M841.9 1107.8l-11.7 2.4.7 4.7 12.1-2.5z" />
116
- <linearGradient
117
- id="welcome_svg__SVGID_4_"
118
- gradientUnits="userSpaceOnUse"
119
- x1={829.143}
120
- y1={1104.704}
121
- x2={841.365}
122
- y2={1104.704}
123
- >
124
- <stop offset={0} stopColor="#285a83" />
125
- <stop offset={1} stopColor="#6889a0" />
126
- </linearGradient>
127
- <path fill="url(#welcome_svg__SVGID_4_)" d="M840.2 1101.2l-11.1 2.2.8 4.8 11.5-2.3z" />
128
- <linearGradient
129
- id="welcome_svg__SVGID_5_"
130
- gradientUnits="userSpaceOnUse"
131
- x1={907.288}
132
- y1={1088.675}
133
- x2={921.873}
134
- y2={1088.675}
135
- >
136
- <stop offset={0} stopColor="#285a83" />
137
- <stop offset={1} stopColor="#6889a0" />
138
- </linearGradient>
139
- <path fill="url(#welcome_svg__SVGID_5_)" d="M907.3 1087.6l3.4 4.3 11.2-2.3-3.9-4.1z" />
140
- <linearGradient
141
- id="welcome_svg__SVGID_6_"
142
- gradientUnits="userSpaceOnUse"
143
- x1={920.336}
144
- y1={1086.003}
145
- x2={935.269}
146
- y2={1086.003}
147
- >
148
- <stop offset={0} stopColor="#285a83" />
149
- <stop offset={1} stopColor="#6889a0" />
150
- </linearGradient>
151
- <path fill="url(#welcome_svg__SVGID_6_)" d="M935.3 1086.9l-4.3-4.1-10.7 2.2 3.9 4.2z" />
152
- <linearGradient
153
- id="welcome_svg__SVGID_7_"
154
- gradientUnits="userSpaceOnUse"
155
- x1={815.789}
156
- y1={1101.043}
157
- x2={826.875}
158
- y2={1101.043}
159
- >
160
- <stop offset={0} stopColor="#285a83" />
161
- <stop offset={1} stopColor="#6889a0" />
162
- </linearGradient>
163
- <path fill="url(#welcome_svg__SVGID_7_)" d="M826.3 1098.1l-10.5 2.1.2 3.8 10.9-2.2z" />
164
- <linearGradient
165
- id="welcome_svg__SVGID_8_"
166
- gradientUnits="userSpaceOnUse"
167
- x1={816.147}
168
- y1={1107.375}
169
- x2={827.919}
170
- y2={1107.375}
171
- >
172
- <stop offset={0} stopColor="#285a83" />
173
- <stop offset={1} stopColor="#6889a0" />
174
- </linearGradient>
175
- <path fill="url(#welcome_svg__SVGID_8_)" d="M827.2 1103.8l-11.1 2.2.3 4.9 11.5-2.3z" />
176
- <linearGradient
177
- id="welcome_svg__SVGID_9_"
178
- gradientUnits="userSpaceOnUse"
179
- x1={933.39}
180
- y1={1083.331}
181
- x2={948.66}
182
- y2={1083.331}
183
- >
184
- <stop offset={0} stopColor="#285a83" />
185
- <stop offset={1} stopColor="#6889a0" />
186
- </linearGradient>
187
- <path fill="url(#welcome_svg__SVGID_9_)" d="M948.7 1084.2l-4.7-4-10.6 2.2 4.3 4z" />
188
- <linearGradient
189
- id="welcome_svg__SVGID_10_"
190
- gradientUnits="userSpaceOnUse"
191
- x1={803.016}
192
- y1={1110.046}
193
- x2={814.465}
194
- y2={1110.046}
195
- >
196
- <stop offset={0} stopColor="#285a83" />
197
- <stop offset={1} stopColor="#6889a0" />
198
- </linearGradient>
199
- <path fill="url(#welcome_svg__SVGID_10_)" d="M814.2 1106.4l-11 2.3-.2 4.9 11.5-2.3z" />
200
- <linearGradient
201
- id="welcome_svg__SVGID_11_"
202
- gradientUnits="userSpaceOnUse"
203
- x1={816.567}
204
- y1={1114.162}
205
- x2={828.948}
206
- y2={1114.162}
207
- >
208
- <stop offset={0} stopColor="#285a83" />
209
- <stop offset={1} stopColor="#6889a0" />
210
- </linearGradient>
211
- <path fill="url(#welcome_svg__SVGID_11_)" d="M828.2 1110.6l-11.6 2.3.3 4.8 12-2.4z" />
212
- <linearGradient
213
- id="welcome_svg__SVGID_12_"
214
- gradientUnits="userSpaceOnUse"
215
- x1={803.219}
216
- y1={1103.598}
217
- x2={814.045}
218
- y2={1103.598}
219
- >
220
- <stop offset={0} stopColor="#285a83" />
221
- <stop offset={1} stopColor="#6889a0" />
222
- </linearGradient>
223
- <path
224
- fill="url(#welcome_svg__SVGID_12_)"
225
- d="M813.8 1100.6l-10.5 2.1-.1 3.9 10.8-2.2z"
226
- />
227
- <linearGradient
228
- id="welcome_svg__SVGID_13_"
229
- gradientUnits="userSpaceOnUse"
230
- x1={843.815}
231
- y1={1108.569}
232
- x2={857.061}
233
- y2={1108.569}
234
- >
235
- <stop offset={0} stopColor="#285a83" />
236
- <stop offset={1} stopColor="#6889a0" />
237
- </linearGradient>
238
- <path
239
- fill="url(#welcome_svg__SVGID_13_)"
240
- d="M857.1 1109.6l-1.6-4.5-11.7 2.3 1.2 4.7z"
241
- />
242
- <linearGradient
243
- id="welcome_svg__SVGID_14_"
244
- gradientUnits="userSpaceOnUse"
245
- x1={855.16}
246
- y1={1099.361}
247
- x2={868.231}
248
- y2={1099.361}
249
- >
250
- <stop offset={0} stopColor="#285a83" />
251
- <stop offset={1} stopColor="#6889a0" />
252
- </linearGradient>
253
- <path fill="url(#welcome_svg__SVGID_14_)" d="M868.2 1100.5l-2-4.6-11 2.3 1.6 4.6z" />
254
- <linearGradient
255
- id="welcome_svg__SVGID_15_"
256
- gradientUnits="userSpaceOnUse"
257
- x1={928.254}
258
- y1={1078.049}
259
- x2={942.006}
260
- y2={1078.049}
261
- >
262
- <stop offset={0} stopColor="#285a83" />
263
- <stop offset={1} stopColor="#6889a0" />
264
- </linearGradient>
265
- <path fill="url(#welcome_svg__SVGID_15_)" d="M928.3 1077.5l3.3 3.2 10.4-2.1-3.7-3.2z" />
266
- <linearGradient
267
- id="welcome_svg__SVGID_16_"
268
- gradientUnits="userSpaceOnUse"
269
- x1={853.209}
270
- y1={1093.379}
271
- x2={865.316}
272
- y2={1093.379}
273
- >
274
- <stop offset={0} stopColor="#285a83" />
275
- <stop offset={1} stopColor="#6889a0" />
276
- </linearGradient>
277
- <path
278
- fill="url(#welcome_svg__SVGID_16_)"
279
- d="M865.3 1094.1l-1.6-3.6-10.5 2.1 1.3 3.7z"
280
- />
281
- <linearGradient
282
- id="welcome_svg__SVGID_17_"
283
- gradientUnits="userSpaceOnUse"
284
- x1={802.816}
285
- y1={1116.959}
286
- x2={814.88}
287
- y2={1116.959}
288
- >
289
- <stop offset={0} stopColor="#285a83" />
290
- <stop offset={1} stopColor="#6889a0" />
291
- </linearGradient>
292
- <path
293
- fill="url(#welcome_svg__SVGID_17_)"
294
- d="M814.6 1113.3l-11.6 2.4-.2 4.9 12.1-2.5z"
295
- />
296
- <linearGradient
297
- id="welcome_svg__SVGID_18_"
298
- gradientUnits="userSpaceOnUse"
299
- x1={865.698}
300
- y1={1090.824}
301
- x2={878.114}
302
- y2={1090.824}
303
- >
304
- <stop offset={0} stopColor="#285a83" />
305
- <stop offset={1} stopColor="#6889a0" />
306
- </linearGradient>
307
- <path fill="url(#welcome_svg__SVGID_18_)" d="M867.3 1093.7l10.8-2.2-2-3.5-10.4 2.1z" />
308
- <linearGradient
309
- id="welcome_svg__SVGID_19_"
310
- gradientUnits="userSpaceOnUse"
311
- x1={842.147}
312
- y1={1102.032}
313
- x2={854.802}
314
- y2={1102.032}
315
- >
316
- <stop offset={0} stopColor="#285a83" />
317
- <stop offset={1} stopColor="#6889a0" />
318
- </linearGradient>
319
- <path
320
- fill="url(#welcome_svg__SVGID_19_)"
321
- d="M854.8 1103.2l-1.6-4.6-11.1 2.2 1.2 4.7z"
322
- />
323
- <linearGradient
324
- id="welcome_svg__SVGID_20_"
325
- gradientUnits="userSpaceOnUse"
326
- x1={903.214}
327
- y1={1083.159}
328
- x2={916.466}
329
- y2={1083.159}
330
- >
331
- <stop offset={0} stopColor="#285a83" />
332
- <stop offset={1} stopColor="#6889a0" />
333
- </linearGradient>
334
- <path
335
- fill="url(#welcome_svg__SVGID_20_)"
336
- d="M905.9 1085.9l10.6-2.2-3.1-3.3-10.2 2.1z"
337
- />
338
- <linearGradient
339
- id="welcome_svg__SVGID_21_"
340
- gradientUnits="userSpaceOnUse"
341
- x1={915.731}
342
- y1={1080.604}
343
- x2={929.237}
344
- y2={1080.604}
345
- >
346
- <stop offset={0} stopColor="#285a83" />
347
- <stop offset={1} stopColor="#6889a0" />
348
- </linearGradient>
349
- <path
350
- fill="url(#welcome_svg__SVGID_21_)"
351
- d="M918.8 1083.3l10.4-2.1-3.3-3.3-10.2 2.1z"
352
- />
353
- <linearGradient
354
- id="welcome_svg__SVGID_22_"
355
- gradientUnits="userSpaceOnUse"
356
- x1={878.197}
357
- y1={1088.27}
358
- x2={890.904}
359
- y2={1088.27}
360
- >
361
- <stop offset={0} stopColor="#285a83" />
362
- <stop offset={1} stopColor="#6889a0" />
363
- </linearGradient>
364
- <path
365
- fill="url(#welcome_svg__SVGID_22_)"
366
- d="M880.2 1091.1l10.7-2.2-2.3-3.4-10.4 2.1z"
367
- />
368
- <linearGradient
369
- id="welcome_svg__SVGID_23_"
370
- gradientUnits="userSpaceOnUse"
371
- x1={890.702}
372
- y1={1085.714}
373
- x2={903.688}
374
- y2={1085.714}
375
- >
376
- <stop offset={0} stopColor="#285a83" />
377
- <stop offset={1} stopColor="#6889a0" />
378
- </linearGradient>
379
- <path fill="url(#welcome_svg__SVGID_23_)" d="M893 1088.5l10.7-2.2-2.7-3.3-10.3 2z" />
380
- <linearGradient
381
- id="welcome_svg__SVGID_24_"
382
- gradientUnits="userSpaceOnUse"
383
- x1={840.728}
384
- y1={1095.934}
385
- x2={852.511}
386
- y2={1095.934}
387
- >
388
- <stop offset={0} stopColor="#285a83" />
389
- <stop offset={1} stopColor="#6889a0" />
390
- </linearGradient>
391
- <path
392
- fill="url(#welcome_svg__SVGID_24_)"
393
- d="M841.7 1098.9l10.8-2.2-1.3-3.7-10.5 2.1z"
394
- />
395
- <linearGradient
396
- id="welcome_svg__SVGID_25_"
397
- gradientUnits="userSpaceOnUse"
398
- x1={764.847}
399
- y1={1111.263}
400
- x2={776.317}
401
- y2={1111.263}
402
- >
403
- <stop offset={0} stopColor="#285a83" />
404
- <stop offset={1} stopColor="#6889a0" />
405
- </linearGradient>
406
- <path fill="url(#welcome_svg__SVGID_25_)" d="M775.5 1112.2l.8-4-10.3 2-1.2 4.2z" />
407
- <linearGradient
408
- id="welcome_svg__SVGID_26_"
409
- gradientUnits="userSpaceOnUse"
410
- x1={752.07}
411
- y1={1113.818}
412
- x2={763.805}
413
- y2={1113.818}
414
- >
415
- <stop offset={0} stopColor="#285a83" />
416
- <stop offset={1} stopColor="#6889a0" />
417
- </linearGradient>
418
- <path fill="url(#welcome_svg__SVGID_26_)" d="M762.6 1114.8l1.2-4.1-10.2 2-1.5 4.3z" />
419
- <linearGradient
420
- id="welcome_svg__SVGID_27_"
421
- gradientUnits="userSpaceOnUse"
422
- x1={777.631}
423
- y1={1108.708}
424
- x2={788.822}
425
- y2={1108.708}
426
- >
427
- <stop offset={0} stopColor="#285a83" />
428
- <stop offset={1} stopColor="#6889a0" />
429
- </linearGradient>
430
- <path fill="url(#welcome_svg__SVGID_27_)" d="M788.4 1109.6l.4-4-10.4 2.1-.8 4.1z" />
431
- <linearGradient
432
- id="welcome_svg__SVGID_28_"
433
- gradientUnits="userSpaceOnUse"
434
- x1={735.978}
435
- y1={1123.404}
436
- x2={748.992}
437
- y2={1123.404}
438
- >
439
- <stop offset={0} stopColor="#285a83" />
440
- <stop offset={1} stopColor="#6889a0" />
441
- </linearGradient>
442
- <path fill="url(#welcome_svg__SVGID_28_)" d="M736 1127.2l11.1-2.3 1.9-5.3-10.7 2.2z" />
443
- <linearGradient
444
- id="welcome_svg__SVGID_29_"
445
- gradientUnits="userSpaceOnUse"
446
- x1={749.373}
447
- y1={1120.733}
448
- x2={762.039}
449
- y2={1120.733}
450
- >
451
- <stop offset={0} stopColor="#285a83" />
452
- <stop offset={1} stopColor="#6889a0" />
453
- </linearGradient>
454
- <path fill="url(#welcome_svg__SVGID_29_)" d="M762 1117l-10.7 2.2-1.9 5.3 11.2-2.3z" />
455
- <linearGradient
456
- id="welcome_svg__SVGID_30_"
457
- gradientUnits="userSpaceOnUse"
458
- x1={704.695}
459
- y1={1136.536}
460
- x2={718.936}
461
- y2={1136.536}
462
- >
463
- <stop offset={0} stopColor="#285a83" />
464
- <stop offset={1} stopColor="#6889a0" />
465
- </linearGradient>
466
- <path fill="url(#welcome_svg__SVGID_30_)" d="M704.7 1140.4l11.5-2.3 2.7-5.4-11 2.2z" />
467
- <linearGradient
468
- id="welcome_svg__SVGID_31_"
469
- gradientUnits="userSpaceOnUse"
470
- x1={966.79}
471
- y1={1083.26}
472
- x2={984.593}
473
- y2={1083.26}
474
- >
475
- <stop offset={0} stopColor="#285a83" />
476
- <stop offset={1} stopColor="#6889a0" />
477
- </linearGradient>
478
- <path
479
- fill="url(#welcome_svg__SVGID_31_)"
480
- d="M971.8 1086.4l12.8-2.6-5.5-3.7-12.3 2.5z"
481
- />
482
- <linearGradient
483
- id="welcome_svg__SVGID_32_"
484
- gradientUnits="userSpaceOnUse"
485
- x1={718.696}
486
- y1={1133.739}
487
- x2={732.617}
488
- y2={1133.739}
489
- >
490
- <stop offset={0} stopColor="#285a83" />
491
- <stop offset={1} stopColor="#6889a0" />
492
- </linearGradient>
493
- <path
494
- fill="url(#welcome_svg__SVGID_32_)"
495
- d="M732.6 1129.9l-11.2 2.3-2.7 5.4 11.6-2.4z"
496
- />
497
- <linearGradient
498
- id="welcome_svg__SVGID_33_"
499
- gradientUnits="userSpaceOnUse"
500
- x1={739.298}
501
- y1={1116.373}
502
- x2={751.288}
503
- y2={1116.373}
504
- >
505
- <stop offset={0} stopColor="#285a83" />
506
- <stop offset={1} stopColor="#6889a0" />
507
- </linearGradient>
508
- <path fill="url(#welcome_svg__SVGID_33_)" d="M749.8 1117.4l1.5-4.2-10.1 2.1-1.9 4.2z" />
509
- <linearGradient
510
- id="welcome_svg__SVGID_34_"
511
- gradientUnits="userSpaceOnUse"
512
- x1={790.421}
513
- y1={1106.153}
514
- x2={801.321}
515
- y2={1106.153}
516
- >
517
- <stop offset={0} stopColor="#285a83" />
518
- <stop offset={1} stopColor="#6889a0" />
519
- </linearGradient>
520
- <path fill="url(#welcome_svg__SVGID_34_)" d="M801.2 1107l.1-3.9-10.4 2.1-.5 4z" />
521
- <linearGradient
522
- id="welcome_svg__SVGID_35_"
523
- gradientUnits="userSpaceOnUse"
524
- x1={776.182}
525
- y1={1115.389}
526
- x2={788.119}
527
- y2={1115.389}
528
- >
529
- <stop offset={0} stopColor="#285a83" />
530
- <stop offset={1} stopColor="#6889a0" />
531
- </linearGradient>
532
- <path fill="url(#welcome_svg__SVGID_35_)" d="M788.1 1111.7l-10.9 2.2-1 5.2 11.3-2.3z" />
533
- <linearGradient
534
- id="welcome_svg__SVGID_36_"
535
- gradientUnits="userSpaceOnUse"
536
- x1={762.774}
537
- y1={1118.061}
538
- x2={775.082}
539
- y2={1118.061}
540
- >
541
- <stop offset={0} stopColor="#285a83" />
542
- <stop offset={1} stopColor="#6889a0" />
543
- </linearGradient>
544
- <path
545
- fill="url(#welcome_svg__SVGID_36_)"
546
- d="M775.1 1114.3l-10.9 2.2-1.4 5.3 11.3-2.3z"
547
- />
548
- <linearGradient
549
- id="welcome_svg__SVGID_37_"
550
- gradientUnits="userSpaceOnUse"
551
- x1={726.529}
552
- y1={1118.928}
553
- x2={738.765}
554
- y2={1118.928}
555
- >
556
- <stop offset={0} stopColor="#285a83" />
557
- <stop offset={1} stopColor="#6889a0" />
558
- </linearGradient>
559
- <path fill="url(#welcome_svg__SVGID_37_)" d="M736.9 1120l1.9-4.3-10.1 2.1-2.2 4.3z" />
560
- <linearGradient
561
- id="welcome_svg__SVGID_38_"
562
- gradientUnits="userSpaceOnUse"
563
- x1={774.752}
564
- y1={1122.552}
565
- x2={787.292}
566
- y2={1122.552}
567
- >
568
- <stop offset={0} stopColor="#285a83" />
569
- <stop offset={1} stopColor="#6889a0" />
570
- </linearGradient>
571
- <path fill="url(#welcome_svg__SVGID_38_)" d="M787.3 1118.9l-11.5 2.3-1 5 11.9-2.4z" />
572
- <linearGradient
573
- id="welcome_svg__SVGID_39_"
574
- gradientUnits="userSpaceOnUse"
575
- x1={788.78}
576
- y1={1119.755}
577
- x2={800.945}
578
- y2={1119.755}
579
- >
580
- <stop offset={0} stopColor="#285a83" />
581
- <stop offset={1} stopColor="#6889a0" />
582
- </linearGradient>
583
- <path fill="url(#welcome_svg__SVGID_39_)" d="M800.9 1116.1l-11.5 2.3-.6 5 12-2.4z" />
584
- <linearGradient
585
- id="welcome_svg__SVGID_40_"
586
- gradientUnits="userSpaceOnUse"
587
- x1={789.595}
588
- y1={1112.718}
589
- x2={801.148}
590
- y2={1112.718}
591
- >
592
- <stop offset={0} stopColor="#285a83" />
593
- <stop offset={1} stopColor="#6889a0" />
594
- </linearGradient>
595
- <path
596
- fill="url(#welcome_svg__SVGID_40_)"
597
- d="M801.1 1109.1l-10.9 2.2-.6 5.1 11.4-2.3z"
598
- />
599
- <linearGradient
600
- id="welcome_svg__SVGID_41_"
601
- gradientUnits="userSpaceOnUse"
602
- x1={722.586}
603
- y1={1126.076}
604
- x2={735.937}
605
- y2={1126.076}
606
- >
607
- <stop offset={0} stopColor="#285a83" />
608
- <stop offset={1} stopColor="#6889a0" />
609
- </linearGradient>
610
- <path fill="url(#welcome_svg__SVGID_41_)" d="M722.6 1129.9l11-2.2 2.3-5.4-10.5 2.1z" />
611
- <linearGradient
612
- id="welcome_svg__SVGID_42_"
613
- gradientUnits="userSpaceOnUse"
614
- x1={732.703}
615
- y1={1130.942}
616
- x2={746.295}
617
- y2={1130.942}
618
- >
619
- <stop offset={0} stopColor="#285a83" />
620
- <stop offset={1} stopColor="#6889a0" />
621
- </linearGradient>
622
- <path
623
- fill="url(#welcome_svg__SVGID_42_)"
624
- d="M746.3 1127.1l-11.3 2.3-2.3 5.3 11.7-2.3z"
625
- />
626
- <linearGradient
627
- id="welcome_svg__SVGID_43_"
628
- gradientUnits="userSpaceOnUse"
629
- x1={746.713}
630
- y1={1128.145}
631
- x2={759.966}
632
- y2={1128.145}
633
- >
634
- <stop offset={0} stopColor="#285a83" />
635
- <stop offset={1} stopColor="#6889a0" />
636
- </linearGradient>
637
- <path fill="url(#welcome_svg__SVGID_43_)" d="M760 1124.4l-11.4 2.3-1.9 5.2 11.8-2.4z" />
638
- <linearGradient
639
- id="welcome_svg__SVGID_44_"
640
- gradientUnits="userSpaceOnUse"
641
- x1={760.729}
642
- y1={1125.349}
643
- x2={773.632}
644
- y2={1125.349}
645
- >
646
- <stop offset={0} stopColor="#285a83" />
647
- <stop offset={1} stopColor="#6889a0" />
648
- </linearGradient>
649
- <path
650
- fill="url(#welcome_svg__SVGID_44_)"
651
- d="M773.6 1121.6l-11.4 2.3-1.5 5.2 11.9-2.4z"
652
- />
653
- <linearGradient
654
- id="welcome_svg__SVGID_45_"
655
- gradientUnits="userSpaceOnUse"
656
- x1={699.636}
657
- y1={1124.177}
658
- x2={713.705}
659
- y2={1124.177}
660
- >
661
- <stop offset={0} stopColor="#285a83" />
662
- <stop offset={1} stopColor="#6889a0" />
663
- </linearGradient>
664
- <path fill="url(#welcome_svg__SVGID_45_)" d="M711.2 1125.2l2.5-4.4-11.2 2.3-2.9 4.5z" />
665
- <linearGradient
666
- id="welcome_svg__SVGID_46_"
667
- gradientUnits="userSpaceOnUse"
668
- x1={816.982}
669
- y1={1122.446}
670
- x2={830.445}
671
- y2={1122.446}
672
- >
673
- <stop offset={0} stopColor="#285a83" />
674
- <stop offset={1} stopColor="#6889a0" />
675
- </linearGradient>
676
- <path fill="url(#welcome_svg__SVGID_46_)" d="M829.3 1117.3l-12.3 2.4.5 7.9 12.9-2.6z" />
677
- <linearGradient
678
- id="welcome_svg__SVGID_47_"
679
- gradientUnits="userSpaceOnUse"
680
- x1={831.216}
681
- y1={1119.497}
682
- x2={845.399}
683
- y2={1119.497}
684
- >
685
- <stop offset={0} stopColor="#285a83" />
686
- <stop offset={1} stopColor="#6889a0" />
687
- </linearGradient>
688
- <path fill="url(#welcome_svg__SVGID_47_)" d="M843.5 1114.4l-12.3 2.5 1.2 7.7 13-2.6z" />
689
- <linearGradient
690
- id="welcome_svg__SVGID_48_"
691
- gradientUnits="userSpaceOnUse"
692
- x1={873.968}
693
- y1={1110.65}
694
- x2={890.212}
695
- y2={1110.65}
696
- >
697
- <stop offset={0} stopColor="#285a83" />
698
- <stop offset={1} stopColor="#6889a0" />
699
- </linearGradient>
700
- <path
701
- fill="url(#welcome_svg__SVGID_48_)"
702
- d="M886.2 1105.8l-12.2 2.4 3.3 7.3 12.9-2.6z"
703
- />
704
- <linearGradient
705
- id="welcome_svg__SVGID_49_"
706
- gradientUnits="userSpaceOnUse"
707
- x1={845.459}
708
- y1={1116.548}
709
- x2={860.346}
710
- y2={1116.548}
711
- >
712
- <stop offset={0} stopColor="#285a83" />
713
- <stop offset={1} stopColor="#6889a0" />
714
- </linearGradient>
715
- <path
716
- fill="url(#welcome_svg__SVGID_49_)"
717
- d="M857.7 1111.5l-12.2 2.5 1.9 7.6 12.9-2.6z"
718
- />
719
- <linearGradient
720
- id="welcome_svg__SVGID_50_"
721
- gradientUnits="userSpaceOnUse"
722
- x1={859.71}
723
- y1={1113.599}
724
- x2={875.283}
725
- y2={1113.599}
726
- >
727
- <stop offset={0} stopColor="#285a83" />
728
- <stop offset={1} stopColor="#6889a0" />
729
- </linearGradient>
730
- <path fill="url(#welcome_svg__SVGID_50_)" d="M872 1108.6l-12.3 2.5 2.6 7.5 13-2.7z" />
731
- <linearGradient
732
- id="welcome_svg__SVGID_51_"
733
- gradientUnits="userSpaceOnUse"
734
- x1={802.524}
735
- y1={1125.395}
736
- x2={815.482}
737
- y2={1125.395}
738
- >
739
- <stop offset={0} stopColor="#285a83" />
740
- <stop offset={1} stopColor="#6889a0" />
741
- </linearGradient>
742
- <path fill="url(#welcome_svg__SVGID_51_)" d="M815 1120.1l-12.2 2.5-.3 8 13-2.6z" />
743
- <linearGradient
744
- id="welcome_svg__SVGID_52_"
745
- gradientUnits="userSpaceOnUse"
746
- x1={757.756}
747
- y1={1134.242}
748
- x2={772.202}
749
- y2={1134.242}
750
- >
751
- <stop offset={0} stopColor="#285a83" />
752
- <stop offset={1} stopColor="#6889a0" />
753
- </linearGradient>
754
- <path
755
- fill="url(#welcome_svg__SVGID_52_)"
756
- d="M772.2 1128.8l-12.1 2.4-2.3 8.5 12.7-2.6z"
757
- />
758
- <linearGradient
759
- id="welcome_svg__SVGID_53_"
760
- gradientUnits="userSpaceOnUse"
761
- x1={742.847}
762
- y1={1137.191}
763
- x2={757.921}
764
- y2={1137.191}
765
- >
766
- <stop offset={0} stopColor="#285a83" />
767
- <stop offset={1} stopColor="#6889a0" />
768
- </linearGradient>
769
- <path fill="url(#welcome_svg__SVGID_53_)" d="M757.9 1131.7l-12 2.4-3.1 8.6 12.8-2.6z" />
770
- <linearGradient
771
- id="welcome_svg__SVGID_54_"
772
- gradientUnits="userSpaceOnUse"
773
- x1={787.595}
774
- y1={1128.344}
775
- x2={800.744}
776
- y2={1128.344}
777
- >
778
- <stop offset={0} stopColor="#285a83" />
779
- <stop offset={1} stopColor="#6889a0" />
780
- </linearGradient>
781
- <path fill="url(#welcome_svg__SVGID_54_)" d="M800.7 1123l-12.2 2.5-.9 8.2 12.9-2.7z" />
782
- <linearGradient
783
- id="welcome_svg__SVGID_55_"
784
- gradientUnits="userSpaceOnUse"
785
- x1={772.673}
786
- y1={1131.293}
787
- x2={786.477}
788
- y2={1131.293}
789
- >
790
- <stop offset={0} stopColor="#285a83" />
791
- <stop offset={1} stopColor="#6889a0" />
792
- </linearGradient>
793
- <path
794
- fill="url(#welcome_svg__SVGID_55_)"
795
- d="M786.5 1125.9l-12.2 2.5-1.6 8.3 12.8-2.6z"
796
- />
797
- <linearGradient
798
- id="welcome_svg__SVGID_56_"
799
- gradientUnits="userSpaceOnUse"
800
- x1={727.943}
801
- y1={1140.14}
802
- x2={743.635}
803
- y2={1140.14}
804
- >
805
- <stop offset={0} stopColor="#285a83" />
806
- <stop offset={1} stopColor="#6889a0" />
807
- </linearGradient>
808
- <path
809
- fill="url(#welcome_svg__SVGID_56_)"
810
- d="M743.6 1134.6l-11.9 2.4-3.8 8.7 12.7-2.5z"
811
- />
812
- <linearGradient
813
- id="welcome_svg__SVGID_57_"
814
- gradientUnits="userSpaceOnUse"
815
- x1={973.968}
816
- y1={1089.867}
817
- x2={995.922}
818
- y2={1089.867}
819
- >
820
- <stop offset={0} stopColor="#285a83" />
821
- <stop offset={1} stopColor="#6889a0" />
822
- </linearGradient>
823
- <path
824
- fill="url(#welcome_svg__SVGID_57_)"
825
- d="M986.9 1085.4L974 1088l8.3 6.3 13.6-2.7z"
826
- />
827
- <linearGradient
828
- id="welcome_svg__SVGID_58_"
829
- gradientUnits="userSpaceOnUse"
830
- x1={888.236}
831
- y1={1107.701}
832
- x2={905.134}
833
- y2={1107.701}
834
- >
835
- <stop offset={0} stopColor="#285a83" />
836
- <stop offset={1} stopColor="#6889a0" />
837
- </linearGradient>
838
- <path
839
- fill="url(#welcome_svg__SVGID_58_)"
840
- d="M900.4 1102.9l-12.2 2.5 4.1 7.1 12.8-2.6z"
841
- />
842
- <linearGradient
843
- id="welcome_svg__SVGID_59_"
844
- gradientUnits="userSpaceOnUse"
845
- x1={959.667}
846
- y1={1092.955}
847
- x2={979.66}
848
- y2={1092.955}
849
- >
850
- <stop offset={0} stopColor="#285a83" />
851
- <stop offset={1} stopColor="#6889a0" />
852
- </linearGradient>
853
- <path
854
- fill="url(#welcome_svg__SVGID_59_)"
855
- d="M971.4 1088.6l-11.7 2.3 7.6 6.5 12.4-2.6z"
856
- />
857
- <linearGradient
858
- id="welcome_svg__SVGID_60_"
859
- gradientUnits="userSpaceOnUse"
860
- x1={681.885}
861
- y1={1149.127}
862
- x2={700.744}
863
- y2={1149.127}
864
- >
865
- <stop offset={0} stopColor="#285a83" />
866
- <stop offset={1} stopColor="#6889a0" />
867
- </linearGradient>
868
- <path
869
- fill="url(#welcome_svg__SVGID_60_)"
870
- d="M700.7 1143.2l-12.9 2.6-5.9 9.2 13.6-2.7z"
871
- />
872
- <linearGradient
873
- id="welcome_svg__SVGID_61_"
874
- gradientUnits="userSpaceOnUse"
875
- x1={953.314}
876
- y1={1072.8}
877
- x2={968.899}
878
- y2={1072.8}
879
- >
880
- <stop offset={0} stopColor="#285a83" />
881
- <stop offset={1} stopColor="#6889a0" />
882
- </linearGradient>
883
- <path fill="url(#welcome_svg__SVGID_61_)" d="M957.4 1075.5l11.5-2.4-4.4-3-11.2 2.3z" />
884
- <linearGradient
885
- id="welcome_svg__SVGID_62_"
886
- gradientUnits="userSpaceOnUse"
887
- x1={902.511}
888
- y1={1104.752}
889
- x2={920.051}
890
- y2={1104.752}
891
- >
892
- <stop offset={0} stopColor="#285a83" />
893
- <stop offset={1} stopColor="#6889a0" />
894
- </linearGradient>
895
- <path fill="url(#welcome_svg__SVGID_62_)" d="M914.6 1100l-12.1 2.5 4.8 7 12.8-2.6z" />
896
- <linearGradient
897
- id="welcome_svg__SVGID_63_"
898
- gradientUnits="userSpaceOnUse"
899
- x1={916.791}
900
- y1={1101.803}
901
- x2={934.96}
902
- y2={1101.803}
903
- >
904
- <stop offset={0} stopColor="#285a83" />
905
- <stop offset={1} stopColor="#6889a0" />
906
- </linearGradient>
907
- <path fill="url(#welcome_svg__SVGID_63_)" d="M928.8 1097.2l-12 2.4 5.5 6.8 12.7-2.5z" />
908
- <linearGradient
909
- id="welcome_svg__SVGID_64_"
910
- gradientUnits="userSpaceOnUse"
911
- x1={931.077}
912
- y1={1098.854}
913
- x2={949.864}
914
- y2={1098.854}
915
- >
916
- <stop offset={0} stopColor="#285a83" />
917
- <stop offset={1} stopColor="#6889a0" />
918
- </linearGradient>
919
- <path fill="url(#welcome_svg__SVGID_64_)" d="M943 1094.3l-11.9 2.4 6.2 6.7 12.6-2.5z" />
920
- <linearGradient
921
- id="welcome_svg__SVGID_65_"
922
- gradientUnits="userSpaceOnUse"
923
- x1={945.37}
924
- y1={1095.904}
925
- x2={964.765}
926
- y2={1095.904}
927
- >
928
- <stop offset={0} stopColor="#285a83" />
929
- <stop offset={1} stopColor="#6889a0" />
930
- </linearGradient>
931
- <path
932
- fill="url(#welcome_svg__SVGID_65_)"
933
- d="M957.2 1091.4l-11.8 2.4 6.9 6.6 12.5-2.5z"
934
- />
935
- <linearGradient
936
- id="welcome_svg__SVGID_66_"
937
- gradientUnits="userSpaceOnUse"
938
- x1={698.147}
939
- y1={1146.039}
940
- x2={715.046}
941
- y2={1146.039}
942
- >
943
- <stop offset={0} stopColor="#285a83" />
944
- <stop offset={1} stopColor="#6889a0" />
945
- </linearGradient>
946
- <path fill="url(#welcome_svg__SVGID_66_)" d="M710.5 1149.2l4.5-8.9-11.6 2.4-5.3 9z" />
947
- <linearGradient
948
- id="welcome_svg__SVGID_67_"
949
- gradientUnits="userSpaceOnUse"
950
- x1={713.042}
951
- y1={1143.09}
952
- x2={729.343}
953
- y2={1143.09}
954
- >
955
- <stop offset={0} stopColor="#285a83" />
956
- <stop offset={1} stopColor="#6889a0" />
957
- </linearGradient>
958
- <path
959
- fill="url(#welcome_svg__SVGID_67_)"
960
- d="M729.3 1137.5l-11.8 2.3-4.5 8.9 12.6-2.5z"
961
- />
962
- <linearGradient
963
- id="welcome_svg__SVGID_68_"
964
- gradientUnits="userSpaceOnUse"
965
- x1={912.072}
966
- y1={1094.586}
967
- x2={927.207}
968
- y2={1094.586}
969
- >
970
- <stop offset={0} stopColor="#285a83" />
971
- <stop offset={1} stopColor="#6889a0" />
972
- </linearGradient>
973
- <path
974
- fill="url(#welcome_svg__SVGID_68_)"
975
- d="M927.2 1095.4l-3.7-4.1-11.4 2.3 3.3 4.2z"
976
- />
977
- <linearGradient
978
- id="welcome_svg__SVGID_69_"
979
- gradientUnits="userSpaceOnUse"
980
- x1={925.743}
981
- y1={1091.789}
982
- x2={941.217}
983
- y2={1091.789}
984
- >
985
- <stop offset={0} stopColor="#285a83" />
986
- <stop offset={1} stopColor="#6889a0" />
987
- </linearGradient>
988
- <path fill="url(#welcome_svg__SVGID_69_)" d="M941.2 1092.6l-4.2-4-11.3 2.3 3.8 4.1z" />
989
- <linearGradient
990
- id="welcome_svg__SVGID_70_"
991
- gradientUnits="userSpaceOnUse"
992
- x1={894.246}
993
- y1={1091.346}
994
- x2={908.472}
995
- y2={1091.346}
996
- >
997
- <stop offset={0} stopColor="#285a83" />
998
- <stop offset={1} stopColor="#6889a0" />
999
- </linearGradient>
1000
- <path fill="url(#welcome_svg__SVGID_70_)" d="M905.1 1088.1l-10.9 2.2 3 4.3 11.3-2.3z" />
1001
- <linearGradient
1002
- id="welcome_svg__SVGID_71_"
1003
- gradientUnits="userSpaceOnUse"
1004
- x1={953.103}
1005
- y1={1086.196}
1006
- x2={969.225}
1007
- y2={1086.196}
1008
- >
1009
- <stop offset={0} stopColor="#285a83" />
1010
- <stop offset={1} stopColor="#6889a0" />
1011
- </linearGradient>
1012
- <path fill="url(#welcome_svg__SVGID_71_)" d="M969.2 1086.9l-5-3.8-11.1 2.3 4.6 3.9z" />
1013
- <linearGradient
1014
- id="welcome_svg__SVGID_72_"
1015
- gradientUnits="userSpaceOnUse"
1016
- x1={939.421}
1017
- y1={1088.992}
1018
- x2={955.224}
1019
- y2={1088.992}
1020
- >
1021
- <stop offset={0} stopColor="#285a83" />
1022
- <stop offset={1} stopColor="#6889a0" />
1023
- </linearGradient>
1024
- <path fill="url(#welcome_svg__SVGID_72_)" d="M955.2 1089.8l-4.6-3.9-11.2 2.2 4.2 4z" />
1025
- <linearGradient
1026
- id="welcome_svg__SVGID_73_"
1027
- gradientUnits="userSpaceOnUse"
1028
- x1={884.746}
1029
- y1={1100.179}
1030
- x2={899.168}
1031
- y2={1100.179}
1032
- >
1033
- <stop offset={0} stopColor="#285a83" />
1034
- <stop offset={1} stopColor="#6889a0" />
1035
- </linearGradient>
1036
- <path
1037
- fill="url(#welcome_svg__SVGID_73_)"
1038
- d="M899.2 1101.1l-2.9-4.3-11.6 2.4 2.5 4.3z"
1039
- />
1040
- <linearGradient
1041
- id="welcome_svg__SVGID_74_"
1042
- gradientUnits="userSpaceOnUse"
1043
- x1={871.094}
1044
- y1={1102.976}
1045
- x2={885.14}
1046
- y2={1102.976}
1047
- >
1048
- <stop offset={0} stopColor="#285a83" />
1049
- <stop offset={1} stopColor="#6889a0" />
1050
- </linearGradient>
1051
- <path fill="url(#welcome_svg__SVGID_74_)" d="M885.1 1103.9l-2.4-4.3-11.6 2.3 2 4.5z" />
1052
- <linearGradient
1053
- id="welcome_svg__SVGID_75_"
1054
- gradientUnits="userSpaceOnUse"
1055
- x1={868.18}
1056
- y1={1096.69}
1057
- x2={881.651}
1058
- y2={1096.69}
1059
- >
1060
- <stop offset={0} stopColor="#285a83" />
1061
- <stop offset={1} stopColor="#6889a0" />
1062
- </linearGradient>
1063
- <path fill="url(#welcome_svg__SVGID_75_)" d="M881.7 1097.8l-2.6-4.5-10.9 2.2 2 4.6z" />
1064
- <linearGradient
1065
- id="welcome_svg__SVGID_76_"
1066
- gradientUnits="userSpaceOnUse"
1067
- x1={881.209}
1068
- y1={1094.018}
1069
- x2={895.065}
1070
- y2={1094.018}
1071
- >
1072
- <stop offset={0} stopColor="#285a83" />
1073
- <stop offset={1} stopColor="#6889a0" />
1074
- </linearGradient>
1075
- <path
1076
- fill="url(#welcome_svg__SVGID_76_)"
1077
- d="M892.1 1090.7l-10.9 2.2 2.5 4.4 11.4-2.3z"
1078
- />
1079
- <linearGradient
1080
- id="welcome_svg__SVGID_77_"
1081
- gradientUnits="userSpaceOnUse"
1082
- x1={898.407}
1083
- y1={1097.383}
1084
- x2={913.191}
1085
- y2={1097.383}
1086
- >
1087
- <stop offset={0} stopColor="#285a83" />
1088
- <stop offset={1} stopColor="#6889a0" />
1089
- </linearGradient>
1090
- <path
1091
- fill="url(#welcome_svg__SVGID_77_)"
1092
- d="M913.2 1098.3l-3.3-4.2-11.5 2.3 2.9 4.3z"
1093
- />
1094
- <linearGradient
1095
- id="welcome_svg__SVGID_78_"
1096
- gradientUnits="userSpaceOnUse"
1097
- x1={709.199}
1098
- y1={1128.748}
1099
- x2={722.879}
1100
- y2={1128.748}
1101
- >
1102
- <stop offset={0} stopColor="#285a83" />
1103
- <stop offset={1} stopColor="#6889a0" />
1104
- </linearGradient>
1105
- <path
1106
- fill="url(#welcome_svg__SVGID_78_)"
1107
- d="M709.2 1132.6l10.9-2.2 2.8-5.5-10.5 2.1z"
1108
- />
1109
- <linearGradient
1110
- id="welcome_svg__SVGID_79_"
1111
- gradientUnits="userSpaceOnUse"
1112
- x1={959.512}
1113
- y1={1077.849}
1114
- x2={976.8}
1115
- y2={1077.849}
1116
- >
1117
- <stop offset={0} stopColor="#285a83" />
1118
- <stop offset={1} stopColor="#6889a0" />
1119
- </linearGradient>
1120
- <path fill="url(#welcome_svg__SVGID_79_)" d="M964.7 1081l12.1-2.5-5.6-3.8-11.7 2.4z" />
1121
- <linearGradient
1122
- id="welcome_svg__SVGID_80_"
1123
- gradientUnits="userSpaceOnUse"
1124
- x1={689.327}
1125
- y1={1139.471}
1126
- x2={705.249}
1127
- y2={1139.471}
1128
- >
1129
- <stop offset={0} stopColor="#285a83" />
1130
- <stop offset={1} stopColor="#6889a0" />
1131
- </linearGradient>
1132
- <path fill="url(#welcome_svg__SVGID_80_)" d="M702.1 1140.9l3.1-5.5-12.3 2.5-3.6 5.6z" />
1133
- <linearGradient
1134
- id="welcome_svg__SVGID_81_"
1135
- gradientUnits="userSpaceOnUse"
1136
- x1={857.451}
1137
- y1={1105.773}
1138
- x2={871.105}
1139
- y2={1105.773}
1140
- >
1141
- <stop offset={0} stopColor="#285a83" />
1142
- <stop offset={1} stopColor="#6889a0" />
1143
- </linearGradient>
1144
- <path fill="url(#welcome_svg__SVGID_81_)" d="M871.1 1106.8l-2-4.5-11.6 2.4 1.5 4.5z" />
1145
- <linearGradient
1146
- id="welcome_svg__SVGID_82_"
1147
- gradientUnits="userSpaceOnUse"
1148
- x1={694.446}
1149
- y1={1131.558}
1150
- x2={709.815}
1151
- y2={1131.558}
1152
- >
1153
- <stop offset={0} stopColor="#285a83" />
1154
- <stop offset={1} stopColor="#6889a0" />
1155
- </linearGradient>
1156
- <path
1157
- fill="url(#welcome_svg__SVGID_82_)"
1158
- d="M694.4 1135.6l12.2-2.5 3.2-5.6-11.7 2.4z"
1159
- />
1160
- <linearGradient
1161
- id="welcome_svg__SVGID_83_"
1162
- gradientUnits="userSpaceOnUse"
1163
- x1={940.782}
1164
- y1={1075.494}
1165
- x2={954.769}
1166
- y2={1075.494}
1167
- >
1168
- <stop offset={0} stopColor="#285a83" />
1169
- <stop offset={1} stopColor="#6889a0" />
1170
- </linearGradient>
1171
- <path fill="url(#welcome_svg__SVGID_83_)" d="M940.8 1074.9l3.7 3.2 10.3-2.1-4.1-3.1z" />
1172
- <linearGradient
1173
- id="welcome_svg__SVGID_84_"
1174
- gradientUnits="userSpaceOnUse"
1175
- x1={946.448}
1176
- y1={1080.66}
1177
- x2={962.047}
1178
- y2={1080.66}
1179
- >
1180
- <stop offset={0} stopColor="#285a83" />
1181
- <stop offset={1} stopColor="#6889a0" />
1182
- </linearGradient>
1183
- <path fill="url(#welcome_svg__SVGID_84_)" d="M946.4 1079.7l4.8 4 10.8-2.2-5.1-3.9z" />
1184
- <linearGradient
1185
- id="welcome_svg__SVGID_85_"
1186
- gradientUnits="userSpaceOnUse"
1187
- x1={828.254}
1188
- y1={1098.489}
1189
- x2={839.697}
1190
- y2={1098.489}
1191
- >
1192
- <stop offset={0} stopColor="#285a83" />
1193
- <stop offset={1} stopColor="#6889a0" />
1194
- </linearGradient>
1195
- <path fill="url(#welcome_svg__SVGID_85_)" d="M839.7 1099.2l-.9-3.7-10.5 2.2.5 3.7z" />
1196
- <linearGradient
1197
- id="welcome_svg__SVGID_86_"
1198
- gradientUnits="userSpaceOnUse"
1199
- x1={713.766}
1200
- y1={1121.483}
1201
- x2={726.237}
1202
- y2={1121.483}
1203
- >
1204
- <stop offset={0} stopColor="#285a83" />
1205
- <stop offset={1} stopColor="#6889a0" />
1206
- </linearGradient>
1207
- <path fill="url(#welcome_svg__SVGID_86_)" d="M724 1122.6l2.2-4.3-9.9 2-2.5 4.4z" />
1208
- </g>
1209
- </g>
1210
- <g id="welcome_svg__Earphones">
1211
- <linearGradient
1212
- id="welcome_svg__SVGID_87_"
1213
- gradientUnits="userSpaceOnUse"
1214
- x1={335.623}
1215
- y1={1122.236}
1216
- x2={508.33}
1217
- y2={1122.236}
1218
- >
1219
- <stop offset={0} stopColor="#285a83" />
1220
- <stop offset={1} stopColor="#6889a0" />
1221
- </linearGradient>
1222
- <path
1223
- 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"
1224
- fill="url(#welcome_svg__SVGID_87_)"
1225
- />
1226
- <linearGradient
1227
- id="welcome_svg__SVGID_88_"
1228
- gradientUnits="userSpaceOnUse"
1229
- x1={171.645}
1230
- y1={1122.458}
1231
- x2={393.68}
1232
- y2={1122.458}
1233
- >
1234
- <stop offset={0} stopColor="#285a83" />
1235
- <stop offset={1} stopColor="#6889a0" />
1236
- </linearGradient>
1237
- <path
1238
- 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"
1239
- fill="url(#welcome_svg__SVGID_88_)"
1240
- />
1241
- <path
1242
- className="welcome_svg__st1"
1243
- 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"
1244
- />
1245
- <path
1246
- 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"
1247
- fill="#a3aace"
1248
- />
1249
- <circle
1250
- transform="rotate(-62.664 474.783 988.385)"
1251
- className="welcome_svg__st0"
1252
- cx={474.8}
1253
- cy={988.4}
1254
- r={39.2}
1255
- />
1256
- <path
1257
- className="welcome_svg__st96"
1258
- 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"
1259
- />
1260
- <g>
1261
- <path
1262
- className="welcome_svg__st0"
1263
- 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"
1264
- />
1265
- <path
1266
- className="welcome_svg__st1"
1267
- 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"
1268
- />
1269
- <circle
1270
- transform="rotate(-78.1 83.38 1153.94)"
1271
- className="welcome_svg__st7"
1272
- cx={83.4}
1273
- cy={1153.9}
1274
- r={39.2}
1275
- />
1276
- <circle
1277
- transform="rotate(-11.593 83.252 1153.653)"
1278
- className="welcome_svg__st96"
1279
- cx={83.4}
1280
- cy={1153.9}
1281
- r={4.5}
1282
- />
1283
- <path
1284
- className="welcome_svg__st96"
1285
- 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"
1286
- />
1287
- <circle
1288
- transform="rotate(-74.115 68.339 1165.276)"
1289
- className="welcome_svg__st96"
1290
- cx={68.3}
1291
- cy={1165.3}
1292
- r={4.5}
1293
- />
1294
- <path
1295
- className="welcome_svg__st96"
1296
- 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"
1297
- />
1298
- </g>
1299
- <g>
1300
- <path
1301
- className="welcome_svg__st97"
1302
- 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"
1303
- />
1304
- </g>
1305
- <g>
1306
- <path
1307
- className="welcome_svg__st97"
1308
- 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"
1309
- />
1310
- </g>
1311
- <g>
1312
- <path
1313
- className="welcome_svg__st97"
1314
- 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"
1315
- />
1316
- </g>
1317
- </g>
1318
- <g id="welcome_svg__Megaphone">
1319
- <path
1320
- className="welcome_svg__st96"
1321
- 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"
1322
- />
1323
- <linearGradient
1324
- id="welcome_svg__SVGID_89_"
1325
- gradientUnits="userSpaceOnUse"
1326
- x1={774.904}
1327
- y1={343.351}
1328
- x2={859.113}
1329
- y2={343.351}
1330
- >
1331
- <stop offset={0} stopColor="#285a83" />
1332
- <stop offset={1} stopColor="#6889a0" />
1333
- </linearGradient>
1334
- <path
1335
- 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"
1336
- fill="url(#welcome_svg__SVGID_89_)"
1337
- />
1338
- <linearGradient
1339
- id="welcome_svg__SVGID_90_"
1340
- gradientUnits="userSpaceOnUse"
1341
- x1={843.2}
1342
- y1={322.18}
1343
- x2={952.981}
1344
- y2={322.18}
1345
- >
1346
- <stop offset={0} stopColor="#285a83" />
1347
- <stop offset={1} stopColor="#6889a0" />
1348
- </linearGradient>
1349
- <path
1350
- 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"
1351
- fill="url(#welcome_svg__SVGID_90_)"
1352
- />
1353
- <linearGradient
1354
- id="welcome_svg__SVGID_91_"
1355
- gradientUnits="userSpaceOnUse"
1356
- x1={922.488}
1357
- y1={322.031}
1358
- x2={968.34}
1359
- y2={322.031}
1360
- >
1361
- <stop offset={0} stopColor="#285a83" />
1362
- <stop offset={1} stopColor="#6889a0" />
1363
- </linearGradient>
1364
- <path
1365
- 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"
1366
- fill="url(#welcome_svg__SVGID_91_)"
1367
- />
1368
- <path
1369
- className="welcome_svg__st8"
1370
- 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"
1371
- />
1372
- <path
1373
- className="welcome_svg__st96"
1374
- 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"
1375
- />
1376
- <path
1377
- className="welcome_svg__st96"
1378
- 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"
1379
- />
1380
- <path
1381
- className="welcome_svg__st97"
1382
- 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"
1383
- />
1384
- </g>
1385
- <g id="welcome_svg__Magnifier">
1386
- <path
1387
- className="welcome_svg__st2"
1388
- 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"
1389
- />
1390
- <linearGradient
1391
- id="welcome_svg__SVGID_92_"
1392
- gradientUnits="userSpaceOnUse"
1393
- x1={1077.672}
1394
- y1={909.867}
1395
- x2={1103.336}
1396
- y2={909.867}
1397
- >
1398
- <stop offset={0} stopColor="#285a83" />
1399
- <stop offset={1} stopColor="#6889a0" />
1400
- </linearGradient>
1401
- <path
1402
- fill="url(#welcome_svg__SVGID_92_)"
1403
- d="M1088.4 896.9l14.9 10.2-10.7 15.7-14.9-10.2z"
1404
- />
1405
- <linearGradient
1406
- id="welcome_svg__SVGID_93_"
1407
- gradientUnits="userSpaceOnUse"
1408
- x1={1055.29}
1409
- y1={831.697}
1410
- x2={1233.094}
1411
- y2={831.697}
1412
- >
1413
- <stop offset={0} stopColor="#285a83" />
1414
- <stop offset={1} stopColor="#6889a0" />
1415
- </linearGradient>
1416
- <path
1417
- 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"
1418
- fill="url(#welcome_svg__SVGID_93_)"
1419
- />
1420
- <path
1421
- className="welcome_svg__st103"
1422
- 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"
1423
- />
1424
- <path
1425
- className="welcome_svg__st2"
1426
- 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"
1427
- />
1428
- <linearGradient
1429
- id="welcome_svg__SVGID_94_"
1430
- gradientUnits="userSpaceOnUse"
1431
- x1={1010.671}
1432
- y1={970.83}
1433
- x2={1100.015}
1434
- y2={970.83}
1435
- >
1436
- <stop offset={0} stopColor="#285a83" />
1437
- <stop offset={1} stopColor="#6889a0" />
1438
- </linearGradient>
1439
- <path
1440
- 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"
1441
- fill="url(#welcome_svg__SVGID_94_)"
1442
- />
1443
- </g>
1444
- <g id="welcome_svg__Speech_bubbles">
1445
- <path
1446
- className="welcome_svg__st8"
1447
- 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"
1448
- />
1449
- <path
1450
- className="welcome_svg__st103"
1451
- 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"
1452
- />
1453
- <g>
1454
- <path
1455
- className="welcome_svg__st2"
1456
- 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"
1457
- />
1458
- <path
1459
- className="welcome_svg__st103"
1460
- 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"
1461
- />
1462
- </g>
1463
- </g>
1464
- <g id="welcome_svg__Man">
1465
- <path
1466
- className="welcome_svg__st96"
1467
- 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"
1468
- />
1469
- <linearGradient
1470
- id="welcome_svg__SVGID_95_"
1471
- gradientUnits="userSpaceOnUse"
1472
- x1={431.987}
1473
- y1={574.817}
1474
- x2={685.153}
1475
- y2={619.446}
1476
- gradientTransform="scale(-1 1) rotate(23.417 59.967 -1947.172)"
1477
- >
1478
- <stop offset={0} stopColor="#285a83" />
1479
- <stop offset={1} stopColor="#6889a0" />
1480
- </linearGradient>
1481
- <path
1482
- 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"
1483
- fill="url(#welcome_svg__SVGID_95_)"
1484
- />
1485
- <linearGradient
1486
- id="welcome_svg__SVGID_96_"
1487
- gradientUnits="userSpaceOnUse"
1488
- x1={452.83}
1489
- y1={560.852}
1490
- x2={696.02}
1491
- y2={603.722}
1492
- gradientTransform="scale(-1 1) rotate(-4.163 -42.459 15410.614)"
1493
- >
1494
- <stop offset={0} stopColor="#285a83" />
1495
- <stop offset={1} stopColor="#6889a0" />
1496
- </linearGradient>
1497
- <path
1498
- 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"
1499
- fill="url(#welcome_svg__SVGID_96_)"
1500
- />
1501
- <path
1502
- className="welcome_svg__st107"
1503
- 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"
1504
- />
1505
- <linearGradient
1506
- id="welcome_svg__SVGID_97_"
1507
- gradientUnits="userSpaceOnUse"
1508
- x1={640.15}
1509
- y1={391.104}
1510
- x2={492.563}
1511
- y2={507.398}
1512
- gradientTransform="rotate(4.163 585.001 611.652)"
1513
- >
1514
- <stop offset={0.148} stopColor="#eb8489" />
1515
- <stop offset={0.472} stopColor="#d76a74" />
1516
- <stop offset={0.768} stopColor="#ca5b67" />
1517
- <stop offset={1} stopColor="#c65563" />
1518
- </linearGradient>
1519
- <path
1520
- 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"
1521
- fill="url(#welcome_svg__SVGID_97_)"
1522
- />
1523
- <linearGradient
1524
- id="welcome_svg__SVGID_98_"
1525
- gradientUnits="userSpaceOnUse"
1526
- x1={424.66}
1527
- y1={554.962}
1528
- x2={661.349}
1529
- y2={739.95}
1530
- gradientTransform="scale(-1 1) rotate(21.212 25.388 -2193.695)"
1531
- >
1532
- <stop offset={0} stopColor="#285a83" />
1533
- <stop offset={1} stopColor="#6889a0" />
1534
- </linearGradient>
1535
- <path
1536
- 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"
1537
- fill="url(#welcome_svg__SVGID_98_)"
1538
- />
1539
- <linearGradient
1540
- id="welcome_svg__SVGID_99_"
1541
- gradientUnits="userSpaceOnUse"
1542
- x1={428.12}
1543
- y1={543.974}
1544
- x2={655.926}
1545
- y2={722.021}
1546
- gradientTransform="scale(-1 1) rotate(-4.163 -42.459 15410.614)"
1547
- >
1548
- <stop offset={0} stopColor="#285a83" />
1549
- <stop offset={1} stopColor="#6889a0" />
1550
- </linearGradient>
1551
- <path
1552
- 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"
1553
- fill="url(#welcome_svg__SVGID_99_)"
1554
- />
1555
- <linearGradient
1556
- id="welcome_svg__SVGID_100_"
1557
- gradientUnits="userSpaceOnUse"
1558
- x1={590.444}
1559
- y1={467.527}
1560
- x2={842.794}
1561
- y2={467.527}
1562
- >
1563
- <stop offset={0.148} stopColor="#eb8489" />
1564
- <stop offset={0.384} stopColor="#e57d83" />
1565
- <stop offset={0.728} stopColor="#d66973" />
1566
- <stop offset={1} stopColor="#c65563" />
1567
- </linearGradient>
1568
- <path
1569
- 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"
1570
- fill="url(#welcome_svg__SVGID_100_)"
1571
- />
1572
- <path
1573
- className="welcome_svg__st112"
1574
- 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"
1575
- />
1576
- <path
1577
- className="welcome_svg__st112"
1578
- 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"
1579
- />
1580
- <path
1581
- className="welcome_svg__st96"
1582
- 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"
1583
- />
1584
- </g>
1585
- <g id="welcome_svg__Woman">
1586
- <path
1587
- className="welcome_svg__st112"
1588
- 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"
1589
- />
1590
- <linearGradient
1591
- id="welcome_svg__SVGID_101_"
1592
- gradientUnits="userSpaceOnUse"
1593
- x1={1445.765}
1594
- y1={819.793}
1595
- x2={1701.479}
1596
- y2={864.871}
1597
- gradientTransform="rotate(22.048 1030.79 775.798)"
1598
- >
1599
- <stop offset={0} stopColor="#285a83" />
1600
- <stop offset={1} stopColor="#6889a0" />
1601
- </linearGradient>
1602
- <path
1603
- 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"
1604
- fill="url(#welcome_svg__SVGID_101_)"
1605
- />
1606
- <path
1607
- className="welcome_svg__st96"
1608
- 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"
1609
- />
1610
- <path
1611
- className="welcome_svg__st112"
1612
- 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"
1613
- />
1614
- <linearGradient
1615
- id="welcome_svg__SVGID_102_"
1616
- gradientUnits="userSpaceOnUse"
1617
- x1={1373.268}
1618
- y1={745.638}
1619
- x2={1453.178}
1620
- y2={706.912}
1621
- gradientTransform="rotate(22.048 1030.79 775.798)"
1622
- >
1623
- <stop offset={0.148} stopColor="#eb8489" />
1624
- <stop offset={0.384} stopColor="#e57d83" />
1625
- <stop offset={0.728} stopColor="#d66973" />
1626
- <stop offset={1} stopColor="#c65563" />
1627
- </linearGradient>
1628
- <path
1629
- 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"
1630
- fill="url(#welcome_svg__SVGID_102_)"
1631
- />
1632
- <path
1633
- className="welcome_svg__st112"
1634
- 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"
1635
- />
1636
- <linearGradient
1637
- id="welcome_svg__SVGID_103_"
1638
- gradientUnits="userSpaceOnUse"
1639
- x1={1421.576}
1640
- y1={803.955}
1641
- x2={1661.717}
1642
- y2={991.643}
1643
- gradientTransform="rotate(22.048 1030.79 775.798)"
1644
- >
1645
- <stop offset={0} stopColor="#285a83" />
1646
- <stop offset={1} stopColor="#6889a0" />
1647
- </linearGradient>
1648
- <path
1649
- 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"
1650
- fill="url(#welcome_svg__SVGID_103_)"
1651
- />
1652
- <path
1653
- className="welcome_svg__st96"
1654
- 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"
1655
- />
1656
- <path
1657
- className="welcome_svg__st2"
1658
- 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"
1659
- />
1660
- <path
1661
- 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"
1662
- fill="#1c4663"
1663
- />
1664
- </g>
1665
- <g id="welcome_svg__Eye_symbols">
1666
- <path
1667
- className="welcome_svg__st8"
1668
- 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"
1669
- />
1670
- <path
1671
- className="welcome_svg__st103"
1672
- 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"
1673
- />
1674
- <path
1675
- className="welcome_svg__st8"
1676
- 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"
1677
- />
1678
- <path
1679
- className="welcome_svg__st103"
1680
- 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"
1681
- />
1682
- <path
1683
- className="welcome_svg__st2"
1684
- 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"
1685
- />
1686
- <path
1687
- className="welcome_svg__st103"
1688
- 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"
1689
- />
1690
- <g>
1691
- <path
1692
- className="welcome_svg__st103"
1693
- 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"
1694
- />
1695
- <path
1696
- className="welcome_svg__st2"
1697
- 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"
1698
- />
1699
- <path
1700
- className="welcome_svg__st103"
1701
- 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"
1702
- />
1703
- </g>
1704
- <g>
1705
- <path
1706
- className="welcome_svg__st103"
1707
- 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"
1708
- />
1709
- <path
1710
- className="welcome_svg__st2"
1711
- 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"
1712
- />
1713
- <path
1714
- className="welcome_svg__st103"
1715
- 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"
1716
- />
1717
- </g>
1718
- <g>
1719
- <path
1720
- className="welcome_svg__st96"
1721
- 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"
1722
- />
1723
- <path
1724
- className="welcome_svg__st3"
1725
- 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"
1726
- />
1727
- <path
1728
- className="welcome_svg__st2"
1729
- 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"
1730
- />
1731
- <path
1732
- className="welcome_svg__st117"
1733
- 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"
1734
- />
1735
- </g>
1736
- </g>
1737
- <g id="welcome_svg__Circles_with_symbols">
1738
- <circle className="welcome_svg__st3" cx={435.1} cy={303.7} r={68.4} />
1739
- <path
1740
- className="welcome_svg__st96"
1741
- 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"
1742
- />
1743
- <path
1744
- className="welcome_svg__st8"
1745
- 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"
1746
- />
1747
- <circle className="welcome_svg__st3" cx={1822.7} cy={1053.3} r={68.4} />
1748
- <path
1749
- className="welcome_svg__st96"
1750
- 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"
1751
- />
1752
- <path
1753
- className="welcome_svg__st8"
1754
- 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"
1755
- />
1756
- <path
1757
- transform="rotate(-41.753 1395.92 471.646)"
1758
- className="welcome_svg__st118"
1759
- d="M1317.1 469.6h157.4v4h-157.4z"
1760
- />
1761
- <path
1762
- transform="rotate(-28.813 1293.894 445.702)"
1763
- className="welcome_svg__st118"
1764
- d="M1292 356.2h4v178.9h-4z"
1765
- />
1766
- <circle
1767
- transform="rotate(-13.579 226.365 943.301)"
1768
- className="welcome_svg__st96"
1769
- cx={226.4}
1770
- cy={943.5}
1771
- r={49.4}
1772
- />
1773
- <path
1774
- className="welcome_svg__st2"
1775
- 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"
1776
- />
1777
- <g>
1778
- <circle
1779
- transform="rotate(-5.672 1337.08 524.042)"
1780
- className="welcome_svg__st96"
1781
- cx={1337.1}
1782
- cy={524}
1783
- r={53.8}
1784
- />
1785
- <path
1786
- className="welcome_svg__st2"
1787
- 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"
1788
- />
1789
- </g>
1790
- <g>
1791
- <circle
1792
- transform="rotate(-73.34 1454.594 419.244)"
1793
- className="welcome_svg__st8"
1794
- cx={1454.6}
1795
- cy={419.2}
1796
- r={38.4}
1797
- />
1798
- <path
1799
- className="welcome_svg__st103"
1800
- 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"
1801
- />
1802
- </g>
1803
- <g>
1804
- <circle className="welcome_svg__st2" cx={1250.8} cy={367.2} r={38.4} />
1805
- <path
1806
- className="welcome_svg__st103"
1807
- 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"
1808
- />
1809
- </g>
1810
- </g>
1811
- <g id="welcome_svg__Envelopes">
1812
- <path
1813
- transform="rotate(20.004 814.458 652.069)"
1814
- className="welcome_svg__st2"
1815
- d="M737.5 609.2h154v85.7h-154z"
1816
- />
1817
- <path className="welcome_svg__st103" d="M756.8 585.4l57.7 66.7 87-14z" />
1818
- <path fill="#4d6877" d="M756.8 585.4l50.2 87.2 94.5-34.5-87 14z" />
1819
- <g>
1820
- <path
1821
- transform="rotate(-10.611 1627.276 885.325)"
1822
- className="welcome_svg__st0"
1823
- d="M1576.2 856.8h102.2v56.9h-102.2z"
1824
- />
1825
- <path className="welcome_svg__st103" d="M1571.8 866.7l55.4 18.5 45-37.3z" />
1826
- <path className="welcome_svg__st1" d="M1571.8 866.7l58.1 32.8 42.3-51.6-45 37.3z" />
1827
- </g>
1828
- <g>
1829
- <path
1830
- transform="rotate(-13.493 535.144 1242.21)"
1831
- className="welcome_svg__st8"
1832
- d="M470.5 1206h129.1v71.9H470.5z"
1833
- />
1834
- <path fill="#fc9483" d="M463.9 1222.1L535 1242l54.4-50.1z" />
1835
- <path fill="#ce5541" d="M463.9 1222.1l75.4 37.7 50.1-67.9L535 1242z" />
1836
- </g>
1837
- </g>
1838
- <g id="welcome_svg__Play_symbol">
1839
- <circle
1840
- transform="rotate(-60.967 782.63 188.705)"
1841
- className="welcome_svg__st8"
1842
- cx={782.6}
1843
- cy={188.7}
1844
- r={47.1}
1845
- />
1846
- <path className="welcome_svg__st103" d="M769.6 168.8v39.8l32.4-19.9z" />
1847
- </g>
1848
- <g id="welcome_svg___x2B__x2B__x2B__x2B__x2B_">
1849
- <circle
1850
- transform="rotate(-83.99 1239.655 1077.614)"
1851
- className="welcome_svg__st103"
1852
- cx={1239.7}
1853
- cy={1077.6}
1854
- r={44.6}
1855
- />
1856
- <path
1857
- transform="rotate(-76.532 1239.684 1077.611)"
1858
- className="welcome_svg__st8"
1859
- d="M1215.6 1073.6h48v8h-48z"
1860
- />
1861
- <path
1862
- transform="rotate(-76.538 1239.72 1077.644)"
1863
- className="welcome_svg__st8"
1864
- d="M1235.7 1053.6h8v48h-8z"
1865
- />
1866
- <g>
1867
- <circle
1868
- transform="rotate(-83.99 1822.705 1241.97)"
1869
- className="welcome_svg__st103"
1870
- cx={1822.7}
1871
- cy={1242}
1872
- r={44.6}
1873
- />
1874
- <path
1875
- transform="rotate(-76.532 1822.744 1241.96)"
1876
- className="welcome_svg__st8"
1877
- d="M1798.7 1238h48v8h-48z"
1878
- />
1879
- <path
1880
- transform="rotate(-76.538 1822.796 1242)"
1881
- className="welcome_svg__st8"
1882
- d="M1818.7 1217.9h8v48h-8z"
1883
- />
1884
- </g>
1885
- </g>
1886
- <g id="welcome_svg__Wifi_sygnal">
1887
- <path
1888
- className="welcome_svg__st2"
1889
- 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"
1890
- />
1891
- <path
1892
- className="welcome_svg__st2"
1893
- 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"
1894
- />
1895
- <path
1896
- className="welcome_svg__st2"
1897
- 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"
1898
- />
1899
- <path
1900
- className="welcome_svg__st2"
1901
- 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"
1902
- />
1903
- </g>
1904
- </g>
1905
- <g id="welcome_svg__Secondary_shapes">
1906
- <path
1907
- className="welcome_svg__st0"
1908
- 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"
1909
- />
1910
- <path fill="#7f7ff4" d="M979 47.6l-38.6 38.7 52.8 14.1z" />
1911
- </g>
1912
- </svg>
1913
- );
1914
-
1915
- return <Icon {...componentProps} component={IconNode} />;
1916
- }
1917
-
1918
- Welcome.displayName = 'Welcome';
1919
- export default Welcome;