@vef-framework/components 1.0.99 → 1.0.100

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 (674) hide show
  1. package/es/index.js +2 -90
  2. package/es/internal/base.css.js +2 -4
  3. package/es/internal/chart.js +2 -18
  4. package/es/internal/index.js +2 -3
  5. package/es/internal/modern-normalize.css.js +2 -4
  6. package/es/internal/utils.js +2 -6
  7. package/es/vef-access-denied/access-denied-icon.js +2 -928
  8. package/es/vef-access-denied/index.js +10 -45
  9. package/es/vef-action-buttons/index.js +2 -75
  10. package/es/vef-approval-flow-editor/components/edge.js +3 -83
  11. package/es/vef-approval-flow-editor/components/label-value.js +9 -27
  12. package/es/vef-approval-flow-editor/components/node-content.js +11 -45
  13. package/es/vef-approval-flow-editor/components/node-selector.js +5 -33
  14. package/es/vef-approval-flow-editor/components/node-toolbar.js +2 -21
  15. package/es/vef-approval-flow-editor/components/nodes/approval.js +2 -24
  16. package/es/vef-approval-flow-editor/components/nodes/condition.js +2 -24
  17. package/es/vef-approval-flow-editor/components/nodes/end.js +2 -24
  18. package/es/vef-approval-flow-editor/components/nodes/handle.js +2 -24
  19. package/es/vef-approval-flow-editor/components/nodes/index.js +2 -17
  20. package/es/vef-approval-flow-editor/components/nodes/submit.js +2 -24
  21. package/es/vef-approval-flow-editor/components/selector-content.js +10 -48
  22. package/es/vef-approval-flow-editor/components/source-handle.js +2 -40
  23. package/es/vef-approval-flow-editor/components/target-handle.js +2 -9
  24. package/es/vef-approval-flow-editor/constants.js +2 -218
  25. package/es/vef-approval-flow-editor/helper.js +2 -83
  26. package/es/vef-approval-flow-editor/hooks/use-edges-interaction.js +2 -25
  27. package/es/vef-approval-flow-editor/hooks/use-element-selection.js +2 -24
  28. package/es/vef-approval-flow-editor/hooks/use-nodes-interaction.js +2 -51
  29. package/es/vef-approval-flow-editor/index.js +2 -75
  30. package/es/vef-approval-flow-editor/models/edge-node.js +2 -20
  31. package/es/vef-approval-flow-editor/models/flow-node.js +2 -105
  32. package/es/vef-approval-flow-editor/store.js +2 -16
  33. package/es/vef-approval-flow-editor/styles.js +13 -20
  34. package/es/vef-approval-flow-editor/types.js +2 -15
  35. package/es/vef-area-chart/index.js +2 -41
  36. package/es/vef-auto-sizer/index.js +2 -6
  37. package/es/vef-avatar/index.js +2 -20
  38. package/es/vef-avatar-group/index.js +2 -25
  39. package/es/vef-badge/index.js +2 -47
  40. package/es/vef-bar-chart/index.js +2 -41
  41. package/es/vef-bool/hooks/use-bool-instance.js +2 -34
  42. package/es/vef-bool/index.js +2 -60
  43. package/es/vef-breadcrumb/index.js +2 -48
  44. package/es/vef-button/components/base-button.js +2 -73
  45. package/es/vef-button/index.js +2 -151
  46. package/es/vef-card/index.js +2 -25
  47. package/es/vef-card-meta/index.js +2 -12
  48. package/es/vef-chart-container/hooks/use-chart-container-context.js +2 -12
  49. package/es/vef-chart-container/index.js +10 -80
  50. package/es/vef-chart-legend-content/index.js +11 -43
  51. package/es/vef-chart-tooltip-content/index.js +23 -85
  52. package/es/vef-checkbox/hooks/use-checkbox-instance.js +2 -20
  53. package/es/vef-checkbox/hooks/use-data-options.js +2 -40
  54. package/es/vef-checkbox/index.js +4 -88
  55. package/es/vef-col/index.js +2 -11
  56. package/es/vef-color-picker/index.js +2 -46
  57. package/es/vef-compact/index.js +2 -15
  58. package/es/vef-config-provider/global-style.js +16 -23
  59. package/es/vef-config-provider/hooks/use-ui-config.js +2 -126
  60. package/es/vef-config-provider/index.js +4 -121
  61. package/es/vef-config-provider/store.js +2 -21
  62. package/es/vef-container/index.js +2 -18
  63. package/es/vef-crud-page/components/crud-actions.js +2 -32
  64. package/es/vef-crud-page/components/crud-filter.js +2 -54
  65. package/es/vef-crud-page/components/crud-footer.js +4 -116
  66. package/es/vef-crud-page/components/crud-form-modal.js +2 -53
  67. package/es/vef-crud-page/components/crud-header.js +2 -29
  68. package/es/vef-crud-page/components/crud-table.js +2 -76
  69. package/es/vef-crud-page/hooks/use-action-buttons.js +2 -37
  70. package/es/vef-crud-page/hooks/use-crud-context.js +2 -20
  71. package/es/vef-crud-page/hooks/use-crud-schema.js +2 -116
  72. package/es/vef-crud-page/hooks/use-operation-buttons.js +2 -60
  73. package/es/vef-crud-page/index.js +2 -150
  74. package/es/vef-crud-page/store.js +2 -142
  75. package/es/vef-data-grid/index.js +2 -85
  76. package/es/vef-data-table/index.js +2 -9
  77. package/es/vef-divider/index.js +2 -24
  78. package/es/vef-drawer/components/action-button-wrapper.js +2 -49
  79. package/es/vef-drawer/components/button-props.js +1 -2
  80. package/es/vef-drawer/components/cancel-action-button.js +2 -21
  81. package/es/vef-drawer/components/ok-action-button.js +2 -20
  82. package/es/vef-drawer/context.js +2 -15
  83. package/es/vef-drawer/index.js +4 -154
  84. package/es/vef-dropdown/index.js +2 -92
  85. package/es/vef-dynamic-icon/index.js +2 -46
  86. package/es/vef-dynamic-icon/props.js +2 -6
  87. package/es/vef-empty/index.js +2 -37
  88. package/es/vef-empty-placeholder/index.js +5 -19
  89. package/es/vef-error/error-icon.js +2 -757
  90. package/es/vef-error/index.js +10 -48
  91. package/es/vef-filter/components/action-buttons.js +6 -119
  92. package/es/vef-filter/components/advanced-filter.js +9 -71
  93. package/es/vef-filter/components/basic-filter.js +5 -35
  94. package/es/vef-filter/components/fields/index.js +2 -19
  95. package/es/vef-filter/components/fields/input-number.js +2 -90
  96. package/es/vef-filter/components/fields/input.js +2 -67
  97. package/es/vef-filter/components/fields/radio.js +2 -109
  98. package/es/vef-filter/components/fields/select.js +2 -140
  99. package/es/vef-filter/components/fields/tree-select.js +2 -136
  100. package/es/vef-filter/components/filter-field.js +2 -19
  101. package/es/vef-filter/components/filter-item.js +2 -112
  102. package/es/vef-filter/event.js +2 -44
  103. package/es/vef-filter/helper.js +2 -15
  104. package/es/vef-filter/hooks/use-action-handlers.js +2 -70
  105. package/es/vef-filter/hooks/use-computed-values.js +2 -55
  106. package/es/vef-filter/hooks/use-filter-context.js +2 -18
  107. package/es/vef-filter/hooks/use-filter-initialization.js +2 -37
  108. package/es/vef-filter/hooks/use-filter-instance.js +2 -26
  109. package/es/vef-filter/hooks/use-filter-items.js +2 -23
  110. package/es/vef-filter/hooks/use-filter-values-change.js +2 -30
  111. package/es/vef-filter/hooks/use-label-config.js +2 -27
  112. package/es/vef-filter/index.js +3 -141
  113. package/es/vef-filter/store.js +2 -71
  114. package/es/vef-flex/index.js +2 -31
  115. package/es/vef-float-button/index.js +2 -49
  116. package/es/vef-float-button-group/index.js +2 -20
  117. package/es/vef-form/components/fields/icon-select.js +2 -65
  118. package/es/vef-form/components/fields/index.js +2 -25
  119. package/es/vef-form/components/fields/input-number.js +2 -123
  120. package/es/vef-form/components/fields/input.js +2 -132
  121. package/es/vef-form/components/fields/password.js +2 -115
  122. package/es/vef-form/components/fields/radio.js +2 -106
  123. package/es/vef-form/components/fields/select.js +2 -238
  124. package/es/vef-form/components/fields/textarea.js +2 -109
  125. package/es/vef-form/components/fields/tree-select.js +2 -234
  126. package/es/vef-form/components/form-actions.js +4 -58
  127. package/es/vef-form/components/form-content.js +3 -144
  128. package/es/vef-form/components/form-field.js +2 -22
  129. package/es/vef-form/components/form-group.js +4 -64
  130. package/es/vef-form/components/form-hidden-item.js +2 -36
  131. package/es/vef-form/components/form-item.js +2 -79
  132. package/es/vef-form/components/form-row.js +2 -98
  133. package/es/vef-form/event.js +2 -44
  134. package/es/vef-form/helper.js +2 -15
  135. package/es/vef-form/hooks/use-action-handlers.js +2 -130
  136. package/es/vef-form/hooks/use-columns-layout.js +2 -122
  137. package/es/vef-form/hooks/use-computed-values.js +2 -55
  138. package/es/vef-form/hooks/use-form-context.js +2 -14
  139. package/es/vef-form/hooks/use-form-initialization.js +2 -45
  140. package/es/vef-form/hooks/use-form-instance.js +2 -26
  141. package/es/vef-form/hooks/use-form-values-change.js +2 -30
  142. package/es/vef-form/hooks/use-label-width.js +2 -18
  143. package/es/vef-form/index.js +4 -174
  144. package/es/vef-form/store.js +2 -65
  145. package/es/vef-form/validation-rules.js +2 -286
  146. package/es/vef-form-drawer/index.js +2 -98
  147. package/es/vef-form-modal/index.js +2 -95
  148. package/es/vef-generic-select/index.js +2 -81
  149. package/es/vef-grid/index.js +7 -83
  150. package/es/vef-grid/props.js +2 -4
  151. package/es/vef-grid-item/index.js +2 -52
  152. package/es/vef-icon/index.js +2 -50
  153. package/es/vef-icon-select/index.js +12 -146
  154. package/es/vef-input/hooks/use-input-instance.js +2 -15
  155. package/es/vef-input/index.js +2 -64
  156. package/es/vef-input-number/hooks/use-input-number-instance.js +2 -13
  157. package/es/vef-input-number/index.js +2 -148
  158. package/es/vef-layout/common-styles.js +5 -10
  159. package/es/vef-layout/components/content.js +2 -13
  160. package/es/vef-layout/components/font-size.js +2 -68
  161. package/es/vef-layout/components/fullscreen.js +2 -23
  162. package/es/vef-layout/components/header-action-icons.js +7 -29
  163. package/es/vef-layout/components/header-content.js +2 -19
  164. package/es/vef-layout/components/header.js +7 -69
  165. package/es/vef-layout/components/icon-boy.js +2 -69
  166. package/es/vef-layout/components/icon-girl.js +2 -76
  167. package/es/vef-layout/components/icon-menu-fold-left.js +2 -23
  168. package/es/vef-layout/components/icon-menu-unfold-left.js +2 -23
  169. package/es/vef-layout/components/menu-groups.js +16 -123
  170. package/es/vef-layout/components/message.js +2 -11
  171. package/es/vef-layout/components/search.js +2 -11
  172. package/es/vef-layout/components/sider.js +6 -54
  173. package/es/vef-layout/components/title.js +9 -53
  174. package/es/vef-layout/components/user-avatar.js +10 -80
  175. package/es/vef-layout/hooks/use-layout-context.js +2 -10
  176. package/es/vef-layout/index.js +3 -33
  177. package/es/vef-layout/logo.svg.js +2 -4
  178. package/es/vef-layout/store.js +2 -16
  179. package/es/vef-line-chart/index.js +2 -38
  180. package/es/vef-loading-placeholder/index.js +6 -42
  181. package/es/vef-login/index.js +22 -152
  182. package/es/vef-login/login-icon.js +2 -668
  183. package/es/vef-menu/index.js +5 -77
  184. package/es/vef-modal/components/action-button-wrapper.js +2 -49
  185. package/es/vef-modal/components/button-props.js +1 -2
  186. package/es/vef-modal/components/cancel-action-button.js +2 -18
  187. package/es/vef-modal/components/ok-action-button.js +2 -20
  188. package/es/vef-modal/context.js +2 -15
  189. package/es/vef-modal/index.js +3 -239
  190. package/es/vef-not-found/index.js +10 -45
  191. package/es/vef-not-found/not-found-icon.js +2 -844
  192. package/es/vef-page/index.js +11 -87
  193. package/es/vef-pagination/index.js +2 -57
  194. package/es/vef-pagination/props.js +2 -13
  195. package/es/vef-paragraph/index.js +2 -89
  196. package/es/vef-password/hooks/use-password-instance.js +2 -13
  197. package/es/vef-password/index.js +2 -67
  198. package/es/vef-pie-chart/index.js +9 -70
  199. package/es/vef-popconfirm/index.js +2 -56
  200. package/es/vef-popover/index.js +2 -34
  201. package/es/vef-radio/hooks/use-data-options.js +2 -40
  202. package/es/vef-radio/hooks/use-radio-instance.js +2 -20
  203. package/es/vef-radio/index.js +4 -88
  204. package/es/vef-rate/hooks/use-rate-instance.js +2 -13
  205. package/es/vef-rate/index.js +2 -30
  206. package/es/vef-responsive-container/index.js +3 -54
  207. package/es/vef-responsive-item/index.js +3 -23
  208. package/es/vef-ribbon/index.js +2 -38
  209. package/es/vef-row/index.js +2 -12
  210. package/es/vef-scroll-area/components/scrollbar.js +8 -34
  211. package/es/vef-scroll-area/index.js +4 -69
  212. package/es/vef-select/components/option.js +4 -23
  213. package/es/vef-select/hooks/use-data-options.js +2 -47
  214. package/es/vef-select/hooks/use-field-names.js +2 -21
  215. package/es/vef-select/hooks/use-render-label.js +3 -23
  216. package/es/vef-select/hooks/use-render-option.js +2 -19
  217. package/es/vef-select/hooks/use-select-instance.js +2 -20
  218. package/es/vef-select/index.js +2 -100
  219. package/es/vef-slider/hooks/use-slider-instance.js +2 -13
  220. package/es/vef-slider/index.js +2 -34
  221. package/es/vef-sortable-list/components/overlay-item.js +3 -31
  222. package/es/vef-sortable-list/components/sortable-item.js +3 -75
  223. package/es/vef-sortable-list/hooks/use-merged-items.js +2 -21
  224. package/es/vef-sortable-list/index.js +2 -114
  225. package/es/vef-space/index.js +2 -25
  226. package/es/vef-spin/index.js +2 -12
  227. package/es/vef-splitter/index.js +2 -20
  228. package/es/vef-splitter-panel/index.js +2 -12
  229. package/es/vef-status/index.js +2 -37
  230. package/es/vef-table/components/columns/bool.js +2 -91
  231. package/es/vef-table/components/columns/code.js +2 -10
  232. package/es/vef-table/components/columns/data-dictionary.js +2 -92
  233. package/es/vef-table/components/columns/enum.js +2 -101
  234. package/es/vef-table/components/columns/file.js +2 -10
  235. package/es/vef-table/components/columns/icon.js +2 -10
  236. package/es/vef-table/components/columns/id.js +2 -82
  237. package/es/vef-table/components/columns/image.js +2 -11
  238. package/es/vef-table/components/columns/index.js +2 -33
  239. package/es/vef-table/components/columns/markdown.js +2 -10
  240. package/es/vef-table/components/columns/number.js +2 -83
  241. package/es/vef-table/components/columns/render.js +2 -28
  242. package/es/vef-table/components/columns/rich-text.js +2 -10
  243. package/es/vef-table/components/columns/text.js +2 -88
  244. package/es/vef-table/components/columns-settings.js +11 -195
  245. package/es/vef-table/components/operation-buttons.js +3 -230
  246. package/es/vef-table/components/settings-icon.js +4 -19
  247. package/es/vef-table/components/table-footer.js +4 -102
  248. package/es/vef-table/helper.js +2 -15
  249. package/es/vef-table/hooks/use-computed-batch-buttons.js +2 -33
  250. package/es/vef-table/hooks/use-computed-columns.js +2 -20
  251. package/es/vef-table/hooks/use-computed-values.js +2 -38
  252. package/es/vef-table/hooks/use-data.js +2 -57
  253. package/es/vef-table/hooks/use-default-column-configs.js +2 -27
  254. package/es/vef-table/hooks/use-display-value.js +2 -36
  255. package/es/vef-table/hooks/use-helper-columns.js +2 -67
  256. package/es/vef-table/hooks/use-operation-column-width.js +2 -50
  257. package/es/vef-table/hooks/use-pagination-props.js +2 -44
  258. package/es/vef-table/hooks/use-row-props.js +2 -39
  259. package/es/vef-table/hooks/use-row-selection-config.js +2 -112
  260. package/es/vef-table/hooks/use-selected-rows.js +2 -26
  261. package/es/vef-table/hooks/use-table-columns.js +2 -56
  262. package/es/vef-table/hooks/use-table-context.js +2 -21
  263. package/es/vef-table/hooks/use-table-instance.js +2 -15
  264. package/es/vef-table/hooks/use-table-summary.js +2 -42
  265. package/es/vef-table/hooks/use-table-width.js +2 -13
  266. package/es/vef-table/index.js +6 -227
  267. package/es/vef-table/store.js +2 -17
  268. package/es/vef-tabs/index.js +2 -25
  269. package/es/vef-tag/index.js +2 -28
  270. package/es/vef-temporal-picker/helper.js +2 -57
  271. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +2 -18
  272. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +2 -34
  273. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +2 -19
  274. package/es/vef-temporal-picker/index.js +2 -125
  275. package/es/vef-temporal-range-picker/helper.js +2 -57
  276. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +2 -23
  277. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +2 -34
  278. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +2 -19
  279. package/es/vef-temporal-range-picker/index.js +2 -128
  280. package/es/vef-temporal-range-picker/props.js +2 -4
  281. package/es/vef-text/index.js +2 -80
  282. package/es/vef-textarea/hooks/use-textarea-instance.js +2 -13
  283. package/es/vef-textarea/index.js +2 -67
  284. package/es/vef-title/index.js +7 -89
  285. package/es/vef-tooltip/index.js +2 -35
  286. package/es/vef-tree-select/hooks/use-change-handler.js +2 -33
  287. package/es/vef-tree-select/hooks/use-data-options.js +2 -45
  288. package/es/vef-tree-select/hooks/use-tree-select-instance.js +2 -20
  289. package/es/vef-tree-select/index.js +2 -89
  290. package/es/vef-virtual-grid/index.js +4 -107
  291. package/es/vef-virtual-list/index.js +5 -215
  292. package/lib/index.cjs +2 -186
  293. package/lib/internal/base.css.cjs +2 -8
  294. package/lib/internal/chart.cjs +2 -22
  295. package/lib/internal/index.cjs +2 -12
  296. package/lib/internal/modern-normalize.css.cjs +2 -8
  297. package/lib/internal/utils.cjs +2 -10
  298. package/lib/vef-access-denied/access-denied-icon.cjs +2 -932
  299. package/lib/vef-access-denied/index.cjs +10 -49
  300. package/lib/vef-access-denied/props.cjs +2 -4
  301. package/lib/vef-action-buttons/index.cjs +2 -79
  302. package/lib/vef-action-buttons/props.cjs +2 -4
  303. package/lib/vef-approval-flow-editor/components/edge.cjs +3 -87
  304. package/lib/vef-approval-flow-editor/components/label-value.cjs +9 -31
  305. package/lib/vef-approval-flow-editor/components/node-content.cjs +11 -49
  306. package/lib/vef-approval-flow-editor/components/node-selector.cjs +5 -37
  307. package/lib/vef-approval-flow-editor/components/node-toolbar.cjs +2 -25
  308. package/lib/vef-approval-flow-editor/components/nodes/approval.cjs +2 -28
  309. package/lib/vef-approval-flow-editor/components/nodes/condition.cjs +2 -28
  310. package/lib/vef-approval-flow-editor/components/nodes/end.cjs +2 -28
  311. package/lib/vef-approval-flow-editor/components/nodes/handle.cjs +2 -28
  312. package/lib/vef-approval-flow-editor/components/nodes/index.cjs +2 -21
  313. package/lib/vef-approval-flow-editor/components/nodes/submit.cjs +2 -28
  314. package/lib/vef-approval-flow-editor/components/selector-content.cjs +10 -52
  315. package/lib/vef-approval-flow-editor/components/source-handle.cjs +2 -44
  316. package/lib/vef-approval-flow-editor/components/target-handle.cjs +2 -13
  317. package/lib/vef-approval-flow-editor/constants.cjs +2 -227
  318. package/lib/vef-approval-flow-editor/helper.cjs +2 -90
  319. package/lib/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +2 -29
  320. package/lib/vef-approval-flow-editor/hooks/use-element-selection.cjs +2 -28
  321. package/lib/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +2 -55
  322. package/lib/vef-approval-flow-editor/index.cjs +2 -79
  323. package/lib/vef-approval-flow-editor/models/edge-node.cjs +2 -25
  324. package/lib/vef-approval-flow-editor/models/flow-node.cjs +2 -114
  325. package/lib/vef-approval-flow-editor/props.cjs +2 -4
  326. package/lib/vef-approval-flow-editor/store.cjs +2 -22
  327. package/lib/vef-approval-flow-editor/styles.cjs +13 -25
  328. package/lib/vef-approval-flow-editor/types.cjs +2 -20
  329. package/lib/vef-area-chart/index.cjs +2 -45
  330. package/lib/vef-area-chart/props.cjs +2 -4
  331. package/lib/vef-auto-sizer/index.cjs +2 -10
  332. package/lib/vef-auto-sizer/props.cjs +2 -4
  333. package/lib/vef-avatar/index.cjs +2 -24
  334. package/lib/vef-avatar/props.cjs +2 -4
  335. package/lib/vef-avatar-group/index.cjs +2 -29
  336. package/lib/vef-avatar-group/props.cjs +2 -4
  337. package/lib/vef-badge/index.cjs +2 -51
  338. package/lib/vef-badge/props.cjs +2 -4
  339. package/lib/vef-bar-chart/index.cjs +2 -45
  340. package/lib/vef-bar-chart/props.cjs +2 -4
  341. package/lib/vef-bool/hooks/use-bool-instance.cjs +2 -38
  342. package/lib/vef-bool/index.cjs +2 -64
  343. package/lib/vef-bool/props.cjs +2 -4
  344. package/lib/vef-breadcrumb/index.cjs +2 -52
  345. package/lib/vef-breadcrumb/props.cjs +2 -4
  346. package/lib/vef-button/components/base-button.cjs +2 -77
  347. package/lib/vef-button/index.cjs +2 -155
  348. package/lib/vef-button/props.cjs +2 -4
  349. package/lib/vef-card/index.cjs +2 -29
  350. package/lib/vef-card/props.cjs +2 -4
  351. package/lib/vef-card-meta/index.cjs +2 -16
  352. package/lib/vef-card-meta/props.cjs +2 -4
  353. package/lib/vef-chart-container/hooks/use-chart-container-context.cjs +2 -18
  354. package/lib/vef-chart-container/index.cjs +10 -84
  355. package/lib/vef-chart-container/props.cjs +2 -4
  356. package/lib/vef-chart-legend-content/index.cjs +11 -48
  357. package/lib/vef-chart-legend-content/props.cjs +2 -4
  358. package/lib/vef-chart-tooltip-content/index.cjs +23 -89
  359. package/lib/vef-chart-tooltip-content/props.cjs +2 -4
  360. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +2 -24
  361. package/lib/vef-checkbox/hooks/use-data-options.cjs +2 -44
  362. package/lib/vef-checkbox/index.cjs +4 -92
  363. package/lib/vef-checkbox/props.cjs +2 -4
  364. package/lib/vef-col/index.cjs +2 -15
  365. package/lib/vef-col/props.cjs +2 -4
  366. package/lib/vef-color-picker/index.cjs +2 -50
  367. package/lib/vef-color-picker/props.cjs +2 -4
  368. package/lib/vef-compact/index.cjs +2 -19
  369. package/lib/vef-compact/props.cjs +2 -4
  370. package/lib/vef-config-provider/global-style.cjs +16 -28
  371. package/lib/vef-config-provider/hooks/use-ui-config.cjs +2 -130
  372. package/lib/vef-config-provider/index.cjs +4 -125
  373. package/lib/vef-config-provider/props.cjs +2 -4
  374. package/lib/vef-config-provider/store.cjs +2 -27
  375. package/lib/vef-container/index.cjs +2 -22
  376. package/lib/vef-container/props.cjs +2 -4
  377. package/lib/vef-crud-page/components/crud-actions.cjs +2 -36
  378. package/lib/vef-crud-page/components/crud-filter.cjs +2 -58
  379. package/lib/vef-crud-page/components/crud-footer.cjs +4 -120
  380. package/lib/vef-crud-page/components/crud-form-modal.cjs +2 -57
  381. package/lib/vef-crud-page/components/crud-header.cjs +2 -33
  382. package/lib/vef-crud-page/components/crud-table.cjs +2 -80
  383. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +2 -41
  384. package/lib/vef-crud-page/hooks/use-crud-context.cjs +2 -24
  385. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +2 -120
  386. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +2 -64
  387. package/lib/vef-crud-page/index.cjs +2 -154
  388. package/lib/vef-crud-page/props.cjs +2 -4
  389. package/lib/vef-crud-page/store.cjs +2 -148
  390. package/lib/vef-crud-page/types.cjs +2 -4
  391. package/lib/vef-data-grid/index.cjs +2 -89
  392. package/lib/vef-data-grid/props.cjs +2 -4
  393. package/lib/vef-data-table/index.cjs +2 -13
  394. package/lib/vef-data-table/props.cjs +2 -4
  395. package/lib/vef-divider/index.cjs +2 -28
  396. package/lib/vef-divider/props.cjs +2 -4
  397. package/lib/vef-drawer/components/action-button-wrapper.cjs +2 -53
  398. package/lib/vef-drawer/components/button-props.cjs +2 -4
  399. package/lib/vef-drawer/components/cancel-action-button.cjs +2 -25
  400. package/lib/vef-drawer/components/ok-action-button.cjs +2 -24
  401. package/lib/vef-drawer/context.cjs +2 -21
  402. package/lib/vef-drawer/index.cjs +4 -159
  403. package/lib/vef-drawer/props.cjs +2 -4
  404. package/lib/vef-dropdown/index.cjs +2 -96
  405. package/lib/vef-dropdown/props.cjs +2 -4
  406. package/lib/vef-dynamic-icon/index.cjs +2 -50
  407. package/lib/vef-dynamic-icon/props.cjs +2 -10
  408. package/lib/vef-empty/index.cjs +2 -41
  409. package/lib/vef-empty/props.cjs +2 -4
  410. package/lib/vef-empty-placeholder/index.cjs +5 -23
  411. package/lib/vef-empty-placeholder/props.cjs +2 -4
  412. package/lib/vef-error/error-icon.cjs +2 -761
  413. package/lib/vef-error/index.cjs +10 -52
  414. package/lib/vef-error/props.cjs +2 -4
  415. package/lib/vef-filter/components/action-buttons.cjs +6 -123
  416. package/lib/vef-filter/components/advanced-filter.cjs +9 -75
  417. package/lib/vef-filter/components/basic-filter.cjs +5 -39
  418. package/lib/vef-filter/components/fields/index.cjs +2 -23
  419. package/lib/vef-filter/components/fields/input-number.cjs +2 -94
  420. package/lib/vef-filter/components/fields/input.cjs +2 -71
  421. package/lib/vef-filter/components/fields/props.cjs +2 -4
  422. package/lib/vef-filter/components/fields/radio.cjs +2 -113
  423. package/lib/vef-filter/components/fields/select.cjs +2 -144
  424. package/lib/vef-filter/components/fields/tree-select.cjs +2 -140
  425. package/lib/vef-filter/components/filter-field.cjs +2 -23
  426. package/lib/vef-filter/components/filter-item.cjs +2 -116
  427. package/lib/vef-filter/event.cjs +2 -48
  428. package/lib/vef-filter/helper.cjs +2 -19
  429. package/lib/vef-filter/hooks/use-action-handlers.cjs +2 -74
  430. package/lib/vef-filter/hooks/use-computed-values.cjs +2 -59
  431. package/lib/vef-filter/hooks/use-filter-context.cjs +2 -24
  432. package/lib/vef-filter/hooks/use-filter-initialization.cjs +2 -41
  433. package/lib/vef-filter/hooks/use-filter-instance.cjs +2 -30
  434. package/lib/vef-filter/hooks/use-filter-items.cjs +2 -27
  435. package/lib/vef-filter/hooks/use-filter-values-change.cjs +2 -34
  436. package/lib/vef-filter/hooks/use-label-config.cjs +2 -31
  437. package/lib/vef-filter/index.cjs +3 -145
  438. package/lib/vef-filter/props.cjs +2 -4
  439. package/lib/vef-filter/store.cjs +2 -77
  440. package/lib/vef-filter/types.cjs +2 -4
  441. package/lib/vef-flex/index.cjs +2 -35
  442. package/lib/vef-flex/props.cjs +2 -4
  443. package/lib/vef-float-button/index.cjs +2 -53
  444. package/lib/vef-float-button/props.cjs +2 -4
  445. package/lib/vef-float-button-group/index.cjs +2 -24
  446. package/lib/vef-float-button-group/props.cjs +2 -4
  447. package/lib/vef-form/components/fields/icon-select.cjs +2 -69
  448. package/lib/vef-form/components/fields/index.cjs +2 -29
  449. package/lib/vef-form/components/fields/input-number.cjs +2 -127
  450. package/lib/vef-form/components/fields/input.cjs +2 -136
  451. package/lib/vef-form/components/fields/password.cjs +2 -119
  452. package/lib/vef-form/components/fields/props.cjs +2 -4
  453. package/lib/vef-form/components/fields/radio.cjs +2 -110
  454. package/lib/vef-form/components/fields/select.cjs +2 -242
  455. package/lib/vef-form/components/fields/textarea.cjs +2 -113
  456. package/lib/vef-form/components/fields/tree-select.cjs +2 -238
  457. package/lib/vef-form/components/form-actions.cjs +4 -62
  458. package/lib/vef-form/components/form-content.cjs +3 -148
  459. package/lib/vef-form/components/form-field.cjs +2 -26
  460. package/lib/vef-form/components/form-group.cjs +4 -68
  461. package/lib/vef-form/components/form-hidden-item.cjs +2 -40
  462. package/lib/vef-form/components/form-item.cjs +2 -83
  463. package/lib/vef-form/components/form-row.cjs +2 -102
  464. package/lib/vef-form/event.cjs +2 -48
  465. package/lib/vef-form/helper.cjs +2 -19
  466. package/lib/vef-form/hooks/use-action-handlers.cjs +2 -134
  467. package/lib/vef-form/hooks/use-columns-layout.cjs +2 -126
  468. package/lib/vef-form/hooks/use-computed-values.cjs +2 -59
  469. package/lib/vef-form/hooks/use-form-context.cjs +2 -20
  470. package/lib/vef-form/hooks/use-form-initialization.cjs +2 -49
  471. package/lib/vef-form/hooks/use-form-instance.cjs +2 -30
  472. package/lib/vef-form/hooks/use-form-values-change.cjs +2 -34
  473. package/lib/vef-form/hooks/use-label-width.cjs +2 -22
  474. package/lib/vef-form/index.cjs +4 -178
  475. package/lib/vef-form/props.cjs +2 -4
  476. package/lib/vef-form/store.cjs +2 -71
  477. package/lib/vef-form/types.cjs +2 -4
  478. package/lib/vef-form/validation-rules.cjs +2 -312
  479. package/lib/vef-form-drawer/index.cjs +2 -102
  480. package/lib/vef-form-drawer/props.cjs +2 -4
  481. package/lib/vef-form-modal/index.cjs +2 -99
  482. package/lib/vef-form-modal/props.cjs +2 -4
  483. package/lib/vef-generic-select/index.cjs +2 -85
  484. package/lib/vef-generic-select/props.cjs +2 -4
  485. package/lib/vef-grid/index.cjs +7 -87
  486. package/lib/vef-grid/props.cjs +2 -8
  487. package/lib/vef-grid-item/index.cjs +2 -56
  488. package/lib/vef-grid-item/props.cjs +2 -4
  489. package/lib/vef-icon/index.cjs +2 -54
  490. package/lib/vef-icon/props.cjs +2 -4
  491. package/lib/vef-icon-select/index.cjs +12 -150
  492. package/lib/vef-icon-select/props.cjs +2 -4
  493. package/lib/vef-input/hooks/use-input-instance.cjs +2 -19
  494. package/lib/vef-input/index.cjs +2 -68
  495. package/lib/vef-input/props.cjs +2 -4
  496. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +2 -17
  497. package/lib/vef-input-number/index.cjs +2 -152
  498. package/lib/vef-input-number/props.cjs +2 -4
  499. package/lib/vef-layout/common-styles.cjs +5 -14
  500. package/lib/vef-layout/components/content.cjs +2 -17
  501. package/lib/vef-layout/components/font-size.cjs +2 -72
  502. package/lib/vef-layout/components/fullscreen.cjs +2 -27
  503. package/lib/vef-layout/components/header-action-icons.cjs +7 -33
  504. package/lib/vef-layout/components/header-content.cjs +2 -23
  505. package/lib/vef-layout/components/header.cjs +7 -73
  506. package/lib/vef-layout/components/icon-boy.cjs +2 -73
  507. package/lib/vef-layout/components/icon-girl.cjs +2 -80
  508. package/lib/vef-layout/components/icon-menu-fold-left.cjs +2 -27
  509. package/lib/vef-layout/components/icon-menu-unfold-left.cjs +2 -27
  510. package/lib/vef-layout/components/menu-groups.cjs +16 -127
  511. package/lib/vef-layout/components/message.cjs +2 -15
  512. package/lib/vef-layout/components/search.cjs +2 -15
  513. package/lib/vef-layout/components/sider.cjs +6 -58
  514. package/lib/vef-layout/components/title.cjs +9 -57
  515. package/lib/vef-layout/components/user-avatar.cjs +10 -84
  516. package/lib/vef-layout/hooks/use-layout-context.cjs +2 -16
  517. package/lib/vef-layout/index.cjs +3 -37
  518. package/lib/vef-layout/logo.svg.cjs +2 -8
  519. package/lib/vef-layout/props.cjs +2 -4
  520. package/lib/vef-layout/store.cjs +2 -22
  521. package/lib/vef-line-chart/index.cjs +2 -42
  522. package/lib/vef-line-chart/props.cjs +2 -4
  523. package/lib/vef-loading-placeholder/index.cjs +6 -46
  524. package/lib/vef-loading-placeholder/props.cjs +2 -4
  525. package/lib/vef-login/index.cjs +22 -156
  526. package/lib/vef-login/login-icon.cjs +2 -672
  527. package/lib/vef-login/props.cjs +2 -4
  528. package/lib/vef-menu/index.cjs +5 -81
  529. package/lib/vef-menu/props.cjs +2 -4
  530. package/lib/vef-modal/components/action-button-wrapper.cjs +2 -53
  531. package/lib/vef-modal/components/button-props.cjs +2 -4
  532. package/lib/vef-modal/components/cancel-action-button.cjs +2 -22
  533. package/lib/vef-modal/components/ok-action-button.cjs +2 -24
  534. package/lib/vef-modal/context.cjs +2 -21
  535. package/lib/vef-modal/index.cjs +3 -244
  536. package/lib/vef-modal/props.cjs +2 -4
  537. package/lib/vef-not-found/index.cjs +10 -49
  538. package/lib/vef-not-found/not-found-icon.cjs +2 -848
  539. package/lib/vef-not-found/props.cjs +2 -4
  540. package/lib/vef-page/index.cjs +11 -91
  541. package/lib/vef-page/props.cjs +2 -4
  542. package/lib/vef-pagination/index.cjs +2 -61
  543. package/lib/vef-pagination/props.cjs +2 -17
  544. package/lib/vef-paragraph/index.cjs +2 -93
  545. package/lib/vef-paragraph/props.cjs +2 -4
  546. package/lib/vef-password/hooks/use-password-instance.cjs +2 -17
  547. package/lib/vef-password/index.cjs +2 -71
  548. package/lib/vef-password/props.cjs +2 -4
  549. package/lib/vef-pie-chart/index.cjs +9 -74
  550. package/lib/vef-pie-chart/props.cjs +2 -4
  551. package/lib/vef-popconfirm/index.cjs +2 -60
  552. package/lib/vef-popconfirm/props.cjs +2 -4
  553. package/lib/vef-popover/index.cjs +2 -38
  554. package/lib/vef-popover/props.cjs +2 -4
  555. package/lib/vef-radio/hooks/use-data-options.cjs +2 -44
  556. package/lib/vef-radio/hooks/use-radio-instance.cjs +2 -24
  557. package/lib/vef-radio/index.cjs +4 -92
  558. package/lib/vef-radio/props.cjs +2 -4
  559. package/lib/vef-rate/hooks/use-rate-instance.cjs +2 -17
  560. package/lib/vef-rate/index.cjs +2 -34
  561. package/lib/vef-rate/props.cjs +2 -4
  562. package/lib/vef-responsive-container/index.cjs +3 -58
  563. package/lib/vef-responsive-container/props.cjs +2 -4
  564. package/lib/vef-responsive-item/index.cjs +3 -27
  565. package/lib/vef-responsive-item/props.cjs +2 -4
  566. package/lib/vef-ribbon/index.cjs +2 -42
  567. package/lib/vef-ribbon/props.cjs +2 -4
  568. package/lib/vef-row/index.cjs +2 -16
  569. package/lib/vef-row/props.cjs +2 -4
  570. package/lib/vef-scroll-area/components/scrollbar.cjs +8 -38
  571. package/lib/vef-scroll-area/index.cjs +4 -73
  572. package/lib/vef-scroll-area/props.cjs +2 -4
  573. package/lib/vef-select/components/option.cjs +4 -27
  574. package/lib/vef-select/hooks/use-data-options.cjs +2 -51
  575. package/lib/vef-select/hooks/use-field-names.cjs +2 -25
  576. package/lib/vef-select/hooks/use-render-label.cjs +3 -27
  577. package/lib/vef-select/hooks/use-render-option.cjs +2 -23
  578. package/lib/vef-select/hooks/use-select-instance.cjs +2 -24
  579. package/lib/vef-select/index.cjs +2 -104
  580. package/lib/vef-select/props.cjs +2 -4
  581. package/lib/vef-slider/hooks/use-slider-instance.cjs +2 -17
  582. package/lib/vef-slider/index.cjs +2 -38
  583. package/lib/vef-slider/props.cjs +2 -4
  584. package/lib/vef-sortable-list/components/overlay-item.cjs +3 -35
  585. package/lib/vef-sortable-list/components/sortable-item.cjs +3 -79
  586. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +2 -25
  587. package/lib/vef-sortable-list/index.cjs +2 -118
  588. package/lib/vef-sortable-list/props.cjs +2 -4
  589. package/lib/vef-space/index.cjs +2 -29
  590. package/lib/vef-space/props.cjs +2 -4
  591. package/lib/vef-spin/index.cjs +2 -16
  592. package/lib/vef-spin/props.cjs +2 -4
  593. package/lib/vef-splitter/index.cjs +2 -24
  594. package/lib/vef-splitter/props.cjs +2 -4
  595. package/lib/vef-splitter-panel/index.cjs +2 -16
  596. package/lib/vef-splitter-panel/props.cjs +2 -4
  597. package/lib/vef-status/index.cjs +2 -41
  598. package/lib/vef-status/props.cjs +2 -4
  599. package/lib/vef-table/components/columns/bool.cjs +2 -95
  600. package/lib/vef-table/components/columns/code.cjs +2 -14
  601. package/lib/vef-table/components/columns/data-dictionary.cjs +2 -96
  602. package/lib/vef-table/components/columns/enum.cjs +2 -105
  603. package/lib/vef-table/components/columns/file.cjs +2 -14
  604. package/lib/vef-table/components/columns/icon.cjs +2 -14
  605. package/lib/vef-table/components/columns/id.cjs +2 -86
  606. package/lib/vef-table/components/columns/image.cjs +2 -15
  607. package/lib/vef-table/components/columns/index.cjs +2 -37
  608. package/lib/vef-table/components/columns/markdown.cjs +2 -14
  609. package/lib/vef-table/components/columns/number.cjs +2 -87
  610. package/lib/vef-table/components/columns/props.cjs +2 -4
  611. package/lib/vef-table/components/columns/render.cjs +2 -32
  612. package/lib/vef-table/components/columns/rich-text.cjs +2 -14
  613. package/lib/vef-table/components/columns/text.cjs +2 -92
  614. package/lib/vef-table/components/columns-settings.cjs +11 -199
  615. package/lib/vef-table/components/operation-buttons.cjs +3 -234
  616. package/lib/vef-table/components/settings-icon.cjs +4 -23
  617. package/lib/vef-table/components/table-footer.cjs +4 -106
  618. package/lib/vef-table/helper.cjs +2 -19
  619. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +2 -37
  620. package/lib/vef-table/hooks/use-computed-columns.cjs +2 -24
  621. package/lib/vef-table/hooks/use-computed-values.cjs +2 -42
  622. package/lib/vef-table/hooks/use-data.cjs +2 -61
  623. package/lib/vef-table/hooks/use-default-column-configs.cjs +2 -31
  624. package/lib/vef-table/hooks/use-display-value.cjs +2 -40
  625. package/lib/vef-table/hooks/use-helper-columns.cjs +2 -71
  626. package/lib/vef-table/hooks/use-operation-column-width.cjs +2 -54
  627. package/lib/vef-table/hooks/use-pagination-props.cjs +2 -48
  628. package/lib/vef-table/hooks/use-row-props.cjs +2 -43
  629. package/lib/vef-table/hooks/use-row-selection-config.cjs +2 -116
  630. package/lib/vef-table/hooks/use-selected-rows.cjs +2 -30
  631. package/lib/vef-table/hooks/use-table-columns.cjs +2 -60
  632. package/lib/vef-table/hooks/use-table-context.cjs +2 -27
  633. package/lib/vef-table/hooks/use-table-instance.cjs +2 -19
  634. package/lib/vef-table/hooks/use-table-summary.cjs +2 -46
  635. package/lib/vef-table/hooks/use-table-width.cjs +2 -17
  636. package/lib/vef-table/index.cjs +6 -231
  637. package/lib/vef-table/props.cjs +2 -4
  638. package/lib/vef-table/store.cjs +2 -23
  639. package/lib/vef-table/types.cjs +2 -4
  640. package/lib/vef-tabs/index.cjs +2 -29
  641. package/lib/vef-tabs/props.cjs +2 -4
  642. package/lib/vef-tag/index.cjs +2 -32
  643. package/lib/vef-tag/props.cjs +2 -4
  644. package/lib/vef-temporal-picker/helper.cjs +2 -61
  645. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +2 -22
  646. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +2 -38
  647. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +2 -23
  648. package/lib/vef-temporal-picker/index.cjs +2 -129
  649. package/lib/vef-temporal-picker/props.cjs +2 -4
  650. package/lib/vef-temporal-range-picker/helper.cjs +2 -61
  651. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +2 -27
  652. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +2 -38
  653. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +2 -23
  654. package/lib/vef-temporal-range-picker/index.cjs +2 -132
  655. package/lib/vef-temporal-range-picker/props.cjs +2 -8
  656. package/lib/vef-text/index.cjs +2 -84
  657. package/lib/vef-text/props.cjs +2 -4
  658. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +2 -17
  659. package/lib/vef-textarea/index.cjs +2 -71
  660. package/lib/vef-textarea/props.cjs +2 -4
  661. package/lib/vef-title/index.cjs +7 -93
  662. package/lib/vef-title/props.cjs +2 -4
  663. package/lib/vef-tooltip/index.cjs +2 -39
  664. package/lib/vef-tooltip/props.cjs +2 -4
  665. package/lib/vef-tree-select/hooks/use-change-handler.cjs +2 -37
  666. package/lib/vef-tree-select/hooks/use-data-options.cjs +2 -49
  667. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +2 -24
  668. package/lib/vef-tree-select/index.cjs +2 -93
  669. package/lib/vef-tree-select/props.cjs +2 -4
  670. package/lib/vef-virtual-grid/index.cjs +4 -111
  671. package/lib/vef-virtual-grid/props.cjs +2 -4
  672. package/lib/vef-virtual-list/index.cjs +5 -219
  673. package/lib/vef-virtual-list/props.cjs +2 -4
  674. package/package.json +4 -4
@@ -1,669 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
- import { memo } from 'react';
4
-
5
- function SvgLoginIcon(props) {
6
- return /* @__PURE__ */ jsxs(
7
- "svg",
8
- {
9
- viewBox: "0 0 700 700",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- xmlnsXlink: "http://www.w3.org/1999/xlink",
12
- ...props,
13
- children: [
14
- /* @__PURE__ */ jsxs("defs", { children: [
15
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__u", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__c" }) }),
16
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__v", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__d" }) }),
17
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__w", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__e" }) }),
18
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__x", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__f" }) }),
19
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__y", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__g" }) }),
20
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__z", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__h" }) }),
21
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__A", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__i" }) }),
22
- /* @__PURE__ */ jsx("clipPath", { id: "login-icon_svg__B", children: /* @__PURE__ */ jsx("use", { xlinkHref: "#login-icon_svg__j" }) }),
23
- /* @__PURE__ */ jsx(
24
- "path",
25
- {
26
- d: "M311.3 464.9v29.6h9.8v-26.6c-3.5-2.6-7.1-3.1-9.8-3",
27
- id: "login-icon_svg__c"
28
- }
29
- ),
30
- /* @__PURE__ */ jsx(
31
- "path",
32
- {
33
- d: "M333.9 319.5s11.1-4 27.7 0 26.5 20.5 27 33.8c.6 13.3-5.4 95.3-27.4 116.1-21.9 20.7-77.3 10.5-88.6 6.2S253 454.2 253 454.2l56.7-40.3 3-86.5z",
34
- id: "login-icon_svg__d"
35
- }
36
- ),
37
- /* @__PURE__ */ jsx(
38
- "path",
39
- {
40
- d: "m296.9 315.3-1.3-.1s-13.8.4-18.2 5.8c-4.3 5.4-7.3 30.5-7.3 30.5l8.6 64.5s5.2 9.1 31.4 9.1 36.5-10.7 36.5-10.7l-2.4-30.2s4.4-6.8 5.1-14.2c.7-7.3-6.5-46.4-14.3-52.1s-25.2-3.2-25.2-3.2z",
41
- id: "login-icon_svg__e"
42
- }
43
- ),
44
- /* @__PURE__ */ jsx(
45
- "path",
46
- {
47
- d: "m280.3 414.8-1.6 1.2s-47.1 15.2-51.5 29.5 2.6 96.3 2.6 96.3 12.8 10.1 24.1-1l.9-76.6 47.6-17.6 13.8.4s16.5-11.8 17.5-12.6 14-10.1 14-10.1l-8-13.2z",
48
- id: "login-icon_svg__f"
49
- }
50
- ),
51
- /* @__PURE__ */ jsx(
52
- "path",
53
- {
54
- d: "M313.8 422.3s-24.9 21.2-27 36.9 0 84.8 0 84.8 16.1 10.7 27 0c0 0-4.5-63.1 5.2-73.8s26.8-20.4 28.9-36.3-1.2-19.6-1.2-19.6l-16.5-2.7z",
55
- id: "login-icon_svg__g"
56
- }
57
- ),
58
- /* @__PURE__ */ jsx(
59
- "path",
60
- {
61
- d: "M295.2 301.4s2.3 4.7.4 13.8c0 0 1.4 4.4 6.5 4.3s7.6-4.9 7.6-4.9-2.4-3.9-1.4-12.1l.1-3.1-6.4-4.3z",
62
- id: "login-icon_svg__h"
63
- }
64
- ),
65
- /* @__PURE__ */ jsx(
66
- "path",
67
- {
68
- d: "M280.7 276.4s-13.1-.5-5.8-26.9c0 0 6.7 5.1 18.7 5.8s25.3.4 27 21.7c.7 13.8-12.2 25.6-12.2 25.6l-11.7-7.4z",
69
- id: "login-icon_svg__i"
70
- }
71
- ),
72
- /* @__PURE__ */ jsx(
73
- "path",
74
- {
75
- d: "M280.1 273.1s-3.6 30 7.4 31.7 18.3-10.9 18.3-10.9 5.5-.7 5-6.5c-.6-5.8-4.9-3.6-4.9-3.6s-4.9-2.1-4.8-7.3c0 0-5.9 1.4-8.6-4.1 0 0-4.5 3.1-9-1.7 0 0-1.2 2.8-3.4 2.4",
76
- id: "login-icon_svg__j"
77
- }
78
- ),
79
- /* @__PURE__ */ jsxs("linearGradient", { id: "login-icon_svg__a", children: [
80
- /* @__PURE__ */ jsx("stop", { offset: 0, stopColor: "#b0d8ff" }),
81
- /* @__PURE__ */ jsx("stop", { offset: 0.015, stopColor: "#b3d9ff" }),
82
- /* @__PURE__ */ jsx("stop", { offset: 0.145, stopColor: "#c4e1ff" }),
83
- /* @__PURE__ */ jsx("stop", { offset: 0.301, stopColor: "#d1e7ff" }),
84
- /* @__PURE__ */ jsx("stop", { offset: 0.512, stopColor: "#d8eaff" }),
85
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#daebff" })
86
- ] }),
87
- /* @__PURE__ */ jsx(
88
- "linearGradient",
89
- {
90
- gradientUnits: "userSpaceOnUse",
91
- id: "login-icon_svg__k",
92
- x1: 128.383,
93
- x2: 131.427,
94
- xlinkHref: "#login-icon_svg__a",
95
- y1: 74.959,
96
- y2: 390.046
97
- }
98
- ),
99
- /* @__PURE__ */ jsxs(
100
- "linearGradient",
101
- {
102
- gradientTransform: "rotate(-2.292 542.315 401.673)",
103
- gradientUnits: "userSpaceOnUse",
104
- id: "login-icon_svg__l",
105
- x1: 101.309,
106
- x2: 101.309,
107
- y1: 417.977,
108
- y2: 484.522,
109
- children: [
110
- /* @__PURE__ */ jsx("stop", { offset: 0.366, stopColor: "#86cf94" }),
111
- /* @__PURE__ */ jsx("stop", { offset: 0.989, stopColor: "#008166" })
112
- ]
113
- }
114
- ),
115
- /* @__PURE__ */ jsx(
116
- "linearGradient",
117
- {
118
- gradientUnits: "userSpaceOnUse",
119
- id: "login-icon_svg__m",
120
- x1: 391.539,
121
- x2: 391.539,
122
- xlinkHref: "#login-icon_svg__a",
123
- y1: 112.999,
124
- y2: 364.581
125
- }
126
- )
127
- ] }),
128
- /* @__PURE__ */ jsx("path", { d: "M557.1 189.1h36.4v46.6h-36.4z", fill: "#b0d8ff" }),
129
- /* @__PURE__ */ jsx("path", { d: "M559.3 191.2h32v42.3h-32z", fill: "#fff" }),
130
- /* @__PURE__ */ jsx("path", { d: "M595.9 148.7h61.2v75.8h-61.2z", fill: "#b0d8ff" }),
131
- /* @__PURE__ */ jsx("path", { d: "M599.5 152.1h54.1v69h-54.1z", fill: "#fff" }),
132
- /* @__PURE__ */ jsx(
133
- "path",
134
- {
135
- d: "M247.3 367.5H17c-3 0-5.4-2.4-5.4-5.4V122.3c0-3 2.4-5.4 5.4-5.4h230.3c3 0 5.4 2.4 5.4 5.4v239.8c0 3-2.4 5.4-5.4 5.4",
136
- fill: "#b0d8ff"
137
- }
138
- ),
139
- /* @__PURE__ */ jsx(
140
- "path",
141
- {
142
- d: "M243.4 367.5H16.7c-2.8 0-5-2.3-5-5V126.3c0-2.8 2.3-5 5-5h226.7c2.8 0 5 2.3 5 5v236.2c0 2.7-2.2 5-5 5",
143
- fill: "url(#login-icon_svg__k)"
144
- }
145
- ),
146
- /* @__PURE__ */ jsx(
147
- "path",
148
- {
149
- d: "M237.9 177.9H23.6c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7",
150
- fill: "#d5e1f7"
151
- }
152
- ),
153
- /* @__PURE__ */ jsx(
154
- "path",
155
- {
156
- d: "M236.7 176.7H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7V175c.1.9-.7 1.7-1.7 1.7",
157
- fill: "#fff"
158
- }
159
- ),
160
- /* @__PURE__ */ jsx(
161
- "path",
162
- {
163
- d: "M238.1 359.7H23.7c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7H238c1 0 1.7.8 1.7 1.7V358c.1.9-.7 1.7-1.6 1.7",
164
- fill: "#d5e1f7"
165
- }
166
- ),
167
- /* @__PURE__ */ jsx(
168
- "path",
169
- {
170
- d: "M236.7 358H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7",
171
- fill: "#fff"
172
- }
173
- ),
174
- /* @__PURE__ */ jsx(
175
- "path",
176
- {
177
- d: "M93.5 324.7H31.4c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h62.1c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2M230.4 339.8h-199c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h199c1.8 0 3.2 1.4 3.2 3.2s-1.5 3.2-3.2 3.2",
178
- fill: "#d5e1f7"
179
- }
180
- ),
181
- /* @__PURE__ */ jsx(
182
- "path",
183
- {
184
- d: "M232.2 351.6H29.5c-.7 0-1.3-.6-1.3-1.3v-3.7c0-.7.6-1.3 1.3-1.3h202.7c.7 0 1.3.6 1.3 1.3v3.7c.1.7-.5 1.3-1.3 1.3",
185
- fill: "#ebf5ff"
186
- }
187
- ),
188
- /* @__PURE__ */ jsx(
189
- "path",
190
- {
191
- d: "M21.9 305V186.9c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3V305c0 .7-.6 1.3-1.3 1.3H23.2c-.7 0-1.3-.6-1.3-1.3",
192
- fill: "#d5e1f7"
193
- }
194
- ),
195
- /* @__PURE__ */ jsx(
196
- "path",
197
- {
198
- d: "M21 303.4V185.3c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3v118.2c0 .7-.6 1.3-1.3 1.3H22.3c-.8-.1-1.3-.7-1.3-1.4",
199
- fill: "#fff"
200
- }
201
- ),
202
- /* @__PURE__ */ jsx(
203
- "path",
204
- {
205
- d: "M78.1 303.9V188c0-1.3 1.1-2.4 2.4-2.4h157.3c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H80.5c-1.3 0-2.4-1.1-2.4-2.4",
206
- fill: "#d5e1f7"
207
- }
208
- ),
209
- /* @__PURE__ */ jsx(
210
- "path",
211
- {
212
- d: "M76.3 302.3V186.4c0-1.3 1.1-2.4 2.4-2.4H236c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H78.7c-1.3 0-2.4-1.1-2.4-2.4",
213
- fill: "#fff"
214
- }
215
- ),
216
- /* @__PURE__ */ jsx(
217
- "path",
218
- {
219
- d: "M130.9 195.4h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3",
220
- fill: "#00d967"
221
- }
222
- ),
223
- /* @__PURE__ */ jsx(
224
- "path",
225
- {
226
- d: "M229.8 210.5H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",
227
- fill: "#d5e1f7"
228
- }
229
- ),
230
- /* @__PURE__ */ jsx(
231
- "path",
232
- {
233
- d: "M229.8 222.3H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",
234
- fill: "#ebf5ff"
235
- }
236
- ),
237
- /* @__PURE__ */ jsx(
238
- "path",
239
- {
240
- d: "M130.9 234h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.8-.6 1.3-1.3 1.3",
241
- fill: "#00d967"
242
- }
243
- ),
244
- /* @__PURE__ */ jsx(
245
- "path",
246
- {
247
- d: "M229.8 249.1H83.9c-.7 0-1.3-.6-1.3-1.3V244c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .8-.6 1.3-1.3 1.3",
248
- fill: "#d5e1f7"
249
- }
250
- ),
251
- /* @__PURE__ */ jsx(
252
- "path",
253
- {
254
- d: "M229.8 260.9H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",
255
- fill: "#ebf5ff"
256
- }
257
- ),
258
- /* @__PURE__ */ jsx(
259
- "path",
260
- {
261
- d: "M130.9 272.7h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3",
262
- fill: "#00d967"
263
- }
264
- ),
265
- /* @__PURE__ */ jsx(
266
- "path",
267
- {
268
- d: "M229.8 287.8H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",
269
- fill: "#d5e1f7"
270
- }
271
- ),
272
- /* @__PURE__ */ jsx(
273
- "path",
274
- {
275
- d: "M229.8 299.6H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",
276
- fill: "#ebf5ff"
277
- }
278
- ),
279
- /* @__PURE__ */ jsx(
280
- "path",
281
- {
282
- d: "M61.8 225.8h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8V224c.1 1-.7 1.8-1.8 1.8M61.8 269.3h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8v33.1c.1 1-.7 1.8-1.8 1.8M124.5 172.2H80.4c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M71.3 172.2h-44c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.9 1.8M178.1 172.2H134c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c.1.9-.8 1.8-1.8 1.8M231.8 172.2h-44.1c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M231.6 154H26.1c-1.1 0-2-.9-2-2v-14.9c0-1.1.9-2 2-2h205.5c1.1 0 2 .9 2 2V152c0 1.1-.9 2-2 2",
283
- fill: "#daebff"
284
- }
285
- ),
286
- /* @__PURE__ */ jsx("ellipse", { cx: 256.5, cy: 565.8, fill: "#e2eefa", rx: 64.2, ry: 17.3 }),
287
- /* @__PURE__ */ jsx("ellipse", { cx: 98.2, cy: 538.9, fill: "#e2eefa", rx: 30.8, ry: 9.6 }),
288
- /* @__PURE__ */ jsx("ellipse", { cx: 315.6, cy: 545.4, fill: "#e2eefa", rx: 52.8, ry: 13 }),
289
- /* @__PURE__ */ jsx("ellipse", { cx: 613.8, cy: 523.6, fill: "#e2eefa", rx: 83.2, ry: 9.1 }),
290
- /* @__PURE__ */ jsx("ellipse", { cx: 450.3, cy: 569.4, fill: "#e2eefa", rx: 24, ry: 7.5 }),
291
- /* @__PURE__ */ jsx("path", { d: "M3 495.3h657v4.4H3z", fill: "#d3e2f9" }),
292
- /* @__PURE__ */ jsx(
293
- "path",
294
- {
295
- d: "M692.3 523.9H537.5c-1.9 0-3.4-1.5-3.4-3.4V261.1c0-1.9 1.5-3.4 3.4-3.4h154.8c1.9 0 3.4 1.5 3.4 3.4v259.4c.1 1.9-1.5 3.4-3.4 3.4",
296
- fill: "#d1e3ff"
297
- }
298
- ),
299
- /* @__PURE__ */ jsx("path", { d: "M548.9 452.9H615v55.7h-66.1z", fill: "#e3eeff" }),
300
- /* @__PURE__ */ jsx("path", { d: "M614.9 452.9h65.5v55.7h-65.5z", fill: "#e3eeff" }),
301
- /* @__PURE__ */ jsx(
302
- "path",
303
- {
304
- d: "M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z",
305
- fill: "#f5fcff"
306
- }
307
- ),
308
- /* @__PURE__ */ jsx("ellipse", { cx: 600.6, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
309
- /* @__PURE__ */ jsx("ellipse", { cx: 630.1, cy: 469.5, fill: "#d1e3ff", rx: 4.7, ry: 4.4 }),
310
- /* @__PURE__ */ jsxs("g", { stroke: "#b6d4ff", strokeMiterlimit: 10, children: [
311
- /* @__PURE__ */ jsx(
312
- "path",
313
- {
314
- d: "M552.2 282.6h11v36.7h-11zM563.2 282.6h11v36.7h-11zM574.3 282.6h11v36.7h-11zM585.3 282.6h11v36.7h-11zM596.3 282.6h11v36.7h-11zM617.3 343.4h11v36.7h-11zM628.3 343.4h11v36.7h-11zM600.847 359.237v10.5h-38.6v-10.5zM604.526 348.701v10.5h-38.6v-10.5z",
315
- fill: "#d1e3ff",
316
- strokeWidth: 0.221
317
- }
318
- ),
319
- /* @__PURE__ */ jsx(
320
- "path",
321
- {
322
- d: "M605.166 369.676v10.5h-38.6v-10.5zM639.3 343.4h11v36.7h-11zM650.3 343.4h11v36.7h-11zM661.3 343.4h11v36.7h-11zM560.1 404h11v36.7h-11zM571.1 404h11v36.7h-11zM582.1 404h11v36.7h-11zM593.1 404h11v36.7h-11zM604.1 404h11v36.7h-11zM631.3 316.4l-10.4 3.6-13.4-34.5 10.4-3.6zM643.1 316.4l-10.3 3.6-13.4-34.5 10.3-3.6z",
323
- fill: "#d1e3ff",
324
- strokeWidth: 0.221
325
- }
326
- ),
327
- /* @__PURE__ */ jsx(
328
- "path",
329
- {
330
- d: "m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z",
331
- fill: "#d1e3ff",
332
- strokeWidth: 0.221
333
- }
334
- ),
335
- /* @__PURE__ */ jsx(
336
- "ellipse",
337
- {
338
- cx: 649,
339
- cy: 414.6,
340
- fill: "#d1e3ff",
341
- rx: 16.5,
342
- ry: 15.7,
343
- strokeWidth: 0.221
344
- }
345
- ),
346
- /* @__PURE__ */ jsx(
347
- "path",
348
- {
349
- d: "M649 433.5c-11 0-19.9-8.5-19.9-18.9s8.9-18.9 19.9-18.9",
350
- fill: "none",
351
- strokeWidth: 0.515
352
- }
353
- ),
354
- /* @__PURE__ */ jsx(
355
- "path",
356
- {
357
- d: "M636.5 437.6h23.9v3.1h-23.9z",
358
- fill: "#d1e3ff",
359
- strokeWidth: 0.221
360
- }
361
- ),
362
- /* @__PURE__ */ jsx("path", { d: "M647.5 429.3h1.6v9h-1.6z", fill: "#d1e3ff", strokeWidth: 0.221 })
363
- ] }),
364
- /* @__PURE__ */ jsx(
365
- "path",
366
- {
367
- d: "M115.1 499.1s23.9-1.3 23.9-6.1c0-3.8-14.6-.6-14.6-.6s16-4.6 23.3-8.4c1.6-.8 3.3-1.7 4.4-3.2 1.1-1.4 1.6-3.5.7-5.1-1.2-2.1-4.2-2.3-6.7-2-9.8 1.2-16.7 6.4-25.6 10.9 6.5-3.3 12.2-7.4 17.6-12.2 5-4.4 10.7-8.6 14-14.5 2.1-3.7 2.9-9.2-.8-12.3-3.6-3-8.7-1.6-12.6-.2-10.5 3.7-19.7 11-25.7 20.3 1.6-4.4 2.8-8.8 3.6-13.4.3-1.8.5-4.1-1-5.2-2-1.4-4.6.5-6.1 2.3-3.7 4.5-6.5 9.8-8.3 15.4 1.2-12.5 2.4-25.3-.3-37.6-.6-2.8-1.5-5.6-3.2-7.9-1.8-2.3-4.6-3.9-7.4-3.6-2.7.3-4.9 2.2-6.8 4.2-5.9 6.5-9.3 15.2-9.5 24s2.8 17.6 8.3 24.4c-2.9-3.1-6.2-5.7-9.8-8-.8-.5-2-.9-2.6-.2-.3.4-.3.9-.3 1.4.5 6 4.5 10.9 8.4 15.5-7.8-9-19.9-14.1-31.8-13.2-1.4.1-3.1.4-3.8 1.7-.4.7-.4 1.6-.4 2.4.6 6 5.9 10.3 11.1 13.3 4.4 2.6 8.9 4.7 13.5 6.8-2.6-.4-5.3-.5-7.9-.3-.6 0-1.3.1-1.6.6-.7.9.3 2.1 1.2 2.8 6.6 4.8 15 7.1 23.1 6.5",
368
- fill: "#00d967"
369
- }
370
- ),
371
- /* @__PURE__ */ jsx(
372
- "path",
373
- {
374
- d: "M142.2 454.6c.3-.2.6.3.3.5-7.6 5.7-14.6 12.2-20.8 19.4-6.3 7.3-11.3 15.2-16.2 23.4-.2.3-.6.1-.5-.3 8.2-17.1 22-32 37.2-43m-34.3 6.1c-4.4 11.2-7 25.2-6.1 37.3 0 .3.5.3.5 0 .2-12.1 2-25.6 6.3-37 0-.4-.6-.6-.7-.3m-15.2-24.6c-2.1 20.5-.4 42.4 5.1 62.2.1.3.6.2.5-.2-2.1-10.4-4-20.8-4.8-31.4-.8-10.2-.7-20.4-.4-30.6 0-.2-.3-.2-.4 0m-18.5 30.6c6.2 8.7 13 24.9 21.1 32 .3.3.7-.2.5-.5-7.3-8-14.5-23.1-21-31.8-.3-.3-.8 0-.6.3m66.4 13.5c-12.2 5.5-24.8 12-35.2 20.6-.3.3 0 .8.4.6 11.4-7.6 22.4-15 35-20.7.2-.1.1-.6-.2-.5m-76-1.5c8.9 5.3 18.4 16.7 28.1 20.4.3.1.6-.3.2-.5-9.4-4.6-19-15.2-28.1-20.4-.2-.1-.5.4-.2.5",
375
- fill: "url(#login-icon_svg__l)",
376
- opacity: 0.45
377
- }
378
- ),
379
- /* @__PURE__ */ jsx("path", { d: "M75.9 497.7h52v43.5h-52z", fill: "#b0d8ff" }),
380
- /* @__PURE__ */ jsx("path", { d: "M117.7 497.7h10.2v43.5h-10.2z", fill: "#daebff" }),
381
- /* @__PURE__ */ jsx(
382
- "path",
383
- {
384
- d: "M511.9 340.1H275.6c-2.6 0-4.8-2.1-4.8-4.8V150.9c0-2.6 2.1-4.8 4.8-4.8h236.3c2.6 0 4.8 2.1 4.8 4.8v184.4c-.1 2.6-2.2 4.8-4.8 4.8",
385
- fill: "#b0d8ff"
386
- }
387
- ),
388
- /* @__PURE__ */ jsx(
389
- "path",
390
- {
391
- d: "M507.6 340.1H275.5c-2.6 0-4.7-2.1-4.7-4.7V155.5c0-2.6 2.1-4.7 4.7-4.7h232.1c2.6 0 4.7 2.1 4.7 4.7v179.9c-.1 2.6-2.2 4.7-4.7 4.7",
392
- fill: "url(#login-icon_svg__m)"
393
- }
394
- ),
395
- /* @__PURE__ */ jsx(
396
- "path",
397
- {
398
- d: "M340 170.4h-27.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H340c.9 0 1.7.9 1.7 2s-.7 2-1.7 2",
399
- fill: "#00d967"
400
- }
401
- ),
402
- /* @__PURE__ */ jsx(
403
- "path",
404
- {
405
- d: "M366.5 188.2h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2",
406
- fill: "#006dfe"
407
- }
408
- ),
409
- /* @__PURE__ */ jsx(
410
- "path",
411
- {
412
- d: "M385 188.2h70.1c.9 0 1.7-.9 1.7-2s-.8-2-1.7-2H385c-.9 0-1.7.9-1.7 2 0 1.2.8 2 1.7 2",
413
- fill: "#00d967"
414
- }
415
- ),
416
- /* @__PURE__ */ jsx(
417
- "path",
418
- {
419
- d: "M366.5 206.1h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",
420
- fill: "#006dfe"
421
- }
422
- ),
423
- /* @__PURE__ */ jsx(
424
- "path",
425
- {
426
- d: "M358.9 223.9h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",
427
- fill: "#00d967"
428
- }
429
- ),
430
- /* @__PURE__ */ jsx(
431
- "path",
432
- {
433
- d: "M456.4 223.9h-78.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h78.9c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M406.2 206.1H383c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h23.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M447 206.1h-23.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H447c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M343.7 241.8h-30.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h30.2c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",
434
- fill: "#006dfe"
435
- }
436
- ),
437
- /* @__PURE__ */ jsx(
438
- "path",
439
- {
440
- d: "M406.3 241.8h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",
441
- fill: "#00d967"
442
- }
443
- ),
444
- /* @__PURE__ */ jsx(
445
- "path",
446
- {
447
- d: "M439.8 241.8h-17.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h17.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M372.1 259.6h-26.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h26.9c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M436.5 259.6h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M421.8 277.4h-86.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h86.1c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2M486.2 277.4h-52c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h52c.9 0 1.7.9 1.7 2 0 1.2-.7 2-1.7 2M358.9 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",
448
- fill: "#006dfe"
449
- }
450
- ),
451
- /* @__PURE__ */ jsx(
452
- "path",
453
- {
454
- d: "M414.5 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2",
455
- fill: "#00d967"
456
- }
457
- ),
458
- /* @__PURE__ */ jsx(
459
- "path",
460
- {
461
- d: "M418.9 313.1h-69.8c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h69.8c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M288.8 166.4h3.4v4h-3.4zM288.8 184.3h3.4v4h-3.4zM288.8 202.1h3.4v4h-3.4zM288.8 219.9h3.4v4h-3.4zM288.8 237.8h3.4v4h-3.4zM288.8 255.6h3.4v4h-3.4zM288.8 264.5h3.4v4h-3.4zM288.8 273.5h3.4v4h-3.4zM288.8 282.4h3.4v4h-3.4zM288.8 291.3h3.4v4h-3.4zM288.8 300.2h3.4v4h-3.4zM288.8 309.1h3.4v4h-3.4zM288.8 318.1h3.4v4h-3.4zM468.4 321.2l-12.3-6.2c-.4-.2-.6-.6-.6-1.1v-1.3c0-.5.2-.9.6-1.1l12.3-6.2c.7-.3 1.4.2 1.4 1.1v.5c0 .5-.3.9-.6 1.1l-8.5 4.1c-.9.4-.9 1.8 0 2.2l8.5 4.1c.4.2.6.6.6 1.1v.5c.1 1-.7 1.6-1.4 1.2M479.6 301.9l-5.7 23.2c-.1.5-.5.9-1 .9-.7 0-1.2-.8-1-1.6l5.7-23.2c.1-.5.5-.9 1-.9.7 0 1.2.8 1 1.6M495.4 315.1l-12.3 6.2c-.7.3-1.4-.2-1.4-1.1v-.5c0-.5.3-.9.6-1.1l8.5-4.1c.9-.4.9-1.8 0-2.2l-8.5-4.1c-.4-.2-.6-.6-.6-1.1v-.5c0-.9.8-1.5 1.4-1.1l12.3 6.2c.4.2.6.6.6 1.1v1.3c.1.3-.2.8-.6 1",
462
- fill: "#006dfe"
463
- }
464
- ),
465
- /* @__PURE__ */ jsx("use", { fill: "#b0d8ff", xlinkHref: "#login-icon_svg__c" }),
466
- /* @__PURE__ */ jsx(
467
- "path",
468
- {
469
- clipPath: "url(#login-icon_svg__u)",
470
- d: "M309 470.5s8.4 1.5 13.2 10.4c4.8 9 8.8-1 7.9-5.1s-.4-8.3-2.9-11.4-7.2-7.6-13.7-5.9-7.3.8-6.9 4.6c.4 3.9 1 8 1 8",
471
- opacity: 0.34
472
- }
473
- ),
474
- /* @__PURE__ */ jsx("ellipse", { cx: 280.6, cy: 541, fill: "#191e56", rx: 7.5, ry: 8.3 }),
475
- /* @__PURE__ */ jsx(
476
- "path",
477
- {
478
- d: "M324.2 548.5c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3M359.8 541c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3",
479
- fill: "#191e56"
480
- }
481
- ),
482
- /* @__PURE__ */ jsx(
483
- "path",
484
- {
485
- d: "M309.5 494.3s6.6-2.7 13.6 0l.2 9.4 34.2 28.2v6.7h-10.1l-.1-5.2-26.3-20.3.2 25.6-1.3 6h-6.8l-1.3-6-.3-25-26.1 19.6-.1 5-9.4.1v-7.1l33.6-27.4v-5.7z",
486
- fill: "#0542bf"
487
- }
488
- ),
489
- /* @__PURE__ */ jsx("use", { fill: "#006dfe", xlinkHref: "#login-icon_svg__d" }),
490
- /* @__PURE__ */ jsx(
491
- "path",
492
- {
493
- clipPath: "url(#login-icon_svg__v)",
494
- d: "M336 315.5s10.5 1.8 16.1 14.8 4.4 32.4 2.9 57.6 5.8 25.8 6.6 43.3-3.3 34-26.4 41.9c-23.1 7.8-42.5 11.4-72.2 6.6l-22.1-25.2 10.7-49.1s20-20 22.5-35.1c2.5-15 21.9-52.5 29.7-58s32.2 3.2 32.2 3.2",
495
- fill: "#004efc"
496
- }
497
- ),
498
- /* @__PURE__ */ jsx("use", { fill: "#ffab00", xlinkHref: "#login-icon_svg__e" }),
499
- /* @__PURE__ */ jsx(
500
- "path",
501
- {
502
- clipPath: "url(#login-icon_svg__w)",
503
- d: "M327.2 327.4s-3.6 4.2-2.3 12c1.3 7.7 7 18.6 4.8 22.7s-6.3 11-5.4 12.6 2.7 2.5 2.7 2.5l11.8 7.5s3.1.9 5.3-.6l1.5.4-34.8 18.7-4-5.8s12.6-13.7 13.8-18.3c1.1-4.6.3-5 2.9-9.6s5.2-7.6 3.5-12.7-4.7-13.4-4.1-18.3 1-7.9 4.3-11.1M281.4 328s-2.2 9.1.1 20.2 8.2 39.8 8.2 39.8l1.4-.7c0 .1-9.7-48.9-9.7-59.3",
504
- fill: "#fe8e00"
505
- }
506
- ),
507
- /* @__PURE__ */ jsx(
508
- "path",
509
- {
510
- d: "M250 538.1s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8zM308.2 543.2s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8z",
511
- fill: "#ffab00"
512
- }
513
- ),
514
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__f" }),
515
- /* @__PURE__ */ jsx(
516
- "path",
517
- {
518
- clipPath: "url(#login-icon_svg__x)",
519
- d: "M225.7 436.9s19.1 4.3 22.6 28 7.6 41.1 7.6 41.1l9.7-34.8 34-18.2 21.1-16.6 10.7-24.5-16.9-8.9-51.4 4.3-27 14z",
520
- fill: "#1a1a7c"
521
- }
522
- ),
523
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__g" }),
524
- /* @__PURE__ */ jsx(
525
- "path",
526
- {
527
- clipPath: "url(#login-icon_svg__y)",
528
- d: "M282.4 491c.6-1.9 9.3-37.1 45.2-28.9l11.3-5.4s14.8-12.2 15.8-13.8c1.1-1.5.2-14 .3-15.7.2-1.7 0-19.9 0-19.9l-71.1-1.7 1 25.4-2.5 38.8z",
529
- fill: "#1a1a7c"
530
- }
531
- ),
532
- /* @__PURE__ */ jsx(
533
- "path",
534
- {
535
- d: "M118.4 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.3 0-.5-.2-.5-.5M392.3 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.2 0-.5-.2-.5-.5M186.9 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1M452 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1",
536
- fill: "#191e56"
537
- }
538
- ),
539
- /* @__PURE__ */ jsx(
540
- "path",
541
- {
542
- d: "M456.5 419.4H108.3c-.6 0-1-.4-1-1v-9.1c0-.6.4-1 1-1h348.3c.6 0 1 .4 1 1v9.1c-.1.6-.5 1-1.1 1",
543
- fill: "#0542bf"
544
- }
545
- ),
546
- /* @__PURE__ */ jsx("path", { d: "M359.7 382H432v8.8h-72.3z", fill: "#ffab00" }),
547
- /* @__PURE__ */ jsx("path", { d: "M361.6 390.8h72.3v8.8h-72.3z", fill: "#00d967" }),
548
- /* @__PURE__ */ jsx("path", { d: "M358.1 399.5h72.3v8.8h-72.3z", fill: "#de4d30" }),
549
- /* @__PURE__ */ jsx(
550
- "path",
551
- {
552
- d: "m187.5 299.9 3.9 5.4c1.8-3.8 5.6-5.5 8-6.3l-5.4-4.1s-.9 0-2.1.3c-1.5.5-3.3 1.6-4.2 4.3-.1.2-.1.3-.2.4",
553
- fill: "#9bb4c9"
554
- }
555
- ),
556
- /* @__PURE__ */ jsx(
557
- "path",
558
- {
559
- d: "M133.7 345.5c0 2.5 1.8 4.6 4.1 5.2.4.1.8.1 1.2.1s.7 0 1-.1c2.4-.5 4.3-2.6 4.3-5.2 0-1-.3-1.9-.7-2.6-.4-.6-.9-1.2-1.5-1.6-.9-.7-2-1-3.2-1-2.8-.2-5.2 2.2-5.2 5.2M181.4 294.3c0 1 .3 2 .8 2.8.4.6.9 1.2 1.5 1.6.8.6 1.9.9 3 .9.3 0 .7 0 1-.1.9-2.7 2.8-3.8 4.2-4.3.1-.3.1-.6.1-.9 0-2.9-2.4-5.3-5.3-5.3-3 0-5.3 2.4-5.3 5.3",
560
- fill: "#4143c5"
561
- }
562
- ),
563
- /* @__PURE__ */ jsx(
564
- "path",
565
- {
566
- d: "M142.1 341.2c.6.4 1.1 1 1.5 1.6l22.8-25.1 4.8-5.2 7-7.7 5.5-6.1c-.6-.4-1.1-.9-1.5-1.6l-6.6 7.2-4.6 5.1-4.9 5.4z",
567
- fill: "#9bb4c9"
568
- }
569
- ),
570
- /* @__PURE__ */ jsx(
571
- "path",
572
- {
573
- d: "M130.9 403.9v-.1c17.6-6.5 32.5-.5 33.7 0-3.5.9-16.7 3.8-33.7.1",
574
- fill: "#4143c5"
575
- }
576
- ),
577
- /* @__PURE__ */ jsx(
578
- "path",
579
- {
580
- d: "m137.8 350.6 7.9 45.4 1.1 6 .1.6 2.1-.4v-.2l-1.1-6.2-7.9-45.2c-.3.1-.7.1-1 .1-.4.1-.8 0-1.2-.1",
581
- fill: "#9bb4c9"
582
- }
583
- ),
584
- /* @__PURE__ */ jsx(
585
- "path",
586
- {
587
- d: "m190.7 308 5.4 12.1.9 2.1 8.1-6.9 7.3-6.8 4.4-4.1-1.5-1.3h-.1l-13.5-5.8s-.9.1-2.1.5c-2.4.7-6.2 2.4-8 6.3-.2.4-.4.9-.5 1.4-.2.7-.3 1.5-.4 2.5",
588
- fill: "#4143c5"
589
- }
590
- ),
591
- /* @__PURE__ */ jsx(
592
- "path",
593
- {
594
- d: "M211.2 317.7c5.4-5.1 7.7-11.3 5.3-13.9-2.5-2.6-8.8-.7-14.2 4.4s-7.7 11.3-5.3 13.9c2.5 2.7 8.8.7 14.2-4.4M130.9 403.9h33.7v4.4h-33.7z",
595
- fill: "#859ad0"
596
- }
597
- ),
598
- /* @__PURE__ */ jsx(
599
- "path",
600
- {
601
- d: "M476.3 514.8c0 .4-.1.8-.2 1.1-1.7 4.3-12.9 7.7-26.4 7.7-13.7 0-25-3.4-26.5-7.8l-.2-1c0-4.9 11.9-8.8 26.7-8.8 14.7 0 26.6 4 26.6 8.8",
602
- fill: "#191e56"
603
- }
604
- ),
605
- /* @__PURE__ */ jsx(
606
- "path",
607
- {
608
- d: "m476.1 516-9.2 54.1c-16.8 9.5-34.5 0-34.5 0l-9.2-54.3c1.5 4.4 12.8 7.8 26.5 7.8 13.5 0 24.7-3.3 26.4-7.6",
609
- fill: "#0542bf"
610
- }
611
- ),
612
- /* @__PURE__ */ jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__h" }),
613
- /* @__PURE__ */ jsx(
614
- "path",
615
- {
616
- clipPath: "url(#login-icon_svg__z)",
617
- d: "M294.9 307.3s8.9-1.8 16.6 4.3c0 0 .5-13.1.9-13.5.3-.4-14.3-7-14.3-7s-5.2 3.1-5.3 5.5c-.2 2.5 2.1 10.7 2.1 10.7",
618
- fill: "#ea756c"
619
- }
620
- ),
621
- /* @__PURE__ */ jsx("use", { fill: "#1e2889", xlinkHref: "#login-icon_svg__i" }),
622
- /* @__PURE__ */ jsx(
623
- "path",
624
- {
625
- clipPath: "url(#login-icon_svg__A)",
626
- d: "M271.2 267.3s.2 1.5 6 0 13.1-3.9 22.7 2.3 13.2 19.1 20.8 17.6l-5.7 12.2-12.4 8s-19.8-5.7-20.6-7.9-6.4-15.5-7.2-17.5-2-7.1-2-7.1z",
627
- fill: "#172272"
628
- }
629
- ),
630
- /* @__PURE__ */ jsx("use", { fill: "#ffaca6", xlinkHref: "#login-icon_svg__j" }),
631
- /* @__PURE__ */ jsx(
632
- "path",
633
- {
634
- clipPath: "url(#login-icon_svg__B)",
635
- d: "M278.1 277s6.9.6 13.6 2 10.2 11.1 17.2 10c7.1-1.2 4-5 4-5l-6.6-8.9-15.4-5-9.3-1.5-3.8 3.1z",
636
- fill: "#ea756c"
637
- }
638
- ),
639
- /* @__PURE__ */ jsx(
640
- "path",
641
- {
642
- d: "M327 377.2s-11.3 11.9-19.9 14.9-12.7 0-16.1 6.9l-.7 1.5s12.4 4 21.3-.4l27.2-15.4z",
643
- fill: "#ffaca6"
644
- }
645
- ),
646
- /* @__PURE__ */ jsx("path", { d: "M225.7 400.9h101.8v7.4H225.7z", fill: "#78c2ff" }),
647
- /* @__PURE__ */ jsx("path", { d: "M300.5 408.3h-88.7L199 346.1h88.7z", fill: "#b0d8ff" }),
648
- /* @__PURE__ */ jsx("path", { d: "M293.9 408.3h-88.7l-12.9-62.2H281z", fill: "#78c2ff" }),
649
- /* @__PURE__ */ jsx("path", { d: "M456.5 375.6h44.2v19.5h-44.2z", fill: "#daebff" }),
650
- /* @__PURE__ */ jsx("path", { d: "M474.3 395.2h44.2v19.5h-44.2z", fill: "#ebf5ff" }),
651
- /* @__PURE__ */ jsx(
652
- "ellipse",
653
- {
654
- cx: 239.6,
655
- cy: 372,
656
- fill: "#fff",
657
- rx: 8.3,
658
- ry: 9.2,
659
- transform: "rotate(-8.069 239.64 372.176)"
660
- }
661
- )
662
- ]
663
- }
664
- );
665
- }
666
- const Memo = memo(SvgLoginIcon);
667
-
668
- export { Memo as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsxs as l,jsx as c}from"@emotion/react/jsx-runtime";import{memo as i}from"react";const h=i((function SvgLoginIcon(i){return l("svg",{viewBox:"0 0 700 700",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...i,children:[l("defs",{children:[c("clipPath",{id:"login-icon_svg__u",children:c("use",{xlinkHref:"#login-icon_svg__c"})}),c("clipPath",{id:"login-icon_svg__v",children:c("use",{xlinkHref:"#login-icon_svg__d"})}),c("clipPath",{id:"login-icon_svg__w",children:c("use",{xlinkHref:"#login-icon_svg__e"})}),c("clipPath",{id:"login-icon_svg__x",children:c("use",{xlinkHref:"#login-icon_svg__f"})}),c("clipPath",{id:"login-icon_svg__y",children:c("use",{xlinkHref:"#login-icon_svg__g"})}),c("clipPath",{id:"login-icon_svg__z",children:c("use",{xlinkHref:"#login-icon_svg__h"})}),c("clipPath",{id:"login-icon_svg__A",children:c("use",{xlinkHref:"#login-icon_svg__i"})}),c("clipPath",{id:"login-icon_svg__B",children:c("use",{xlinkHref:"#login-icon_svg__j"})}),c("path",{d:"M311.3 464.9v29.6h9.8v-26.6c-3.5-2.6-7.1-3.1-9.8-3",id:"login-icon_svg__c"}),c("path",{d:"M333.9 319.5s11.1-4 27.7 0 26.5 20.5 27 33.8c.6 13.3-5.4 95.3-27.4 116.1-21.9 20.7-77.3 10.5-88.6 6.2S253 454.2 253 454.2l56.7-40.3 3-86.5z",id:"login-icon_svg__d"}),c("path",{d:"m296.9 315.3-1.3-.1s-13.8.4-18.2 5.8c-4.3 5.4-7.3 30.5-7.3 30.5l8.6 64.5s5.2 9.1 31.4 9.1 36.5-10.7 36.5-10.7l-2.4-30.2s4.4-6.8 5.1-14.2c.7-7.3-6.5-46.4-14.3-52.1s-25.2-3.2-25.2-3.2z",id:"login-icon_svg__e"}),c("path",{d:"m280.3 414.8-1.6 1.2s-47.1 15.2-51.5 29.5 2.6 96.3 2.6 96.3 12.8 10.1 24.1-1l.9-76.6 47.6-17.6 13.8.4s16.5-11.8 17.5-12.6 14-10.1 14-10.1l-8-13.2z",id:"login-icon_svg__f"}),c("path",{d:"M313.8 422.3s-24.9 21.2-27 36.9 0 84.8 0 84.8 16.1 10.7 27 0c0 0-4.5-63.1 5.2-73.8s26.8-20.4 28.9-36.3-1.2-19.6-1.2-19.6l-16.5-2.7z",id:"login-icon_svg__g"}),c("path",{d:"M295.2 301.4s2.3 4.7.4 13.8c0 0 1.4 4.4 6.5 4.3s7.6-4.9 7.6-4.9-2.4-3.9-1.4-12.1l.1-3.1-6.4-4.3z",id:"login-icon_svg__h"}),c("path",{d:"M280.7 276.4s-13.1-.5-5.8-26.9c0 0 6.7 5.1 18.7 5.8s25.3.4 27 21.7c.7 13.8-12.2 25.6-12.2 25.6l-11.7-7.4z",id:"login-icon_svg__i"}),c("path",{d:"M280.1 273.1s-3.6 30 7.4 31.7 18.3-10.9 18.3-10.9 5.5-.7 5-6.5c-.6-5.8-4.9-3.6-4.9-3.6s-4.9-2.1-4.8-7.3c0 0-5.9 1.4-8.6-4.1 0 0-4.5 3.1-9-1.7 0 0-1.2 2.8-3.4 2.4",id:"login-icon_svg__j"}),l("linearGradient",{id:"login-icon_svg__a",children:[c("stop",{offset:0,stopColor:"#b0d8ff"}),c("stop",{offset:.015,stopColor:"#b3d9ff"}),c("stop",{offset:.145,stopColor:"#c4e1ff"}),c("stop",{offset:.301,stopColor:"#d1e7ff"}),c("stop",{offset:.512,stopColor:"#d8eaff"}),c("stop",{offset:1,stopColor:"#daebff"})]}),c("linearGradient",{gradientUnits:"userSpaceOnUse",id:"login-icon_svg__k",x1:128.383,x2:131.427,xlinkHref:"#login-icon_svg__a",y1:74.959,y2:390.046}),l("linearGradient",{gradientTransform:"rotate(-2.292 542.315 401.673)",gradientUnits:"userSpaceOnUse",id:"login-icon_svg__l",x1:101.309,x2:101.309,y1:417.977,y2:484.522,children:[c("stop",{offset:.366,stopColor:"#86cf94"}),c("stop",{offset:.989,stopColor:"#008166"})]}),c("linearGradient",{gradientUnits:"userSpaceOnUse",id:"login-icon_svg__m",x1:391.539,x2:391.539,xlinkHref:"#login-icon_svg__a",y1:112.999,y2:364.581})]}),c("path",{d:"M557.1 189.1h36.4v46.6h-36.4z",fill:"#b0d8ff"}),c("path",{d:"M559.3 191.2h32v42.3h-32z",fill:"#fff"}),c("path",{d:"M595.9 148.7h61.2v75.8h-61.2z",fill:"#b0d8ff"}),c("path",{d:"M599.5 152.1h54.1v69h-54.1z",fill:"#fff"}),c("path",{d:"M247.3 367.5H17c-3 0-5.4-2.4-5.4-5.4V122.3c0-3 2.4-5.4 5.4-5.4h230.3c3 0 5.4 2.4 5.4 5.4v239.8c0 3-2.4 5.4-5.4 5.4",fill:"#b0d8ff"}),c("path",{d:"M243.4 367.5H16.7c-2.8 0-5-2.3-5-5V126.3c0-2.8 2.3-5 5-5h226.7c2.8 0 5 2.3 5 5v236.2c0 2.7-2.2 5-5 5",fill:"url(#login-icon_svg__k)"}),c("path",{d:"M237.9 177.9H23.6c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7",fill:"#d5e1f7"}),c("path",{d:"M236.7 176.7H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7V175c.1.9-.7 1.7-1.7 1.7",fill:"#fff"}),c("path",{d:"M238.1 359.7H23.7c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7H238c1 0 1.7.8 1.7 1.7V358c.1.9-.7 1.7-1.6 1.7",fill:"#d5e1f7"}),c("path",{d:"M236.7 358H22.4c-1 0-1.7-.8-1.7-1.7v-42.6c0-1 .8-1.7 1.7-1.7h214.3c1 0 1.7.8 1.7 1.7v42.6c.1.9-.7 1.7-1.7 1.7",fill:"#fff"}),c("path",{d:"M93.5 324.7H31.4c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h62.1c1.8 0 3.2 1.4 3.2 3.2s-1.4 3.2-3.2 3.2M230.4 339.8h-199c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2h199c1.8 0 3.2 1.4 3.2 3.2s-1.5 3.2-3.2 3.2",fill:"#d5e1f7"}),c("path",{d:"M232.2 351.6H29.5c-.7 0-1.3-.6-1.3-1.3v-3.7c0-.7.6-1.3 1.3-1.3h202.7c.7 0 1.3.6 1.3 1.3v3.7c.1.7-.5 1.3-1.3 1.3",fill:"#ebf5ff"}),c("path",{d:"M21.9 305V186.9c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3V305c0 .7-.6 1.3-1.3 1.3H23.2c-.7 0-1.3-.6-1.3-1.3",fill:"#d5e1f7"}),c("path",{d:"M21 303.4V185.3c0-.7.6-1.3 1.3-1.3h43.5c.7 0 1.3.6 1.3 1.3v118.2c0 .7-.6 1.3-1.3 1.3H22.3c-.8-.1-1.3-.7-1.3-1.4",fill:"#fff"}),c("path",{d:"M78.1 303.9V188c0-1.3 1.1-2.4 2.4-2.4h157.3c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H80.5c-1.3 0-2.4-1.1-2.4-2.4",fill:"#d5e1f7"}),c("path",{d:"M76.3 302.3V186.4c0-1.3 1.1-2.4 2.4-2.4H236c1.3 0 2.4 1.1 2.4 2.4v115.9c0 1.3-1.1 2.4-2.4 2.4H78.7c-1.3 0-2.4-1.1-2.4-2.4",fill:"#fff"}),c("path",{d:"M130.9 195.4h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3",fill:"#00d967"}),c("path",{d:"M229.8 210.5H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",fill:"#d5e1f7"}),c("path",{d:"M229.8 222.3H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",fill:"#ebf5ff"}),c("path",{d:"M130.9 234h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.8-.6 1.3-1.3 1.3",fill:"#00d967"}),c("path",{d:"M229.8 249.1H83.9c-.7 0-1.3-.6-1.3-1.3V244c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .8-.6 1.3-1.3 1.3",fill:"#d5e1f7"}),c("path",{d:"M229.8 260.9H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",fill:"#ebf5ff"}),c("path",{d:"M130.9 272.7h-47c-.7 0-1.3-.6-1.3-1.3v-3.9c0-.7.6-1.3 1.3-1.3h47c.7 0 1.3.6 1.3 1.3v3.9c-.1.7-.6 1.3-1.3 1.3",fill:"#00d967"}),c("path",{d:"M229.8 287.8H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",fill:"#d5e1f7"}),c("path",{d:"M229.8 299.6H83.9c-.7 0-1.3-.6-1.3-1.3v-3.8c0-.7.6-1.3 1.3-1.3h145.9c.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3",fill:"#ebf5ff"}),c("path",{d:"M61.8 225.8h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8V224c.1 1-.7 1.8-1.8 1.8M61.8 269.3h-36c-1 0-1.8-.8-1.8-1.8v-33.1c0-1 .8-1.8 1.8-1.8h36c1 0 1.8.8 1.8 1.8v33.1c.1 1-.7 1.8-1.8 1.8M124.5 172.2H80.4c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M71.3 172.2h-44c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.9 1.8M178.1 172.2H134c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c.1.9-.8 1.8-1.8 1.8M231.8 172.2h-44.1c-1 0-1.8-.8-1.8-1.8v-9.9c0-1 .8-1.8 1.8-1.8h44.1c1 0 1.8.8 1.8 1.8v9.9c0 .9-.8 1.8-1.8 1.8M231.6 154H26.1c-1.1 0-2-.9-2-2v-14.9c0-1.1.9-2 2-2h205.5c1.1 0 2 .9 2 2V152c0 1.1-.9 2-2 2",fill:"#daebff"}),c("ellipse",{cx:256.5,cy:565.8,fill:"#e2eefa",rx:64.2,ry:17.3}),c("ellipse",{cx:98.2,cy:538.9,fill:"#e2eefa",rx:30.8,ry:9.6}),c("ellipse",{cx:315.6,cy:545.4,fill:"#e2eefa",rx:52.8,ry:13}),c("ellipse",{cx:613.8,cy:523.6,fill:"#e2eefa",rx:83.2,ry:9.1}),c("ellipse",{cx:450.3,cy:569.4,fill:"#e2eefa",rx:24,ry:7.5}),c("path",{d:"M3 495.3h657v4.4H3z",fill:"#d3e2f9"}),c("path",{d:"M692.3 523.9H537.5c-1.9 0-3.4-1.5-3.4-3.4V261.1c0-1.9 1.5-3.4 3.4-3.4h154.8c1.9 0 3.4 1.5 3.4 3.4v259.4c.1 1.9-1.5 3.4-3.4 3.4",fill:"#d1e3ff"}),c("path",{d:"M548.9 452.9H615v55.7h-66.1z",fill:"#e3eeff"}),c("path",{d:"M614.9 452.9h65.5v55.7h-65.5z",fill:"#e3eeff"}),c("path",{d:"M548.9 271.8h131.6V320H548.9zM548.9 332.2h131.6v48.2H548.9zM548.9 392.6h131.6v48.2H548.9z",fill:"#f5fcff"}),c("ellipse",{cx:600.6,cy:469.5,fill:"#d1e3ff",rx:4.7,ry:4.4}),c("ellipse",{cx:630.1,cy:469.5,fill:"#d1e3ff",rx:4.7,ry:4.4}),l("g",{stroke:"#b6d4ff",strokeMiterlimit:10,children:[c("path",{d:"M552.2 282.6h11v36.7h-11zM563.2 282.6h11v36.7h-11zM574.3 282.6h11v36.7h-11zM585.3 282.6h11v36.7h-11zM596.3 282.6h11v36.7h-11zM617.3 343.4h11v36.7h-11zM628.3 343.4h11v36.7h-11zM600.847 359.237v10.5h-38.6v-10.5zM604.526 348.701v10.5h-38.6v-10.5z",fill:"#d1e3ff",strokeWidth:.221}),c("path",{d:"M605.166 369.676v10.5h-38.6v-10.5zM639.3 343.4h11v36.7h-11zM650.3 343.4h11v36.7h-11zM661.3 343.4h11v36.7h-11zM560.1 404h11v36.7h-11zM571.1 404h11v36.7h-11zM582.1 404h11v36.7h-11zM593.1 404h11v36.7h-11zM604.1 404h11v36.7h-11zM631.3 316.4l-10.4 3.6-13.4-34.5 10.4-3.6zM643.1 316.4l-10.3 3.6-13.4-34.5 10.3-3.6z",fill:"#d1e3ff",strokeWidth:.221}),c("path",{d:"m664.9 313-8.8 6.3-23.3-29.3 8.8-6.3z",fill:"#d1e3ff",strokeWidth:.221}),c("ellipse",{cx:649,cy:414.6,fill:"#d1e3ff",rx:16.5,ry:15.7,strokeWidth:.221}),c("path",{d:"M649 433.5c-11 0-19.9-8.5-19.9-18.9s8.9-18.9 19.9-18.9",fill:"none",strokeWidth:.515}),c("path",{d:"M636.5 437.6h23.9v3.1h-23.9z",fill:"#d1e3ff",strokeWidth:.221}),c("path",{d:"M647.5 429.3h1.6v9h-1.6z",fill:"#d1e3ff",strokeWidth:.221})]}),c("path",{d:"M115.1 499.1s23.9-1.3 23.9-6.1c0-3.8-14.6-.6-14.6-.6s16-4.6 23.3-8.4c1.6-.8 3.3-1.7 4.4-3.2 1.1-1.4 1.6-3.5.7-5.1-1.2-2.1-4.2-2.3-6.7-2-9.8 1.2-16.7 6.4-25.6 10.9 6.5-3.3 12.2-7.4 17.6-12.2 5-4.4 10.7-8.6 14-14.5 2.1-3.7 2.9-9.2-.8-12.3-3.6-3-8.7-1.6-12.6-.2-10.5 3.7-19.7 11-25.7 20.3 1.6-4.4 2.8-8.8 3.6-13.4.3-1.8.5-4.1-1-5.2-2-1.4-4.6.5-6.1 2.3-3.7 4.5-6.5 9.8-8.3 15.4 1.2-12.5 2.4-25.3-.3-37.6-.6-2.8-1.5-5.6-3.2-7.9-1.8-2.3-4.6-3.9-7.4-3.6-2.7.3-4.9 2.2-6.8 4.2-5.9 6.5-9.3 15.2-9.5 24s2.8 17.6 8.3 24.4c-2.9-3.1-6.2-5.7-9.8-8-.8-.5-2-.9-2.6-.2-.3.4-.3.9-.3 1.4.5 6 4.5 10.9 8.4 15.5-7.8-9-19.9-14.1-31.8-13.2-1.4.1-3.1.4-3.8 1.7-.4.7-.4 1.6-.4 2.4.6 6 5.9 10.3 11.1 13.3 4.4 2.6 8.9 4.7 13.5 6.8-2.6-.4-5.3-.5-7.9-.3-.6 0-1.3.1-1.6.6-.7.9.3 2.1 1.2 2.8 6.6 4.8 15 7.1 23.1 6.5",fill:"#00d967"}),c("path",{d:"M142.2 454.6c.3-.2.6.3.3.5-7.6 5.7-14.6 12.2-20.8 19.4-6.3 7.3-11.3 15.2-16.2 23.4-.2.3-.6.1-.5-.3 8.2-17.1 22-32 37.2-43m-34.3 6.1c-4.4 11.2-7 25.2-6.1 37.3 0 .3.5.3.5 0 .2-12.1 2-25.6 6.3-37 0-.4-.6-.6-.7-.3m-15.2-24.6c-2.1 20.5-.4 42.4 5.1 62.2.1.3.6.2.5-.2-2.1-10.4-4-20.8-4.8-31.4-.8-10.2-.7-20.4-.4-30.6 0-.2-.3-.2-.4 0m-18.5 30.6c6.2 8.7 13 24.9 21.1 32 .3.3.7-.2.5-.5-7.3-8-14.5-23.1-21-31.8-.3-.3-.8 0-.6.3m66.4 13.5c-12.2 5.5-24.8 12-35.2 20.6-.3.3 0 .8.4.6 11.4-7.6 22.4-15 35-20.7.2-.1.1-.6-.2-.5m-76-1.5c8.9 5.3 18.4 16.7 28.1 20.4.3.1.6-.3.2-.5-9.4-4.6-19-15.2-28.1-20.4-.2-.1-.5.4-.2.5",fill:"url(#login-icon_svg__l)",opacity:.45}),c("path",{d:"M75.9 497.7h52v43.5h-52z",fill:"#b0d8ff"}),c("path",{d:"M117.7 497.7h10.2v43.5h-10.2z",fill:"#daebff"}),c("path",{d:"M511.9 340.1H275.6c-2.6 0-4.8-2.1-4.8-4.8V150.9c0-2.6 2.1-4.8 4.8-4.8h236.3c2.6 0 4.8 2.1 4.8 4.8v184.4c-.1 2.6-2.2 4.8-4.8 4.8",fill:"#b0d8ff"}),c("path",{d:"M507.6 340.1H275.5c-2.6 0-4.7-2.1-4.7-4.7V155.5c0-2.6 2.1-4.7 4.7-4.7h232.1c2.6 0 4.7 2.1 4.7 4.7v179.9c-.1 2.6-2.2 4.7-4.7 4.7",fill:"url(#login-icon_svg__m)"}),c("path",{d:"M340 170.4h-27.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H340c.9 0 1.7.9 1.7 2s-.7 2-1.7 2",fill:"#00d967"}),c("path",{d:"M366.5 188.2h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2",fill:"#006dfe"}),c("path",{d:"M385 188.2h70.1c.9 0 1.7-.9 1.7-2s-.8-2-1.7-2H385c-.9 0-1.7.9-1.7 2 0 1.2.8 2 1.7 2",fill:"#00d967"}),c("path",{d:"M366.5 206.1h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",fill:"#006dfe"}),c("path",{d:"M358.9 223.9h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",fill:"#00d967"}),c("path",{d:"M456.4 223.9h-78.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h78.9c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M406.2 206.1H383c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h23.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M447 206.1h-23.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2H447c.9 0 1.7.9 1.7 2s-.8 2-1.7 2M343.7 241.8h-30.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h30.2c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",fill:"#006dfe"}),c("path",{d:"M406.3 241.8h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",fill:"#00d967"}),c("path",{d:"M439.8 241.8h-17.2c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h17.2c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M372.1 259.6h-26.9c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h26.9c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M436.5 259.6h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M421.8 277.4h-86.1c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h86.1c.9 0 1.7.9 1.7 2 0 1.2-.8 2-1.7 2M486.2 277.4h-52c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h52c.9 0 1.7.9 1.7 2 0 1.2-.7 2-1.7 2M358.9 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.8 2-1.7 2",fill:"#006dfe"}),c("path",{d:"M414.5 295.3h-46c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h46c.9 0 1.7.9 1.7 2s-.7 2-1.7 2",fill:"#00d967"}),c("path",{d:"M418.9 313.1h-69.8c-.9 0-1.7-.9-1.7-2s.8-2 1.7-2h69.8c.9 0 1.7.9 1.7 2s-.7 2-1.7 2M288.8 166.4h3.4v4h-3.4zM288.8 184.3h3.4v4h-3.4zM288.8 202.1h3.4v4h-3.4zM288.8 219.9h3.4v4h-3.4zM288.8 237.8h3.4v4h-3.4zM288.8 255.6h3.4v4h-3.4zM288.8 264.5h3.4v4h-3.4zM288.8 273.5h3.4v4h-3.4zM288.8 282.4h3.4v4h-3.4zM288.8 291.3h3.4v4h-3.4zM288.8 300.2h3.4v4h-3.4zM288.8 309.1h3.4v4h-3.4zM288.8 318.1h3.4v4h-3.4zM468.4 321.2l-12.3-6.2c-.4-.2-.6-.6-.6-1.1v-1.3c0-.5.2-.9.6-1.1l12.3-6.2c.7-.3 1.4.2 1.4 1.1v.5c0 .5-.3.9-.6 1.1l-8.5 4.1c-.9.4-.9 1.8 0 2.2l8.5 4.1c.4.2.6.6.6 1.1v.5c.1 1-.7 1.6-1.4 1.2M479.6 301.9l-5.7 23.2c-.1.5-.5.9-1 .9-.7 0-1.2-.8-1-1.6l5.7-23.2c.1-.5.5-.9 1-.9.7 0 1.2.8 1 1.6M495.4 315.1l-12.3 6.2c-.7.3-1.4-.2-1.4-1.1v-.5c0-.5.3-.9.6-1.1l8.5-4.1c.9-.4.9-1.8 0-2.2l-8.5-4.1c-.4-.2-.6-.6-.6-1.1v-.5c0-.9.8-1.5 1.4-1.1l12.3 6.2c.4.2.6.6.6 1.1v1.3c.1.3-.2.8-.6 1",fill:"#006dfe"}),c("use",{fill:"#b0d8ff",xlinkHref:"#login-icon_svg__c"}),c("path",{clipPath:"url(#login-icon_svg__u)",d:"M309 470.5s8.4 1.5 13.2 10.4c4.8 9 8.8-1 7.9-5.1s-.4-8.3-2.9-11.4-7.2-7.6-13.7-5.9-7.3.8-6.9 4.6c.4 3.9 1 8 1 8",opacity:.34}),c("ellipse",{cx:280.6,cy:541,fill:"#191e56",rx:7.5,ry:8.3}),c("path",{d:"M324.2 548.5c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3M359.8 541c0 4.6-3.4 8.3-7.5 8.3-4.2 0-7.5-3.7-7.5-8.3s3.4-8.3 7.5-8.3 7.5 3.7 7.5 8.3",fill:"#191e56"}),c("path",{d:"M309.5 494.3s6.6-2.7 13.6 0l.2 9.4 34.2 28.2v6.7h-10.1l-.1-5.2-26.3-20.3.2 25.6-1.3 6h-6.8l-1.3-6-.3-25-26.1 19.6-.1 5-9.4.1v-7.1l33.6-27.4v-5.7z",fill:"#0542bf"}),c("use",{fill:"#006dfe",xlinkHref:"#login-icon_svg__d"}),c("path",{clipPath:"url(#login-icon_svg__v)",d:"M336 315.5s10.5 1.8 16.1 14.8 4.4 32.4 2.9 57.6 5.8 25.8 6.6 43.3-3.3 34-26.4 41.9c-23.1 7.8-42.5 11.4-72.2 6.6l-22.1-25.2 10.7-49.1s20-20 22.5-35.1c2.5-15 21.9-52.5 29.7-58s32.2 3.2 32.2 3.2",fill:"#004efc"}),c("use",{fill:"#ffab00",xlinkHref:"#login-icon_svg__e"}),c("path",{clipPath:"url(#login-icon_svg__w)",d:"M327.2 327.4s-3.6 4.2-2.3 12c1.3 7.7 7 18.6 4.8 22.7s-6.3 11-5.4 12.6 2.7 2.5 2.7 2.5l11.8 7.5s3.1.9 5.3-.6l1.5.4-34.8 18.7-4-5.8s12.6-13.7 13.8-18.3c1.1-4.6.3-5 2.9-9.6s5.2-7.6 3.5-12.7-4.7-13.4-4.1-18.3 1-7.9 4.3-11.1M281.4 328s-2.2 9.1.1 20.2 8.2 39.8 8.2 39.8l1.4-.7c0 .1-9.7-48.9-9.7-59.3",fill:"#fe8e00"}),c("path",{d:"M250 538.1s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8zM308.2 543.2s-.8 6.6-.8 12c0 5.3 3.6 9.6 1.8 14.6-1.9 5-17.1 5.2-28 6.4-10.9 1.3-20.5-1-19.1-9.2s19-4.9 25.9-15.1c6.9-10.1 4.8-11.8 4.8-11.8z",fill:"#ffab00"}),c("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__f"}),c("path",{clipPath:"url(#login-icon_svg__x)",d:"M225.7 436.9s19.1 4.3 22.6 28 7.6 41.1 7.6 41.1l9.7-34.8 34-18.2 21.1-16.6 10.7-24.5-16.9-8.9-51.4 4.3-27 14z",fill:"#1a1a7c"}),c("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__g"}),c("path",{clipPath:"url(#login-icon_svg__y)",d:"M282.4 491c.6-1.9 9.3-37.1 45.2-28.9l11.3-5.4s14.8-12.2 15.8-13.8c1.1-1.5.2-14 .3-15.7.2-1.7 0-19.9 0-19.9l-71.1-1.7 1 25.4-2.5 38.8z",fill:"#1a1a7c"}),c("path",{d:"M118.4 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.3 0-.5-.2-.5-.5M392.3 580.7V414.4c0-.3.2-.5.5-.5h4.6c.3 0 .5.2.5.5v166.3c0 .3-.2.5-.5.5h-4.6c-.2 0-.5-.2-.5-.5M186.9 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1M452 559.7l-10.2-146.9c0-.6.4-1.1 1-1.2l3.3-.2c.6 0 1.1.4 1.2 1l10.2 146.9c0 .6-.4 1.1-1 1.2l-3.3.2c-.7.1-1.2-.4-1.2-1",fill:"#191e56"}),c("path",{d:"M456.5 419.4H108.3c-.6 0-1-.4-1-1v-9.1c0-.6.4-1 1-1h348.3c.6 0 1 .4 1 1v9.1c-.1.6-.5 1-1.1 1",fill:"#0542bf"}),c("path",{d:"M359.7 382H432v8.8h-72.3z",fill:"#ffab00"}),c("path",{d:"M361.6 390.8h72.3v8.8h-72.3z",fill:"#00d967"}),c("path",{d:"M358.1 399.5h72.3v8.8h-72.3z",fill:"#de4d30"}),c("path",{d:"m187.5 299.9 3.9 5.4c1.8-3.8 5.6-5.5 8-6.3l-5.4-4.1s-.9 0-2.1.3c-1.5.5-3.3 1.6-4.2 4.3-.1.2-.1.3-.2.4",fill:"#9bb4c9"}),c("path",{d:"M133.7 345.5c0 2.5 1.8 4.6 4.1 5.2.4.1.8.1 1.2.1s.7 0 1-.1c2.4-.5 4.3-2.6 4.3-5.2 0-1-.3-1.9-.7-2.6-.4-.6-.9-1.2-1.5-1.6-.9-.7-2-1-3.2-1-2.8-.2-5.2 2.2-5.2 5.2M181.4 294.3c0 1 .3 2 .8 2.8.4.6.9 1.2 1.5 1.6.8.6 1.9.9 3 .9.3 0 .7 0 1-.1.9-2.7 2.8-3.8 4.2-4.3.1-.3.1-.6.1-.9 0-2.9-2.4-5.3-5.3-5.3-3 0-5.3 2.4-5.3 5.3",fill:"#4143c5"}),c("path",{d:"M142.1 341.2c.6.4 1.1 1 1.5 1.6l22.8-25.1 4.8-5.2 7-7.7 5.5-6.1c-.6-.4-1.1-.9-1.5-1.6l-6.6 7.2-4.6 5.1-4.9 5.4z",fill:"#9bb4c9"}),c("path",{d:"M130.9 403.9v-.1c17.6-6.5 32.5-.5 33.7 0-3.5.9-16.7 3.8-33.7.1",fill:"#4143c5"}),c("path",{d:"m137.8 350.6 7.9 45.4 1.1 6 .1.6 2.1-.4v-.2l-1.1-6.2-7.9-45.2c-.3.1-.7.1-1 .1-.4.1-.8 0-1.2-.1",fill:"#9bb4c9"}),c("path",{d:"m190.7 308 5.4 12.1.9 2.1 8.1-6.9 7.3-6.8 4.4-4.1-1.5-1.3h-.1l-13.5-5.8s-.9.1-2.1.5c-2.4.7-6.2 2.4-8 6.3-.2.4-.4.9-.5 1.4-.2.7-.3 1.5-.4 2.5",fill:"#4143c5"}),c("path",{d:"M211.2 317.7c5.4-5.1 7.7-11.3 5.3-13.9-2.5-2.6-8.8-.7-14.2 4.4s-7.7 11.3-5.3 13.9c2.5 2.7 8.8.7 14.2-4.4M130.9 403.9h33.7v4.4h-33.7z",fill:"#859ad0"}),c("path",{d:"M476.3 514.8c0 .4-.1.8-.2 1.1-1.7 4.3-12.9 7.7-26.4 7.7-13.7 0-25-3.4-26.5-7.8l-.2-1c0-4.9 11.9-8.8 26.7-8.8 14.7 0 26.6 4 26.6 8.8",fill:"#191e56"}),c("path",{d:"m476.1 516-9.2 54.1c-16.8 9.5-34.5 0-34.5 0l-9.2-54.3c1.5 4.4 12.8 7.8 26.5 7.8 13.5 0 24.7-3.3 26.4-7.6",fill:"#0542bf"}),c("use",{fill:"#ffaca6",xlinkHref:"#login-icon_svg__h"}),c("path",{clipPath:"url(#login-icon_svg__z)",d:"M294.9 307.3s8.9-1.8 16.6 4.3c0 0 .5-13.1.9-13.5.3-.4-14.3-7-14.3-7s-5.2 3.1-5.3 5.5c-.2 2.5 2.1 10.7 2.1 10.7",fill:"#ea756c"}),c("use",{fill:"#1e2889",xlinkHref:"#login-icon_svg__i"}),c("path",{clipPath:"url(#login-icon_svg__A)",d:"M271.2 267.3s.2 1.5 6 0 13.1-3.9 22.7 2.3 13.2 19.1 20.8 17.6l-5.7 12.2-12.4 8s-19.8-5.7-20.6-7.9-6.4-15.5-7.2-17.5-2-7.1-2-7.1z",fill:"#172272"}),c("use",{fill:"#ffaca6",xlinkHref:"#login-icon_svg__j"}),c("path",{clipPath:"url(#login-icon_svg__B)",d:"M278.1 277s6.9.6 13.6 2 10.2 11.1 17.2 10c7.1-1.2 4-5 4-5l-6.6-8.9-15.4-5-9.3-1.5-3.8 3.1z",fill:"#ea756c"}),c("path",{d:"M327 377.2s-11.3 11.9-19.9 14.9-12.7 0-16.1 6.9l-.7 1.5s12.4 4 21.3-.4l27.2-15.4z",fill:"#ffaca6"}),c("path",{d:"M225.7 400.9h101.8v7.4H225.7z",fill:"#78c2ff"}),c("path",{d:"M300.5 408.3h-88.7L199 346.1h88.7z",fill:"#b0d8ff"}),c("path",{d:"M293.9 408.3h-88.7l-12.9-62.2H281z",fill:"#78c2ff"}),c("path",{d:"M456.5 375.6h44.2v19.5h-44.2z",fill:"#daebff"}),c("path",{d:"M474.3 395.2h44.2v19.5h-44.2z",fill:"#ebf5ff"}),c("ellipse",{cx:239.6,cy:372,fill:"#fff",rx:8.3,ry:9.2,transform:"rotate(-8.069 239.64 372.176)"})]})}));export{h as default};
669
3
  /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */