@toteat-eng/ds-react 2026.6.10-5 → 2026.6.11
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.
- package/dist/components/Banner/Banner.d.ts +14 -0
- package/dist/components/Banner/__stories__/Banner.stories.d.ts +16 -0
- package/dist/components/Banner/index.d.ts +2 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -5
- package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +4 -7
- package/dist/components/Icon/icons.d.ts +5 -5
- package/dist/components/PermissionGate/PermissionGate.d.ts +5 -5
- package/dist/components/PermissionGate/__stories__/PermissionGate.stories.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +27 -16
- package/dist/components/SearchInput/__stories__/SearchInput.stories.d.ts +4 -3
- package/dist/components/SearchInput/index.d.ts +1 -1
- package/dist/components/Stepper/Stepper.d.ts +4 -6
- package/dist/components/Stepper/__stories__/Stepper.stories.d.ts +3 -3
- package/dist/index.d.ts +4 -1
- package/dist/index.es.js +936 -902
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +10 -10
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/csv.d.ts +18 -11
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -18,155 +18,152 @@ var M = Object.defineProperty, ee = (e, t) => {
|
|
|
18
18
|
ICON_ARROW_CIRCLE_RIGHT_OUTLINE: () => oe,
|
|
19
19
|
ICON_ARROW_CIRCLE_UP_OUTLINE: () => se,
|
|
20
20
|
ICON_ARROW_DOWN_OUTLINE: () => N,
|
|
21
|
-
ICON_ARROW_LEFT_OUTLINE: () =>
|
|
22
|
-
ICON_ARROW_LIST_OUTLINE: () =>
|
|
23
|
-
ICON_ARROW_POINT_DOWN_FILLED: () =>
|
|
24
|
-
ICON_ARROW_POINT_LEFT_FILLED: () =>
|
|
25
|
-
ICON_ARROW_POINT_RIGHT_FILLED: () =>
|
|
26
|
-
ICON_ARROW_POINT_UP_FILLED: () =>
|
|
27
|
-
ICON_ARROW_RIGHT_OUTLINE: () =>
|
|
28
|
-
ICON_ARROW_UP_OUTLINE: () =>
|
|
29
|
-
ICON_BARCODE_OUTLINE: () =>
|
|
30
|
-
ICON_BELL_OUTLINE: () =>
|
|
31
|
-
ICON_CALENDAR_ALT_OUTLINE: () =>
|
|
32
|
-
ICON_CALENDAR_LOCKED_OUTLINE: () =>
|
|
33
|
-
ICON_CALENDAR_OUTLINE: () =>
|
|
34
|
-
ICON_CARROT_FILLED: () =>
|
|
35
|
-
ICON_CHECKBOX_CHECKED: () =>
|
|
36
|
-
ICON_CHECKBOX_UNCHECKED: () =>
|
|
37
|
-
ICON_CHECK_OUTLINE: () =>
|
|
38
|
-
ICON_CHEVRON_DOWN_OUTLINE: () =>
|
|
39
|
-
ICON_CHEVRON_LEFT_BICOLOR: () =>
|
|
40
|
-
ICON_CHEVRON_LEFT_OUTLINE: () =>
|
|
41
|
-
ICON_CHEVRON_RIGHT_BICOLOR: () =>
|
|
42
|
-
ICON_CHEVRON_RIGHT_OUTLINE: () =>
|
|
43
|
-
ICON_CHEVRON_UP_OUTLINE: () =>
|
|
44
|
-
ICON_CHICKEN_FILLED: () =>
|
|
45
|
-
ICON_CHILI_FILLED: () =>
|
|
46
|
-
ICON_CLOSE_OUTLINE: () =>
|
|
47
|
-
ICON_CLOUD_DOWNLOAD_OUTLINE: () =>
|
|
48
|
-
ICON_CLOUD_UPLOAD_OUTLINE: () =>
|
|
49
|
-
ICON_COPY_GENERIC_OUTLINE: () =>
|
|
50
|
-
ICON_COPY_SQUARE_OUTLINE: () =>
|
|
51
|
-
ICON_DELETE_OUTLINE: () =>
|
|
52
|
-
ICON_DISCOUNT_OUTLINE: () =>
|
|
53
|
-
ICON_DOCUMENT_GENERIC_OUTLINE: () =>
|
|
54
|
-
ICON_DOCUMENT_HISTORY_ALT_OUTLINE: () =>
|
|
55
|
-
ICON_DOCUMENT_HISTORY_OUTLINE: () =>
|
|
56
|
-
ICON_DOCUMENT_LIST_OUTLINE: () =>
|
|
57
|
-
ICON_DRAG_HANDLE_OUTLINE: () =>
|
|
58
|
-
ICON_ERROR_FILLED_RED: () =>
|
|
59
|
-
ICON_ERROR_OUTLINE: () =>
|
|
60
|
-
ICON_EXCLAMATION_OUTLINE: () =>
|
|
61
|
-
ICON_EXPAND_OUTLINE: () =>
|
|
62
|
-
ICON_EXPORT_OUTLINE: () =>
|
|
63
|
-
ICON_EYE_CLOSED_OUTLINE: () =>
|
|
64
|
-
ICON_EYE_OPEN_FILLED: () =>
|
|
65
|
-
ICON_EYE_OPEN_OUTLINE: () =>
|
|
66
|
-
ICON_FACEBOOK_FILLED: () =>
|
|
67
|
-
ICON_FIRE_FILLED: () =>
|
|
68
|
-
ICON_FISH_FILLED: () =>
|
|
69
|
-
ICON_GLOBE_OUTLINE: () =>
|
|
70
|
-
ICON_GOOGLE_FILLED: () =>
|
|
71
|
-
ICON_HASHTAG_OUTLINE: () =>
|
|
72
|
-
ICON_HOME_OUTLINE: () =>
|
|
73
|
-
ICON_IMPORT_OUTLINE: () =>
|
|
74
|
-
ICON_INFO_FILLED_BLUE: () =>
|
|
75
|
-
ICON_INFO_OUTLINE: () =>
|
|
76
|
-
ICON_INSTAGRAM_FILLED: () =>
|
|
77
|
-
ICON_KEY_OUTLINE: () =>
|
|
78
|
-
ICON_LACTOSE_INTOLERANT_FILLED: () =>
|
|
79
|
-
ICON_LAYOUT_1_OUTLINE: () =>
|
|
80
|
-
ICON_LAYOUT_2_OUTLINE: () =>
|
|
81
|
-
ICON_LAYOUT_3_OUTLINE: () =>
|
|
82
|
-
ICON_LAYOUT_4_OUTLINE: () =>
|
|
83
|
-
ICON_LAYOUT_5_OUTLINE: () =>
|
|
84
|
-
ICON_LEAF_FILLED: () =>
|
|
85
|
-
ICON_LINKEDIN_FILLED: () =>
|
|
86
|
-
ICON_LOCATION_FILLED: () =>
|
|
87
|
-
ICON_LOCK_PASSWORD_1_OUTLINE: () =>
|
|
88
|
-
ICON_LOCK_PASSWORD_2_OUTLINE: () =>
|
|
89
|
-
ICON_MAIL_OUTLINE: () =>
|
|
90
|
-
ICON_MENU_CLOSE_OUTLINE: () =>
|
|
91
|
-
ICON_MENU_HAMBURGER_OUTLINE: () =>
|
|
92
|
-
ICON_MINUS_BICOLOR_TERTIARY: () =>
|
|
93
|
-
ICON_MINUS_BICOLOR_TERTIARY_LIGHT: () =>
|
|
94
|
-
ICON_MINUS_FILLED: () =>
|
|
95
|
-
ICON_MONEY_BILL_OUTLINE: () =>
|
|
96
|
-
ICON_MONEY_CASH_OUTLINE: () =>
|
|
97
|
-
ICON_MONEY_COIN_OUTLINE: () =>
|
|
98
|
-
ICON_MONEY_CREDIT_CARD_OUTLINE: () =>
|
|
99
|
-
ICON_NFC_FILLED: () =>
|
|
100
|
-
ICON_NFC_OUTLINE: () =>
|
|
101
|
-
ICON_PENCIL: () =>
|
|
102
|
-
ICON_PENCIL_OUTLINE: () =>
|
|
103
|
-
ICON_PHONE_OUTLINE: () =>
|
|
104
|
-
ICON_PLUS_BICOLOR_TERTIARY: () =>
|
|
105
|
-
ICON_PLUS_BICOLOR_TERTIARY_LIGHT: () =>
|
|
106
|
-
ICON_PLUS_FILLED: () =>
|
|
107
|
-
ICON_PRINTER_OUTLINE: () =>
|
|
108
|
-
ICON_PURCHASE_ORDER_BILL_OUTLINE: () =>
|
|
109
|
-
ICON_PURCHASE_ORDER_LIST_OUTLINE: () =>
|
|
110
|
-
ICON_PURCHASE_ORDER_TICKET_OUTLINE: () =>
|
|
111
|
-
ICON_QUESTION_CIRCLE_OUTLINE: () =>
|
|
112
|
-
ICON_RADIO_BUTTON_CHECKED_OUTLINE: () =>
|
|
113
|
-
ICON_RADIO_BUTTON_UNCHECKED_OUTLINE: () =>
|
|
114
|
-
ICON_REFRESH_DOUBLE_OUTLINE: () =>
|
|
115
|
-
ICON_REFRESH_SINGLE_OUTLINE: () =>
|
|
116
|
-
ICON_ROCKET_OUTLINE: () =>
|
|
117
|
-
ICON_SEARCH_OUTLINE: () =>
|
|
118
|
-
ICON_SETTINGS_OUTLINE: () =>
|
|
119
|
-
ICON_SHEET_BENT_OUTLINE: () =>
|
|
120
|
-
ICON_SHEET_GENERIC_OUTLINE: () =>
|
|
121
|
-
ICON_SHEET_LIST_OUTLINE: () =>
|
|
122
|
-
ICON_SHOPPING_BAG_OUTLINE: () =>
|
|
123
|
-
ICON_SHOPPING_BASKET_OUTLINE: () =>
|
|
124
|
-
ICON_SHOPPING_CART_OUTLINE: () =>
|
|
125
|
-
ICON_SPLIT_BILL_TICKET_1_OUTLINE: () =>
|
|
126
|
-
ICON_SPLIT_BILL_TICKET_2_OUTLINE: () =>
|
|
127
|
-
ICON_STAR_FILLED: () =>
|
|
128
|
-
ICON_SUCCESS_FILLED_GREEN: () =>
|
|
129
|
-
ICON_SUCCESS_OUTLINE: () =>
|
|
130
|
-
ICON_SUGAR_FREE_FILLED: () =>
|
|
131
|
-
ICON_TAG_FILLED: () =>
|
|
132
|
-
ICON_TAG_OUTLINE: () =>
|
|
133
|
-
ICON_TAP_CLICK_HAND_OUTLINE: () =>
|
|
134
|
-
ICON_TICKETS_OUTLINE: () =>
|
|
135
|
-
ICON_TICKET_OUTLINE: () =>
|
|
136
|
-
ICON_TWITTER_FILLED: () =>
|
|
137
|
-
ICON_USER_OUTLINE: () =>
|
|
138
|
-
ICON_WARNING_FILLED_YELLOW: () =>
|
|
139
|
-
ICON_WARNING_OUTLINE: () =>
|
|
140
|
-
ICON_WHATSAPP_OUTLINE: () =>
|
|
141
|
-
ICON_WHEAT_FILLED: () =>
|
|
142
|
-
ICON_WIFI_NO_SIGNAL_OUTLINE: () =>
|
|
143
|
-
ICON_WIFI_SIGNAL_FILLED: () =>
|
|
144
|
-
ICON_WIFI_SIGNAL_OUTLINE: () =>
|
|
145
|
-
iconNames: () =>
|
|
146
|
-
}), re = ["<path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/><path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/>", "0 0 24 24"], ie = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M8.354 11.854a.5.5 0 0 1-.707 0L4.465 8.672a.5.5 0 1 1 .707-.708L7.5 10.293V4.5a.5.5 0 1 1 1 0v5.793l2.329-2.329a.5.5 0 1 1 .707.708l-3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], ae = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.146 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L5.707 7.5H11.5a.5.5 0 0 1 0 1H5.707l2.329 2.328a.5.5 0 1 1-.708.707L4.146 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], oe = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.854 7.646a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 1 1-.708-.707L10.293 8.5H4.5a.5.5 0 0 1 0-1h5.793L7.964 5.17a.5.5 0 1 1 .708-.707l3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], se = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.646 4.146a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 5.707V11.5a.5.5 0 0 1-1 0V5.707L5.17 8.036a.5.5 0 1 1-.707-.708l3.182-3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], N = ["<path fill-rule='evenodd' d='m11.535 11.172-3.182 3.182a.5.5 0 0 1-.707 0l-3.182-3.182a.5.5 0 1 1 .707-.708L7.5 12.793V2a.5.5 0 0 1 1 0v10.793l2.328-2.329a.5.5 0 1 1 .707.708Z' clip-rule='evenodd'/>", "0 0 16 16"], ce = ["<path fill-rule='evenodd' d='M1.646 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L3.207 7.5H14a.5.5 0 0 1 0 1H3.207l2.329 2.328a.5.5 0 1 1-.708.707L1.646 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], le = ["<path fill-rule='evenodd' d='M4.25 2.6c.22 0 .4.18.4.4v6.6h6.353L9.417 7.222a.4.4 0 1 1 .666-.444l2 3a.4.4 0 0 1 0 .444l-2 3a.4.4 0 1 1-.666-.444l1.586-2.378H4.25a.4.4 0 0 1-.4-.4V3c0-.22.18-.4.4-.4Z' clip-rule='evenodd'/>", "0 0 16 16"], ue = ["<path d='m7.5 9.5 3-3h-6l3 3Z'/><path fill-rule='evenodd' d='M7.854 9.854a.5.5 0 0 1-.708 0l-3-3A.5.5 0 0 1 4.5 6h6a.5.5 0 0 1 .354.854l-3 3ZM9.293 7H5.707L7.5 8.793 9.293 7Z' clip-rule='evenodd'/>", "0 0 16 16"], de = ["<path d='m6.5 7.5 3 3v-6l-3 3Z'/><path fill-rule='evenodd' d='M6.146 7.854a.5.5 0 0 1 0-.708l3-3A.5.5 0 0 1 10 4.5v6a.5.5 0 0 1-.854.354l-3-3ZM9 9.293V5.707L7.207 7.5 9 9.293Z' clip-rule='evenodd'/>", "0 0 16 16"], fe = ["<path d='m10 7.962-3 3v-6l3 3Z'/><path fill-rule='evenodd' d='M10.354 8.315a.5.5 0 0 0 0-.707l-3-3a.5.5 0 0 0-.854.354v6a.5.5 0 0 0 .854.354l3-3ZM7.5 9.755V6.169l1.793 1.793L7.5 9.755Z' clip-rule='evenodd'/>", "0 0 16 16"], pe = ["<path d='m8.25 7-3 3h6l-3-3Z'/><path fill-rule='evenodd' d='M7.896 6.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.354.854h-6a.5.5 0 0 1-.354-.854l3-3ZM6.457 9.5h3.586L8.25 7.707 6.457 9.5Z' clip-rule='evenodd'/>", "0 0 16 16"], me = ["<path fill-rule='evenodd' d='m11.172 4.464 3.182 3.182a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 0 1-.708-.707L12.793 8.5H2a.5.5 0 0 1 0-1h10.793L10.464 5.17a.5.5 0 1 1 .708-.707Z' clip-rule='evenodd'/>", "0 0 16 16"], P = ["<path fill-rule='evenodd' d='m4.465 4.828 3.182-3.182a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 3.207V14a.5.5 0 0 1-1 0V3.207L5.172 5.536a.5.5 0 1 1-.707-.708Z' clip-rule='evenodd'/>", "0 0 16 16"], he = ["<path d='M13.76 8a.48.48 0 0 1-.48.48H2.72a.48.48 0 1 1 0-.96h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96a.48.48 0 0 1 .48.48ZM4.64 10.88h-.96V9.44h.96v1.44ZM12.32 10.88h-.96V9.44h.96v1.44ZM6.56 10.4H5.6v-.96h.96v.96ZM8.48 10.4h-.96v-.96h.96v.96ZM10.4 10.4h-.96v-.96h.96v.96ZM1.28 5.12V3.68c0-.794.646-1.44 1.44-1.44h1.44a.48.48 0 1 1 0 .96H2.72a.48.48 0 0 0-.48.48v1.44a.48.48 0 1 1-.96 0ZM14.72 3.68v1.44a.48.48 0 1 1-.96 0V3.68a.48.48 0 0 0-.48-.48h-1.44a.48.48 0 1 1 0-.96h1.44c.794 0 1.44.646 1.44 1.44ZM4.64 13.28a.48.48 0 0 1-.48.48H2.72c-.794 0-1.44-.646-1.44-1.44v-1.44a.48.48 0 1 1 .96 0v1.44c0 .265.215.48.48.48h1.44a.48.48 0 0 1 .48.48ZM14.72 10.88v1.44c0 .794-.646 1.44-1.44 1.44h-1.44a.48.48 0 1 1 0-.96h1.44a.48.48 0 0 0 .48-.48v-1.44a.48.48 0 1 1 .96 0Z'/>", "0 0 16 16"], ge = ["<path d='M13.98 12.667h-.525V8.139c0-2.424-1.483-4.488-3.563-5.288V1.96C9.892.877 9.042 0 7.995 0 6.95 0 6.103.88 6.103 1.96v.885C4.025 3.643 2.54 5.71 2.54 8.136v4.53h-.525a.526.526 0 0 0-.515.534c0 .293.232.533.515.533H5.45C5.64 15.013 6.708 16 8 16s2.36-.987 2.549-2.267h3.436c.283 0 .515-.24.515-.533a.53.53 0 0 0-.52-.533M7.132 1.96A.88.88 0 0 1 8 1.067c.476 0 .862.4.862.893v.608a5 5 0 0 0-.872-.08c-.294 0-.577.032-.858.077zM8 14.8c-.72 0-1.216-.376-1.39-1.067h2.812C9.249 14.424 8.72 14.8 8 14.8m-4.297-2.3V8.139C3.703 5.613 5.895 3.8 8 3.8s4.203 1.813 4.203 4.339V12.5z'/>", "0 0 16 16"], _e = ["<path d='M7.47 10.14a.842.842 0 0 1-.205-.724c.01-.053.025-.102.04-.15.02-.048.045-.096.07-.14.03-.042.06-.085.095-.122a.617.617 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.015.09.042.13.069.04.032.08.064.115.102.035.037.065.08.095.123.025.043.05.09.065.14a.777.777 0 0 1 .06.305c0 .208-.08.417-.22.567-.034.038-.075.07-.115.102-.04.027-.085.054-.13.075a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0c-.05-.01-.095-.027-.14-.043a1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.77.77 0 0 0 .165.262c.035.038.075.07.115.103.04.026.085.053.13.075.045.015.09.032.14.042a.725.725 0 0 0 .675-.22.699.699 0 0 0 .16-.262.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.694.694 0 0 0-.16-.263.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.049.617.617 0 0 0-.245.171 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.097.07.14.03.042.06.085.095.123a.621.621 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.61.61 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.699.699 0 0 0 .16-.262.777.777 0 0 0 .06-.305.843.843 0 0 0-.22-.569.607.607 0 0 0-.246-.171.663.663 0 0 0-.57 0 .617.617 0 0 0-.244.171.843.843 0 0 0-.165.873Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.054.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043a1.02 1.02 0 0 0 .13-.075c.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.262.716.716 0 0 0-1.06 0 .806.806 0 0 0-.165.262c-.014.048-.03.097-.04.15a.777.777 0 0 0 0 .31c.01.054.025.103.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.567a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.135c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607H4V1.536C4 1.24 4.224 1 4.5 1s.5.24.5.536v1.071h6V1.536c0-.296.224-.536.5-.536s.5.24.5.536v1.071h1.5c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.964c0 .295.224.536.5.536h11c.276 0 .5-.24.5-.536V7.429Zm0-3.215c0-.295-.224-.535-.5-.535H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.679H5V4.75c0 .296-.224.536-.5.536S4 5.046 4 4.75V3.679H2.5c-.276 0-.5.24-.5.535v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.085.53-.235.14-.15.22-.354.22-.568a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.418.22.568.14.15.33.235.53.235Z'/>", "0 0 16 16"], ve = ["<path d='M15 4.214v10.179c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/><path d='M10.063 10.25h-.376v-.375A1.877 1.877 0 0 0 7.813 8a1.877 1.877 0 0 0-1.875 1.875v.375h-.375a.375.375 0 0 0-.375.375v3c0 .207.167.375.375.375h4.5a.375.375 0 0 0 .374-.375v-3a.375.375 0 0 0-.374-.375Zm-3.376-.375a1.125 1.125 0 0 1 2.25 0v.375h-2.25v-.375Zm3 3.375h-3.75V11h3.75v2.25Z'/><path d='M7.813 12.5a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75Z'/>", "0 0 16 16"], ye = ["<path d='M7.47 10.14a.843.843 0 0 1-.205-.724c.01-.054.025-.102.04-.15.02-.048.045-.097.07-.14.03-.042.06-.085.095-.123a.616.616 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.016.09.043.13.07.04.032.08.064.115.101a.697.697 0 0 1 .16.262.777.777 0 0 1 .06.305c0 .21-.08.42-.22.57-.034.037-.075.069-.115.1-.04.028-.085.054-.13.076a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0 1.08 1.08 0 0 1-.14-.043 1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.767.767 0 0 0 .28.364c.04.027.085.054.13.075.045.016.09.032.14.043a.725.725 0 0 0 .675-.22.696.696 0 0 0 .16-.263.778.778 0 0 0 .045-.46.74.74 0 0 0-.045-.15.696.696 0 0 0-.16-.262.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.048.617.617 0 0 0-.245.172 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.047-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.096.07.14.03.042.06.085.095.123a.617.617 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.607.607 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.696.696 0 0 0 .16-.263.778.778 0 0 0 .06-.305.843.843 0 0 0-.22-.568c-.034-.038-.075-.07-.115-.102a.607.607 0 0 0-.13-.07.663.663 0 0 0-.57 0 .617.617 0 0 0-.13.07c-.04.032-.08.064-.115.102a.843.843 0 0 0-.205.723c.01.053.025.102.04.15Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.053.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043.045-.022.09-.048.13-.075.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.263.716.716 0 0 0-.675-.22c-.05.012-.095.028-.14.044-.045.021-.09.048-.13.075-.04.032-.08.064-.115.101a.806.806 0 0 0-.165.263c-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.568a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.136c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.213H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.086.53-.236s.22-.353.22-.567a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.417.22.567.14.15.33.236.53.236Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/>", "0 0 16 16"], be = ["<path d='M1.4 22.116c1.812 1.632 13.968-5.604 15.768-8.652.864-1.464-.156-3.612-1.824-5.328 1.896-1.26 3.564 2.664 5.148 1.836.72-.384 1.188-1.572.84-2.304-.624-1.296-2.7-1.296-4.104-1.452.996-.24 3.384-1.26 3.432-2.7.048-1.104-1.356-2.364-2.46-2.232-1.452.168-1.98 2.256-2.472 3.6-.06-.852-.24-2.724-1.176-3.54-1.248-1.092-2.748-.06-2.784 1.26-.048 1.596 3.384 2.484 2.304 4.404C12.248 5.604 10.1 4.836 8.72 5.64c-.588.372-1.26 1.092-1.956 2.028 1.068 1.128 2.544 2.484 3.708 3.264.24.168.312.504.132.744a.53.53 0 0 1-.744.144c-1.188-.804-2.64-2.136-3.72-3.252a32.183 32.183 0 0 0-1.608 2.676c1.02 1.032 2.316 2.196 3.348 2.892.24.168.3.504.132.744a.541.541 0 0 1-.756.144c-1.02-.696-2.232-1.776-3.252-2.784C1.88 16.428.32 21.156 1.4 22.116Z'/>", "0 0 24 24"], xe = ["<path d='M14.04 4.04a.65.65 0 0 1 .92.92l-9 9a.651.651 0 0 1-.968-.054l-4-5-.071-.11A.65.65 0 0 1 1.915 8l.093.094 3.546 4.431L14.04 4.04Z'/>", "0 0 16 16"], Se = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Zm-6 8.75L2.5 6.271l.795-.771L5 7.173 8.704 3.5l.796.788L5 8.75Z'/>", "0 0 12 12"], Ce = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM1 11V1h10v10H1Z'/>", "0 0 12 12"], we = ["<path d='M15.761 4.197c.263.245.31.638.135.938l-.09.122-6.762 7.5a.732.732 0 0 1-1.088 0l-6.762-7.5a.759.759 0 0 1 .045-1.06.73.73 0 0 1 1.043.046L8.5 11.14l6.219-6.896.111-.1a.729.729 0 0 1 .931.054Z'/>", "0 0 16 16"], Te = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M10.825 14.493a.432.432 0 0 1-.61-.008l-5.11-5.256a.432.432 0 0 1 .009-.611l5.256-5.11a.432.432 0 0 1 .602.62L6.025 8.936l4.809 4.947a.432.432 0 0 1-.009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Ee = ["<path d='M12.803 15.761a.759.759 0 0 1-.938.135l-.122-.09-7.5-6.762a.732.732 0 0 1 0-1.088l7.5-6.762a.759.759 0 0 1 1.06.045.73.73 0 0 1-.046 1.043L5.86 8.5l6.897 6.219.1.111a.729.729 0 0 1-.054.931Z'/>", "0 0 16 16"], De = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M7.189 14.493a.432.432 0 0 0 .61-.008l5.11-5.256a.432.432 0 0 0-.008-.611l-5.256-5.11a.432.432 0 0 0-.603.62l4.947 4.808-4.809 4.947a.432.432 0 0 0 .009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Oe = ["<path d='M4.197 1.239a.759.759 0 0 1 .938-.134l.122.088 7.5 6.763a.732.732 0 0 1 0 1.088l-7.5 6.762a.759.759 0 0 1-1.06-.045.73.73 0 0 1 .046-1.043L11.14 8.5 4.244 2.28l-.1-.111a.729.729 0 0 1 .054-.931Z'/>", "0 0 16 16"], ke = ["<path d='M1.239 12.803a.759.759 0 0 1-.134-.938l.088-.122 6.763-7.5a.732.732 0 0 1 1.088 0l6.762 7.5a.759.759 0 0 1-.045 1.06.73.73 0 0 1-1.043-.046L8.5 5.86 2.28 12.757l-.111.1a.729.729 0 0 1-.931-.054Z'/>", "0 0 16 16"], Ae = ["<path d='M20.16 12.73A6.27 6.27 0 0 0 19.09 3c-2.01-1.33-4.7-1.34-6.73-.03-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99a2.794 2.794 0 0 0 3.95 0c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8Zm-13.9 7.13c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52l-2.5 2.45Z'/>", "0 0 24 24"], je = ["<path d='M18.73 2.118a.936.936 0 0 1 1.274.363l.187.34a4.682 4.682 0 0 1 .133 4.297A6.214 6.214 0 0 1 22 11.376c0 .722-.121 1.418-.348 2.062-.238.676-1.113.637-1.437-.004l-.457-.914a.944.944 0 0 0-.84-.52h-2.855a.935.935 0 0 1-.938-.937V7.938a.935.935 0 0 0-.938-.937h-.667c-.832 0-1.172-.934-.422-1.286a6.206 6.206 0 0 1 2.652-.59c1.105 0 2.14.286 3.04.79a2.81 2.81 0 0 0-.235-2.18l-.188-.34a.936.936 0 0 1 .363-1.273v-.004ZM8.688 15.497l3.626-7.246h1.562v3.125c0 1.035.84 1.875 1.875 1.875h2.977l.933 1.867A16.934 16.934 0 0 1 6.031 22H3.734a1.734 1.734 0 0 1-.375-3.426l1.946-.434a4.999 4.999 0 0 0 3.386-2.644h-.004Z'/>", "0 0 24 24"], Me = ["<path d='m8 7.293 5.646-5.647a.502.502 0 0 1 .708.708L8.707 8l5.647 5.646a.502.502 0 0 1-.708.708L8 8.707l-5.646 5.647a.502.502 0 0 1-.708-.708L7.293 8 1.646 2.354a.502.502 0 0 1 .708-.708z' />", "0 0 15 15"], Ne = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M8.354 15.794a.5.5 0 0 1-.708 0L5 13a.5.5 0 0 1 .708-.708L7.5 14.233V5.441a.5.5 0 0 1 1 0v8.792l1.792-1.941A.5.5 0 0 1 11 13l-2.646 2.794Z'/>", "0 0 16 16"], Pe = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M7.646 3.206a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L8.5 4.767v9.792a.5.5 0 1 1-1 0V4.767L5.354 6.914a.5.5 0 0 1-.708-.708l3-3Z'/>", "0 0 16 16"], Fe = ["<path d='M9.5 11.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5ZM9 9H5a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1Zm4.5-4.421V11a1.502 1.502 0 0 1-1.5 1.5h-.5v1A1.502 1.502 0 0 1 10 15H4a1.502 1.502 0 0 1-1.5-1.5V5A1.502 1.502 0 0 1 4 3.5h.5v-1A1.502 1.502 0 0 1 6 1h4a.5.5 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349Zm-3-1.079a.5.5 0 0 0 .5.5h.738L10.5 2.73v.77Zm0 10v-6H9A1.502 1.502 0 0 1 7.5 6V4.5H4a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5ZM8.5 6a.5.5 0 0 0 .5.5h.738L8.5 5.23V6Zm4 5V5H11a1.502 1.502 0 0 1-1.5-1.5V2H6a.5.5 0 0 0-.5.5v1H8a.499.499 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349V11.5h.5a.5.5 0 0 0 .5-.5Z'/>", "0 0 16 16"], Ie = ["<path d='M11.77 4.23A2.728 2.728 0 0 0 9.09 2H4.728A2.727 2.727 0 0 0 2 4.727v4.364a2.727 2.727 0 0 0 2.23 2.678A2.727 2.727 0 0 0 6.91 14h4.363A2.726 2.726 0 0 0 14 11.273V6.909a2.727 2.727 0 0 0-2.23-2.678ZM3.09 9.09V4.728a1.636 1.636 0 0 1 1.637-1.636h4.364a1.636 1.636 0 0 1 1.636 1.636v4.364a1.636 1.636 0 0 1-1.636 1.636H4.727a1.636 1.636 0 0 1-1.636-1.636Zm9.82 2.183a1.636 1.636 0 0 1-1.637 1.636H6.909a1.637 1.637 0 0 1-1.538-1.09h3.72a2.728 2.728 0 0 0 2.727-2.728V5.37a1.636 1.636 0 0 1 1.091 1.538v4.364Z'/>", "0 0 16 16"], Le = ["<path d='M3.098 3.297a.634.634 0 0 0-.634.638v9.543c0 1.046.86 1.907 1.907 1.907h7.639c1.046 0 1.907-.86 1.907-1.907V3.935a.637.637 0 0 0-.635-.638H3.098Zm.638 1.272h8.907v8.909a.623.623 0 0 1-.634.634H4.371a.623.623 0 0 1-.634-.634V4.569Z'/><path d='M1.825 3.3a.636.636 0 0 0 0 1.272h12.731a.638.638 0 0 0 0-1.272H1.825Z'/><path d='M5.644.117c-1.047 0-1.908.86-1.908 1.907v1.911a.637.637 0 0 0 1.274 0V2.024c0-.359.275-.634.634-.634h5.093c.359 0 .634.275.634.634v1.911a.64.64 0 0 0 .639.634.636.636 0 0 0 .634-.634V2.024c0-1.047-.861-1.907-1.908-1.907H5.644ZM6.283 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.635.635 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634ZM10.102 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.632.632 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634Z'/>", "0 0 16 16"], Re = ["<path d='M9.273 9.91a.636.636 0 1 0 0-1.274.636.636 0 0 0 0 1.273ZM6.727 7.364a.636.636 0 1 0 0-1.273.636.636 0 0 0 0 1.273ZM6.546 9.91a.455.455 0 0 1-.322-.778L9.127 6.23a.455.455 0 1 1 .643.643L6.868 9.776a.453.453 0 0 1-.322.133Z'/><path d='M8 15a1.93 1.93 0 0 1-1.369-.566l-.665-.665a.853.853 0 0 0-.607-.251h-.941a1.94 1.94 0 0 1-1.936-1.936v-.942a.852.852 0 0 0-.252-.606l-.665-.666a1.94 1.94 0 0 1 0-2.737l.665-.666a.852.852 0 0 0 .252-.606v-.942a1.94 1.94 0 0 1 1.935-1.935h.942a.853.853 0 0 0 .606-.252l.666-.665a1.94 1.94 0 0 1 2.738 0l.665.665a.853.853 0 0 0 .607.251h.942a1.94 1.94 0 0 1 1.935 1.936v.942a.854.854 0 0 0 .252.606l.665.666a1.94 1.94 0 0 1 0 2.737l-.665.665a.855.855 0 0 0-.252.607v.942a1.94 1.94 0 0 1-1.935 1.935h-.942a.85.85 0 0 0-.607.252l-.665.665A1.93 1.93 0 0 1 8 15ZM8 2.077a.857.857 0 0 0-.607.251l-.665.664a1.924 1.924 0 0 1-1.368.567h-.942a.86.86 0 0 0-.858.858v.942a1.924 1.924 0 0 1-.567 1.368l-.666.666a.86.86 0 0 0 0 1.214l.665.665a1.924 1.924 0 0 1 .567 1.368v.942a.86.86 0 0 0 .859.858h.942a1.925 1.925 0 0 1 1.368.567l.665.665a.86.86 0 0 0 1.214 0l.666-.665a1.923 1.923 0 0 1 1.368-.567h.941a.86.86 0 0 0 .859-.858v-.942a1.924 1.924 0 0 1 .567-1.368l.665-.665a.86.86 0 0 0 0-1.214l-.665-.666a1.925 1.925 0 0 1-.567-1.368v-.941a.86.86 0 0 0-.858-.859h-.942a1.924 1.924 0 0 1-1.368-.566l-.666-.666A.857.857 0 0 0 8 2.077Z'/>", "0 0 16 16"], ze = ["<path d='M5.703 4.333a.417.417 0 0 0 0 .834h4.53a.417.417 0 0 0 0-.834h-4.53ZM5.286 7.678c0-.23.187-.416.417-.416h4.53a.417.417 0 0 1 0 .833h-4.53a.417.417 0 0 1-.417-.417ZM5.703 10.167a.417.417 0 1 0 0 .833H8.41a.417.417 0 1 0 0-.833H5.703Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/>", "0 0 16 16"], Be = ["<path stroke-linecap='round' stroke-linejoin='round' d='M7.5 5v4H11'/><circle cx='8' cy='8' r='6.4' stroke-width='1.2'/>", "0 0 16 16"], Ve = ["<path d='M14.17 3.44A6.928 6.928 0 1 1 3.264 11.99a.533.533 0 1 1 .839-.658 5.884 5.884 0 1 0-1.207-4.246s-.077.117-.308.298l-.81-.098.095-.526A6.922 6.922 0 0 1 14.169 3.44Z'/><path d='m.486 5.994 4.531-.29a.289.289 0 0 1 .252.458L3.177 9.026a.289.289 0 0 1-.442.029L.295 6.48a.289.289 0 0 1 .191-.486Z'/><path stroke-linecap='round' stroke-linejoin='round' d='M8 5v4h4'/>", "0 0 16 16"], He = ["<path d='M7.524 4.333a.417.417 0 0 0 0 .834h2.708a.417.417 0 0 0 0-.834H7.524ZM7.107 7.678c0-.23.187-.416.417-.416h2.708a.417.417 0 0 1 0 .833H7.524a.417.417 0 0 1-.417-.417ZM7.524 10.167a.417.417 0 1 0 0 .833h2.708a.417.417 0 1 0 0-.833H7.524Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/><path d='M5.5 4.333a.417.417 0 0 0 0 .834h.292a.417.417 0 0 0 0-.834H5.5ZM5.5 7.262a.417.417 0 1 0 0 .833h.292a.417.417 0 0 0 0-.833H5.5ZM5.5 10.167a.417.417 0 1 0 0 .833h.292a.417.417 0 1 0 0-.833H5.5Z'/>", "0 0 16 16"], Ue = ["<circle cx='5' cy='4' r='1.25'/><circle cx='5' cy='8' r='1.25'/><circle cx='5' cy='12' r='1.25'/><circle cx='11' cy='4' r='1.25'/><circle cx='11' cy='8' r='1.25'/><circle cx='11' cy='12' r='1.25'/>", "0 0 16 16"], We = ["<path fill='#E12845' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM3.353 3.044a.571.571 0 0 0-.185.933L6.192 7l-3.024 3.023a.572.572 0 0 0 .809.81L7 7.807l3.024 3.024a.573.573 0 0 0 .808-.809L7.808 7l3.024-3.023a.571.571 0 1 0-.809-.81L7 6.193 3.977 3.168a.571.571 0 0 0-.624-.124Z' clip-rule='evenodd'/>", "0 0 14 14"], Ge = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.164 4.13a.5.5 0 0 1 .706.034l5 5.5a.5.5 0 1 1-.74.672l-5-5.5a.5.5 0 0 1 .034-.706Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M9.836 4.13a.5.5 0 0 0-.706.034l-5 5.5a.5.5 0 1 0 .74.672l5-5.5a.5.5 0 0 0-.034-.706Z' clip-rule='evenodd'/>", "0 0 14 14"], Ke = ["<path fill-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm0 .8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/><path d='M7.53 12.8v-1.056h.94V12.8h-.94Zm0-2.304V2.784h.94v7.712h-.94Z'/><path fill-rule='evenodd' d='M8 15.04A7.04 7.04 0 1 0 8 .96a7.04 7.04 0 0 0 0 14.08ZM8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/>", "0 0 16 16"], qe = ["<g clip-path='url(#a)'><path d='M.35 6.5V1L.363.87A.65.65 0 0 1 1 .35h6l.13.013a.65.65 0 0 1 0 1.274L7 1.65H1.65V6.5a.65.65 0 0 1-1.3 0ZM15.65 10v5.5l-.013.13a.65.65 0 0 1-.637.52H9l-.13-.013a.65.65 0 0 1 0-1.274L9 14.85h5.35V10a.65.65 0 0 1 1.3 0Z'/><path d='M1.063 1.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812ZM9.063 9.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Je = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M0 4.435c0-.317.257-.574.574-.574h6.694a.574.574 0 1 1 0 1.147h-6.12v9.844h9.85V8.258a.574.574 0 0 1 1.147 0v7.168a.574.574 0 0 1-.574.573H.574A.574.574 0 0 1 0 15.426V4.435Z'/><path d='M7.973 1.049c0-.317.256-.574.573-.574L14.78.467c.317 0 .574.255.575.572l.008 6.232a.574.574 0 0 1-1.148.001l-.006-4.847-8.29 8.308a.574.574 0 0 1-.813-.81l8.29-8.308-4.85.006a.574.574 0 0 1-.574-.572Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Ye = ["<path fill-rule='evenodd' d='M1.884 5.18a.5.5 0 0 0-.704-.064l.704.063Zm0 0 .005.006.022.025a8.287 8.287 0 0 0 .464.478c.327.31.803.717 1.398 1.104C4.76 7.434 6.045 8 7.5 8c1.241 0 2.333-.411 3.253-.935.668-.38 1.264-.855 1.696-1.24a11.508 11.508 0 0 0 .672-.651l.007-.008.002-.002a.5.5 0 0 1 .74.672L13.5 5.5l.37.336-.001.002-.003.003-.011.012-.041.043c-.035.037-.085.09-.15.155a12.526 12.526 0 0 1-1.8 1.5l1.948 1.559a.5.5 0 0 1-.624.78l-2.24-1.792c-.839.44-1.828.799-2.948.883V11.5a.5.5 0 1 1-1 0V8.981c-1.319-.099-2.478-.576-3.403-1.12l-1.72 1.968a.5.5 0 1 1-.753-.658l1.63-1.866A10.935 10.935 0 0 1 1.27 5.993a6.076 6.076 0 0 1-.141-.158l-.009-.01-.003-.003V5.82L1.5 5.5l-.383.32a.5.5 0 0 1 .063-.704' clip-rule='evenodd'/>", "0 0 16 16"], Xe = ["<path d='M14.333 7.583S11.833 3 7.667 3C3.5 3 1 7.583 1 7.583s2.5 4.584 6.667 4.584c4.166 0 6.666-4.584 6.666-4.584Zm-12.356 0 .162-.24c.28-.4.691-.932 1.221-1.462C4.434 4.807 5.9 3.833 7.667 3.833c1.766 0 3.232.974 4.306 2.048a10.934 10.934 0 0 1 1.383 1.702 10.934 10.934 0 0 1-1.383 1.702c-1.074 1.075-2.54 2.048-4.306 2.048S4.434 10.36 3.36 9.286a10.946 10.946 0 0 1-1.383-1.703Z'/><path d='M4.75 7.583a2.917 2.917 0 1 1 5.833 0 2.917 2.917 0 0 1-5.833 0Z'/>", "0 0 16 16"], Ze = ["<path fill-rule='evenodd' d='M7.43 2.208c-1.228.09-2.46.475-3.69 1.16L2.118 1.808a.588.588 0 0 0-.808 0 .535.535 0 0 0 0 .777l1.447 1.391C1.887 4.573 1.02 5.32.153 6.22a.534.534 0 0 0 0 .748C2.763 9.674 5.39 10.999 8 11c2.61.001 5.238-1.32 7.848-4.034l.004-.004.057-.072.047-.085.029-.086.014-.095-.002-.089-.02-.094-.032-.084-.043-.071-.054-.066c-.866-.9-1.734-1.648-2.604-2.244l1.446-1.39a.535.535 0 0 0 0-.777.588.588 0 0 0-.808 0l-1.62 1.557C11.033 2.68 9.8 2.298 8.572 2.207V.549A.561.561 0 0 0 8.001 0a.561.561 0 0 0-.572.55v1.658Zm.683 1.078a.629.629 0 0 1-.224 0c-2.182.038-4.348 1.159-6.529 3.307C3.578 8.778 5.781 9.9 8 9.901c2.22.001 4.424-1.119 6.642-3.308-2.18-2.152-4.348-3.271-6.53-3.307ZM8 3.846c-1.578 0-2.858 1.23-2.858 2.747 0 1.516 1.28 2.747 2.858 2.747 1.577 0 2.857-1.23 2.857-2.747 0-1.516-1.28-2.747-2.857-2.747Zm0 1.099c.946 0 1.714.738 1.714 1.648 0 .91-.768 1.648-1.714 1.648-.947 0-1.715-.738-1.715-1.648 0-.91.768-1.648 1.715-1.648Z' clip-rule='evenodd'/>", "0 0 16 11"], Qe = ["<path d='M22 12.061C22 6.504 17.523 2 12.001 2 6.477 2.001 2 6.504 2 12.063c0 5.02 3.657 9.182 8.436 9.937v-7.03H7.9v-2.908h2.54V9.845c0-2.52 1.493-3.913 3.777-3.913 1.095 0 2.238.196 2.238.196v2.475h-1.26c-1.242 0-1.63.776-1.63 1.572v1.887h2.773l-.442 2.907h-2.331v7.03C18.343 21.245 22 17.083 22 12.062Z'/>", "0 0 24 24"], $e = ["<path d='M19.069 11.051a7.768 7.768 0 0 0-1.853-2.575l-.65-.597a.18.18 0 0 0-.291.074l-.291.834c-.181.523-.514 1.057-.986 1.582a.14.14 0 0 1-.091.045.124.124 0 0 1-.097-.034.131.131 0 0 1-.044-.107c.082-1.346-.32-2.863-1.2-4.515-.73-1.373-1.742-2.444-3.007-3.19l-.924-.543a.18.18 0 0 0-.268.163l.05 1.073c.033.733-.052 1.381-.253 1.92-.246.66-.6 1.272-1.05 1.822a6.61 6.61 0 0 1-1.063 1.03A7.882 7.882 0 0 0 4.81 10.75a7.774 7.774 0 0 0-.19 6.49 7.854 7.854 0 0 0 4.19 4.149c.97.406 1.998.612 3.06.612 1.061 0 2.09-.206 3.06-.61a7.791 7.791 0 0 0 2.501-1.67 7.737 7.737 0 0 0 2.307-5.52c0-1.09-.223-2.15-.668-3.149Z'/>", "0 0 24 24"], et = ["<path d='M24 12c0-.775-.669-2.192-2.138-3.469a9.705 9.705 0 0 0-2.826-1.693.148.148 0 0 0-.184.073.89.89 0 0 1-.022.04l-.45.746a8.589 8.589 0 0 0 .004 8.615l.01.018.41.75a.187.187 0 0 0 .232.085C22.483 15.817 24 13.195 24 12Zm-4.402-.007a.75.75 0 1 1-.195-1.487.75.75 0 0 1 .195 1.487Z'/><path d='M15.724 12c0-1.778.47-3.525 1.363-5.062l.006-.01.216-.36a.187.187 0 0 0-.12-.281 13.325 13.325 0 0 0-1.841-.253.372.372 0 0 1-.201-.075c-.904-.687-2.696-1.889-4.522-2.198a.75.75 0 0 0-.844.946l.498 1.743a.187.187 0 0 1-.113.226c-1.728.642-3.215 1.817-4.3 2.712a.375.375 0 0 1-.472.003 14.548 14.548 0 0 0-.454-.346C3.082 7.688.899 7.509.807 7.502a.75.75 0 0 0-.79.91c.02.09.432 1.907 1.487 3.356a.38.38 0 0 1 0 .448C.449 13.666.037 15.482.018 15.573a.75.75 0 0 0 .789.91c.093-.007 2.275-.188 4.13-1.542.152-.111.3-.224.444-.338a.375.375 0 0 1 .472.003c1.09.9 2.58 2.075 4.312 2.719a.187.187 0 0 1 .114.226l-.5 1.743a.75.75 0 0 0 .844.946c.804-.136 2.432-.603 4.502-2.195a.383.383 0 0 1 .204-.078c.618-.04 1.233-.123 1.839-.248a.188.188 0 0 0 .126-.274l-.211-.388A10.069 10.069 0 0 1 15.724 12Z'/>", "0 0 24 24"], tt = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm7.934 9h-2.938a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 19.934 11zM12 20c-.491 0-1.48-1.819-1.888-5H13.888C13.48 18.181 12.491 20 12 20zm-2-7h4c-.086 1.183-.297 2.24-.606 3.11C13.077 16.922 12.545 18 12 18c-.545 0-1.077-1.078-1.394-1.89C10.297 15.24 10.086 14.183 10 13zm0-2c.086-1.183.297-2.24.606-3.11C10.923 7.078 11.455 6 12 6c.545 0 1.077 1.078 1.394 1.89C13.703 8.76 13.914 9.817 14 11h-4zm-2.81 5.079A14.86 14.86 0 0 0 8.004 11H5.066a8.013 8.013 0 0 0 4.124 5.079zM5.066 13h2.938c.205 1.842.61 3.561 1.186 5.079A8.013 8.013 0 0 1 5.066 13zm9.748 5.079A14.86 14.86 0 0 0 15.996 13h2.938a8.013 8.013 0 0 1-4.18 5.079zM15.996 11a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 18.934 11h-2.938zM9.19 5.921A14.86 14.86 0 0 0 8.004 11H5.066A8.013 8.013 0 0 1 9.19 5.921z'/>", "0 0 24 24"], nt = ["<path d='M21.823 10.363c.119.685.178 1.379.177 2.074 0 3.104-1.11 5.728-3.04 7.504h.002c-1.688 1.56-4.009 2.463-6.76 2.463a10.202 10.202 0 0 1 0-20.403 9.805 9.805 0 0 1 6.824 2.655l-2.912 2.912a5.543 5.543 0 0 0-3.913-1.53c-2.66 0-4.922 1.795-5.728 4.213a6.11 6.11 0 0 0 0 3.906h.004c.81 2.414 3.067 4.21 5.728 4.21 1.375 0 2.556-.353 3.471-.975h-.004a4.72 4.72 0 0 0 2.04-3.1h-5.51v-3.927l9.62-.002Z'/>", "0 0 24 24"], rt = ["<path d='M4.758 13.704c-.192 0-.325-.059-.4-.176-.064-.107-.074-.288-.032-.544l.352-2.096h-1.76c-.149 0-.25-.037-.304-.112-.053-.085-.069-.224-.048-.416.022-.192.059-.336.112-.432a.459.459 0 0 1 .256-.192c.118-.043.246-.064.384-.064H4.87l.48-2.928H3.606c-.149 0-.256-.037-.32-.112-.053-.075-.069-.203-.048-.384.022-.203.064-.352.128-.448a.459.459 0 0 1 .256-.192c.107-.043.235-.064.384-.064h1.536l.4-2.4c.043-.235.096-.41.16-.528a.495.495 0 0 1 .288-.24c.128-.053.304-.08.528-.08.224 0 .363.064.416.192.064.117.07.325.016.624l-.416 2.432h3.264l.368-2.336c.043-.235.091-.416.144-.544a.494.494 0 0 1 .256-.272c.118-.064.294-.096.528-.096.224 0 .374.059.448.176.075.107.091.293.048.56l-.4 2.512h1.472c.182 0 .294.048.336.144.054.096.059.24.016.432a1.096 1.096 0 0 1-.176.432.475.475 0 0 1-.256.16 1.265 1.265 0 0 1-.304.032h-1.312l-.448 2.928h1.456c.182 0 .294.053.336.16a.624.624 0 0 1 .032.352 1.84 1.84 0 0 1-.176.464.463.463 0 0 1-.24.192.975.975 0 0 1-.336.048h-1.296l-.32 1.952a1.427 1.427 0 0 1-.128.48.616.616 0 0 1-.304.288c-.128.064-.314.096-.56.096-.17 0-.293-.059-.368-.176-.074-.107-.09-.293-.048-.56l.32-2.08H6.07l-.32 1.92c-.032.203-.08.373-.144.512a.628.628 0 0 1-.288.288c-.128.064-.314.096-.56.096Zm1.488-4.032H9.51l.464-2.928h-3.2l-.528 2.928Z'/>", "0 0 16 16"], it = ["<path fill-rule='evenodd' d='M2.642 6.408c0-.339.165-.656.442-.85l4.321-3.025c.357-.25.833-.25 1.19 0l4.32 3.025c.278.194.443.511.443.85v6.913c0 .573-.464 1.037-1.037 1.037H3.679a1.037 1.037 0 0 1-1.037-1.037V6.408ZM8 3.383 3.679 6.408v6.913h8.642V6.408L8 3.383Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M10.765 14.358h-5.53v-3.917h1.037v2.88h3.456v-2.88h1.037v3.917Zm-1.037-3.917S9.728 9 8 9s-1.728 1.44-1.728 1.44c-1.038 0-1.038 0-1.038-.002v-.023a1.617 1.617 0 0 1 .008-.126 2.602 2.602 0 0 1 .357-1.103c.41-.683 1.185-1.224 2.4-1.224 1.216 0 1.993.54 2.403 1.224a2.601 2.601 0 0 1 .363 1.23v.023H9.728ZM7.693 2.1a.519.519 0 0 1 .614 0l6.481 4.753a.519.519 0 0 1-.613.837L8 3.162 1.825 7.69a.519.519 0 1 1-.613-.837L7.693 2.1Z' clip-rule='evenodd'/>", "0 0 16 16"], at = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M16 11.565a.574.574 0 0 1-.574.573H8.732a.574.574 0 1 1 0-1.147h6.12V1.147h-9.85v6.595a.574.574 0 0 1-1.147 0V.574c0-.317.257-.574.574-.574h10.997c.317 0 .574.257.574.574v10.99Z'/><path d='M8.027 14.95a.574.574 0 0 1-.573.574l-6.235.009a.574.574 0 0 1-.575-.573L.636 8.728a.574.574 0 0 1 1.148-.002l.006 4.848 8.29-8.308a.574.574 0 0 1 .813.81l-8.29 8.308 4.85-.007c.317 0 .574.256.574.573Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], ot = ["<path fill='#275FFD' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.32-9.24a.88.88 0 1 0 0-1.76.88.88 0 0 0 0 1.76ZM6.123 5.97l2.015-.253-.881 4.139c-.062.299.026.469.268.469.17 0 .428-.062.603-.217l-.077.366c-.253.304-.81.526-1.289.526-.618 0-.881-.371-.711-1.16L6.7 6.79c.056-.258.004-.35-.253-.413l-.397-.072.072-.335Z' clip-rule='evenodd'/>", "0 0 14 14"], st = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path d='m8.138 5.716-2.015.253-.072.335.397.072c.257.062.309.155.252.413L6.05 9.84c-.17.789.094 1.16.712 1.16.48 0 1.036-.222 1.289-.526l.077-.366a.974.974 0 0 1-.603.217c-.242 0-.33-.17-.268-.47l.881-4.139ZM8.2 3.88a.88.88 0 1 1-1.76 0 .88.88 0 0 1 1.76 0Z'/>", "0 0 14 14"], ct = ["<path d='M12 8.876A3.13 3.13 0 0 0 8.876 12 3.13 3.13 0 0 0 12 15.124 3.13 3.13 0 0 0 15.124 12 3.13 3.13 0 0 0 12 8.876ZM21.37 12c0-1.294.012-2.576-.06-3.867-.073-1.5-.415-2.831-1.512-3.928-1.1-1.1-2.428-1.44-3.928-1.512-1.294-.073-2.576-.061-3.868-.061-1.293 0-2.575-.012-3.867.061-1.5.073-2.831.415-3.928 1.512-1.1 1.099-1.439 2.428-1.512 3.928-.072 1.294-.06 2.576-.06 3.867s-.012 2.576.06 3.867c.073 1.5.415 2.831 1.512 3.928 1.1 1.1 2.428 1.44 3.928 1.512 1.294.073 2.576.061 3.867.061 1.294 0 2.576.012 3.867-.061 1.5-.073 2.832-.415 3.929-1.512 1.099-1.099 1.439-2.428 1.511-3.928.075-1.291.061-2.573.061-3.867ZM12 16.807A4.8 4.8 0 0 1 7.193 12 4.8 4.8 0 0 1 12 7.193 4.8 4.8 0 0 1 16.807 12 4.8 4.8 0 0 1 12 16.807Zm5.004-8.688a1.121 1.121 0 0 1-1.123-1.123c0-.621.502-1.123 1.123-1.123a1.121 1.121 0 0 1 .43 2.16 1.12 1.12 0 0 1-.43.086Z'/>", "0 0 24 24"], lt = ["<path fill-rule='evenodd' d='M12.888 4.373c0-1.205-.912-2.191-2.038-2.191s-2.038.986-2.038 2.19c0 1.207.912 2.183 2.038 2.183s2.038-.976 2.038-2.182m1.112 0C14 2.51 12.59 1 10.85 1S7.7 2.51 7.7 4.373c0 .717.21 1.382.565 1.93l-6.102 6.534a.625.625 0 0 0 0 .841.53.53 0 0 0 .786 0l.834-.892q.021.03.047.058l.918.982a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.842l-.917-.982a1 1 0 0 0-.055-.051l.545-.584.02.023.525.56a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.84l-.524-.563-.021-.02 3.16-3.383c.51.38 1.129.602 1.797.602 1.74 0 3.15-1.51 3.15-3.373' clip-rule='evenodd'/>", "0 0 16 16"], ut = ["<path fill-rule='evenodd' d='M1.293 1.293a1 1 0 0 1 1.414 0L8.494 7.08a.99.99 0 0 1 .028.027l7.613 7.614.015.015 6.557 6.557a1 1 0 0 1-1.414 1.414L18 19.414V20a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-9.788a5 5 0 0 1 .539-2.259L1.293 2.707a1 1 0 0 1 0-1.414ZM8.086 9.5a3 3 0 0 0-.086.712v3.438a7.472 7.472 0 0 1 4.386.428c.145.06.292.114.44.162L8.086 9.5Zm3.528 6.422a7.472 7.472 0 0 0 3.453.56l-3.453-.56Zm3.453.56.933.932V20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4.293a5.467 5.467 0 0 1 3.614.215M7 2a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v1.789a3 3 0 0 0 .504 1.664l.656.984a5 5 0 0 1 .84 2.775v1.131a1 1 0 1 1-2 0v-1.131a3 3 0 0 0-.504-1.665l-.656-.984A5 5 0 0 1 14 4.789V3h-4v.343a1 1 0 0 1-2 0V3a1 1 0 0 1-1-1Z' clip-rule='evenodd'/>", "0 0 24 24"], dt = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], ft = ["<path fill-rule='evenodd' d='M7.241 1.305a.439.439 0 0 0-.439-.44h-4.39a.439.439 0 0 0-.439.44v4.39c0 .242.197.439.44.439h4.39a.439.439 0 0 0 .438-.439v-4.39Zm-.878.439v3.512H2.851V1.744h3.512ZM11.266 5.11a1.683 1.683 0 1 1 0-3.366 1.683 1.683 0 0 1 0 3.366Zm0 .878a2.561 2.561 0 1 1 0-5.122 2.561 2.561 0 0 1 0 5.122ZM2.344 8.134c-.245 0-.444.187-.444.417v4.167c0 .23.199.416.444.416h11.111c.246 0 .445-.186.445-.416V8.55c0-.23-.2-.417-.444-.417H2.344Zm.445.834H13.01V12.3H2.789V8.968Z' clip-rule='evenodd'/>", "0 0 15 14"], pt = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], mt = ["<path fill-rule='evenodd' d='M2.178 7.667a.444.444 0 0 0-.445.444v4.444c0 .246.2.445.445.445h4.444a.444.444 0 0 0 .445-.445V8.111a.444.444 0 0 0-.445-.445H2.178Zm.444.888h3.556v3.556H2.622V8.555ZM6.03 3.593a1.704 1.704 0 1 1-3.408 0 1.704 1.704 0 0 1 3.408 0Zm.888 0a2.593 2.593 0 1 1-5.185 0 2.593 2.593 0 0 1 5.185 0ZM9.067 12.556c0 .245.186.444.416.444h4.167c.23 0 .416-.199.416-.444V1.444c0-.245-.186-.444-.416-.444H9.483c-.23 0-.416.199-.416.444v11.112Zm.833-.445V1.89h3.333V12.11H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], ht = ["<path fill-rule='evenodd' d='M1.668 3.588a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM1.668 10.412a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM15.042 2.223a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 5.408a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 8.592a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 11.777a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455Z' clip-rule='evenodd'/>", "0 0 16 14"], gt = ["<path d='M20.977 3.27 20.857 2l-1.21.403c-2.072.72-4.285.94-6.458.645a11.96 11.96 0 0 0-6.73.907 7.285 7.285 0 0 0-4.323 5.45 9.068 9.068 0 0 0 .393 4.615c.34-.768.737-1.508 1.189-2.216a9.925 9.925 0 0 1 4.1-3.456 11.244 11.244 0 0 1 5.099-1.008c-1.67.255-3.27.856-4.696 1.763a9.553 9.553 0 0 0-1.874 1.542 11.465 11.465 0 0 0-1.4 1.924 16.514 16.514 0 0 0-1.582 4.575A26.62 26.62 0 0 0 2.841 22h2.015a30.92 30.92 0 0 1 .595-4.353 9.32 9.32 0 0 0 4.554 1.119 11.083 11.083 0 0 0 4.312-.877c7.668-3.274 6.66-14.166 6.66-14.62Z'/>", "0 0 24 24"], _t = ["<path d='M2 3.433C2 2.64 2.658 2 3.469 2H20.53C21.343 2 22 2.641 22 3.433v17.134C22 21.36 21.343 22 20.531 22H3.47C2.658 22 2 21.359 2 20.567V3.433Zm6.179 15.31V9.71H5.177v9.031H8.18Zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56C5.67 5.357 5 6.032 5 6.918c0 .867.651 1.56 1.659 1.56h.02Zm6.135 10.264V13.7c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.066-3.455-4.066-1.592 0-2.306.876-2.706 1.492v.031h-.02l.02-.031V9.71h-3c.037.848 0 9.031 0 9.031h3Z'/>", "0 0 24 24"], vt = ["<path d='M11.5 22S19 14.892 19 9.5a7.5 7.5 0 0 0-15 0C4 14.892 11.5 22 11.5 22Zm0-8.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5Z'/>", "0 0 24 24"], yt = ["<path d='M5.961 9.278h4.088c.844 0 1.531-.687 1.531-1.532V5.151a1.53 1.53 0 0 0-1.453-1.524V2.623C10.127 1.453 9.175.5 8.005.5s-2.123.952-2.123 2.123v1.003A1.53 1.53 0 0 0 4.43 5.15v2.595c0 .846.687 1.533 1.531 1.533M8 1.5c.676 0 1.231.558 1.231 1.234v.885H6.778v-.885A1.23 1.23 0 0 1 8 1.5m-2.5 4c0-.35 0-.781.547-.781h4.002c.451 0 .53.43.53.781v2c0 .35-.089.828-.618.828H6.07c-.462 0-.571-.478-.571-.828zM13.553 10.543H2.602C1.547 10.543 1 11.197 1 12v2.117c0 .804.653 1.458 1.457 1.458h11.096c.803 0 1.457-.654 1.457-1.457V12c0-.804-.653-1.457-1.457-1.457M14 14.118c0 .308-.138.482-.447.482H2.457c-.31 0-.457-.174-.457-.482V12c0-.309.293-.49.602-.49h10.951c.31 0 .447.181.447.49z'/><path d='M4.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306M8 13.806A.652.652 0 1 0 8 12.5a.652.652 0 1 0 0 1.306M11.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306'/>", "0 0 16 16"], bt = ["<path d='M14.41 9.018a2.11 2.11 0 0 0-1.642-.601V7.1c.001-.908-.735-1.646-1.645-1.648H9.845v-2A2.96 2.96 0 0 0 8.364.895a2.97 2.97 0 0 0-2.96 0 2.96 2.96 0 0 0-1.48 2.558v2H2.644C1.735 5.455.999 6.193 1 7.1v6.75c0 .908.735 1.647 1.645 1.649h8.478a1.65 1.65 0 0 0 1.645-1.65v-1.315a2.073 2.073 0 0 0 1.641-3.517M4.936 3.453a1.947 1.947 0 0 1 3.897 0v2H4.936zm6.82 10.398a.636.636 0 0 1-.633.638H2.645a.636.636 0 0 1-.633-.638V7.1a.635.635 0 0 1 .633-.637h1.782c.001-.004 4.906.003 4.91 0h1.786a.635.635 0 0 1 .633.637v1.316H8.443a2.06 2.06 0 0 0 0 4.118h3.313zm1.197-2.327c-.36-.002-4.035.002-4.499 0a1.049 1.049 0 0 1-.01-2.096h4.51a1.049 1.049 0 0 1-.001 2.096m-2.258-.542a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011m1.796 0a.506.506 0 0 1 .001-1.012.506.506 0 0 1 0 1.011m-3.593 0a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011'/>", "0 0 16 16"], xt = ["<path d='M1.714 2.5C.763 2.5 0 3.303 0 4.256v7.91c0 .954.763 1.763 1.714 1.763h12.572c.951 0 1.714-.81 1.714-1.762V4.256c0-.953-.763-1.756-1.714-1.756H1.714Zm.084 1.143h12.41L8.34 9.214c-.213.203-.452.203-.666 0L1.798 3.643Zm-.655.952 3.893 3.69-3.893 3.882V4.595Zm13.714 0v7.572l-3.88-3.887 3.88-3.685Zm-4.702 4.47 3.708 3.72H2.143l3.72-3.714 1.024.97c.62.589 1.618.59 2.238 0l1.03-.976Z'/>", "0 0 16 16"], St = ["<path d='m13.003 1.013.107-.097a1.413 1.413 0 0 1 1.988 1.988L15 3.01 3.01 15a1.413 1.413 0 1 1-1.998-1.999l11.99-11.99Z'/><path d='m14.987 12.989.097.107a1.413 1.413 0 0 1-1.988 1.988l-.107-.097L.999 2.997A1.413 1.413 0 0 1 2.997 1l11.99 11.99Z'/>", "0 0 16 16"], Ct = ["<path d='m14.857 0 .117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 1 1 0-2.286h13.714ZM14.857 6.857l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714ZM14.857 13.714l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714Z'/>", "0 0 16 16"], wt = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Tt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Et = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM4.357 8c-.236 0-.428.224-.428.5s.192.5.428.5H11.5c.237 0 .429-.224.429-.5S11.737 8 11.5 8H4.357Z'/>", "0 0 16 16"], Dt = ["<path fill-rule='evenodd' d='M0 12.167V4.833c0-.053.002-.107.006-.16.072-.885.731-1.59 1.558-1.666.05-.005.1-.007.15-.007h12.572c.05 0 .1.002.15.007.827.076 1.486.781 1.558 1.666a2 2 0 0 1 .006.16v7.334c0 .053-.002.107-.006.16-.072.885-.731 1.59-1.558 1.666-.05.005-.1.007-.15.007H1.714c-.05 0-.1-.002-.15-.007-.827-.076-1.486-.781-1.558-1.666a2.009 2.009 0 0 1-.006-.16Zm2.829-7.945H1.714c-.315 0-.571.274-.571.611v1.192c.093.02.188.03.286.03.788 0 1.428-.684 1.428-1.527 0-.105-.01-.206-.028-.306Zm9.187 0H3.984c.011.1.016.203.016.306 0 1.518-1.152 2.75-2.571 2.75-.097 0-.192-.006-.286-.017v2.478c.094-.012.19-.017.286-.017C2.848 9.722 4 10.954 4 12.472c0 .103-.005.206-.016.306h8.032a2.88 2.88 0 0 1-.016-.306c0-1.518 1.152-2.75 2.571-2.75.097 0 .193.005.286.017V7.261c-.093.011-.19.017-.286.017-1.419 0-2.571-1.232-2.571-2.75 0-.103.005-.206.016-.306ZM8 10.111c.301 0 .571-.207.571-.5 0-.217-.167-.288-.332-.366-.246-.114-.528-.198-.784-.304-.67-.278-1.17-.705-1.17-1.552 0-.738.471-1.385 1.144-1.625v-.32c0-.337.255-.61.571-.61.316 0 .571.273.571.61v.32c.382.137.7.403.901.741.17.285.09.663-.176.844a.55.55 0 0 1-.788-.187A.584.584 0 0 0 8 6.889c-.301 0-.571.207-.571.5 0 .217.167.288.332.365.246.115.528.199.784.305.67.278 1.17.705 1.17 1.552 0 .738-.471 1.385-1.144 1.624v.32c0 .338-.255.612-.571.612-.316 0-.571-.274-.571-.611v-.32a1.73 1.73 0 0 1-.901-.742.637.637 0 0 1 .176-.843.55.55 0 0 1 .788.187c.1.17.293.273.508.273Zm5.171 2.667h1.115c.315 0 .571-.274.571-.611v-1.192a1.357 1.357 0 0 0-.286-.03c-.788 0-1.428.684-1.428 1.527 0 .105.01.207.028.306ZM1.143 10.975v1.192c0 .337.256.61.571.61H2.83c.018-.098.028-.2.028-.305 0-.843-.64-1.528-1.428-1.528-.098 0-.193.011-.286.031Zm13.714-4.95V4.833c0-.337-.256-.61-.571-.61H13.17c-.018.099-.028.2-.028.305 0 .843.64 1.528 1.428 1.528.098 0 .193-.011.286-.03Z' clip-rule='evenodd'/>", "0 0 16 16"], Ot = ["<path d='M16 6.417C16 3.432 13.605 1 10.667 1c-1.739 0-3.28.856-4.256 2.167H1.6c-.88 0-1.6.73-1.6 1.625v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 8.042v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 11.292v1.083C0 13.269.72 14 1.6 14h8.533c.88 0 1.6-.731 1.6-1.625v-.65C14.165 11.221 16 9.033 16 6.417ZM1.067 9.125V8.042A.54.54 0 0 1 1.6 7.5h3.84c.16.802.501 1.538.97 2.167H1.6a.539.539 0 0 1-.533-.542Zm0-4.333A.54.54 0 0 1 1.6 4.25h4.181a5.443 5.443 0 0 0-.448 2.167H1.6a.54.54 0 0 1-.533-.542V4.792Zm9.6 7.583a.54.54 0 0 1-.534.542H1.6a.54.54 0 0 1-.533-.542v-1.083a.54.54 0 0 1 .533-.542h5.883a5.24 5.24 0 0 0 3.184 1.083v.542Zm0-1.625C8.315 10.75 6.4 8.805 6.4 6.417c0-2.389 1.915-4.334 4.267-4.334 2.352 0 4.266 1.945 4.266 4.334 0 2.388-1.914 4.333-4.266 4.333Z'/><path d='M10.207 5.27h1.467c.22 0 .4-.208.4-.462s-.18-.462-.4-.462h-.7v-.384c0-.254-.18-.462-.399-.462-.22 0-.4.208-.4.462v.389c-.607.023-1.098.596-1.098 1.303s.507 1.308 1.13 1.308h.732c.183 0 .331.171.331.384s-.148.384-.331.384H9.473c-.22 0-.4.208-.4.462s.18.462.4.462h.699v.384c0 .254.18.462.4.462.219 0 .399-.208.399-.462v-.389c.607-.023 1.098-.596 1.098-1.303s-.507-1.308-1.13-1.308h-.732c-.183 0-.331-.171-.331-.384s.148-.384.332-.384Z'/>", "0 0 16 16"], kt = ["<path d='M14.7 8A6.7 6.7 0 1 0 8 14.7V16A8 8 0 1 1 8 0a8 8 0 0 1 0 16v-1.3c3.7 0 6.7-3 6.7-6.7Z'/><path d='M7.513 6.36h1.954c.293 0 .533-.277.533-.616 0-.339-.24-.616-.533-.616h-.932v-.512c0-.339-.24-.616-.532-.616-.293 0-.533.277-.533.616v.518c-.81.03-1.465.795-1.465 1.738s.677 1.744 1.508 1.744h.974c.245 0 .442.228.442.512 0 .283-.197.511-.442.511H6.533c-.293 0-.533.278-.533.617 0 .339.24.616.533.616h.932v.512c0 .339.24.616.532.616.293 0 .533-.277.533-.616v-.518c.81-.03 1.465-.795 1.465-1.738s-.677-1.744-1.508-1.744h-.974c-.245 0-.442-.228-.442-.512 0-.283.197-.511.442-.511Z'/>", "0 0 16 16"], At = ["<path d='M13.143 3H2.857C1.28 3 0 4.232 0 5.75v5.5C0 12.768 1.28 14 2.857 14h10.286C14.72 14 16 12.768 16 11.25v-5.5C16 4.232 14.72 3 13.143 3ZM2.857 4.1h10.286c.943 0 1.714.743 1.714 1.65v.275H1.143V5.75c0-.907.771-1.65 1.714-1.65Zm10.286 8.8H2.857c-.943 0-1.714-.742-1.714-1.65V7.125h13.714v4.125c0 .908-.771 1.65-1.714 1.65Z'/><path d='M10.591 9c.332 0 .647.1.909.265A1.57 1.57 0 0 1 12.409 9C13.283 9 14 9.68 14 10.508c0 .83-.717 1.492-1.591 1.492-.332 0-.647-.1-.909-.265-.262.165-.56.265-.909.265C9.717 12 9 11.32 9 10.492 9 9.662 9.717 9 10.591 9Zm1.38 2.22c.123.066.28.1.42.1.49 0 .892-.381.892-.829 0-.464-.402-.845-.892-.845a.862.862 0 0 0-.42.1c.123.215.21.464.21.729 0 .282-.07.53-.21.745Zm-1.38.117c.49 0 .892-.381.892-.845 0-.465-.402-.846-.892-.846s-.892.381-.892.845c0 .465.402.846.892.846ZM5 8.5l.1.01a.5.5 0 0 1 0 .98L5 9.5H3a.5.5 0 0 1 0-1h2ZM7 10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h4Z'/>", "0 0 16 16"], jt = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM5.994 4.622a.5.5 0 0 0-.822.306L5.167 5v8.667a.5.5 0 0 0 1 0V6.095l3.173 2.75.082.057a.5.5 0 0 0 .641-.74l-.069-.073-4-3.467Zm6.34-.122a.5.5 0 0 0-.5.5v7.69l-3.208-2.318a.5.5 0 0 0-.585.812l4 2.888.06.036a.5.5 0 0 0 .733-.441V5a.5.5 0 0 0-.5-.5Z'/>", "0 0 18 18"], Mt = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3ZM5.167 13.667V5a.5.5 0 0 1 .827-.378l4 3.467.07.073a.5.5 0 0 1-.642.74l-.083-.057-3.172-2.75v7.572a.5.5 0 0 1-1 0ZM11.833 5a.5.5 0 0 1 1 0v8.667a.5.5 0 0 1-.792.405l-4-2.888-.076-.068a.5.5 0 0 1 .661-.744l3.207 2.316V5ZM17.5 15a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/>", "0 0 18 18"], Nt = ["<path d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Pt = ["<path fill='#1B1B1B' d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Ft = ["<path d='M9.951 15c-1.058 0-2.108-.347-2.927-1.029a26.112 26.112 0 0 1-3.52-3.553A24.78 24.78 0 0 1 .811 6.37C-.1 4.65.463 2.58 2.152 1.447l.168-.113c.402-.27.897-.383 1.393-.314a1.9 1.9 0 0 1 1.23.67l1.488 1.825c.615.755.44 1.823-.392 2.38l-.661.444A6.543 6.543 0 0 0 6.52 8.394a7.198 7.198 0 0 0 1.84 1.597l.655-.447c.403-.27.899-.382 1.393-.316.496.068.934.306 1.23.671l1.488 1.825c.615.754.44 1.822-.393 2.38l-.168.113c-.782.523-1.701.782-2.616.782l.002.001ZM3.434 2.136c-.13 0-.26.035-.372.111l-.167.112c-1.206.81-1.608 2.29-.956 3.519a23.758 23.758 0 0 0 2.57 3.866 25.05 25.05 0 0 0 3.361 3.392c1.087.906 2.75.977 3.952.17l.169-.113a.533.533 0 0 0 .13-.793l-1.488-1.825a.637.637 0 0 0-.41-.224.678.678 0 0 0-.465.105l-.66.443c-.425.285-1.003.299-1.438.032A8.466 8.466 0 0 1 5.514 9.07a7.687 7.687 0 0 1-1.34-2.414c-.15-.45.034-.944.46-1.23l.66-.443a.533.533 0 0 0 .13-.793L3.936 2.365a.646.646 0 0 0-.502-.23Zm9.415 5.973c.26-2.177-1.48-4.14-3.882-4.376-.345-.032-.652.192-.69.503-.037.311.212.592.555.626 1.715.168 2.958 1.57 2.773 3.125-.037.311.211.591.554.625a.74.74 0 0 0 .068.004c.316 0 .588-.217.622-.507Zm2.488.244c.199-1.657-.327-3.285-1.48-4.583-1.151-1.3-2.791-2.114-4.619-2.294-.342-.033-.652.192-.69.503-.037.311.212.591.555.625 1.495.147 2.838.814 3.78 1.877.942 1.063 1.372 2.394 1.21 3.75-.037.312.211.592.555.626a.747.747 0 0 0 .068.003c.315 0 .587-.216.621-.507Z'/>", "0 0 16 16"], It = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Lt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Rt = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.001 3.556a.522.522 0 0 0-.521.522v3.4h-3.4a.523.523 0 0 0 0 1.043h3.4v3.402a.522.522 0 0 0 1.043 0V8.52h3.4a.522.522 0 1 0 0-1.043h-3.4v-3.4A.523.523 0 0 0 8 3.556Z'/>", "0 0 16 16"], zt = ["<path d='M13.035 3.69h-.547V1.368a.407.407 0 0 0-.407-.406H4.139a.407.407 0 0 0-.408.406V3.69h-.547a2.072 2.072 0 0 0-2.075 2.063v4.437c0 .224.183.406.408.406h2.214v2.958c0 .225.182.406.408.406h7.94a.406.406 0 0 0 .409-.406v-2.958H14.7a.407.407 0 0 0 .408-.406V5.754c0-1.137-.93-2.063-2.074-2.063ZM4.547 1.774h7.125V3.69H4.547V1.773Zm7.125 11.376H4.547V8.602h7.125v4.547Zm2.621-3.363H12.49V8.602h.596a.407.407 0 1 0 0-.811H3.135a.407.407 0 1 0 0 .811h.597v1.184H1.926V5.754c0-.69.565-1.251 1.259-1.251h9.85c.694 0 1.258.561 1.258 1.251v4.032Z'/><path d='M4.11 6.461c0 .667-1 .667-1 0s1-.667 1 0ZM10.519 9.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5ZM10.519 11.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5Z'/>", "0 0 16 16"], Bt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], Vt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.5 3.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 9.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM6.5 3.5A.5.5 0 0 1 7 3h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 6.5A.5.5 0 0 1 7 6h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 9.5A.5.5 0 0 1 7 9h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Ht = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Ut = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm-.5-5h1v1.5h-1V15zm.74-7.93A3.5 3.5 0 0 0 8.5 10.5h1.5a2 2 0 1 1 2.87 1.79C11.63 12.87 11 13.8 11 15h1.5c0-.71.37-1.22 1.06-1.61A3.5 3.5 0 0 0 12.24 7.07z'/>", "0 0 24 24"], Wt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/><path d='M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/>", "0 0 16 16"], Gt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/>", "0 0 16 16"], Kt = ["<path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41Zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9Z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3ZM3.1 9a5.002 5.002 0 0 0 8.757 2.182.502.502 0 0 1 .84.075.499.499 0 0 1-.069.561A6.002 6.002 0 0 1 2.083 9H3.1Z' clip-rule='evenodd'/>", "0 0 16 16"], qt = ["<path d='M14 7.986a6 6 0 1 1-12 0 .461.461 0 1 1 .923 0A5.096 5.096 0 1 0 4.37 4.448s-.115.038-.369.038l-.5-.5.346-.307A5.994 5.994 0 0 1 14 7.986Z'/><path d='m3.015 2.344 3.243 2.223a.25.25 0 0 1-.073.447l-2.956.835a.25.25 0 0 1-.317-.217l-.287-3.059a.25.25 0 0 1 .39-.23Z'/>", "0 0 16 16"], Jt = ["<g clip-path='url(#a)'><path d='M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532Z'/><path d='M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956-.076-.233-.16-.439-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083c-.218-.089-.423-.172-.655-.248-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073c.014.038.032.091.05.158.038.133.08.322.107.563.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z'/><path d='M6.803 12.352A7.632 7.632 0 0 1 5 11a7.568 7.568 0 0 1-1.411-1.925c-1.102.991-1.965 5.054-1.84 5.18.126.125 3.936-.896 5.054-1.903Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Yt = ["<path d='M11.118 9.953a5.417 5.417 0 1 0-1.164 1.165.833.833 0 0 0 .081.096l3.21 3.209a.833.833 0 0 0 1.178-1.179l-3.21-3.208a.834.834 0 0 0-.095-.083Zm.215-3.203a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z'/>", "0 0 16 16"], Xt = ["<path d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.49.49 0 0 0-.59-.22l-2.39.96a7.22 7.22 0 0 0-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96a.48.48 0 0 0-.59.22L2.74 8.87a.47.47 0 0 0 .12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.47.47 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32a.47.47 0 0 0-.12-.61l-2.01-1.58zM12 15.6A3.6 3.6 0 0 1 8.4 12 3.6 3.6 0 0 1 12 8.4a3.6 3.6 0 0 1 3.6 3.6 3.6 3.6 0 0 1-3.6 3.6z'/>", "0 0 24 24"], Zt = ["<path d='M11.491.5H4.509C3.122.5 2 1.638 2 3.045v9.91c0 .68.265 1.328.732 1.802a2.494 2.494 0 0 0 1.777.743l5.346-.016c.67 0 1.293-.268 1.776-.743l1.637-1.66A2.566 2.566 0 0 0 14 11.28V3.045C14 1.638 12.878.5 11.491.5ZM4.509 14.33c-.358 0-.701-.142-.966-.395-.25-.253-.405-.6-.405-.98v-9.91c0-.759.608-1.375 1.356-1.375h6.981c.748 0 1.356.616 1.356 1.375v7.808h-1.839c-.872 0-1.574.711-1.574 1.597v1.88H4.51Zm6.312-.395c-.063.063-.14.127-.234.19v-1.676c0-.237.187-.41.405-.41h1.637a1.25 1.25 0 0 1-.187.237l-1.621 1.66Z'/><path d='M10.456 4.5H5.529c-.298 0-.537.258-.537.581 0 .323.239.581.537.581h4.927c.298 0 .536-.258.536-.58 0-.324-.238-.582-.536-.582ZM10.456 8.338H5.529c-.298 0-.537.258-.537.58 0 .324.239.582.537.582h4.927c.298 0 .536-.258.536-.581 0-.323-.238-.581-.536-.581Z'/>", "0 0 16 16"], Qt = ["<path d='M12.465.983H3.523c-.841 0-1.52.68-1.52 1.535v10.964c0 .841.679 1.535 1.535 1.535h8.927c.841 0 1.535-.679 1.535-1.535V2.518A1.543 1.543 0 0 0 12.465.983Zm.458 12.485a.466.466 0 0 1-.472.472H3.523a.466.466 0 0 1-.472-.473V2.518c0-.266.206-.472.472-.472h8.928c.265 0 .472.206.472.472v10.95Z'/><path d='M10.872 5.348H5.117a.529.529 0 0 0-.531.531c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.532.529.529 0 0 0-.531-.53ZM10.872 7.932H5.117a.529.529 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.529.529 0 0 0-.531-.531ZM10.872 10.515H5.117a.53.53 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.53.53 0 0 0-.531-.531Z'/>", "0 0 16 16"], $t = ["<path d='M13.21 0H2.776c-.981 0-1.774.774-1.774 1.75v12.5c0 .96.793 1.75 1.791 1.75h10.419c.981 0 1.79-.774 1.79-1.75V1.75A1.78 1.78 0 0 0 13.212 0Zm.534 14.233a.538.538 0 0 1-.55.539H2.774a.538.538 0 0 1-.55-.539V1.75c0-.303.24-.539.55-.539h10.418c.31 0 .551.236.551.539v12.483Z'/><path d='M11.351 4.976H7.544a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h3.807a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM4.88 4.976h-.345a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h.345a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 7.945l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606L5 9.157a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 10.867l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605l.501.017a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606ZM11.351 7.922H7.453a.61.61 0 0 0-.62.605.61.61 0 0 0 .62.606h3.898a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.605ZM11.351 10.867H7.453a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605h3.898a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606Z'/>", "0 0 16 16"], en = ["<path d='M3.381 15h9.659a1.216 1.216 0 0 0 .898-.395 1.233 1.233 0 0 0 .322-.931l-.69-9.032a1.24 1.24 0 0 0-.39-.807 1.225 1.225 0 0 0-.83-.33H4.07a1.225 1.225 0 0 0-.83.33 1.24 1.24 0 0 0-.39.807l-.69 9.032a1.24 1.24 0 0 0 .322.931 1.224 1.224 0 0 0 .898.395Zm.286-10.295a.412.412 0 0 1 .407-.379h8.28a.407.407 0 0 1 .409.38l.69 9.03a.413.413 0 0 1-.244.409.407.407 0 0 1-.164.034H3.38a.406.406 0 0 1-.386-.275.413.413 0 0 1-.022-.167l.694-9.032Z'/><path d='M8.04 1c.54 0 1.059.217 1.44.602.383.385.598.906.599 1.45v.822a.412.412 0 0 1-.408.41.407.407 0 0 1-.408-.41v-.821c0-.327-.129-.64-.358-.871a1.22 1.22 0 0 0-1.73 0c-.23.23-.36.544-.36.87v.822a.412.412 0 0 1-.407.41.407.407 0 0 1-.408-.41v-.821c0-.545.216-1.066.598-1.451S7.498 1 8.04 1Z'/>", "0 0 16 16"], tn = ["<path d='M2.947 8h.26l.494 3.946a1.263 1.263 0 0 0 1.253 1.107h6.934a1.263 1.263 0 0 0 1.254-1.107L13.635 8h.26a.842.842 0 0 0 .842-.842V5.474a.842.842 0 0 0-.842-.842H12.87l-1.376-2.32a.421.421 0 0 0-.724.43l1.121 1.89H4.95l1.122-1.89a.42.42 0 1 0-.725-.43l-1.376 2.32H2.947a.842.842 0 0 0-.842.842v1.684A.842.842 0 0 0 2.947 8Zm9.36 3.842a.421.421 0 0 1-.419.369H4.954a.422.422 0 0 1-.418-.37l-.48-3.84h8.73l-.48 3.84Zm-9.36-6.368h10.948v1.684H2.947V5.474Z'/><path d='M8.421 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 1 0-.842 0v1.684a.42.42 0 0 0 .421.422ZM6.316 11.369a.421.421 0 0 0 .42-.421V9.262a.421.421 0 1 0-.841 0v1.684a.42.42 0 0 0 .42.422ZM10.526 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 0 0-.842 0v1.684a.42.42 0 0 0 .421.422Z'/>", "0 0 16 16"], nn = ["<path d='M14.892 3.98a.466.466 0 0 0-.369-.182H4.34l-.541-2.434A.466.466 0 0 0 3.332 1H1.466a.466.466 0 0 0 0 .933H2.96l2.14 9.424a1.865 1.865 0 1 0 2.43 1.767 1.823 1.823 0 0 0-.262-.932h2.854c-.17.281-.26.604-.261.932a1.866 1.866 0 1 0 1.865-1.865H6.036L5.72 9.86h6.692a1.399 1.399 0 0 0 1.352-1.03l1.226-4.444a.466.466 0 0 0-.098-.406Zm-8.296 9.144a.932.932 0 1 1-1.865 0 .932.932 0 0 1 1.865 0Zm6.062 0a.932.932 0 1 1-1.864 0 .932.932 0 0 1 1.864 0Zm.205-4.542a.466.466 0 0 1-.466.345H5.505l-.933-4.196h9.34l-1.049 3.851Z'/>", "0 0 16 16"], rn = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], an = ["<g clip-path='url(#a)'><path d='M15.914 1.675a.406.406 0 0 0-.262-.164L7.324.036a.432.432 0 0 0-.476.328l-.64 3.64H.833c-.23 0-.41.18-.41.409v10.131c0 .197.115.377.279.476.18.098.393.082.557-.033l.984-.656 1.114.738a.492.492 0 0 0 .59 0l1.115-.738 1.115.738c.18.114.41.114.607 0l1.114-.738.984.656a.563.563 0 0 0 .557.033.532.532 0 0 0 .28-.476v-3.59l.95.918c.164.148.393.18.59.098l1.23-.54.852.82a.52.52 0 0 0 .541.114.54.54 0 0 0 .36-.41l1.755-9.967a.43.43 0 0 0-.082-.312ZM8.88 14.036l-.705-.475a.549.549 0 0 0-.59 0l-1.115.737-1.115-.737a.577.577 0 0 0-.606 0l-1.115.737-1.115-.737a.491.491 0 0 0-.59 0l-.705.459V4.84h7.64v9.196h.016Zm4.64-2.738-.607-.573a.52.52 0 0 0-.377-.148.505.505 0 0 0-.213.05l-1.23.54-.967-.934a.529.529 0 0 0-.426-.148V8.888l2.492.443h.065a.39.39 0 0 0 .394-.344.422.422 0 0 0-.328-.476l-2.64-.459v-.934l2.804.492h.065a.39.39 0 0 0 .394-.345.422.422 0 0 0-.328-.475l-2.935-.525v-.934l.951.164h.066a.39.39 0 0 0 .393-.344.432.432 0 0 0-.328-.476l-1.098-.197V4.38c0-.23-.18-.41-.41-.41H7.045l.54-3.098L15.112 2.2l-1.59 9.098Z'/><path d='m12.31 5.804-.033.213c-.016.066.033.115.082.131l.262.05c.066.016.115-.033.132-.083l.033-.213c.196 0 .377-.049.508-.164a.747.747 0 0 0 .278-.475c.017-.05.017-.115.017-.164 0-.05 0-.098-.017-.131 0-.05-.016-.082-.049-.131-.016-.033-.033-.082-.065-.099-.017-.032-.05-.065-.082-.098a.432.432 0 0 0-.099-.082c-.032-.033-.065-.05-.114-.082-.05-.033-.099-.05-.132-.082-.032-.016-.082-.05-.147-.082a1.048 1.048 0 0 1-.263-.164.186.186 0 0 1-.049-.131c.017-.05.033-.082.066-.098a.369.369 0 0 1 .197-.017c.147.033.311.115.459.246.049.033.098.033.147 0l.262-.23a.125.125 0 0 0 .033-.081.125.125 0 0 0-.033-.082c-.065-.066-.13-.131-.229-.197a1.557 1.557 0 0 0-.279-.164l.05-.262c.016-.066-.033-.115-.082-.131l-.263-.05c-.065-.016-.114.033-.13.082l-.05.246a.847.847 0 0 0-.508.148.747.747 0 0 0-.279.475c-.016.05-.016.099-.016.131 0 .05 0 .082.016.132.016.032.016.082.033.114l.049.099c.016.032.05.065.066.082.016.032.049.049.082.082.032.032.065.049.098.065.033.017.065.05.115.066.032.016.082.049.114.065.033.017.066.033.115.066.05.016.082.05.115.066s.066.032.098.065c.033.016.05.033.066.05.016.016.033.032.033.048 0 .017.016.033.016.05v.049a.19.19 0 0 1-.082.115c-.115.065-.311.016-.492-.099a.937.937 0 0 1-.23-.213c-.016-.016-.048-.033-.081-.05-.033 0-.066 0-.082.034l-.262.23c-.05.032-.05.098-.017.147.164.262.377.41.623.508ZM8.798 3.417l2.148.378h.065c.197 0 .36-.148.41-.345.033-.23-.115-.442-.328-.475l-2.147-.377c-.214-.033-.443.115-.476.328-.033.246.115.459.328.491ZM6.568 9.306v.23c0 .065.05.114.115.114h.279c.065 0 .114-.049.114-.115v-.213a.786.786 0 0 0 .476-.246.718.718 0 0 0 .196-.524c0-.05 0-.115-.016-.164-.016-.05-.016-.099-.033-.131a.264.264 0 0 0-.065-.115c-.033-.033-.05-.066-.082-.098-.033-.033-.066-.05-.099-.082-.032-.033-.082-.05-.114-.066-.033-.016-.082-.033-.132-.066l-.147-.049c-.05-.016-.098-.032-.164-.049-.131-.05-.23-.082-.279-.115-.049-.032-.065-.065-.065-.114 0-.05.016-.082.049-.115a.294.294 0 0 1 .18-.05c.164 0 .328.05.492.165.05.032.115.016.148-.017l.213-.278c.016-.017.033-.05.016-.082 0-.033-.016-.05-.05-.066l-.245-.148a1.042 1.042 0 0 0-.295-.098v-.262a.112.112 0 0 0-.115-.115h-.278a.112.112 0 0 0-.115.115v.23a.786.786 0 0 0-.476.245.705.705 0 0 0-.196.508c0 .05 0 .099.016.132 0 .049.016.082.033.13l.049.099c.016.033.05.066.082.098.033.033.05.05.082.066.033.016.065.05.098.066l.099.049c.032.016.065.033.114.049.05.016.082.033.115.033.033.016.082.016.131.032.05.017.099.033.131.05l.099.049c.033.016.049.033.065.033l.05.049c.016.016.016.033.016.049v.05a.15.15 0 0 1-.066.13c-.098.082-.295.066-.491-.016a.88.88 0 0 1-.263-.164.125.125 0 0 0-.082-.033c-.032 0-.049.017-.082.033l-.23.279c-.032.049-.032.114.017.147.213.197.443.312.705.36ZM2.64 7.515h1.728c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41H2.64c-.23 0-.41.181-.41.41 0 .214.18.41.41.41ZM2.64 9.652h1.728c.23 0 .41-.18.41-.41 0-.23-.18-.41-.41-.41H2.64c-.23 0-.41.18-.41.41 0 .213.18.41.41.41ZM2.94 11.788h4.1c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41h-4.1c-.23 0-.41.181-.41.41 0 .23.18.41.41.41Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], on = ["<path d='m21.284 8.276-5.951-.865-2.66-5.393a.753.753 0 0 0-1.345 0l-2.66 5.393-5.952.865a.749.749 0 0 0-.414 1.28l4.305 4.197L5.59 19.68a.749.749 0 0 0 1.087.79L12 17.672l5.323 2.798a.749.749 0 0 0 1.087-.79l-1.017-5.927 4.305-4.197a.748.748 0 0 0 .218-.43.747.747 0 0 0-.632-.85Z'/>", "0 0 24 24"], sn = ["<path fill='#46D281' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm4.384-9.18a.5.5 0 0 0-.768-.64L5.995 9.725 3.38 6.675a.5.5 0 1 0-.76.65l3 3.5a.5.5 0 0 0 .764-.005l5-6Z' clip-rule='evenodd'/>", "0 0 14 14"], cn = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.835 5.628a.5.5 0 0 1 .037.706l-4.5 5a.5.5 0 0 1-.726.02l-2.5-2.5a.5.5 0 1 1 .708-.708l2.127 2.128 4.147-4.608a.5.5 0 0 1 .707-.038Z' clip-rule='evenodd'/>", "0 0 16 16"], ln = ["<path d='M22.11 21.46 2.39 1.73 1.11 3 4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18.21 0 .41-.06.57-.18l4.71-2.65 3.56 3.56 1.27-1.27ZM5 15.91v-6.7l5.29 2.97.71.71v6.4l-6-3.38Zm8 3.38v-4.4l2.82 2.81L13 19.29ZM9 5.82 7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37-1.47-1.47 4.65-2.61L12 4.15 9 5.82Z'/>", "0 0 24 24"], un = ["<path d='M5.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm15.91 4.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59.55 0 1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42Z'/>", "0 0 24 24"], dn = ["<path d='M6.739 1c.99 0 1.94.394 2.64 1.094l5.071 5.072a1.9 1.9 0 0 1 0 2.673L9.84 14.45a1.895 1.895 0 0 1-2.67 0L2.094 9.375C1.394 8.674 1 7.725 1 6.734V3.43A2.438 2.438 0 0 1 3.429 1h3.31Zm0 1.167h-3.31c-.704 0-1.262.557-1.262 1.26v3.307c0 .681.272 1.336.753 1.817l5.072 5.072a.713.713 0 0 0 1.021 0l4.611-4.611a.713.713 0 0 0 0-1.02L8.552 2.918a2.562 2.562 0 0 0-1.812-.753h-.001Z'/><path d='M6.489 3.872c.717.717.717 1.9 0 2.618-.717.717-1.9.717-2.618 0a1.861 1.861 0 0 1 0-2.618 1.861 1.861 0 0 1 2.618 0Zm-.827.827a.672.672 0 0 0-.964 0 .672.672 0 0 0 0 .964.672.672 0 0 0 .964 0 .672.672 0 0 0 0-.964Z'/>", "0 0 16 16"], fn = ["<path d='M13.063 6.388c-.205 0-.407.04-.597.117a1.597 1.597 0 0 0-1.533-1.182 1.566 1.566 0 0 0-.782.213 1.597 1.597 0 0 0-1.88-.65V1.598a1.597 1.597 0 1 0-3.193 0v8.3l-.48-.48a2.337 2.337 0 0 0-3.3 0 1.011 1.011 0 0 0-.037 1.395l3.833 4.258a2.732 2.732 0 0 0 2.028.9h4.455a2.73 2.73 0 0 0 2.55-1.714 7.73 7.73 0 0 0 .533-2.859V7.985a1.597 1.597 0 0 0-1.597-1.597Zm.532 5.01a6.586 6.586 0 0 1-.474 2.443 1.656 1.656 0 0 1-1.544 1.064H7.122a1.677 1.677 0 0 1-1.24-.532l-3.796-4.259a1.272 1.272 0 0 1 1.762.032l1.384 1.39a.533.533 0 0 0 .814-.075.532.532 0 0 0 .096-.282V1.597a.532.532 0 0 1 1.065 0v6.388a.532.532 0 1 0 1.065 0V6.388a.532.532 0 0 1 1.064 0v2.13a.532.532 0 1 0 1.065 0V6.92a.532.532 0 1 1 1.065 0v2.13a.532.532 0 0 0 1.064 0V7.985a.532.532 0 0 1 1.065 0v3.412Z'/>", "0 0 16 16"], pn = ["<g clip-path='url(#a)'><path d='M2.552 4.405a.555.555 0 0 0-.772.058L.306 6.126c-.472.537-.436 1.34.08 1.804l8.593 7.622c.52.456 1.323.396 1.8-.136l1.475-1.663a.555.555 0 0 0-.034-.773c-.371-.328-.397-.905-.057-1.287.339-.383.915-.426 1.285-.098a.555.555 0 0 0 .772-.058l1.474-1.662c.471-.538.436-1.342-.08-1.804L7.021.448c-.52-.456-1.323-.395-1.8.137L3.746 2.247c-.2.23-.184.574.034.773.37.329.396.905.057 1.288-.339.382-.915.426-1.285.097Zm2.32-1.804L6.026 1.3a.188.188 0 0 1 .127-.063.177.177 0 0 1 .13.044l5.506 4.883-.614.692a.547.547 0 0 0 .034.773.547.547 0 0 0 .771-.058l.615-.693 2.282 2.025c.075.066.08.181.012.258l-1.155 1.302c-.802-.371-1.768-.159-2.371.521s-.699 1.665-.235 2.416l-1.154 1.302a.182.182 0 0 1-.258.02l-2.282-2.025.614-.692a.547.547 0 0 0-.034-.773.547.547 0 0 0-.772.058l-.614.692-5.505-4.883a.177.177 0 0 1-.06-.125.189.189 0 0 1 .048-.133l1.155-1.302c.802.372 1.768.16 2.37-.52.604-.681.7-1.665.236-2.417Zm3.845 7.025L9.7 8.518a.547.547 0 0 1 .772-.059.547.547 0 0 1 .034.773l-.984 1.109a.547.547 0 0 1-.771.058.548.548 0 0 1-.034-.773Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], mn = ["<path d='M1.123 3h11.609c.31 0 .591.125.795.326l.015.016c.194.2.315.472.315.768v.15h1.017c.31 0 .59.124.794.326a1.1 1.1 0 0 1 .331.785v1.38c0 .14-.115.254-.258.254-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.203.491.33.806.33.142 0 .258.114.258.254v1.38c0 .306-.127.584-.33.785l-.016.015a1.127 1.127 0 0 1-.778.311H3.268c-.31 0-.592-.125-.795-.326a1.1 1.1 0 0 1-.33-.784v-.15H1.125c-.31 0-.591-.125-.795-.325A1.101 1.101 0 0 1 0 9.629V8.25c0-.14.116-.255.258-.255.315 0 .6-.126.805-.329a1.116 1.116 0 0 0 0-1.59 1.144 1.144 0 0 0-.805-.33A.257.257 0 0 1 0 5.493v-1.38a1.124 1.124 0 0 1 1.125-1.11L1.123 3Zm6.959 4.311a1.258 1.258 0 0 1 0 1.796 1.293 1.293 0 0 1-1.82 0l-.014-.016a1.258 1.258 0 0 1 .014-1.778 1.29 1.29 0 0 1 .91-.373c.33 0 .659.123.91.371Zm-.14.898a.754.754 0 0 0-.225-.537.774.774 0 0 0-1.09 0 .75.75 0 0 0-.011 1.064l.012.01a.774.774 0 0 0 1.09 0 .753.753 0 0 0 .224-.537ZM5.368 4.633l.016.016a1.258 1.258 0 0 1-.014 1.778l-.016.016a1.29 1.29 0 0 1-1.801-.014 1.256 1.256 0 0 1-.002-1.795c.252-.249.58-.373.91-.373.328 0 .656.123.907.372Zm-.364.36a.773.773 0 0 0-1.09 0 .752.752 0 0 0 0 1.075.775.775 0 0 0 1.078.012l.01-.012a.752.752 0 0 0 .013-1.064l-.012-.011h.001Zm2.597-.247c.1-.1.264-.1.365 0 .1.1.1.261 0 .36L4.224 8.803c-.1.1-.264.1-.365 0-.1-.1-.1-.261 0-.36l3.742-3.696Zm6.254.024v.72c0 .14-.115.255-.258.255-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.202.49.328.805.328.143 0 .258.115.258.255v1.38c0 .305-.127.583-.33.785a1.13 1.13 0 0 1-.795.325H2.656v.15a.611.611 0 0 0 .609.6h11.608c.162 0 .31-.063.42-.165l.01-.011a.596.596 0 0 0 .179-.425V9.742a1.656 1.656 0 0 1-.912-.458 1.623 1.623 0 0 1 0-2.311c.242-.24.558-.404.912-.459V5.37a.61.61 0 0 0-.609-.601h-1.018v.002ZM12.73 3.51H1.122a.613.613 0 0 0-.43.176.594.594 0 0 0-.18.424v1.145c.354.055.671.22.913.459a1.62 1.62 0 0 1 0 2.31 1.656 1.656 0 0 1-.912.46v1.143c0 .166.068.316.179.425.11.109.262.177.43.177H12.73c.168 0 .32-.068.43-.177a.597.597 0 0 0 .18-.425V8.483a1.656 1.656 0 0 1-.913-.458 1.62 1.62 0 0 1 0-2.311c.242-.24.559-.404.912-.459V4.11a.595.595 0 0 0-.167-.413l-.012-.01a.61.61 0 0 0-.43-.177Z'/><path d='M10.439 4.16a.242.242 0 0 1 .346 0c.046.046.071.11.071.176v.875c0 .066-.025.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.875c0-.066.025-.13.07-.177ZM10.44 6.066a.242.242 0 0 1 .345 0c.046.047.072.11.072.177V7.2c0 .067-.026.13-.072.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.956c0-.066.025-.13.071-.177ZM10.44 8.243a.242.242 0 0 1 .345 0c.046.047.072.11.072.176v1.073c0 .067-.026.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.072-.177V8.42c0-.066.025-.13.071-.176Z'/>", "0 0 16 16"], hn = ["<path d='M21.75 5.96a8.015 8.015 0 0 1-2.302.619 3.987 3.987 0 0 0 1.758-2.203 7.89 7.89 0 0 1-2.536.965 3.986 3.986 0 0 0-2.92-1.263 3.996 3.996 0 0 0-3.996 3.999c0 .309.037.618.098.916a11.358 11.358 0 0 1-8.24-4.184 3.968 3.968 0 0 0-.544 2.018c0 1.388.705 2.611 1.781 3.33a4.03 4.03 0 0 1-1.807-.508v.05a3.997 3.997 0 0 0 3.204 3.923c-.344.09-.697.135-1.052.136a5.31 5.31 0 0 1-.755-.061 4.004 4.004 0 0 0 3.736 2.773 8.01 8.01 0 0 1-4.962 1.708c-.335 0-.644-.012-.965-.05a11.317 11.317 0 0 0 6.138 1.794c7.35 0 11.372-6.09 11.372-11.374 0-.174 0-.347-.012-.52A8.607 8.607 0 0 0 21.75 5.96Z'/>", "0 0 24 24"], gn = ["<path d='M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7ZM4.32 12.633A4.473 4.473 0 0 1 8 10.693c1.48 0 2.85.737 3.68 1.94a5.891 5.891 0 0 1-7.36 0Zm1.347-5.35A2.336 2.336 0 0 1 8 4.948a2.336 2.336 0 0 1 2.333 2.333A2.336 2.336 0 0 1 8 9.615a2.336 2.336 0 0 1-2.333-2.333Zm6.792 4.603a5.55 5.55 0 0 0-2.43-1.879 3.398 3.398 0 0 0 1.381-2.725c0-1.88-1.53-3.41-3.41-3.41-1.88 0-3.41 1.53-3.41 3.41 0 1.118.548 2.103 1.382 2.725a5.56 5.56 0 0 0-2.43 1.88A5.893 5.893 0 0 1 2.077 8 5.93 5.93 0 0 1 8 2.077 5.93 5.93 0 0 1 13.923 8a5.891 5.891 0 0 1-1.464 3.886Z'/>", "0 0 16 16"], _n = ["<path fill='#FBCC29' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.14-12c.374 0 .677.304.677.678V9a.678.678 0 1 1-1.356 0V2.678c0-.374.304-.678.678-.678Zm.677 9.169a.678.678 0 1 1-1.356 0 .678.678 0 0 1 1.356 0Z' clip-rule='evenodd'/>", "0 0 14 14"], vn = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 7 10ZM7 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 7 3Z' clip-rule='evenodd'/>", "0 0 14 14"], yn = ["<path d='M16.723 14.06c-.256-.131-1.528-.755-1.765-.839-.237-.089-.41-.131-.582.131-.173.26-.665.84-.82 1.015-.15.174-.302.195-.558.066-1.518-.76-2.514-1.355-3.515-3.073-.265-.457.265-.424.76-1.41.083-.174.041-.322-.024-.453-.066-.131-.582-1.402-.797-1.92-.209-.504-.424-.433-.581-.443-.15-.009-.321-.009-.495-.009a.956.956 0 0 0-.689.321c-.237.26-.905.886-.905 2.156s.926 2.501 1.053 2.675c.13.173 1.82 2.78 4.415 3.902 1.64.708 2.283.769 3.103.647.5-.075 1.529-.624 1.742-1.23.213-.605.213-1.123.15-1.231-.064-.115-.237-.18-.492-.305Z'/><path d='M21.684 7.931a10.505 10.505 0 0 0-5.615-5.615A10.45 10.45 0 0 0 12 1.5h-.047A10.475 10.475 0 0 0 1.5 12.05a10.533 10.533 0 0 0 1.125 4.684v3.563c0 .595.483 1.078 1.078 1.078h3.565a10.532 10.532 0 0 0 4.685 1.125h.05c1.403 0 2.765-.272 4.047-.804a10.418 10.418 0 0 0 3.347-2.231 10.475 10.475 0 0 0 3.103-7.418 10.46 10.46 0 0 0-.816-4.116Zm-3.541 10.266A8.673 8.673 0 0 1 12 20.719h-.04a8.75 8.75 0 0 1-4.057-1.02l-.197-.105h-3.3v-3.3l-.105-.197a8.75 8.75 0 0 1-1.02-4.057 8.665 8.665 0 0 1 2.522-6.183 8.653 8.653 0 0 1 6.16-2.576h.04c1.171 0 2.308.228 3.379.678a8.662 8.662 0 0 1 2.79 1.875 8.684 8.684 0 0 1 2.552 6.206 8.686 8.686 0 0 1-2.581 6.157Z'/>", "0 0 24 24"], bn = ["<path d='M21.725 3.598A.937.937 0 0 0 20.4 2.274l-3.442 3.433a.937.937 0 0 0 1.324 1.324l3.438-3.437.004.004Zm-7.793-.535a.627.627 0 0 0-.883 0l-.445.441a3.75 3.75 0 0 0 0 5.305l.406.406-1.191 1.191a4.989 4.989 0 0 0-1.426-2.921l-.441-.442a.627.627 0 0 0-.883 0l-.441.442a3.75 3.75 0 0 0 0 5.304l.406.406-1.192 1.192a4.988 4.988 0 0 0-1.425-2.922l-.442-.445a.627.627 0 0 0-.882 0l-.442.441a3.75 3.75 0 0 0 0 5.304l.406.407-2.69 2.69a1.252 1.252 0 0 0 1.769 1.77l2.69-2.69.477.476a3.75 3.75 0 0 0 5.305 0l.441-.442a.627.627 0 0 0 0-.883l-.441-.44a4.992 4.992 0 0 0-3.05-1.442l1.245-1.246.477.476a3.75 3.75 0 0 0 5.304 0l.442-.441a.627.627 0 0 0 0-.883l-.442-.441a4.992 4.992 0 0 0-3.05-1.442l1.246-1.246.476.477a3.751 3.751 0 0 0 5.305 0l.44-.445a.627.627 0 0 0 0-.883l-.44-.445a4.922 4.922 0 0 0-.641-.543l1.805-1.801A.937.937 0 0 0 20.4 6.024l-2.32 2.32a5.033 5.033 0 0 0-2.434.082c.238-.832.258-1.71.054-2.55l2.274-2.278a.937.937 0 0 0-1.324-1.324l-1.797 1.789a4.642 4.642 0 0 0-.484-.559l-.438-.441Z'/>", "0 0 24 24"], xn = ["<path fill-rule='evenodd' d='M15.784 6.009q-.23-.223-.472-.433a11 11 0 0 0-2.043-1.398l-.946 1.065a9.7 9.7 0 0 1 2.465 1.738.72.72 0 0 0 .967.037.672.672 0 0 0 .029-1.01M12.868 7.66a7.9 7.9 0 0 0-1.772-1.033l-.975 1.098c.845.288 1.62.747 2.273 1.347a.71.71 0 0 0 .938.013.667.667 0 0 0 .024-1.014 8 8 0 0 0-.488-.41m-1.966 2.473a4.6 4.6 0 0 0-2.092-.93l-1.172 1.319c.846-.1 1.697.139 2.36.663a.69.69 0 0 0 .875-.005l.05-.044h.001a.625.625 0 0 0-.021-1.003M8 12.26c-.405 0-.79.171-1.057.47a1.34 1.34 0 0 0-.347.862c-.009.761.606 1.388 1.382 1.408.375.007.737-.135 1.005-.392a1.342 1.342 0 0 0 .073-1.878A1.42 1.42 0 0 0 8 12.26m1.223-4.772 1.03-1.162 1.271-1.431.968-1.09 1.482-1.67a.675.675 0 0 0-.066-.966.716.716 0 0 0-.991.065L11.082 3.3h.001a11 11 0 0 0-1.679-.34c-.932-.12-1.876-.12-2.808 0a11.1 11.1 0 0 0-6.38 3.049.672.672 0 0 0 .03 1.01.72.72 0 0 0 .966-.039q.263-.255.545-.491h.001a9.7 9.7 0 0 1 4.838-2.15 9.8 9.8 0 0 1 3.46.117L8.661 6.03a8 8 0 0 0-.66-.03H8q-.708.002-1.404.126a7.87 7.87 0 0 0-3.952 1.947.666.666 0 0 0 .023 1.013c.27.231.675.226.939-.012a6.46 6.46 0 0 1 3.84-1.677l-5.024 5.66a.68.68 0 0 0 .07.97.71.71 0 0 0 .988-.069l2.388-2.691L7.756 9.14z' clip-rule='evenodd'/>", "0 0 16 16"], Sn = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM3.985 8.685a.585.585 0 0 0-.562.58c0 .312.254.555.562.546a3.777 3.777 0 0 1 2.78 1.08 3.773 3.773 0 0 1 1.14 2.755.544.544 0 0 0 .559.551.584.584 0 0 0 .567-.575 4.862 4.862 0 0 0-1.468-3.548 4.863 4.863 0 0 0-3.578-1.39ZM4 5.682a.583.583 0 0 0-.564.577.543.543 0 0 0 .56.549c1.855-.047 3.596.63 4.9 1.906 1.305 1.276 2.02 3.002 2.013 4.857a.544.544 0 0 0 .56.548.582.582 0 0 0 .565-.577c.008-2.157-.824-4.161-2.34-5.645C8.178 6.414 6.155 5.627 4 5.682Zm.012-3.004a.584.584 0 0 0-.566.576.543.543 0 0 0 .56.549c2.661-.063 5.154.908 7.02 2.733 1.865 1.825 2.89 4.297 2.885 6.96a.542.542 0 0 0 .562.547.583.583 0 0 0 .563-.58c.005-2.961-1.135-5.71-3.212-7.742-2.076-2.032-4.85-3.113-7.812-3.043Z'/>", "0 0 18 18"], Cn = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3Zm1 12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/><path d='M14.01 14.806a.553.553 0 0 1-.165-.396c.004-2.688-1.03-5.183-2.914-7.026-1.883-1.843-4.4-2.823-7.088-2.76a.549.549 0 0 1-.564-.554.59.59 0 0 1 .57-.582c2.99-.07 5.792 1.02 7.888 3.072 2.097 2.051 3.249 4.828 3.243 7.819a.589.589 0 0 1-.569.583.547.547 0 0 1-.401-.156Zm-2.63.234a.588.588 0 0 0 .57-.583c.007-2.177-.832-4.2-2.363-5.698C8.057 7.26 6.014 6.466 3.838 6.52a.588.588 0 0 0-.57.583.548.548 0 0 0 .566.554c1.872-.048 3.63.636 4.947 1.925 1.317 1.288 2.039 3.03 2.032 4.904a.55.55 0 0 0 .566.553Zm-3.035.078a.589.589 0 0 0 .572-.58 4.908 4.908 0 0 0-1.481-3.582 4.91 4.91 0 0 0-3.613-1.403.59.59 0 0 0-.568.585c0 .316.256.561.568.552a3.812 3.812 0 0 1 2.806 1.09 3.808 3.808 0 0 1 1.15 2.781.55.55 0 0 0 .566.557Z'/>", "0 0 18 18"], wn = /* @__PURE__ */ "apple-filled.arrow-circle-down-outline.arrow-circle-left-outline.arrow-circle-right-outline.arrow-circle-up-outline.arrow-down-outline.arrow-left-outline.arrow-list-outline.arrow-point-down-filled.arrow-point-left-filled.arrow-point-right-filled.arrow-point-up-filled.arrow-right-outline.arrow-up-outline.barcode-outline.bell-outline.calendar-alt-outline.calendar-locked-outline.calendar-outline.carrot-filled.check-outline.checkbox-checked.checkbox-unchecked.chevron-down-outline.chevron-left-bicolor.chevron-left-outline.chevron-right-bicolor.chevron-right-outline.chevron-up-outline.chicken-filled.chili-filled.close-outline.cloud-download-outline.cloud-upload-outline.copy-generic-outline.copy-square-outline.delete-outline.discount-outline.document-generic-outline.document-history-alt-outline.document-history-outline.document-list-outline.drag-handle-outline.error-filled-red.error-outline.exclamation-outline.expand-outline.export-outline.eye-closed-outline.eye-open-filled.eye-open-outline.facebook-filled.fire-filled.fish-filled.globe-outline.google-filled.hashtag-outline.home-outline.import-outline.info-filled-blue.info-outline.instagram-filled.key-outline.lactose-intolerant-filled.layout-1-outline.layout-2-outline.layout-3-outline.layout-4-outline.layout-5-outline.leaf-filled.linkedin-filled.location-filled.lock-password-1-outline.lock-password-2-outline.mail-outline.menu-close-outline.menu-hamburger-outline.minus-bicolor-tertiary-light.minus-bicolor-tertiary.minus-filled.money-bill-outline.money-cash-outline.money-coin-outline.money-credit-card-outline.nfc-filled.nfc-outline.pencil-outline.pencil.phone-outline.plus-bicolor-tertiary-light.plus-bicolor-tertiary.plus-filled.printer-outline.purchase-order-bill-outline.purchase-order-list-outline.purchase-order-ticket-outline.question-circle-outline.radio-button-checked-outline.radio-button-unchecked-outline.refresh-double-outline.refresh-single-outline.rocket-outline.search-outline.settings-outline.sheet-bent-outline.sheet-generic-outline.sheet-list-outline.shopping-bag-outline.shopping-basket-outline.shopping-cart-outline.split-bill-ticket-1-outline.split-bill-ticket-2-outline.star-filled.success-filled-green.success-outline.sugar-free-filled.tag-filled.tag-outline.tap-click-hand-outline.ticket-outline.tickets-outline.twitter-filled.user-outline.warning-filled-yellow.warning-outline.whatsapp-outline.wheat-filled.wifi-no-signal-outline.wifi-signal-filled.wifi-signal-outline".split(".");
|
|
21
|
+
ICON_ARROW_LEFT_OUTLINE: () => P,
|
|
22
|
+
ICON_ARROW_LIST_OUTLINE: () => ce,
|
|
23
|
+
ICON_ARROW_POINT_DOWN_FILLED: () => le,
|
|
24
|
+
ICON_ARROW_POINT_LEFT_FILLED: () => ue,
|
|
25
|
+
ICON_ARROW_POINT_RIGHT_FILLED: () => de,
|
|
26
|
+
ICON_ARROW_POINT_UP_FILLED: () => fe,
|
|
27
|
+
ICON_ARROW_RIGHT_OUTLINE: () => pe,
|
|
28
|
+
ICON_ARROW_UP_OUTLINE: () => F,
|
|
29
|
+
ICON_BARCODE_OUTLINE: () => me,
|
|
30
|
+
ICON_BELL_OUTLINE: () => he,
|
|
31
|
+
ICON_CALENDAR_ALT_OUTLINE: () => ge,
|
|
32
|
+
ICON_CALENDAR_LOCKED_OUTLINE: () => _e,
|
|
33
|
+
ICON_CALENDAR_OUTLINE: () => ve,
|
|
34
|
+
ICON_CARROT_FILLED: () => ye,
|
|
35
|
+
ICON_CHECKBOX_CHECKED: () => xe,
|
|
36
|
+
ICON_CHECKBOX_UNCHECKED: () => Se,
|
|
37
|
+
ICON_CHECK_OUTLINE: () => be,
|
|
38
|
+
ICON_CHEVRON_DOWN_OUTLINE: () => Ce,
|
|
39
|
+
ICON_CHEVRON_LEFT_BICOLOR: () => we,
|
|
40
|
+
ICON_CHEVRON_LEFT_OUTLINE: () => Te,
|
|
41
|
+
ICON_CHEVRON_RIGHT_BICOLOR: () => Ee,
|
|
42
|
+
ICON_CHEVRON_RIGHT_OUTLINE: () => De,
|
|
43
|
+
ICON_CHEVRON_UP_OUTLINE: () => Oe,
|
|
44
|
+
ICON_CHICKEN_FILLED: () => ke,
|
|
45
|
+
ICON_CHILI_FILLED: () => Ae,
|
|
46
|
+
ICON_CLOSE_OUTLINE: () => je,
|
|
47
|
+
ICON_CLOUD_DOWNLOAD_OUTLINE: () => Me,
|
|
48
|
+
ICON_CLOUD_UPLOAD_OUTLINE: () => Ne,
|
|
49
|
+
ICON_COPY_GENERIC_OUTLINE: () => Pe,
|
|
50
|
+
ICON_COPY_SQUARE_OUTLINE: () => Fe,
|
|
51
|
+
ICON_DELETE_OUTLINE: () => Ie,
|
|
52
|
+
ICON_DISCOUNT_OUTLINE: () => Le,
|
|
53
|
+
ICON_DOCUMENT_GENERIC_OUTLINE: () => Re,
|
|
54
|
+
ICON_DOCUMENT_HISTORY_ALT_OUTLINE: () => ze,
|
|
55
|
+
ICON_DOCUMENT_HISTORY_OUTLINE: () => Be,
|
|
56
|
+
ICON_DOCUMENT_LIST_OUTLINE: () => Ve,
|
|
57
|
+
ICON_DRAG_HANDLE_OUTLINE: () => He,
|
|
58
|
+
ICON_ERROR_FILLED_RED: () => Ue,
|
|
59
|
+
ICON_ERROR_OUTLINE: () => We,
|
|
60
|
+
ICON_EXCLAMATION_OUTLINE: () => Ge,
|
|
61
|
+
ICON_EXPAND_OUTLINE: () => Ke,
|
|
62
|
+
ICON_EXPORT_OUTLINE: () => qe,
|
|
63
|
+
ICON_EYE_CLOSED_OUTLINE: () => Je,
|
|
64
|
+
ICON_EYE_OPEN_FILLED: () => Ye,
|
|
65
|
+
ICON_EYE_OPEN_OUTLINE: () => Xe,
|
|
66
|
+
ICON_FACEBOOK_FILLED: () => Ze,
|
|
67
|
+
ICON_FIRE_FILLED: () => Qe,
|
|
68
|
+
ICON_FISH_FILLED: () => $e,
|
|
69
|
+
ICON_GLOBE_OUTLINE: () => et,
|
|
70
|
+
ICON_GOOGLE_FILLED: () => tt,
|
|
71
|
+
ICON_HASHTAG_OUTLINE: () => nt,
|
|
72
|
+
ICON_HOME_OUTLINE: () => rt,
|
|
73
|
+
ICON_IMPORT_OUTLINE: () => it,
|
|
74
|
+
ICON_INFO_FILLED_BLUE: () => at,
|
|
75
|
+
ICON_INFO_OUTLINE: () => ot,
|
|
76
|
+
ICON_INSTAGRAM_FILLED: () => st,
|
|
77
|
+
ICON_KEY_OUTLINE: () => ct,
|
|
78
|
+
ICON_LACTOSE_INTOLERANT_FILLED: () => lt,
|
|
79
|
+
ICON_LAYOUT_1_OUTLINE: () => ut,
|
|
80
|
+
ICON_LAYOUT_2_OUTLINE: () => dt,
|
|
81
|
+
ICON_LAYOUT_3_OUTLINE: () => ft,
|
|
82
|
+
ICON_LAYOUT_4_OUTLINE: () => pt,
|
|
83
|
+
ICON_LAYOUT_5_OUTLINE: () => mt,
|
|
84
|
+
ICON_LEAF_FILLED: () => ht,
|
|
85
|
+
ICON_LINKEDIN_FILLED: () => gt,
|
|
86
|
+
ICON_LOCATION_FILLED: () => _t,
|
|
87
|
+
ICON_LOCK_PASSWORD_1_OUTLINE: () => vt,
|
|
88
|
+
ICON_LOCK_PASSWORD_2_OUTLINE: () => yt,
|
|
89
|
+
ICON_MAIL_OUTLINE: () => bt,
|
|
90
|
+
ICON_MENU_CLOSE_OUTLINE: () => xt,
|
|
91
|
+
ICON_MENU_HAMBURGER_OUTLINE: () => St,
|
|
92
|
+
ICON_MINUS_BICOLOR_TERTIARY: () => wt,
|
|
93
|
+
ICON_MINUS_BICOLOR_TERTIARY_LIGHT: () => Ct,
|
|
94
|
+
ICON_MINUS_FILLED: () => Tt,
|
|
95
|
+
ICON_MONEY_BILL_OUTLINE: () => Et,
|
|
96
|
+
ICON_MONEY_CASH_OUTLINE: () => Dt,
|
|
97
|
+
ICON_MONEY_COIN_OUTLINE: () => Ot,
|
|
98
|
+
ICON_MONEY_CREDIT_CARD_OUTLINE: () => kt,
|
|
99
|
+
ICON_NFC_FILLED: () => At,
|
|
100
|
+
ICON_NFC_OUTLINE: () => jt,
|
|
101
|
+
ICON_PENCIL: () => Nt,
|
|
102
|
+
ICON_PENCIL_OUTLINE: () => Mt,
|
|
103
|
+
ICON_PHONE_OUTLINE: () => Pt,
|
|
104
|
+
ICON_PLUS_BICOLOR_TERTIARY: () => It,
|
|
105
|
+
ICON_PLUS_BICOLOR_TERTIARY_LIGHT: () => Ft,
|
|
106
|
+
ICON_PLUS_FILLED: () => Lt,
|
|
107
|
+
ICON_PRINTER_OUTLINE: () => Rt,
|
|
108
|
+
ICON_PURCHASE_ORDER_BILL_OUTLINE: () => zt,
|
|
109
|
+
ICON_PURCHASE_ORDER_LIST_OUTLINE: () => Bt,
|
|
110
|
+
ICON_PURCHASE_ORDER_TICKET_OUTLINE: () => Vt,
|
|
111
|
+
ICON_QUESTION_CIRCLE_OUTLINE: () => Ht,
|
|
112
|
+
ICON_RADIO_BUTTON_CHECKED_OUTLINE: () => Ut,
|
|
113
|
+
ICON_RADIO_BUTTON_UNCHECKED_OUTLINE: () => Wt,
|
|
114
|
+
ICON_REFRESH_DOUBLE_OUTLINE: () => Gt,
|
|
115
|
+
ICON_REFRESH_SINGLE_OUTLINE: () => Kt,
|
|
116
|
+
ICON_ROCKET_OUTLINE: () => qt,
|
|
117
|
+
ICON_SEARCH_OUTLINE: () => Jt,
|
|
118
|
+
ICON_SETTINGS_OUTLINE: () => Yt,
|
|
119
|
+
ICON_SHEET_BENT_OUTLINE: () => Xt,
|
|
120
|
+
ICON_SHEET_GENERIC_OUTLINE: () => Zt,
|
|
121
|
+
ICON_SHEET_LIST_OUTLINE: () => Qt,
|
|
122
|
+
ICON_SHOPPING_BAG_OUTLINE: () => $t,
|
|
123
|
+
ICON_SHOPPING_BASKET_OUTLINE: () => en,
|
|
124
|
+
ICON_SHOPPING_CART_OUTLINE: () => tn,
|
|
125
|
+
ICON_SPLIT_BILL_TICKET_1_OUTLINE: () => nn,
|
|
126
|
+
ICON_SPLIT_BILL_TICKET_2_OUTLINE: () => rn,
|
|
127
|
+
ICON_STAR_FILLED: () => an,
|
|
128
|
+
ICON_SUCCESS_FILLED_GREEN: () => on,
|
|
129
|
+
ICON_SUCCESS_OUTLINE: () => sn,
|
|
130
|
+
ICON_SUGAR_FREE_FILLED: () => cn,
|
|
131
|
+
ICON_TAG_FILLED: () => ln,
|
|
132
|
+
ICON_TAG_OUTLINE: () => un,
|
|
133
|
+
ICON_TAP_CLICK_HAND_OUTLINE: () => dn,
|
|
134
|
+
ICON_TICKETS_OUTLINE: () => pn,
|
|
135
|
+
ICON_TICKET_OUTLINE: () => fn,
|
|
136
|
+
ICON_TWITTER_FILLED: () => mn,
|
|
137
|
+
ICON_USER_OUTLINE: () => hn,
|
|
138
|
+
ICON_WARNING_FILLED_YELLOW: () => gn,
|
|
139
|
+
ICON_WARNING_OUTLINE: () => _n,
|
|
140
|
+
ICON_WHATSAPP_OUTLINE: () => vn,
|
|
141
|
+
ICON_WHEAT_FILLED: () => yn,
|
|
142
|
+
ICON_WIFI_NO_SIGNAL_OUTLINE: () => bn,
|
|
143
|
+
ICON_WIFI_SIGNAL_FILLED: () => xn,
|
|
144
|
+
ICON_WIFI_SIGNAL_OUTLINE: () => Sn,
|
|
145
|
+
iconNames: () => Cn
|
|
146
|
+
}), re = ["<path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/><path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/>", "0 0 24 24"], ie = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M8.354 11.854a.5.5 0 0 1-.707 0L4.465 8.672a.5.5 0 1 1 .707-.708L7.5 10.293V4.5a.5.5 0 1 1 1 0v5.793l2.329-2.329a.5.5 0 1 1 .707.708l-3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], ae = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.146 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L5.707 7.5H11.5a.5.5 0 0 1 0 1H5.707l2.329 2.328a.5.5 0 1 1-.708.707L4.146 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], oe = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.854 7.646a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 1 1-.708-.707L10.293 8.5H4.5a.5.5 0 0 1 0-1h5.793L7.964 5.17a.5.5 0 1 1 .708-.707l3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], se = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.646 4.146a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 5.707V11.5a.5.5 0 0 1-1 0V5.707L5.17 8.036a.5.5 0 1 1-.707-.708l3.182-3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], N = ["<path fill-rule='evenodd' d='m11.535 11.172-3.182 3.182a.5.5 0 0 1-.707 0l-3.182-3.182a.5.5 0 1 1 .707-.708L7.5 12.793V2a.5.5 0 0 1 1 0v10.793l2.328-2.329a.5.5 0 1 1 .707.708Z' clip-rule='evenodd'/>", "0 0 16 16"], P = ["<path fill-rule='evenodd' d='M1.646 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L3.207 7.5H14a.5.5 0 0 1 0 1H3.207l2.329 2.328a.5.5 0 1 1-.708.707L1.646 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], ce = ["<path fill-rule='evenodd' d='M4.25 2.6c.22 0 .4.18.4.4v6.6h6.353L9.417 7.222a.4.4 0 1 1 .666-.444l2 3a.4.4 0 0 1 0 .444l-2 3a.4.4 0 1 1-.666-.444l1.586-2.378H4.25a.4.4 0 0 1-.4-.4V3c0-.22.18-.4.4-.4Z' clip-rule='evenodd'/>", "0 0 16 16"], le = ["<path d='m7.5 9.5 3-3h-6l3 3Z'/><path fill-rule='evenodd' d='M7.854 9.854a.5.5 0 0 1-.708 0l-3-3A.5.5 0 0 1 4.5 6h6a.5.5 0 0 1 .354.854l-3 3ZM9.293 7H5.707L7.5 8.793 9.293 7Z' clip-rule='evenodd'/>", "0 0 16 16"], ue = ["<path d='m6.5 7.5 3 3v-6l-3 3Z'/><path fill-rule='evenodd' d='M6.146 7.854a.5.5 0 0 1 0-.708l3-3A.5.5 0 0 1 10 4.5v6a.5.5 0 0 1-.854.354l-3-3ZM9 9.293V5.707L7.207 7.5 9 9.293Z' clip-rule='evenodd'/>", "0 0 16 16"], de = ["<path d='m10 7.962-3 3v-6l3 3Z'/><path fill-rule='evenodd' d='M10.354 8.315a.5.5 0 0 0 0-.707l-3-3a.5.5 0 0 0-.854.354v6a.5.5 0 0 0 .854.354l3-3ZM7.5 9.755V6.169l1.793 1.793L7.5 9.755Z' clip-rule='evenodd'/>", "0 0 16 16"], fe = ["<path d='m8.25 7-3 3h6l-3-3Z'/><path fill-rule='evenodd' d='M7.896 6.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.354.854h-6a.5.5 0 0 1-.354-.854l3-3ZM6.457 9.5h3.586L8.25 7.707 6.457 9.5Z' clip-rule='evenodd'/>", "0 0 16 16"], pe = ["<path fill-rule='evenodd' d='m11.172 4.464 3.182 3.182a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 0 1-.708-.707L12.793 8.5H2a.5.5 0 0 1 0-1h10.793L10.464 5.17a.5.5 0 1 1 .708-.707Z' clip-rule='evenodd'/>", "0 0 16 16"], F = ["<path fill-rule='evenodd' d='m4.465 4.828 3.182-3.182a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 3.207V14a.5.5 0 0 1-1 0V3.207L5.172 5.536a.5.5 0 1 1-.707-.708Z' clip-rule='evenodd'/>", "0 0 16 16"], me = ["<path d='M13.76 8a.48.48 0 0 1-.48.48H2.72a.48.48 0 1 1 0-.96h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96a.48.48 0 0 1 .48.48ZM4.64 10.88h-.96V9.44h.96v1.44ZM12.32 10.88h-.96V9.44h.96v1.44ZM6.56 10.4H5.6v-.96h.96v.96ZM8.48 10.4h-.96v-.96h.96v.96ZM10.4 10.4h-.96v-.96h.96v.96ZM1.28 5.12V3.68c0-.794.646-1.44 1.44-1.44h1.44a.48.48 0 1 1 0 .96H2.72a.48.48 0 0 0-.48.48v1.44a.48.48 0 1 1-.96 0ZM14.72 3.68v1.44a.48.48 0 1 1-.96 0V3.68a.48.48 0 0 0-.48-.48h-1.44a.48.48 0 1 1 0-.96h1.44c.794 0 1.44.646 1.44 1.44ZM4.64 13.28a.48.48 0 0 1-.48.48H2.72c-.794 0-1.44-.646-1.44-1.44v-1.44a.48.48 0 1 1 .96 0v1.44c0 .265.215.48.48.48h1.44a.48.48 0 0 1 .48.48ZM14.72 10.88v1.44c0 .794-.646 1.44-1.44 1.44h-1.44a.48.48 0 1 1 0-.96h1.44a.48.48 0 0 0 .48-.48v-1.44a.48.48 0 1 1 .96 0Z'/>", "0 0 16 16"], he = ["<path d='M13.98 12.667h-.525V8.139c0-2.424-1.483-4.488-3.563-5.288V1.96C9.892.877 9.042 0 7.995 0 6.95 0 6.103.88 6.103 1.96v.885C4.025 3.643 2.54 5.71 2.54 8.136v4.53h-.525a.526.526 0 0 0-.515.534c0 .293.232.533.515.533H5.45C5.64 15.013 6.708 16 8 16s2.36-.987 2.549-2.267h3.436c.283 0 .515-.24.515-.533a.53.53 0 0 0-.52-.533M7.132 1.96A.88.88 0 0 1 8 1.067c.476 0 .862.4.862.893v.608a5 5 0 0 0-.872-.08c-.294 0-.577.032-.858.077zM8 14.8c-.72 0-1.216-.376-1.39-1.067h2.812C9.249 14.424 8.72 14.8 8 14.8m-4.297-2.3V8.139C3.703 5.613 5.895 3.8 8 3.8s4.203 1.813 4.203 4.339V12.5z'/>", "0 0 16 16"], ge = ["<path d='M7.47 10.14a.842.842 0 0 1-.205-.724c.01-.053.025-.102.04-.15.02-.048.045-.096.07-.14.03-.042.06-.085.095-.122a.617.617 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.015.09.042.13.069.04.032.08.064.115.102.035.037.065.08.095.123.025.043.05.09.065.14a.777.777 0 0 1 .06.305c0 .208-.08.417-.22.567-.034.038-.075.07-.115.102-.04.027-.085.054-.13.075a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0c-.05-.01-.095-.027-.14-.043a1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.77.77 0 0 0 .165.262c.035.038.075.07.115.103.04.026.085.053.13.075.045.015.09.032.14.042a.725.725 0 0 0 .675-.22.699.699 0 0 0 .16-.262.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.694.694 0 0 0-.16-.263.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.049.617.617 0 0 0-.245.171 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.097.07.14.03.042.06.085.095.123a.621.621 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.61.61 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.699.699 0 0 0 .16-.262.777.777 0 0 0 .06-.305.843.843 0 0 0-.22-.569.607.607 0 0 0-.246-.171.663.663 0 0 0-.57 0 .617.617 0 0 0-.244.171.843.843 0 0 0-.165.873Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.054.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043a1.02 1.02 0 0 0 .13-.075c.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.262.716.716 0 0 0-1.06 0 .806.806 0 0 0-.165.262c-.014.048-.03.097-.04.15a.777.777 0 0 0 0 .31c.01.054.025.103.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.567a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.135c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607H4V1.536C4 1.24 4.224 1 4.5 1s.5.24.5.536v1.071h6V1.536c0-.296.224-.536.5-.536s.5.24.5.536v1.071h1.5c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.964c0 .295.224.536.5.536h11c.276 0 .5-.24.5-.536V7.429Zm0-3.215c0-.295-.224-.535-.5-.535H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.679H5V4.75c0 .296-.224.536-.5.536S4 5.046 4 4.75V3.679H2.5c-.276 0-.5.24-.5.535v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.085.53-.235.14-.15.22-.354.22-.568a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.418.22.568.14.15.33.235.53.235Z'/>", "0 0 16 16"], _e = ["<path d='M15 4.214v10.179c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214Z'/><path stroke='currentColor' d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/><path d='M10.063 10.25h-.376v-.375A1.877 1.877 0 0 0 7.813 8a1.877 1.877 0 0 0-1.875 1.875v.375h-.375a.375.375 0 0 0-.375.375v3c0 .207.167.375.375.375h4.5a.375.375 0 0 0 .374-.375v-3a.375.375 0 0 0-.374-.375Zm-3.376-.375a1.125 1.125 0 0 1 2.25 0v.375h-2.25v-.375Zm3 3.375h-3.75V11h3.75v2.25Z'/><path d='M7.813 12.5a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75Z'/>", "0 0 16 16"], ve = ["<path d='M7.47 10.14a.843.843 0 0 1-.205-.724c.01-.054.025-.102.04-.15.02-.048.045-.097.07-.14.03-.042.06-.085.095-.123a.616.616 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.016.09.043.13.07.04.032.08.064.115.101a.697.697 0 0 1 .16.262.777.777 0 0 1 .06.305c0 .21-.08.42-.22.57-.034.037-.075.069-.115.1-.04.028-.085.054-.13.076a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0 1.08 1.08 0 0 1-.14-.043 1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.767.767 0 0 0 .28.364c.04.027.085.054.13.075.045.016.09.032.14.043a.725.725 0 0 0 .675-.22.696.696 0 0 0 .16-.263.778.778 0 0 0 .045-.46.74.74 0 0 0-.045-.15.696.696 0 0 0-.16-.262.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.048.617.617 0 0 0-.245.172 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.047-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.096.07.14.03.042.06.085.095.123a.617.617 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.607.607 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.696.696 0 0 0 .16-.263.778.778 0 0 0 .06-.305.843.843 0 0 0-.22-.568c-.034-.038-.075-.07-.115-.102a.607.607 0 0 0-.13-.07.663.663 0 0 0-.57 0 .617.617 0 0 0-.13.07c-.04.032-.08.064-.115.102a.843.843 0 0 0-.205.723c.01.053.025.102.04.15Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.053.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043.045-.022.09-.048.13-.075.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.263.716.716 0 0 0-.675-.22c-.05.012-.095.028-.14.044-.045.021-.09.048-.13.075-.04.032-.08.064-.115.101a.806.806 0 0 0-.165.263c-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.568a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.136c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.213H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.086.53-.236s.22-.353.22-.567a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.417.22.567.14.15.33.236.53.236Z'/><path stroke='currentColor' d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/>", "0 0 16 16"], ye = ["<path d='M1.4 22.116c1.812 1.632 13.968-5.604 15.768-8.652.864-1.464-.156-3.612-1.824-5.328 1.896-1.26 3.564 2.664 5.148 1.836.72-.384 1.188-1.572.84-2.304-.624-1.296-2.7-1.296-4.104-1.452.996-.24 3.384-1.26 3.432-2.7.048-1.104-1.356-2.364-2.46-2.232-1.452.168-1.98 2.256-2.472 3.6-.06-.852-.24-2.724-1.176-3.54-1.248-1.092-2.748-.06-2.784 1.26-.048 1.596 3.384 2.484 2.304 4.404C12.248 5.604 10.1 4.836 8.72 5.64c-.588.372-1.26 1.092-1.956 2.028 1.068 1.128 2.544 2.484 3.708 3.264.24.168.312.504.132.744a.53.53 0 0 1-.744.144c-1.188-.804-2.64-2.136-3.72-3.252a32.183 32.183 0 0 0-1.608 2.676c1.02 1.032 2.316 2.196 3.348 2.892.24.168.3.504.132.744a.541.541 0 0 1-.756.144c-1.02-.696-2.232-1.776-3.252-2.784C1.88 16.428.32 21.156 1.4 22.116Z'/>", "0 0 24 24"], be = ["<path d='M14.04 4.04a.65.65 0 0 1 .92.92l-9 9a.651.651 0 0 1-.968-.054l-4-5-.071-.11A.65.65 0 0 1 1.915 8l.093.094 3.546 4.431L14.04 4.04Z'/>", "0 0 16 16"], xe = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Zm-6 8.75L2.5 6.271l.795-.771L5 7.173 8.704 3.5l.796.788L5 8.75Z'/>", "0 0 12 12"], Se = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM1 11V1h10v10H1Z'/>", "0 0 12 12"], Ce = ["<path d='M15.761 4.197c.263.245.31.638.135.938l-.09.122-6.762 7.5a.732.732 0 0 1-1.088 0l-6.762-7.5a.759.759 0 0 1 .045-1.06.73.73 0 0 1 1.043.046L8.5 11.14l6.219-6.896.111-.1a.729.729 0 0 1 .931.054Z'/>", "0 0 16 16"], we = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M10.825 14.493a.432.432 0 0 1-.61-.008l-5.11-5.256a.432.432 0 0 1 .009-.611l5.256-5.11a.432.432 0 0 1 .602.62L6.025 8.936l4.809 4.947a.432.432 0 0 1-.009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Te = ["<path d='M12.803 15.761a.759.759 0 0 1-.938.135l-.122-.09-7.5-6.762a.732.732 0 0 1 0-1.088l7.5-6.762a.759.759 0 0 1 1.06.045.73.73 0 0 1-.046 1.043L5.86 8.5l6.897 6.219.1.111a.729.729 0 0 1-.054.931Z'/>", "0 0 16 16"], Ee = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M7.189 14.493a.432.432 0 0 0 .61-.008l5.11-5.256a.432.432 0 0 0-.008-.611l-5.256-5.11a.432.432 0 0 0-.603.62l4.947 4.808-4.809 4.947a.432.432 0 0 0 .009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], De = ["<path d='M4.197 1.239a.759.759 0 0 1 .938-.134l.122.088 7.5 6.763a.732.732 0 0 1 0 1.088l-7.5 6.762a.759.759 0 0 1-1.06-.045.73.73 0 0 1 .046-1.043L11.14 8.5 4.244 2.28l-.1-.111a.729.729 0 0 1 .054-.931Z'/>", "0 0 16 16"], Oe = ["<path d='M1.239 12.803a.759.759 0 0 1-.134-.938l.088-.122 6.763-7.5a.732.732 0 0 1 1.088 0l6.762 7.5a.759.759 0 0 1-.045 1.06.73.73 0 0 1-1.043-.046L8.5 5.86 2.28 12.757l-.111.1a.729.729 0 0 1-.931-.054Z'/>", "0 0 16 16"], ke = ["<path d='M20.16 12.73A6.27 6.27 0 0 0 19.09 3c-2.01-1.33-4.7-1.34-6.73-.03-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99a2.794 2.794 0 0 0 3.95 0c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8Zm-13.9 7.13c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52l-2.5 2.45Z'/>", "0 0 24 24"], Ae = ["<path d='M18.73 2.118a.936.936 0 0 1 1.274.363l.187.34a4.682 4.682 0 0 1 .133 4.297A6.214 6.214 0 0 1 22 11.376c0 .722-.121 1.418-.348 2.062-.238.676-1.113.637-1.437-.004l-.457-.914a.944.944 0 0 0-.84-.52h-2.855a.935.935 0 0 1-.938-.937V7.938a.935.935 0 0 0-.938-.937h-.667c-.832 0-1.172-.934-.422-1.286a6.206 6.206 0 0 1 2.652-.59c1.105 0 2.14.286 3.04.79a2.81 2.81 0 0 0-.235-2.18l-.188-.34a.936.936 0 0 1 .363-1.273v-.004ZM8.688 15.497l3.626-7.246h1.562v3.125c0 1.035.84 1.875 1.875 1.875h2.977l.933 1.867A16.934 16.934 0 0 1 6.031 22H3.734a1.734 1.734 0 0 1-.375-3.426l1.946-.434a4.999 4.999 0 0 0 3.386-2.644h-.004Z'/>", "0 0 24 24"], je = ["<path d='m8 7.293 5.646-5.647a.502.502 0 0 1 .708.708L8.707 8l5.647 5.646a.502.502 0 0 1-.708.708L8 8.707l-5.646 5.647a.502.502 0 0 1-.708-.708L7.293 8 1.646 2.354a.502.502 0 0 1 .708-.708z' />", "0 0 15 15"], Me = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M8.354 15.794a.5.5 0 0 1-.708 0L5 13a.5.5 0 0 1 .708-.708L7.5 14.233V5.441a.5.5 0 0 1 1 0v8.792l1.792-1.941A.5.5 0 0 1 11 13l-2.646 2.794Z'/>", "0 0 16 16"], Ne = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M7.646 3.206a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L8.5 4.767v9.792a.5.5 0 1 1-1 0V4.767L5.354 6.914a.5.5 0 0 1-.708-.708l3-3Z'/>", "0 0 16 16"], Pe = ["<path d='M9.5 11.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5ZM9 9H5a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1Zm4.5-4.421V11a1.502 1.502 0 0 1-1.5 1.5h-.5v1A1.502 1.502 0 0 1 10 15H4a1.502 1.502 0 0 1-1.5-1.5V5A1.502 1.502 0 0 1 4 3.5h.5v-1A1.502 1.502 0 0 1 6 1h4a.5.5 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349Zm-3-1.079a.5.5 0 0 0 .5.5h.738L10.5 2.73v.77Zm0 10v-6H9A1.502 1.502 0 0 1 7.5 6V4.5H4a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5ZM8.5 6a.5.5 0 0 0 .5.5h.738L8.5 5.23V6Zm4 5V5H11a1.502 1.502 0 0 1-1.5-1.5V2H6a.5.5 0 0 0-.5.5v1H8a.499.499 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349V11.5h.5a.5.5 0 0 0 .5-.5Z'/>", "0 0 16 16"], Fe = ["<path d='M11.77 4.23A2.728 2.728 0 0 0 9.09 2H4.728A2.727 2.727 0 0 0 2 4.727v4.364a2.727 2.727 0 0 0 2.23 2.678A2.727 2.727 0 0 0 6.91 14h4.363A2.726 2.726 0 0 0 14 11.273V6.909a2.727 2.727 0 0 0-2.23-2.678ZM3.09 9.09V4.728a1.636 1.636 0 0 1 1.637-1.636h4.364a1.636 1.636 0 0 1 1.636 1.636v4.364a1.636 1.636 0 0 1-1.636 1.636H4.727a1.636 1.636 0 0 1-1.636-1.636Zm9.82 2.183a1.636 1.636 0 0 1-1.637 1.636H6.909a1.637 1.637 0 0 1-1.538-1.09h3.72a2.728 2.728 0 0 0 2.727-2.728V5.37a1.636 1.636 0 0 1 1.091 1.538v4.364Z'/>", "0 0 16 16"], Ie = ["<path d='M3.098 3.297a.634.634 0 0 0-.634.638v9.543c0 1.046.86 1.907 1.907 1.907h7.639c1.046 0 1.907-.86 1.907-1.907V3.935a.637.637 0 0 0-.635-.638H3.098Zm.638 1.272h8.907v8.909a.623.623 0 0 1-.634.634H4.371a.623.623 0 0 1-.634-.634V4.569Z'/><path d='M1.825 3.3a.636.636 0 0 0 0 1.272h12.731a.638.638 0 0 0 0-1.272H1.825Z'/><path d='M5.644.117c-1.047 0-1.908.86-1.908 1.907v1.911a.637.637 0 0 0 1.274 0V2.024c0-.359.275-.634.634-.634h5.093c.359 0 .634.275.634.634v1.911a.64.64 0 0 0 .639.634.636.636 0 0 0 .634-.634V2.024c0-1.047-.861-1.907-1.908-1.907H5.644ZM6.283 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.635.635 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634ZM10.102 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.632.632 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634Z'/>", "0 0 16 16"], Le = ["<path d='M9.273 9.91a.636.636 0 1 0 0-1.274.636.636 0 0 0 0 1.273ZM6.727 7.364a.636.636 0 1 0 0-1.273.636.636 0 0 0 0 1.273ZM6.546 9.91a.455.455 0 0 1-.322-.778L9.127 6.23a.455.455 0 1 1 .643.643L6.868 9.776a.453.453 0 0 1-.322.133Z'/><path d='M8 15a1.93 1.93 0 0 1-1.369-.566l-.665-.665a.853.853 0 0 0-.607-.251h-.941a1.94 1.94 0 0 1-1.936-1.936v-.942a.852.852 0 0 0-.252-.606l-.665-.666a1.94 1.94 0 0 1 0-2.737l.665-.666a.852.852 0 0 0 .252-.606v-.942a1.94 1.94 0 0 1 1.935-1.935h.942a.853.853 0 0 0 .606-.252l.666-.665a1.94 1.94 0 0 1 2.738 0l.665.665a.853.853 0 0 0 .607.251h.942a1.94 1.94 0 0 1 1.935 1.936v.942a.854.854 0 0 0 .252.606l.665.666a1.94 1.94 0 0 1 0 2.737l-.665.665a.855.855 0 0 0-.252.607v.942a1.94 1.94 0 0 1-1.935 1.935h-.942a.85.85 0 0 0-.607.252l-.665.665A1.93 1.93 0 0 1 8 15ZM8 2.077a.857.857 0 0 0-.607.251l-.665.664a1.924 1.924 0 0 1-1.368.567h-.942a.86.86 0 0 0-.858.858v.942a1.924 1.924 0 0 1-.567 1.368l-.666.666a.86.86 0 0 0 0 1.214l.665.665a1.924 1.924 0 0 1 .567 1.368v.942a.86.86 0 0 0 .859.858h.942a1.925 1.925 0 0 1 1.368.567l.665.665a.86.86 0 0 0 1.214 0l.666-.665a1.923 1.923 0 0 1 1.368-.567h.941a.86.86 0 0 0 .859-.858v-.942a1.924 1.924 0 0 1 .567-1.368l.665-.665a.86.86 0 0 0 0-1.214l-.665-.666a1.925 1.925 0 0 1-.567-1.368v-.941a.86.86 0 0 0-.858-.859h-.942a1.924 1.924 0 0 1-1.368-.566l-.666-.666A.857.857 0 0 0 8 2.077Z'/>", "0 0 16 16"], Re = ["<path d='M5.703 4.333a.417.417 0 0 0 0 .834h4.53a.417.417 0 0 0 0-.834h-4.53ZM5.286 7.678c0-.23.187-.416.417-.416h4.53a.417.417 0 0 1 0 .833h-4.53a.417.417 0 0 1-.417-.417ZM5.703 10.167a.417.417 0 1 0 0 .833H8.41a.417.417 0 1 0 0-.833H5.703Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/>", "0 0 16 16"], ze = ["<path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M7.5 5v4H11'/><circle cx='8' cy='8' r='6.4' stroke='currentColor' stroke-width='1.2'/>", "0 0 16 16"], Be = ["<path d='M14.17 3.44A6.928 6.928 0 1 1 3.264 11.99a.533.533 0 1 1 .839-.658 5.884 5.884 0 1 0-1.207-4.246s-.077.117-.308.298l-.81-.098.095-.526A6.922 6.922 0 0 1 14.169 3.44Z'/><path d='m.486 5.994 4.531-.29a.289.289 0 0 1 .252.458L3.177 9.026a.289.289 0 0 1-.442.029L.295 6.48a.289.289 0 0 1 .191-.486Z'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8 5v4h4'/>", "0 0 16 16"], Ve = ["<path d='M7.524 4.333a.417.417 0 0 0 0 .834h2.708a.417.417 0 0 0 0-.834H7.524ZM7.107 7.678c0-.23.187-.416.417-.416h2.708a.417.417 0 0 1 0 .833H7.524a.417.417 0 0 1-.417-.417ZM7.524 10.167a.417.417 0 1 0 0 .833h2.708a.417.417 0 1 0 0-.833H7.524Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/><path d='M5.5 4.333a.417.417 0 0 0 0 .834h.292a.417.417 0 0 0 0-.834H5.5ZM5.5 7.262a.417.417 0 1 0 0 .833h.292a.417.417 0 0 0 0-.833H5.5ZM5.5 10.167a.417.417 0 1 0 0 .833h.292a.417.417 0 1 0 0-.833H5.5Z'/>", "0 0 16 16"], He = ["<path d='M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/>", "0 0 24 24"], Ue = ["<path fill='#E12845' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM3.353 3.044a.571.571 0 0 0-.185.933L6.192 7l-3.024 3.023a.572.572 0 0 0 .809.81L7 7.807l3.024 3.024a.573.573 0 0 0 .808-.809L7.808 7l3.024-3.023a.571.571 0 1 0-.809-.81L7 6.193 3.977 3.168a.571.571 0 0 0-.624-.124Z' clip-rule='evenodd'/>", "0 0 14 14"], We = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.164 4.13a.5.5 0 0 1 .706.034l5 5.5a.5.5 0 1 1-.74.672l-5-5.5a.5.5 0 0 1 .034-.706Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M9.836 4.13a.5.5 0 0 0-.706.034l-5 5.5a.5.5 0 1 0 .74.672l5-5.5a.5.5 0 0 0-.034-.706Z' clip-rule='evenodd'/>", "0 0 14 14"], Ge = ["<path fill-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm0 .8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/><path d='M7.53 12.8v-1.056h.94V12.8h-.94Zm0-2.304V2.784h.94v7.712h-.94Z'/><path fill-rule='evenodd' d='M8 15.04A7.04 7.04 0 1 0 8 .96a7.04 7.04 0 0 0 0 14.08ZM8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/>", "0 0 16 16"], Ke = ["<g clip-path='url(#a)'><path d='M.35 6.5V1L.363.87A.65.65 0 0 1 1 .35h6l.13.013a.65.65 0 0 1 0 1.274L7 1.65H1.65V6.5a.65.65 0 0 1-1.3 0ZM15.65 10v5.5l-.013.13a.65.65 0 0 1-.637.52H9l-.13-.013a.65.65 0 0 1 0-1.274L9 14.85h5.35V10a.65.65 0 0 1 1.3 0Z'/><path d='M1.063 1.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812ZM9.063 9.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], qe = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M0 4.435c0-.317.257-.574.574-.574h6.694a.574.574 0 1 1 0 1.147h-6.12v9.844h9.85V8.258a.574.574 0 0 1 1.147 0v7.168a.574.574 0 0 1-.574.573H.574A.574.574 0 0 1 0 15.426V4.435Z'/><path d='M7.973 1.049c0-.317.256-.574.573-.574L14.78.467c.317 0 .574.255.575.572l.008 6.232a.574.574 0 0 1-1.148.001l-.006-4.847-8.29 8.308a.574.574 0 0 1-.813-.81l8.29-8.308-4.85.006a.574.574 0 0 1-.574-.572Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Je = ["<path fill-rule='evenodd' d='M1.884 5.18a.5.5 0 0 0-.704-.064l.704.063Zm0 0 .005.006.022.025a8.287 8.287 0 0 0 .464.478c.327.31.803.717 1.398 1.104C4.76 7.434 6.045 8 7.5 8c1.241 0 2.333-.411 3.253-.935.668-.38 1.264-.855 1.696-1.24a11.508 11.508 0 0 0 .672-.651l.007-.008.002-.002a.5.5 0 0 1 .74.672L13.5 5.5l.37.336-.001.002-.003.003-.011.012-.041.043c-.035.037-.085.09-.15.155a12.526 12.526 0 0 1-1.8 1.5l1.948 1.559a.5.5 0 0 1-.624.78l-2.24-1.792c-.839.44-1.828.799-2.948.883V11.5a.5.5 0 1 1-1 0V8.981c-1.319-.099-2.478-.576-3.403-1.12l-1.72 1.968a.5.5 0 1 1-.753-.658l1.63-1.866A10.935 10.935 0 0 1 1.27 5.993a6.076 6.076 0 0 1-.141-.158l-.009-.01-.003-.003V5.82L1.5 5.5l-.383.32a.5.5 0 0 1 .063-.704' clip-rule='evenodd'/>", "0 0 16 16"], Ye = ["<path d='M14.333 7.583S11.833 3 7.667 3C3.5 3 1 7.583 1 7.583s2.5 4.584 6.667 4.584c4.166 0 6.666-4.584 6.666-4.584Zm-12.356 0 .162-.24c.28-.4.691-.932 1.221-1.462C4.434 4.807 5.9 3.833 7.667 3.833c1.766 0 3.232.974 4.306 2.048a10.934 10.934 0 0 1 1.383 1.702 10.934 10.934 0 0 1-1.383 1.702c-1.074 1.075-2.54 2.048-4.306 2.048S4.434 10.36 3.36 9.286a10.946 10.946 0 0 1-1.383-1.703Z'/><path d='M4.75 7.583a2.917 2.917 0 1 1 5.833 0 2.917 2.917 0 0 1-5.833 0Z'/>", "0 0 16 16"], Xe = ["<path fill-rule='evenodd' d='M7.43 2.208c-1.228.09-2.46.475-3.69 1.16L2.118 1.808a.588.588 0 0 0-.808 0 .535.535 0 0 0 0 .777l1.447 1.391C1.887 4.573 1.02 5.32.153 6.22a.534.534 0 0 0 0 .748C2.763 9.674 5.39 10.999 8 11c2.61.001 5.238-1.32 7.848-4.034l.004-.004.057-.072.047-.085.029-.086.014-.095-.002-.089-.02-.094-.032-.084-.043-.071-.054-.066c-.866-.9-1.734-1.648-2.604-2.244l1.446-1.39a.535.535 0 0 0 0-.777.588.588 0 0 0-.808 0l-1.62 1.557C11.033 2.68 9.8 2.298 8.572 2.207V.549A.561.561 0 0 0 8.001 0a.561.561 0 0 0-.572.55v1.658Zm.683 1.078a.629.629 0 0 1-.224 0c-2.182.038-4.348 1.159-6.529 3.307C3.578 8.778 5.781 9.9 8 9.901c2.22.001 4.424-1.119 6.642-3.308-2.18-2.152-4.348-3.271-6.53-3.307ZM8 3.846c-1.578 0-2.858 1.23-2.858 2.747 0 1.516 1.28 2.747 2.858 2.747 1.577 0 2.857-1.23 2.857-2.747 0-1.516-1.28-2.747-2.857-2.747Zm0 1.099c.946 0 1.714.738 1.714 1.648 0 .91-.768 1.648-1.714 1.648-.947 0-1.715-.738-1.715-1.648 0-.91.768-1.648 1.715-1.648Z' clip-rule='evenodd'/>", "0 0 16 11"], Ze = ["<path d='M22 12.061C22 6.504 17.523 2 12.001 2 6.477 2.001 2 6.504 2 12.063c0 5.02 3.657 9.182 8.436 9.937v-7.03H7.9v-2.908h2.54V9.845c0-2.52 1.493-3.913 3.777-3.913 1.095 0 2.238.196 2.238.196v2.475h-1.26c-1.242 0-1.63.776-1.63 1.572v1.887h2.773l-.442 2.907h-2.331v7.03C18.343 21.245 22 17.083 22 12.062Z'/>", "0 0 24 24"], Qe = ["<path d='M19.069 11.051a7.768 7.768 0 0 0-1.853-2.575l-.65-.597a.18.18 0 0 0-.291.074l-.291.834c-.181.523-.514 1.057-.986 1.582a.14.14 0 0 1-.091.045.124.124 0 0 1-.097-.034.131.131 0 0 1-.044-.107c.082-1.346-.32-2.863-1.2-4.515-.73-1.373-1.742-2.444-3.007-3.19l-.924-.543a.18.18 0 0 0-.268.163l.05 1.073c.033.733-.052 1.381-.253 1.92-.246.66-.6 1.272-1.05 1.822a6.61 6.61 0 0 1-1.063 1.03A7.882 7.882 0 0 0 4.81 10.75a7.774 7.774 0 0 0-.19 6.49 7.854 7.854 0 0 0 4.19 4.149c.97.406 1.998.612 3.06.612 1.061 0 2.09-.206 3.06-.61a7.791 7.791 0 0 0 2.501-1.67 7.737 7.737 0 0 0 2.307-5.52c0-1.09-.223-2.15-.668-3.149Z'/>", "0 0 24 24"], $e = ["<path d='M24 12c0-.775-.669-2.192-2.138-3.469a9.705 9.705 0 0 0-2.826-1.693.148.148 0 0 0-.184.073.89.89 0 0 1-.022.04l-.45.746a8.589 8.589 0 0 0 .004 8.615l.01.018.41.75a.187.187 0 0 0 .232.085C22.483 15.817 24 13.195 24 12Zm-4.402-.007a.75.75 0 1 1-.195-1.487.75.75 0 0 1 .195 1.487Z'/><path d='M15.724 12c0-1.778.47-3.525 1.363-5.062l.006-.01.216-.36a.187.187 0 0 0-.12-.281 13.325 13.325 0 0 0-1.841-.253.372.372 0 0 1-.201-.075c-.904-.687-2.696-1.889-4.522-2.198a.75.75 0 0 0-.844.946l.498 1.743a.187.187 0 0 1-.113.226c-1.728.642-3.215 1.817-4.3 2.712a.375.375 0 0 1-.472.003 14.548 14.548 0 0 0-.454-.346C3.082 7.688.899 7.509.807 7.502a.75.75 0 0 0-.79.91c.02.09.432 1.907 1.487 3.356a.38.38 0 0 1 0 .448C.449 13.666.037 15.482.018 15.573a.75.75 0 0 0 .789.91c.093-.007 2.275-.188 4.13-1.542.152-.111.3-.224.444-.338a.375.375 0 0 1 .472.003c1.09.9 2.58 2.075 4.312 2.719a.187.187 0 0 1 .114.226l-.5 1.743a.75.75 0 0 0 .844.946c.804-.136 2.432-.603 4.502-2.195a.383.383 0 0 1 .204-.078c.618-.04 1.233-.123 1.839-.248a.188.188 0 0 0 .126-.274l-.211-.388A10.069 10.069 0 0 1 15.724 12Z'/>", "0 0 24 24"], et = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm7.934 9h-2.938a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 19.934 11zM12 20c-.491 0-1.48-1.819-1.888-5H13.888C13.48 18.181 12.491 20 12 20zm-2-7h4c-.086 1.183-.297 2.24-.606 3.11C13.077 16.922 12.545 18 12 18c-.545 0-1.077-1.078-1.394-1.89C10.297 15.24 10.086 14.183 10 13zm0-2c.086-1.183.297-2.24.606-3.11C10.923 7.078 11.455 6 12 6c.545 0 1.077 1.078 1.394 1.89C13.703 8.76 13.914 9.817 14 11h-4zm-2.81 5.079A14.86 14.86 0 0 0 8.004 11H5.066a8.013 8.013 0 0 0 4.124 5.079zM5.066 13h2.938c.205 1.842.61 3.561 1.186 5.079A8.013 8.013 0 0 1 5.066 13zm9.748 5.079A14.86 14.86 0 0 0 15.996 13h2.938a8.013 8.013 0 0 1-4.18 5.079zM15.996 11a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 18.934 11h-2.938zM9.19 5.921A14.86 14.86 0 0 0 8.004 11H5.066A8.013 8.013 0 0 1 9.19 5.921z'/>", "0 0 24 24"], tt = ["<path d='M21.823 10.363c.119.685.178 1.379.177 2.074 0 3.104-1.11 5.728-3.04 7.504h.002c-1.688 1.56-4.009 2.463-6.76 2.463a10.202 10.202 0 0 1 0-20.403 9.805 9.805 0 0 1 6.824 2.655l-2.912 2.912a5.543 5.543 0 0 0-3.913-1.53c-2.66 0-4.922 1.795-5.728 4.213a6.11 6.11 0 0 0 0 3.906h.004c.81 2.414 3.067 4.21 5.728 4.21 1.375 0 2.556-.353 3.471-.975h-.004a4.72 4.72 0 0 0 2.04-3.1h-5.51v-3.927l9.62-.002Z'/>", "0 0 24 24"], nt = ["<path d='M4.758 13.704c-.192 0-.325-.059-.4-.176-.064-.107-.074-.288-.032-.544l.352-2.096h-1.76c-.149 0-.25-.037-.304-.112-.053-.085-.069-.224-.048-.416.022-.192.059-.336.112-.432a.459.459 0 0 1 .256-.192c.118-.043.246-.064.384-.064H4.87l.48-2.928H3.606c-.149 0-.256-.037-.32-.112-.053-.075-.069-.203-.048-.384.022-.203.064-.352.128-.448a.459.459 0 0 1 .256-.192c.107-.043.235-.064.384-.064h1.536l.4-2.4c.043-.235.096-.41.16-.528a.495.495 0 0 1 .288-.24c.128-.053.304-.08.528-.08.224 0 .363.064.416.192.064.117.07.325.016.624l-.416 2.432h3.264l.368-2.336c.043-.235.091-.416.144-.544a.494.494 0 0 1 .256-.272c.118-.064.294-.096.528-.096.224 0 .374.059.448.176.075.107.091.293.048.56l-.4 2.512h1.472c.182 0 .294.048.336.144.054.096.059.24.016.432a1.096 1.096 0 0 1-.176.432.475.475 0 0 1-.256.16 1.265 1.265 0 0 1-.304.032h-1.312l-.448 2.928h1.456c.182 0 .294.053.336.16a.624.624 0 0 1 .032.352 1.84 1.84 0 0 1-.176.464.463.463 0 0 1-.24.192.975.975 0 0 1-.336.048h-1.296l-.32 1.952a1.427 1.427 0 0 1-.128.48.616.616 0 0 1-.304.288c-.128.064-.314.096-.56.096-.17 0-.293-.059-.368-.176-.074-.107-.09-.293-.048-.56l.32-2.08H6.07l-.32 1.92c-.032.203-.08.373-.144.512a.628.628 0 0 1-.288.288c-.128.064-.314.096-.56.096Zm1.488-4.032H9.51l.464-2.928h-3.2l-.528 2.928Z'/>", "0 0 16 16"], rt = ["<path fill-rule='evenodd' d='M2.642 6.408c0-.339.165-.656.442-.85l4.321-3.025c.357-.25.833-.25 1.19 0l4.32 3.025c.278.194.443.511.443.85v6.913c0 .573-.464 1.037-1.037 1.037H3.679a1.037 1.037 0 0 1-1.037-1.037V6.408ZM8 3.383 3.679 6.408v6.913h8.642V6.408L8 3.383Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M10.765 14.358h-5.53v-3.917h1.037v2.88h3.456v-2.88h1.037v3.917Zm-1.037-3.917S9.728 9 8 9s-1.728 1.44-1.728 1.44c-1.038 0-1.038 0-1.038-.002v-.023a1.617 1.617 0 0 1 .008-.126 2.602 2.602 0 0 1 .357-1.103c.41-.683 1.185-1.224 2.4-1.224 1.216 0 1.993.54 2.403 1.224a2.601 2.601 0 0 1 .363 1.23v.023H9.728ZM7.693 2.1a.519.519 0 0 1 .614 0l6.481 4.753a.519.519 0 0 1-.613.837L8 3.162 1.825 7.69a.519.519 0 1 1-.613-.837L7.693 2.1Z' clip-rule='evenodd'/>", "0 0 16 16"], it = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M16 11.565a.574.574 0 0 1-.574.573H8.732a.574.574 0 1 1 0-1.147h6.12V1.147h-9.85v6.595a.574.574 0 0 1-1.147 0V.574c0-.317.257-.574.574-.574h10.997c.317 0 .574.257.574.574v10.99Z'/><path d='M8.027 14.95a.574.574 0 0 1-.573.574l-6.235.009a.574.574 0 0 1-.575-.573L.636 8.728a.574.574 0 0 1 1.148-.002l.006 4.848 8.29-8.308a.574.574 0 0 1 .813.81l-8.29 8.308 4.85-.007c.317 0 .574.256.574.573Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], at = ["<path fill='#275FFD' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.32-9.24a.88.88 0 1 0 0-1.76.88.88 0 0 0 0 1.76ZM6.123 5.97l2.015-.253-.881 4.139c-.062.299.026.469.268.469.17 0 .428-.062.603-.217l-.077.366c-.253.304-.81.526-1.289.526-.618 0-.881-.371-.711-1.16L6.7 6.79c.056-.258.004-.35-.253-.413l-.397-.072.072-.335Z' clip-rule='evenodd'/>", "0 0 14 14"], ot = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path d='m8.138 5.716-2.015.253-.072.335.397.072c.257.062.309.155.252.413L6.05 9.84c-.17.789.094 1.16.712 1.16.48 0 1.036-.222 1.289-.526l.077-.366a.974.974 0 0 1-.603.217c-.242 0-.33-.17-.268-.47l.881-4.139ZM8.2 3.88a.88.88 0 1 1-1.76 0 .88.88 0 0 1 1.76 0Z'/>", "0 0 14 14"], st = ["<path d='M12 8.876A3.13 3.13 0 0 0 8.876 12 3.13 3.13 0 0 0 12 15.124 3.13 3.13 0 0 0 15.124 12 3.13 3.13 0 0 0 12 8.876ZM21.37 12c0-1.294.012-2.576-.06-3.867-.073-1.5-.415-2.831-1.512-3.928-1.1-1.1-2.428-1.44-3.928-1.512-1.294-.073-2.576-.061-3.868-.061-1.293 0-2.575-.012-3.867.061-1.5.073-2.831.415-3.928 1.512-1.1 1.099-1.439 2.428-1.512 3.928-.072 1.294-.06 2.576-.06 3.867s-.012 2.576.06 3.867c.073 1.5.415 2.831 1.512 3.928 1.1 1.1 2.428 1.44 3.928 1.512 1.294.073 2.576.061 3.867.061 1.294 0 2.576.012 3.867-.061 1.5-.073 2.832-.415 3.929-1.512 1.099-1.099 1.439-2.428 1.511-3.928.075-1.291.061-2.573.061-3.867ZM12 16.807A4.8 4.8 0 0 1 7.193 12 4.8 4.8 0 0 1 12 7.193 4.8 4.8 0 0 1 16.807 12 4.8 4.8 0 0 1 12 16.807Zm5.004-8.688a1.121 1.121 0 0 1-1.123-1.123c0-.621.502-1.123 1.123-1.123a1.121 1.121 0 0 1 .43 2.16 1.12 1.12 0 0 1-.43.086Z'/>", "0 0 24 24"], ct = ["<path fill-rule='evenodd' d='M12.888 4.373c0-1.205-.912-2.191-2.038-2.191s-2.038.986-2.038 2.19c0 1.207.912 2.183 2.038 2.183s2.038-.976 2.038-2.182m1.112 0C14 2.51 12.59 1 10.85 1S7.7 2.51 7.7 4.373c0 .717.21 1.382.565 1.93l-6.102 6.534a.625.625 0 0 0 0 .841.53.53 0 0 0 .786 0l.834-.892q.021.03.047.058l.918.982a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.842l-.917-.982a1 1 0 0 0-.055-.051l.545-.584.02.023.525.56a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.84l-.524-.563-.021-.02 3.16-3.383c.51.38 1.129.602 1.797.602 1.74 0 3.15-1.51 3.15-3.373' clip-rule='evenodd'/>", "0 0 16 16"], lt = ["<path fill-rule='evenodd' d='M1.293 1.293a1 1 0 0 1 1.414 0L8.494 7.08a.99.99 0 0 1 .028.027l7.613 7.614.015.015 6.557 6.557a1 1 0 0 1-1.414 1.414L18 19.414V20a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-9.788a5 5 0 0 1 .539-2.259L1.293 2.707a1 1 0 0 1 0-1.414ZM8.086 9.5a3 3 0 0 0-.086.712v3.438a7.472 7.472 0 0 1 4.386.428c.145.06.292.114.44.162L8.086 9.5Zm3.528 6.422a7.472 7.472 0 0 0 3.453.56l-3.453-.56Zm3.453.56.933.932V20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4.293a5.467 5.467 0 0 1 3.614.215M7 2a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v1.789a3 3 0 0 0 .504 1.664l.656.984a5 5 0 0 1 .84 2.775v1.131a1 1 0 1 1-2 0v-1.131a3 3 0 0 0-.504-1.665l-.656-.984A5 5 0 0 1 14 4.789V3h-4v.343a1 1 0 0 1-2 0V3a1 1 0 0 1-1-1Z' clip-rule='evenodd'/>", "0 0 24 24"], ut = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], dt = ["<path fill-rule='evenodd' d='M7.241 1.305a.439.439 0 0 0-.439-.44h-4.39a.439.439 0 0 0-.439.44v4.39c0 .242.197.439.44.439h4.39a.439.439 0 0 0 .438-.439v-4.39Zm-.878.439v3.512H2.851V1.744h3.512ZM11.266 5.11a1.683 1.683 0 1 1 0-3.366 1.683 1.683 0 0 1 0 3.366Zm0 .878a2.561 2.561 0 1 1 0-5.122 2.561 2.561 0 0 1 0 5.122ZM2.344 8.134c-.245 0-.444.187-.444.417v4.167c0 .23.199.416.444.416h11.111c.246 0 .445-.186.445-.416V8.55c0-.23-.2-.417-.444-.417H2.344Zm.445.834H13.01V12.3H2.789V8.968Z' clip-rule='evenodd'/>", "0 0 15 14"], ft = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], pt = ["<path fill-rule='evenodd' d='M2.178 7.667a.444.444 0 0 0-.445.444v4.444c0 .246.2.445.445.445h4.444a.444.444 0 0 0 .445-.445V8.111a.444.444 0 0 0-.445-.445H2.178Zm.444.888h3.556v3.556H2.622V8.555ZM6.03 3.593a1.704 1.704 0 1 1-3.408 0 1.704 1.704 0 0 1 3.408 0Zm.888 0a2.593 2.593 0 1 1-5.185 0 2.593 2.593 0 0 1 5.185 0ZM9.067 12.556c0 .245.186.444.416.444h4.167c.23 0 .416-.199.416-.444V1.444c0-.245-.186-.444-.416-.444H9.483c-.23 0-.416.199-.416.444v11.112Zm.833-.445V1.89h3.333V12.11H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], mt = ["<path fill-rule='evenodd' d='M1.668 3.588a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM1.668 10.412a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM15.042 2.223a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 5.408a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 8.592a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 11.777a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455Z' clip-rule='evenodd'/>", "0 0 16 14"], ht = ["<path d='M20.977 3.27 20.857 2l-1.21.403c-2.072.72-4.285.94-6.458.645a11.96 11.96 0 0 0-6.73.907 7.285 7.285 0 0 0-4.323 5.45 9.068 9.068 0 0 0 .393 4.615c.34-.768.737-1.508 1.189-2.216a9.925 9.925 0 0 1 4.1-3.456 11.244 11.244 0 0 1 5.099-1.008c-1.67.255-3.27.856-4.696 1.763a9.553 9.553 0 0 0-1.874 1.542 11.465 11.465 0 0 0-1.4 1.924 16.514 16.514 0 0 0-1.582 4.575A26.62 26.62 0 0 0 2.841 22h2.015a30.92 30.92 0 0 1 .595-4.353 9.32 9.32 0 0 0 4.554 1.119 11.083 11.083 0 0 0 4.312-.877c7.668-3.274 6.66-14.166 6.66-14.62Z'/>", "0 0 24 24"], gt = ["<path d='M2 3.433C2 2.64 2.658 2 3.469 2H20.53C21.343 2 22 2.641 22 3.433v17.134C22 21.36 21.343 22 20.531 22H3.47C2.658 22 2 21.359 2 20.567V3.433Zm6.179 15.31V9.71H5.177v9.031H8.18Zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56C5.67 5.357 5 6.032 5 6.918c0 .867.651 1.56 1.659 1.56h.02Zm6.135 10.264V13.7c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.066-3.455-4.066-1.592 0-2.306.876-2.706 1.492v.031h-.02l.02-.031V9.71h-3c.037.848 0 9.031 0 9.031h3Z'/>", "0 0 24 24"], _t = ["<path d='M11.5 22S19 14.892 19 9.5a7.5 7.5 0 0 0-15 0C4 14.892 11.5 22 11.5 22Zm0-8.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5Z'/>", "0 0 24 24"], vt = ["<path d='M5.961 9.278h4.088c.844 0 1.531-.687 1.531-1.532V5.151a1.53 1.53 0 0 0-1.453-1.524V2.623C10.127 1.453 9.175.5 8.005.5s-2.123.952-2.123 2.123v1.003A1.53 1.53 0 0 0 4.43 5.15v2.595c0 .846.687 1.533 1.531 1.533M8 1.5c.676 0 1.231.558 1.231 1.234v.885H6.778v-.885A1.23 1.23 0 0 1 8 1.5m-2.5 4c0-.35 0-.781.547-.781h4.002c.451 0 .53.43.53.781v2c0 .35-.089.828-.618.828H6.07c-.462 0-.571-.478-.571-.828zM13.553 10.543H2.602C1.547 10.543 1 11.197 1 12v2.117c0 .804.653 1.458 1.457 1.458h11.096c.803 0 1.457-.654 1.457-1.457V12c0-.804-.653-1.457-1.457-1.457M14 14.118c0 .308-.138.482-.447.482H2.457c-.31 0-.457-.174-.457-.482V12c0-.309.293-.49.602-.49h10.951c.31 0 .447.181.447.49z'/><path d='M4.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306M8 13.806A.652.652 0 1 0 8 12.5a.652.652 0 1 0 0 1.306M11.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306'/>", "0 0 16 16"], yt = ["<path d='M14.41 9.018a2.11 2.11 0 0 0-1.642-.601V7.1c.001-.908-.735-1.646-1.645-1.648H9.845v-2A2.96 2.96 0 0 0 8.364.895a2.97 2.97 0 0 0-2.96 0 2.96 2.96 0 0 0-1.48 2.558v2H2.644C1.735 5.455.999 6.193 1 7.1v6.75c0 .908.735 1.647 1.645 1.649h8.478a1.65 1.65 0 0 0 1.645-1.65v-1.315a2.073 2.073 0 0 0 1.641-3.517M4.936 3.453a1.947 1.947 0 0 1 3.897 0v2H4.936zm6.82 10.398a.636.636 0 0 1-.633.638H2.645a.636.636 0 0 1-.633-.638V7.1a.635.635 0 0 1 .633-.637h1.782c.001-.004 4.906.003 4.91 0h1.786a.635.635 0 0 1 .633.637v1.316H8.443a2.06 2.06 0 0 0 0 4.118h3.313zm1.197-2.327c-.36-.002-4.035.002-4.499 0a1.049 1.049 0 0 1-.01-2.096h4.51a1.049 1.049 0 0 1-.001 2.096m-2.258-.542a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011m1.796 0a.506.506 0 0 1 .001-1.012.506.506 0 0 1 0 1.011m-3.593 0a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011'/>", "0 0 16 16"], bt = ["<path d='M1.714 2.5C.763 2.5 0 3.303 0 4.256v7.91c0 .954.763 1.763 1.714 1.763h12.572c.951 0 1.714-.81 1.714-1.762V4.256c0-.953-.763-1.756-1.714-1.756H1.714Zm.084 1.143h12.41L8.34 9.214c-.213.203-.452.203-.666 0L1.798 3.643Zm-.655.952 3.893 3.69-3.893 3.882V4.595Zm13.714 0v7.572l-3.88-3.887 3.88-3.685Zm-4.702 4.47 3.708 3.72H2.143l3.72-3.714 1.024.97c.62.589 1.618.59 2.238 0l1.03-.976Z'/>", "0 0 16 16"], xt = ["<path d='m13.003 1.013.107-.097a1.413 1.413 0 0 1 1.988 1.988L15 3.01 3.01 15a1.413 1.413 0 1 1-1.998-1.999l11.99-11.99Z'/><path d='m14.987 12.989.097.107a1.413 1.413 0 0 1-1.988 1.988l-.107-.097L.999 2.997A1.413 1.413 0 0 1 2.997 1l11.99 11.99Z'/>", "0 0 16 16"], St = ["<path d='m14.857 0 .117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 1 1 0-2.286h13.714ZM14.857 6.857l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714ZM14.857 13.714l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714Z'/>", "0 0 16 16"], Ct = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], wt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Tt = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM4.357 8c-.236 0-.428.224-.428.5s.192.5.428.5H11.5c.237 0 .429-.224.429-.5S11.737 8 11.5 8H4.357Z'/>", "0 0 16 16"], Et = ["<path fill-rule='evenodd' d='M0 12.167V4.833c0-.053.002-.107.006-.16.072-.885.731-1.59 1.558-1.666.05-.005.1-.007.15-.007h12.572c.05 0 .1.002.15.007.827.076 1.486.781 1.558 1.666a2 2 0 0 1 .006.16v7.334c0 .053-.002.107-.006.16-.072.885-.731 1.59-1.558 1.666-.05.005-.1.007-.15.007H1.714c-.05 0-.1-.002-.15-.007-.827-.076-1.486-.781-1.558-1.666a2.009 2.009 0 0 1-.006-.16Zm2.829-7.945H1.714c-.315 0-.571.274-.571.611v1.192c.093.02.188.03.286.03.788 0 1.428-.684 1.428-1.527 0-.105-.01-.206-.028-.306Zm9.187 0H3.984c.011.1.016.203.016.306 0 1.518-1.152 2.75-2.571 2.75-.097 0-.192-.006-.286-.017v2.478c.094-.012.19-.017.286-.017C2.848 9.722 4 10.954 4 12.472c0 .103-.005.206-.016.306h8.032a2.88 2.88 0 0 1-.016-.306c0-1.518 1.152-2.75 2.571-2.75.097 0 .193.005.286.017V7.261c-.093.011-.19.017-.286.017-1.419 0-2.571-1.232-2.571-2.75 0-.103.005-.206.016-.306ZM8 10.111c.301 0 .571-.207.571-.5 0-.217-.167-.288-.332-.366-.246-.114-.528-.198-.784-.304-.67-.278-1.17-.705-1.17-1.552 0-.738.471-1.385 1.144-1.625v-.32c0-.337.255-.61.571-.61.316 0 .571.273.571.61v.32c.382.137.7.403.901.741.17.285.09.663-.176.844a.55.55 0 0 1-.788-.187A.584.584 0 0 0 8 6.889c-.301 0-.571.207-.571.5 0 .217.167.288.332.365.246.115.528.199.784.305.67.278 1.17.705 1.17 1.552 0 .738-.471 1.385-1.144 1.624v.32c0 .338-.255.612-.571.612-.316 0-.571-.274-.571-.611v-.32a1.73 1.73 0 0 1-.901-.742.637.637 0 0 1 .176-.843.55.55 0 0 1 .788.187c.1.17.293.273.508.273Zm5.171 2.667h1.115c.315 0 .571-.274.571-.611v-1.192a1.357 1.357 0 0 0-.286-.03c-.788 0-1.428.684-1.428 1.527 0 .105.01.207.028.306ZM1.143 10.975v1.192c0 .337.256.61.571.61H2.83c.018-.098.028-.2.028-.305 0-.843-.64-1.528-1.428-1.528-.098 0-.193.011-.286.031Zm13.714-4.95V4.833c0-.337-.256-.61-.571-.61H13.17c-.018.099-.028.2-.028.305 0 .843.64 1.528 1.428 1.528.098 0 .193-.011.286-.03Z' clip-rule='evenodd'/>", "0 0 16 16"], Dt = ["<path d='M16 6.417C16 3.432 13.605 1 10.667 1c-1.739 0-3.28.856-4.256 2.167H1.6c-.88 0-1.6.73-1.6 1.625v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 8.042v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 11.292v1.083C0 13.269.72 14 1.6 14h8.533c.88 0 1.6-.731 1.6-1.625v-.65C14.165 11.221 16 9.033 16 6.417ZM1.067 9.125V8.042A.54.54 0 0 1 1.6 7.5h3.84c.16.802.501 1.538.97 2.167H1.6a.539.539 0 0 1-.533-.542Zm0-4.333A.54.54 0 0 1 1.6 4.25h4.181a5.443 5.443 0 0 0-.448 2.167H1.6a.54.54 0 0 1-.533-.542V4.792Zm9.6 7.583a.54.54 0 0 1-.534.542H1.6a.54.54 0 0 1-.533-.542v-1.083a.54.54 0 0 1 .533-.542h5.883a5.24 5.24 0 0 0 3.184 1.083v.542Zm0-1.625C8.315 10.75 6.4 8.805 6.4 6.417c0-2.389 1.915-4.334 4.267-4.334 2.352 0 4.266 1.945 4.266 4.334 0 2.388-1.914 4.333-4.266 4.333Z'/><path d='M10.207 5.27h1.467c.22 0 .4-.208.4-.462s-.18-.462-.4-.462h-.7v-.384c0-.254-.18-.462-.399-.462-.22 0-.4.208-.4.462v.389c-.607.023-1.098.596-1.098 1.303s.507 1.308 1.13 1.308h.732c.183 0 .331.171.331.384s-.148.384-.331.384H9.473c-.22 0-.4.208-.4.462s.18.462.4.462h.699v.384c0 .254.18.462.4.462.219 0 .399-.208.399-.462v-.389c.607-.023 1.098-.596 1.098-1.303s-.507-1.308-1.13-1.308h-.732c-.183 0-.331-.171-.331-.384s.148-.384.332-.384Z'/>", "0 0 16 16"], Ot = ["<path d='M14.7 8A6.7 6.7 0 1 0 8 14.7V16A8 8 0 1 1 8 0a8 8 0 0 1 0 16v-1.3c3.7 0 6.7-3 6.7-6.7Z'/><path d='M7.513 6.36h1.954c.293 0 .533-.277.533-.616 0-.339-.24-.616-.533-.616h-.932v-.512c0-.339-.24-.616-.532-.616-.293 0-.533.277-.533.616v.518c-.81.03-1.465.795-1.465 1.738s.677 1.744 1.508 1.744h.974c.245 0 .442.228.442.512 0 .283-.197.511-.442.511H6.533c-.293 0-.533.278-.533.617 0 .339.24.616.533.616h.932v.512c0 .339.24.616.532.616.293 0 .533-.277.533-.616v-.518c.81-.03 1.465-.795 1.465-1.738s-.677-1.744-1.508-1.744h-.974c-.245 0-.442-.228-.442-.512 0-.283.197-.511.442-.511Z'/>", "0 0 16 16"], kt = ["<path d='M13.143 3H2.857C1.28 3 0 4.232 0 5.75v5.5C0 12.768 1.28 14 2.857 14h10.286C14.72 14 16 12.768 16 11.25v-5.5C16 4.232 14.72 3 13.143 3ZM2.857 4.1h10.286c.943 0 1.714.743 1.714 1.65v.275H1.143V5.75c0-.907.771-1.65 1.714-1.65Zm10.286 8.8H2.857c-.943 0-1.714-.742-1.714-1.65V7.125h13.714v4.125c0 .908-.771 1.65-1.714 1.65Z'/><path d='M10.591 9c.332 0 .647.1.909.265A1.57 1.57 0 0 1 12.409 9C13.283 9 14 9.68 14 10.508c0 .83-.717 1.492-1.591 1.492-.332 0-.647-.1-.909-.265-.262.165-.56.265-.909.265C9.717 12 9 11.32 9 10.492 9 9.662 9.717 9 10.591 9Zm1.38 2.22c.123.066.28.1.42.1.49 0 .892-.381.892-.829 0-.464-.402-.845-.892-.845a.862.862 0 0 0-.42.1c.123.215.21.464.21.729 0 .282-.07.53-.21.745Zm-1.38.117c.49 0 .892-.381.892-.845 0-.465-.402-.846-.892-.846s-.892.381-.892.845c0 .465.402.846.892.846ZM5 8.5l.1.01a.5.5 0 0 1 0 .98L5 9.5H3a.5.5 0 0 1 0-1h2ZM7 10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h4Z'/>", "0 0 16 16"], At = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM5.994 4.622a.5.5 0 0 0-.822.306L5.167 5v8.667a.5.5 0 0 0 1 0V6.095l3.173 2.75.082.057a.5.5 0 0 0 .641-.74l-.069-.073-4-3.467Zm6.34-.122a.5.5 0 0 0-.5.5v7.69l-3.208-2.318a.5.5 0 0 0-.585.812l4 2.888.06.036a.5.5 0 0 0 .733-.441V5a.5.5 0 0 0-.5-.5Z'/>", "0 0 18 18"], jt = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3ZM5.167 13.667V5a.5.5 0 0 1 .827-.378l4 3.467.07.073a.5.5 0 0 1-.642.74l-.083-.057-3.172-2.75v7.572a.5.5 0 0 1-1 0ZM11.833 5a.5.5 0 0 1 1 0v8.667a.5.5 0 0 1-.792.405l-4-2.888-.076-.068a.5.5 0 0 1 .661-.744l3.207 2.316V5ZM17.5 15a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/>", "0 0 18 18"], Mt = ["<path d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Nt = ["<path fill='#1B1B1B' d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Pt = ["<path d='M9.951 15c-1.058 0-2.108-.347-2.927-1.029a26.112 26.112 0 0 1-3.52-3.553A24.78 24.78 0 0 1 .811 6.37C-.1 4.65.463 2.58 2.152 1.447l.168-.113c.402-.27.897-.383 1.393-.314a1.9 1.9 0 0 1 1.23.67l1.488 1.825c.615.755.44 1.823-.392 2.38l-.661.444A6.543 6.543 0 0 0 6.52 8.394a7.198 7.198 0 0 0 1.84 1.597l.655-.447c.403-.27.899-.382 1.393-.316.496.068.934.306 1.23.671l1.488 1.825c.615.754.44 1.822-.393 2.38l-.168.113c-.782.523-1.701.782-2.616.782l.002.001ZM3.434 2.136c-.13 0-.26.035-.372.111l-.167.112c-1.206.81-1.608 2.29-.956 3.519a23.758 23.758 0 0 0 2.57 3.866 25.05 25.05 0 0 0 3.361 3.392c1.087.906 2.75.977 3.952.17l.169-.113a.533.533 0 0 0 .13-.793l-1.488-1.825a.637.637 0 0 0-.41-.224.678.678 0 0 0-.465.105l-.66.443c-.425.285-1.003.299-1.438.032A8.466 8.466 0 0 1 5.514 9.07a7.687 7.687 0 0 1-1.34-2.414c-.15-.45.034-.944.46-1.23l.66-.443a.533.533 0 0 0 .13-.793L3.936 2.365a.646.646 0 0 0-.502-.23Zm9.415 5.973c.26-2.177-1.48-4.14-3.882-4.376-.345-.032-.652.192-.69.503-.037.311.212.592.555.626 1.715.168 2.958 1.57 2.773 3.125-.037.311.211.591.554.625a.74.74 0 0 0 .068.004c.316 0 .588-.217.622-.507Zm2.488.244c.199-1.657-.327-3.285-1.48-4.583-1.151-1.3-2.791-2.114-4.619-2.294-.342-.033-.652.192-.69.503-.037.311.212.591.555.625 1.495.147 2.838.814 3.78 1.877.942 1.063 1.372 2.394 1.21 3.75-.037.312.211.592.555.626a.747.747 0 0 0 .068.003c.315 0 .587-.216.621-.507Z'/>", "0 0 16 16"], Ft = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], It = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Lt = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.001 3.556a.522.522 0 0 0-.521.522v3.4h-3.4a.523.523 0 0 0 0 1.043h3.4v3.402a.522.522 0 0 0 1.043 0V8.52h3.4a.522.522 0 1 0 0-1.043h-3.4v-3.4A.523.523 0 0 0 8 3.556Z'/>", "0 0 16 16"], Rt = ["<path d='M13.035 3.69h-.547V1.368a.407.407 0 0 0-.407-.406H4.139a.407.407 0 0 0-.408.406V3.69h-.547a2.072 2.072 0 0 0-2.075 2.063v4.437c0 .224.183.406.408.406h2.214v2.958c0 .225.182.406.408.406h7.94a.406.406 0 0 0 .409-.406v-2.958H14.7a.407.407 0 0 0 .408-.406V5.754c0-1.137-.93-2.063-2.074-2.063ZM4.547 1.774h7.125V3.69H4.547V1.773Zm7.125 11.376H4.547V8.602h7.125v4.547Zm2.621-3.363H12.49V8.602h.596a.407.407 0 1 0 0-.811H3.135a.407.407 0 1 0 0 .811h.597v1.184H1.926V5.754c0-.69.565-1.251 1.259-1.251h9.85c.694 0 1.258.561 1.258 1.251v4.032Z'/><path d='M4.11 6.461c0 .667-1 .667-1 0s1-.667 1 0ZM10.519 9.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5ZM10.519 11.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5Z'/>", "0 0 16 16"], zt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], Bt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.5 3.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 9.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM6.5 3.5A.5.5 0 0 1 7 3h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 6.5A.5.5 0 0 1 7 6h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 9.5A.5.5 0 0 1 7 9h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Vt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Ht = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm-.5-5h1v1.5h-1V15zm.74-7.93A3.5 3.5 0 0 0 8.5 10.5h1.5a2 2 0 1 1 2.87 1.79C11.63 12.87 11 13.8 11 15h1.5c0-.71.37-1.22 1.06-1.61A3.5 3.5 0 0 0 12.24 7.07z'/>", "0 0 24 24"], Ut = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/><path d='M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/>", "0 0 16 16"], Wt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/>", "0 0 16 16"], Gt = ["<path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41Zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9Z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3ZM3.1 9a5.002 5.002 0 0 0 8.757 2.182.502.502 0 0 1 .84.075.499.499 0 0 1-.069.561A6.002 6.002 0 0 1 2.083 9H3.1Z' clip-rule='evenodd'/>", "0 0 16 16"], Kt = ["<path d='M14 7.986a6 6 0 1 1-12 0 .461.461 0 1 1 .923 0A5.096 5.096 0 1 0 4.37 4.448s-.115.038-.369.038l-.5-.5.346-.307A5.994 5.994 0 0 1 14 7.986Z'/><path d='m3.015 2.344 3.243 2.223a.25.25 0 0 1-.073.447l-2.956.835a.25.25 0 0 1-.317-.217l-.287-3.059a.25.25 0 0 1 .39-.23Z'/>", "0 0 16 16"], qt = ["<g clip-path='url(#a)'><path d='M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532Z'/><path d='M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956-.076-.233-.16-.439-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083c-.218-.089-.423-.172-.655-.248-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073c.014.038.032.091.05.158.038.133.08.322.107.563.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z'/><path d='M6.803 12.352A7.632 7.632 0 0 1 5 11a7.568 7.568 0 0 1-1.411-1.925c-1.102.991-1.965 5.054-1.84 5.18.126.125 3.936-.896 5.054-1.903Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Jt = ["<path d='M11.118 9.953a5.417 5.417 0 1 0-1.164 1.165.833.833 0 0 0 .081.096l3.21 3.209a.833.833 0 0 0 1.178-1.179l-3.21-3.208a.834.834 0 0 0-.095-.083Zm.215-3.203a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z'/>", "0 0 16 16"], Yt = ["<path d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.49.49 0 0 0-.59-.22l-2.39.96a7.22 7.22 0 0 0-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96a.48.48 0 0 0-.59.22L2.74 8.87a.47.47 0 0 0 .12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.47.47 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32a.47.47 0 0 0-.12-.61l-2.01-1.58zM12 15.6A3.6 3.6 0 0 1 8.4 12 3.6 3.6 0 0 1 12 8.4a3.6 3.6 0 0 1 3.6 3.6 3.6 3.6 0 0 1-3.6 3.6z'/>", "0 0 24 24"], Xt = ["<path d='M11.491.5H4.509C3.122.5 2 1.638 2 3.045v9.91c0 .68.265 1.328.732 1.802a2.494 2.494 0 0 0 1.777.743l5.346-.016c.67 0 1.293-.268 1.776-.743l1.637-1.66A2.566 2.566 0 0 0 14 11.28V3.045C14 1.638 12.878.5 11.491.5ZM4.509 14.33c-.358 0-.701-.142-.966-.395-.25-.253-.405-.6-.405-.98v-9.91c0-.759.608-1.375 1.356-1.375h6.981c.748 0 1.356.616 1.356 1.375v7.808h-1.839c-.872 0-1.574.711-1.574 1.597v1.88H4.51Zm6.312-.395c-.063.063-.14.127-.234.19v-1.676c0-.237.187-.41.405-.41h1.637a1.25 1.25 0 0 1-.187.237l-1.621 1.66Z'/><path d='M10.456 4.5H5.529c-.298 0-.537.258-.537.581 0 .323.239.581.537.581h4.927c.298 0 .536-.258.536-.58 0-.324-.238-.582-.536-.582ZM10.456 8.338H5.529c-.298 0-.537.258-.537.58 0 .324.239.582.537.582h4.927c.298 0 .536-.258.536-.581 0-.323-.238-.581-.536-.581Z'/>", "0 0 16 16"], Zt = ["<path d='M12.465.983H3.523c-.841 0-1.52.68-1.52 1.535v10.964c0 .841.679 1.535 1.535 1.535h8.927c.841 0 1.535-.679 1.535-1.535V2.518A1.543 1.543 0 0 0 12.465.983Zm.458 12.485a.466.466 0 0 1-.472.472H3.523a.466.466 0 0 1-.472-.473V2.518c0-.266.206-.472.472-.472h8.928c.265 0 .472.206.472.472v10.95Z'/><path d='M10.872 5.348H5.117a.529.529 0 0 0-.531.531c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.532.529.529 0 0 0-.531-.53ZM10.872 7.932H5.117a.529.529 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.529.529 0 0 0-.531-.531ZM10.872 10.515H5.117a.53.53 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.53.53 0 0 0-.531-.531Z'/>", "0 0 16 16"], Qt = ["<path d='M13.21 0H2.776c-.981 0-1.774.774-1.774 1.75v12.5c0 .96.793 1.75 1.791 1.75h10.419c.981 0 1.79-.774 1.79-1.75V1.75A1.78 1.78 0 0 0 13.212 0Zm.534 14.233a.538.538 0 0 1-.55.539H2.774a.538.538 0 0 1-.55-.539V1.75c0-.303.24-.539.55-.539h10.418c.31 0 .551.236.551.539v12.483Z'/><path d='M11.351 4.976H7.544a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h3.807a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM4.88 4.976h-.345a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h.345a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 7.945l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606L5 9.157a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 10.867l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605l.501.017a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606ZM11.351 7.922H7.453a.61.61 0 0 0-.62.605.61.61 0 0 0 .62.606h3.898a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.605ZM11.351 10.867H7.453a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605h3.898a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606Z'/>", "0 0 16 16"], $t = ["<path d='M3.381 15h9.659a1.216 1.216 0 0 0 .898-.395 1.233 1.233 0 0 0 .322-.931l-.69-9.032a1.24 1.24 0 0 0-.39-.807 1.225 1.225 0 0 0-.83-.33H4.07a1.225 1.225 0 0 0-.83.33 1.24 1.24 0 0 0-.39.807l-.69 9.032a1.24 1.24 0 0 0 .322.931 1.224 1.224 0 0 0 .898.395Zm.286-10.295a.412.412 0 0 1 .407-.379h8.28a.407.407 0 0 1 .409.38l.69 9.03a.413.413 0 0 1-.244.409.407.407 0 0 1-.164.034H3.38a.406.406 0 0 1-.386-.275.413.413 0 0 1-.022-.167l.694-9.032Z'/><path d='M8.04 1c.54 0 1.059.217 1.44.602.383.385.598.906.599 1.45v.822a.412.412 0 0 1-.408.41.407.407 0 0 1-.408-.41v-.821c0-.327-.129-.64-.358-.871a1.22 1.22 0 0 0-1.73 0c-.23.23-.36.544-.36.87v.822a.412.412 0 0 1-.407.41.407.407 0 0 1-.408-.41v-.821c0-.545.216-1.066.598-1.451S7.498 1 8.04 1Z'/>", "0 0 16 16"], en = ["<path d='M2.947 8h.26l.494 3.946a1.263 1.263 0 0 0 1.253 1.107h6.934a1.263 1.263 0 0 0 1.254-1.107L13.635 8h.26a.842.842 0 0 0 .842-.842V5.474a.842.842 0 0 0-.842-.842H12.87l-1.376-2.32a.421.421 0 0 0-.724.43l1.121 1.89H4.95l1.122-1.89a.42.42 0 1 0-.725-.43l-1.376 2.32H2.947a.842.842 0 0 0-.842.842v1.684A.842.842 0 0 0 2.947 8Zm9.36 3.842a.421.421 0 0 1-.419.369H4.954a.422.422 0 0 1-.418-.37l-.48-3.84h8.73l-.48 3.84Zm-9.36-6.368h10.948v1.684H2.947V5.474Z'/><path d='M8.421 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 1 0-.842 0v1.684a.42.42 0 0 0 .421.422ZM6.316 11.369a.421.421 0 0 0 .42-.421V9.262a.421.421 0 1 0-.841 0v1.684a.42.42 0 0 0 .42.422ZM10.526 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 0 0-.842 0v1.684a.42.42 0 0 0 .421.422Z'/>", "0 0 16 16"], tn = ["<path d='M14.892 3.98a.466.466 0 0 0-.369-.182H4.34l-.541-2.434A.466.466 0 0 0 3.332 1H1.466a.466.466 0 0 0 0 .933H2.96l2.14 9.424a1.865 1.865 0 1 0 2.43 1.767 1.823 1.823 0 0 0-.262-.932h2.854c-.17.281-.26.604-.261.932a1.866 1.866 0 1 0 1.865-1.865H6.036L5.72 9.86h6.692a1.399 1.399 0 0 0 1.352-1.03l1.226-4.444a.466.466 0 0 0-.098-.406Zm-8.296 9.144a.932.932 0 1 1-1.865 0 .932.932 0 0 1 1.865 0Zm6.062 0a.932.932 0 1 1-1.864 0 .932.932 0 0 1 1.864 0Zm.205-4.542a.466.466 0 0 1-.466.345H5.505l-.933-4.196h9.34l-1.049 3.851Z'/>", "0 0 16 16"], nn = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], rn = ["<g clip-path='url(#a)'><path d='M15.914 1.675a.406.406 0 0 0-.262-.164L7.324.036a.432.432 0 0 0-.476.328l-.64 3.64H.833c-.23 0-.41.18-.41.409v10.131c0 .197.115.377.279.476.18.098.393.082.557-.033l.984-.656 1.114.738a.492.492 0 0 0 .59 0l1.115-.738 1.115.738c.18.114.41.114.607 0l1.114-.738.984.656a.563.563 0 0 0 .557.033.532.532 0 0 0 .28-.476v-3.59l.95.918c.164.148.393.18.59.098l1.23-.54.852.82a.52.52 0 0 0 .541.114.54.54 0 0 0 .36-.41l1.755-9.967a.43.43 0 0 0-.082-.312ZM8.88 14.036l-.705-.475a.549.549 0 0 0-.59 0l-1.115.737-1.115-.737a.577.577 0 0 0-.606 0l-1.115.737-1.115-.737a.491.491 0 0 0-.59 0l-.705.459V4.84h7.64v9.196h.016Zm4.64-2.738-.607-.573a.52.52 0 0 0-.377-.148.505.505 0 0 0-.213.05l-1.23.54-.967-.934a.529.529 0 0 0-.426-.148V8.888l2.492.443h.065a.39.39 0 0 0 .394-.344.422.422 0 0 0-.328-.476l-2.64-.459v-.934l2.804.492h.065a.39.39 0 0 0 .394-.345.422.422 0 0 0-.328-.475l-2.935-.525v-.934l.951.164h.066a.39.39 0 0 0 .393-.344.432.432 0 0 0-.328-.476l-1.098-.197V4.38c0-.23-.18-.41-.41-.41H7.045l.54-3.098L15.112 2.2l-1.59 9.098Z'/><path d='m12.31 5.804-.033.213c-.016.066.033.115.082.131l.262.05c.066.016.115-.033.132-.083l.033-.213c.196 0 .377-.049.508-.164a.747.747 0 0 0 .278-.475c.017-.05.017-.115.017-.164 0-.05 0-.098-.017-.131 0-.05-.016-.082-.049-.131-.016-.033-.033-.082-.065-.099-.017-.032-.05-.065-.082-.098a.432.432 0 0 0-.099-.082c-.032-.033-.065-.05-.114-.082-.05-.033-.099-.05-.132-.082-.032-.016-.082-.05-.147-.082a1.048 1.048 0 0 1-.263-.164.186.186 0 0 1-.049-.131c.017-.05.033-.082.066-.098a.369.369 0 0 1 .197-.017c.147.033.311.115.459.246.049.033.098.033.147 0l.262-.23a.125.125 0 0 0 .033-.081.125.125 0 0 0-.033-.082c-.065-.066-.13-.131-.229-.197a1.557 1.557 0 0 0-.279-.164l.05-.262c.016-.066-.033-.115-.082-.131l-.263-.05c-.065-.016-.114.033-.13.082l-.05.246a.847.847 0 0 0-.508.148.747.747 0 0 0-.279.475c-.016.05-.016.099-.016.131 0 .05 0 .082.016.132.016.032.016.082.033.114l.049.099c.016.032.05.065.066.082.016.032.049.049.082.082.032.032.065.049.098.065.033.017.065.05.115.066.032.016.082.049.114.065.033.017.066.033.115.066.05.016.082.05.115.066s.066.032.098.065c.033.016.05.033.066.05.016.016.033.032.033.048 0 .017.016.033.016.05v.049a.19.19 0 0 1-.082.115c-.115.065-.311.016-.492-.099a.937.937 0 0 1-.23-.213c-.016-.016-.048-.033-.081-.05-.033 0-.066 0-.082.034l-.262.23c-.05.032-.05.098-.017.147.164.262.377.41.623.508ZM8.798 3.417l2.148.378h.065c.197 0 .36-.148.41-.345.033-.23-.115-.442-.328-.475l-2.147-.377c-.214-.033-.443.115-.476.328-.033.246.115.459.328.491ZM6.568 9.306v.23c0 .065.05.114.115.114h.279c.065 0 .114-.049.114-.115v-.213a.786.786 0 0 0 .476-.246.718.718 0 0 0 .196-.524c0-.05 0-.115-.016-.164-.016-.05-.016-.099-.033-.131a.264.264 0 0 0-.065-.115c-.033-.033-.05-.066-.082-.098-.033-.033-.066-.05-.099-.082-.032-.033-.082-.05-.114-.066-.033-.016-.082-.033-.132-.066l-.147-.049c-.05-.016-.098-.032-.164-.049-.131-.05-.23-.082-.279-.115-.049-.032-.065-.065-.065-.114 0-.05.016-.082.049-.115a.294.294 0 0 1 .18-.05c.164 0 .328.05.492.165.05.032.115.016.148-.017l.213-.278c.016-.017.033-.05.016-.082 0-.033-.016-.05-.05-.066l-.245-.148a1.042 1.042 0 0 0-.295-.098v-.262a.112.112 0 0 0-.115-.115h-.278a.112.112 0 0 0-.115.115v.23a.786.786 0 0 0-.476.245.705.705 0 0 0-.196.508c0 .05 0 .099.016.132 0 .049.016.082.033.13l.049.099c.016.033.05.066.082.098.033.033.05.05.082.066.033.016.065.05.098.066l.099.049c.032.016.065.033.114.049.05.016.082.033.115.033.033.016.082.016.131.032.05.017.099.033.131.05l.099.049c.033.016.049.033.065.033l.05.049c.016.016.016.033.016.049v.05a.15.15 0 0 1-.066.13c-.098.082-.295.066-.491-.016a.88.88 0 0 1-.263-.164.125.125 0 0 0-.082-.033c-.032 0-.049.017-.082.033l-.23.279c-.032.049-.032.114.017.147.213.197.443.312.705.36ZM2.64 7.515h1.728c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41H2.64c-.23 0-.41.181-.41.41 0 .214.18.41.41.41ZM2.64 9.652h1.728c.23 0 .41-.18.41-.41 0-.23-.18-.41-.41-.41H2.64c-.23 0-.41.18-.41.41 0 .213.18.41.41.41ZM2.94 11.788h4.1c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41h-4.1c-.23 0-.41.181-.41.41 0 .23.18.41.41.41Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], an = ["<path d='m21.284 8.276-5.951-.865-2.66-5.393a.753.753 0 0 0-1.345 0l-2.66 5.393-5.952.865a.749.749 0 0 0-.414 1.28l4.305 4.197L5.59 19.68a.749.749 0 0 0 1.087.79L12 17.672l5.323 2.798a.749.749 0 0 0 1.087-.79l-1.017-5.927 4.305-4.197a.748.748 0 0 0 .218-.43.747.747 0 0 0-.632-.85Z'/>", "0 0 24 24"], on = ["<path fill='#46D281' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm4.384-9.18a.5.5 0 0 0-.768-.64L5.995 9.725 3.38 6.675a.5.5 0 1 0-.76.65l3 3.5a.5.5 0 0 0 .764-.005l5-6Z' clip-rule='evenodd'/>", "0 0 14 14"], sn = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.835 5.628a.5.5 0 0 1 .037.706l-4.5 5a.5.5 0 0 1-.726.02l-2.5-2.5a.5.5 0 1 1 .708-.708l2.127 2.128 4.147-4.608a.5.5 0 0 1 .707-.038Z' clip-rule='evenodd'/>", "0 0 16 16"], cn = ["<path d='M22.11 21.46 2.39 1.73 1.11 3 4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18.21 0 .41-.06.57-.18l4.71-2.65 3.56 3.56 1.27-1.27ZM5 15.91v-6.7l5.29 2.97.71.71v6.4l-6-3.38Zm8 3.38v-4.4l2.82 2.81L13 19.29ZM9 5.82 7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37-1.47-1.47 4.65-2.61L12 4.15 9 5.82Z'/>", "0 0 24 24"], ln = ["<path d='M5.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm15.91 4.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59.55 0 1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42Z'/>", "0 0 24 24"], un = ["<path d='M6.739 1c.99 0 1.94.394 2.64 1.094l5.071 5.072a1.9 1.9 0 0 1 0 2.673L9.84 14.45a1.895 1.895 0 0 1-2.67 0L2.094 9.375C1.394 8.674 1 7.725 1 6.734V3.43A2.438 2.438 0 0 1 3.429 1h3.31Zm0 1.167h-3.31c-.704 0-1.262.557-1.262 1.26v3.307c0 .681.272 1.336.753 1.817l5.072 5.072a.713.713 0 0 0 1.021 0l4.611-4.611a.713.713 0 0 0 0-1.02L8.552 2.918a2.562 2.562 0 0 0-1.812-.753h-.001Z'/><path d='M6.489 3.872c.717.717.717 1.9 0 2.618-.717.717-1.9.717-2.618 0a1.861 1.861 0 0 1 0-2.618 1.861 1.861 0 0 1 2.618 0Zm-.827.827a.672.672 0 0 0-.964 0 .672.672 0 0 0 0 .964.672.672 0 0 0 .964 0 .672.672 0 0 0 0-.964Z'/>", "0 0 16 16"], dn = ["<path d='M13.063 6.388c-.205 0-.407.04-.597.117a1.597 1.597 0 0 0-1.533-1.182 1.566 1.566 0 0 0-.782.213 1.597 1.597 0 0 0-1.88-.65V1.598a1.597 1.597 0 1 0-3.193 0v8.3l-.48-.48a2.337 2.337 0 0 0-3.3 0 1.011 1.011 0 0 0-.037 1.395l3.833 4.258a2.732 2.732 0 0 0 2.028.9h4.455a2.73 2.73 0 0 0 2.55-1.714 7.73 7.73 0 0 0 .533-2.859V7.985a1.597 1.597 0 0 0-1.597-1.597Zm.532 5.01a6.586 6.586 0 0 1-.474 2.443 1.656 1.656 0 0 1-1.544 1.064H7.122a1.677 1.677 0 0 1-1.24-.532l-3.796-4.259a1.272 1.272 0 0 1 1.762.032l1.384 1.39a.533.533 0 0 0 .814-.075.532.532 0 0 0 .096-.282V1.597a.532.532 0 0 1 1.065 0v6.388a.532.532 0 1 0 1.065 0V6.388a.532.532 0 0 1 1.064 0v2.13a.532.532 0 1 0 1.065 0V6.92a.532.532 0 1 1 1.065 0v2.13a.532.532 0 0 0 1.064 0V7.985a.532.532 0 0 1 1.065 0v3.412Z'/>", "0 0 16 16"], fn = ["<g clip-path='url(#a)'><path d='M2.552 4.405a.555.555 0 0 0-.772.058L.306 6.126c-.472.537-.436 1.34.08 1.804l8.593 7.622c.52.456 1.323.396 1.8-.136l1.475-1.663a.555.555 0 0 0-.034-.773c-.371-.328-.397-.905-.057-1.287.339-.383.915-.426 1.285-.098a.555.555 0 0 0 .772-.058l1.474-1.662c.471-.538.436-1.342-.08-1.804L7.021.448c-.52-.456-1.323-.395-1.8.137L3.746 2.247c-.2.23-.184.574.034.773.37.329.396.905.057 1.288-.339.382-.915.426-1.285.097Zm2.32-1.804L6.026 1.3a.188.188 0 0 1 .127-.063.177.177 0 0 1 .13.044l5.506 4.883-.614.692a.547.547 0 0 0 .034.773.547.547 0 0 0 .771-.058l.615-.693 2.282 2.025c.075.066.08.181.012.258l-1.155 1.302c-.802-.371-1.768-.159-2.371.521s-.699 1.665-.235 2.416l-1.154 1.302a.182.182 0 0 1-.258.02l-2.282-2.025.614-.692a.547.547 0 0 0-.034-.773.547.547 0 0 0-.772.058l-.614.692-5.505-4.883a.177.177 0 0 1-.06-.125.189.189 0 0 1 .048-.133l1.155-1.302c.802.372 1.768.16 2.37-.52.604-.681.7-1.665.236-2.417Zm3.845 7.025L9.7 8.518a.547.547 0 0 1 .772-.059.547.547 0 0 1 .034.773l-.984 1.109a.547.547 0 0 1-.771.058.548.548 0 0 1-.034-.773Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], pn = ["<path d='M1.123 3h11.609c.31 0 .591.125.795.326l.015.016c.194.2.315.472.315.768v.15h1.017c.31 0 .59.124.794.326a1.1 1.1 0 0 1 .331.785v1.38c0 .14-.115.254-.258.254-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.203.491.33.806.33.142 0 .258.114.258.254v1.38c0 .306-.127.584-.33.785l-.016.015a1.127 1.127 0 0 1-.778.311H3.268c-.31 0-.592-.125-.795-.326a1.1 1.1 0 0 1-.33-.784v-.15H1.125c-.31 0-.591-.125-.795-.325A1.101 1.101 0 0 1 0 9.629V8.25c0-.14.116-.255.258-.255.315 0 .6-.126.805-.329a1.116 1.116 0 0 0 0-1.59 1.144 1.144 0 0 0-.805-.33A.257.257 0 0 1 0 5.493v-1.38a1.124 1.124 0 0 1 1.125-1.11L1.123 3Zm6.959 4.311a1.258 1.258 0 0 1 0 1.796 1.293 1.293 0 0 1-1.82 0l-.014-.016a1.258 1.258 0 0 1 .014-1.778 1.29 1.29 0 0 1 .91-.373c.33 0 .659.123.91.371Zm-.14.898a.754.754 0 0 0-.225-.537.774.774 0 0 0-1.09 0 .75.75 0 0 0-.011 1.064l.012.01a.774.774 0 0 0 1.09 0 .753.753 0 0 0 .224-.537ZM5.368 4.633l.016.016a1.258 1.258 0 0 1-.014 1.778l-.016.016a1.29 1.29 0 0 1-1.801-.014 1.256 1.256 0 0 1-.002-1.795c.252-.249.58-.373.91-.373.328 0 .656.123.907.372Zm-.364.36a.773.773 0 0 0-1.09 0 .752.752 0 0 0 0 1.075.775.775 0 0 0 1.078.012l.01-.012a.752.752 0 0 0 .013-1.064l-.012-.011h.001Zm2.597-.247c.1-.1.264-.1.365 0 .1.1.1.261 0 .36L4.224 8.803c-.1.1-.264.1-.365 0-.1-.1-.1-.261 0-.36l3.742-3.696Zm6.254.024v.72c0 .14-.115.255-.258.255-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.202.49.328.805.328.143 0 .258.115.258.255v1.38c0 .305-.127.583-.33.785a1.13 1.13 0 0 1-.795.325H2.656v.15a.611.611 0 0 0 .609.6h11.608c.162 0 .31-.063.42-.165l.01-.011a.596.596 0 0 0 .179-.425V9.742a1.656 1.656 0 0 1-.912-.458 1.623 1.623 0 0 1 0-2.311c.242-.24.558-.404.912-.459V5.37a.61.61 0 0 0-.609-.601h-1.018v.002ZM12.73 3.51H1.122a.613.613 0 0 0-.43.176.594.594 0 0 0-.18.424v1.145c.354.055.671.22.913.459a1.62 1.62 0 0 1 0 2.31 1.656 1.656 0 0 1-.912.46v1.143c0 .166.068.316.179.425.11.109.262.177.43.177H12.73c.168 0 .32-.068.43-.177a.597.597 0 0 0 .18-.425V8.483a1.656 1.656 0 0 1-.913-.458 1.62 1.62 0 0 1 0-2.311c.242-.24.559-.404.912-.459V4.11a.595.595 0 0 0-.167-.413l-.012-.01a.61.61 0 0 0-.43-.177Z'/><path d='M10.439 4.16a.242.242 0 0 1 .346 0c.046.046.071.11.071.176v.875c0 .066-.025.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.875c0-.066.025-.13.07-.177ZM10.44 6.066a.242.242 0 0 1 .345 0c.046.047.072.11.072.177V7.2c0 .067-.026.13-.072.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.956c0-.066.025-.13.071-.177ZM10.44 8.243a.242.242 0 0 1 .345 0c.046.047.072.11.072.176v1.073c0 .067-.026.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.072-.177V8.42c0-.066.025-.13.071-.176Z'/>", "0 0 16 16"], mn = ["<path d='M21.75 5.96a8.015 8.015 0 0 1-2.302.619 3.987 3.987 0 0 0 1.758-2.203 7.89 7.89 0 0 1-2.536.965 3.986 3.986 0 0 0-2.92-1.263 3.996 3.996 0 0 0-3.996 3.999c0 .309.037.618.098.916a11.358 11.358 0 0 1-8.24-4.184 3.968 3.968 0 0 0-.544 2.018c0 1.388.705 2.611 1.781 3.33a4.03 4.03 0 0 1-1.807-.508v.05a3.997 3.997 0 0 0 3.204 3.923c-.344.09-.697.135-1.052.136a5.31 5.31 0 0 1-.755-.061 4.004 4.004 0 0 0 3.736 2.773 8.01 8.01 0 0 1-4.962 1.708c-.335 0-.644-.012-.965-.05a11.317 11.317 0 0 0 6.138 1.794c7.35 0 11.372-6.09 11.372-11.374 0-.174 0-.347-.012-.52A8.607 8.607 0 0 0 21.75 5.96Z'/>", "0 0 24 24"], hn = ["<path d='M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7ZM4.32 12.633A4.473 4.473 0 0 1 8 10.693c1.48 0 2.85.737 3.68 1.94a5.891 5.891 0 0 1-7.36 0Zm1.347-5.35A2.336 2.336 0 0 1 8 4.948a2.336 2.336 0 0 1 2.333 2.333A2.336 2.336 0 0 1 8 9.615a2.336 2.336 0 0 1-2.333-2.333Zm6.792 4.603a5.55 5.55 0 0 0-2.43-1.879 3.398 3.398 0 0 0 1.381-2.725c0-1.88-1.53-3.41-3.41-3.41-1.88 0-3.41 1.53-3.41 3.41 0 1.118.548 2.103 1.382 2.725a5.56 5.56 0 0 0-2.43 1.88A5.893 5.893 0 0 1 2.077 8 5.93 5.93 0 0 1 8 2.077 5.93 5.93 0 0 1 13.923 8a5.891 5.891 0 0 1-1.464 3.886Z'/>", "0 0 16 16"], gn = ["<path fill='#FBCC29' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.14-12c.374 0 .677.304.677.678V9a.678.678 0 1 1-1.356 0V2.678c0-.374.304-.678.678-.678Zm.677 9.169a.678.678 0 1 1-1.356 0 .678.678 0 0 1 1.356 0Z' clip-rule='evenodd'/>", "0 0 14 14"], _n = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 7 10ZM7 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 7 3Z' clip-rule='evenodd'/>", "0 0 14 14"], vn = ["<path d='M16.723 14.06c-.256-.131-1.528-.755-1.765-.839-.237-.089-.41-.131-.582.131-.173.26-.665.84-.82 1.015-.15.174-.302.195-.558.066-1.518-.76-2.514-1.355-3.515-3.073-.265-.457.265-.424.76-1.41.083-.174.041-.322-.024-.453-.066-.131-.582-1.402-.797-1.92-.209-.504-.424-.433-.581-.443-.15-.009-.321-.009-.495-.009a.956.956 0 0 0-.689.321c-.237.26-.905.886-.905 2.156s.926 2.501 1.053 2.675c.13.173 1.82 2.78 4.415 3.902 1.64.708 2.283.769 3.103.647.5-.075 1.529-.624 1.742-1.23.213-.605.213-1.123.15-1.231-.064-.115-.237-.18-.492-.305Z'/><path d='M21.684 7.931a10.505 10.505 0 0 0-5.615-5.615A10.45 10.45 0 0 0 12 1.5h-.047A10.475 10.475 0 0 0 1.5 12.05a10.533 10.533 0 0 0 1.125 4.684v3.563c0 .595.483 1.078 1.078 1.078h3.565a10.532 10.532 0 0 0 4.685 1.125h.05c1.403 0 2.765-.272 4.047-.804a10.418 10.418 0 0 0 3.347-2.231 10.475 10.475 0 0 0 3.103-7.418 10.46 10.46 0 0 0-.816-4.116Zm-3.541 10.266A8.673 8.673 0 0 1 12 20.719h-.04a8.75 8.75 0 0 1-4.057-1.02l-.197-.105h-3.3v-3.3l-.105-.197a8.75 8.75 0 0 1-1.02-4.057 8.665 8.665 0 0 1 2.522-6.183 8.653 8.653 0 0 1 6.16-2.576h.04c1.171 0 2.308.228 3.379.678a8.662 8.662 0 0 1 2.79 1.875 8.684 8.684 0 0 1 2.552 6.206 8.686 8.686 0 0 1-2.581 6.157Z'/>", "0 0 24 24"], yn = ["<path d='M21.725 3.598A.937.937 0 0 0 20.4 2.274l-3.442 3.433a.937.937 0 0 0 1.324 1.324l3.438-3.437.004.004Zm-7.793-.535a.627.627 0 0 0-.883 0l-.445.441a3.75 3.75 0 0 0 0 5.305l.406.406-1.191 1.191a4.989 4.989 0 0 0-1.426-2.921l-.441-.442a.627.627 0 0 0-.883 0l-.441.442a3.75 3.75 0 0 0 0 5.304l.406.406-1.192 1.192a4.988 4.988 0 0 0-1.425-2.922l-.442-.445a.627.627 0 0 0-.882 0l-.442.441a3.75 3.75 0 0 0 0 5.304l.406.407-2.69 2.69a1.252 1.252 0 0 0 1.769 1.77l2.69-2.69.477.476a3.75 3.75 0 0 0 5.305 0l.441-.442a.627.627 0 0 0 0-.883l-.441-.44a4.992 4.992 0 0 0-3.05-1.442l1.245-1.246.477.476a3.75 3.75 0 0 0 5.304 0l.442-.441a.627.627 0 0 0 0-.883l-.442-.441a4.992 4.992 0 0 0-3.05-1.442l1.246-1.246.476.477a3.751 3.751 0 0 0 5.305 0l.44-.445a.627.627 0 0 0 0-.883l-.44-.445a4.922 4.922 0 0 0-.641-.543l1.805-1.801A.937.937 0 0 0 20.4 6.024l-2.32 2.32a5.033 5.033 0 0 0-2.434.082c.238-.832.258-1.71.054-2.55l2.274-2.278a.937.937 0 0 0-1.324-1.324l-1.797 1.789a4.642 4.642 0 0 0-.484-.559l-.438-.441Z'/>", "0 0 24 24"], bn = ["<path fill-rule='evenodd' d='M15.784 6.009q-.23-.223-.472-.433a11 11 0 0 0-2.043-1.398l-.946 1.065a9.7 9.7 0 0 1 2.465 1.738.72.72 0 0 0 .967.037.672.672 0 0 0 .029-1.01M12.868 7.66a7.9 7.9 0 0 0-1.772-1.033l-.975 1.098c.845.288 1.62.747 2.273 1.347a.71.71 0 0 0 .938.013.667.667 0 0 0 .024-1.014 8 8 0 0 0-.488-.41m-1.966 2.473a4.6 4.6 0 0 0-2.092-.93l-1.172 1.319c.846-.1 1.697.139 2.36.663a.69.69 0 0 0 .875-.005l.05-.044h.001a.625.625 0 0 0-.021-1.003M8 12.26c-.405 0-.79.171-1.057.47a1.34 1.34 0 0 0-.347.862c-.009.761.606 1.388 1.382 1.408.375.007.737-.135 1.005-.392a1.342 1.342 0 0 0 .073-1.878A1.42 1.42 0 0 0 8 12.26m1.223-4.772 1.03-1.162 1.271-1.431.968-1.09 1.482-1.67a.675.675 0 0 0-.066-.966.716.716 0 0 0-.991.065L11.082 3.3h.001a11 11 0 0 0-1.679-.34c-.932-.12-1.876-.12-2.808 0a11.1 11.1 0 0 0-6.38 3.049.672.672 0 0 0 .03 1.01.72.72 0 0 0 .966-.039q.263-.255.545-.491h.001a9.7 9.7 0 0 1 4.838-2.15 9.8 9.8 0 0 1 3.46.117L8.661 6.03a8 8 0 0 0-.66-.03H8q-.708.002-1.404.126a7.87 7.87 0 0 0-3.952 1.947.666.666 0 0 0 .023 1.013c.27.231.675.226.939-.012a6.46 6.46 0 0 1 3.84-1.677l-5.024 5.66a.68.68 0 0 0 .07.97.71.71 0 0 0 .988-.069l2.388-2.691L7.756 9.14z' clip-rule='evenodd'/>", "0 0 16 16"], xn = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM3.985 8.685a.585.585 0 0 0-.562.58c0 .312.254.555.562.546a3.777 3.777 0 0 1 2.78 1.08 3.773 3.773 0 0 1 1.14 2.755.544.544 0 0 0 .559.551.584.584 0 0 0 .567-.575 4.862 4.862 0 0 0-1.468-3.548 4.863 4.863 0 0 0-3.578-1.39ZM4 5.682a.583.583 0 0 0-.564.577.543.543 0 0 0 .56.549c1.855-.047 3.596.63 4.9 1.906 1.305 1.276 2.02 3.002 2.013 4.857a.544.544 0 0 0 .56.548.582.582 0 0 0 .565-.577c.008-2.157-.824-4.161-2.34-5.645C8.178 6.414 6.155 5.627 4 5.682Zm.012-3.004a.584.584 0 0 0-.566.576.543.543 0 0 0 .56.549c2.661-.063 5.154.908 7.02 2.733 1.865 1.825 2.89 4.297 2.885 6.96a.542.542 0 0 0 .562.547.583.583 0 0 0 .563-.58c.005-2.961-1.135-5.71-3.212-7.742-2.076-2.032-4.85-3.113-7.812-3.043Z'/>", "0 0 18 18"], Sn = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3Zm1 12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/><path d='M14.01 14.806a.553.553 0 0 1-.165-.396c.004-2.688-1.03-5.183-2.914-7.026-1.883-1.843-4.4-2.823-7.088-2.76a.549.549 0 0 1-.564-.554.59.59 0 0 1 .57-.582c2.99-.07 5.792 1.02 7.888 3.072 2.097 2.051 3.249 4.828 3.243 7.819a.589.589 0 0 1-.569.583.547.547 0 0 1-.401-.156Zm-2.63.234a.588.588 0 0 0 .57-.583c.007-2.177-.832-4.2-2.363-5.698C8.057 7.26 6.014 6.466 3.838 6.52a.588.588 0 0 0-.57.583.548.548 0 0 0 .566.554c1.872-.048 3.63.636 4.947 1.925 1.317 1.288 2.039 3.03 2.032 4.904a.55.55 0 0 0 .566.553Zm-3.035.078a.589.589 0 0 0 .572-.58 4.908 4.908 0 0 0-1.481-3.582 4.91 4.91 0 0 0-3.613-1.403.59.59 0 0 0-.568.585c0 .316.256.561.568.552a3.812 3.812 0 0 1 2.806 1.09 3.808 3.808 0 0 1 1.15 2.781.55.55 0 0 0 .566.557Z'/>", "0 0 18 18"], Cn = /* @__PURE__ */ "apple-filled.arrow-circle-down-outline.arrow-circle-left-outline.arrow-circle-right-outline.arrow-circle-up-outline.arrow-down-outline.arrow-left-outline.arrow-list-outline.arrow-point-down-filled.arrow-point-left-filled.arrow-point-right-filled.arrow-point-up-filled.arrow-right-outline.arrow-up-outline.barcode-outline.bell-outline.calendar-alt-outline.calendar-locked-outline.calendar-outline.carrot-filled.check-outline.checkbox-checked.checkbox-unchecked.chevron-down-outline.chevron-left-bicolor.chevron-left-outline.chevron-right-bicolor.chevron-right-outline.chevron-up-outline.chicken-filled.chili-filled.close-outline.cloud-download-outline.cloud-upload-outline.copy-generic-outline.copy-square-outline.delete-outline.discount-outline.document-generic-outline.document-history-alt-outline.document-history-outline.document-list-outline.drag-handle-outline.error-filled-red.error-outline.exclamation-outline.expand-outline.export-outline.eye-closed-outline.eye-open-filled.eye-open-outline.facebook-filled.fire-filled.fish-filled.globe-outline.google-filled.hashtag-outline.home-outline.import-outline.info-filled-blue.info-outline.instagram-filled.key-outline.lactose-intolerant-filled.layout-1-outline.layout-2-outline.layout-3-outline.layout-4-outline.layout-5-outline.leaf-filled.linkedin-filled.location-filled.lock-password-1-outline.lock-password-2-outline.mail-outline.menu-close-outline.menu-hamburger-outline.minus-bicolor-tertiary-light.minus-bicolor-tertiary.minus-filled.money-bill-outline.money-cash-outline.money-coin-outline.money-credit-card-outline.nfc-filled.nfc-outline.pencil-outline.pencil.phone-outline.plus-bicolor-tertiary-light.plus-bicolor-tertiary.plus-filled.printer-outline.purchase-order-bill-outline.purchase-order-list-outline.purchase-order-ticket-outline.question-circle-outline.radio-button-checked-outline.radio-button-unchecked-outline.refresh-double-outline.refresh-single-outline.rocket-outline.search-outline.settings-outline.sheet-bent-outline.sheet-generic-outline.sheet-list-outline.shopping-bag-outline.shopping-basket-outline.shopping-cart-outline.split-bill-ticket-1-outline.split-bill-ticket-2-outline.star-filled.success-filled-green.success-outline.sugar-free-filled.tag-filled.tag-outline.tap-click-hand-outline.ticket-outline.tickets-outline.twitter-filled.user-outline.warning-filled-yellow.warning-outline.whatsapp-outline.wheat-filled.wifi-no-signal-outline.wifi-signal-filled.wifi-signal-outline".split(".");
|
|
147
147
|
//#endregion
|
|
148
148
|
//#region src/components/Icon/Icon.tsx
|
|
149
|
-
function
|
|
150
|
-
let t =
|
|
151
|
-
return Array.isArray(
|
|
152
|
-
path:
|
|
153
|
-
viewBox:
|
|
154
|
-
} : {
|
|
149
|
+
function wn(e) {
|
|
150
|
+
let t = `ICON_${e.replace(/-/g, "_").toUpperCase()}`, n = ne[t];
|
|
151
|
+
return Array.isArray(n) && n.length === 2 ? {
|
|
152
|
+
path: n[0],
|
|
153
|
+
viewBox: n[1]
|
|
154
|
+
} : (process.env.NODE_ENV !== "production" && console.warn(`[Icon] Icon content not found for name: ${e} (resolved to key: ${t})`), {
|
|
155
155
|
path: "",
|
|
156
|
-
viewBox: "0 0
|
|
157
|
-
};
|
|
156
|
+
viewBox: "0 0 16 16"
|
|
157
|
+
});
|
|
158
158
|
}
|
|
159
|
-
function
|
|
160
|
-
let { path: c, viewBox: l } = s(() =>
|
|
161
|
-
return
|
|
159
|
+
function I({ name: e, size: t = 20, className: n, color: r, "aria-label": i, "aria-hidden": a, "data-testid": o }) {
|
|
160
|
+
let { path: c, viewBox: l } = s(() => wn(e), [e]), u = !i, f = e.endsWith("-outline") || e.endsWith("-filled"), p = f && r ? `var(--ds-color-${r})` : void 0;
|
|
161
|
+
return /* @__PURE__ */ d("svg", {
|
|
162
162
|
width: t,
|
|
163
163
|
height: t,
|
|
164
164
|
viewBox: l,
|
|
165
|
-
fill: p,
|
|
166
|
-
|
|
167
|
-
strokeWidth: f ? void 0 : "2",
|
|
168
|
-
strokeLinecap: f ? void 0 : "round",
|
|
169
|
-
strokeLinejoin: f ? void 0 : "round",
|
|
165
|
+
fill: f ? p ?? "currentColor" : void 0,
|
|
166
|
+
style: p ? { color: p } : void 0,
|
|
170
167
|
className: [te.icon, n].filter(Boolean).join(" "),
|
|
171
168
|
"aria-label": i,
|
|
172
169
|
"aria-hidden": a ?? (u ? "true" : void 0),
|
|
@@ -175,7 +172,7 @@ function F({ name: e, size: t = 20, className: n, color: r, "aria-label": i, "ar
|
|
|
175
172
|
dangerouslySetInnerHTML: { __html: c }
|
|
176
173
|
});
|
|
177
174
|
}
|
|
178
|
-
var
|
|
175
|
+
var Tn = {
|
|
179
176
|
accordion: "_accordion_1cbtp_2",
|
|
180
177
|
item: "_item_1cbtp_10",
|
|
181
178
|
trigger: "_trigger_1cbtp_19",
|
|
@@ -185,7 +182,7 @@ var En = {
|
|
|
185
182
|
};
|
|
186
183
|
//#endregion
|
|
187
184
|
//#region src/components/Accordion/Accordion.tsx
|
|
188
|
-
function
|
|
185
|
+
function En({ items: e, multiple: t = !1, "data-testid": n }) {
|
|
189
186
|
let [r, i] = l(() => {
|
|
190
187
|
let t = e.filter((e) => e.defaultOpen).map((e) => e.id);
|
|
191
188
|
return new Set(t);
|
|
@@ -196,24 +193,24 @@ function Dn({ items: e, multiple: t = !1, "data-testid": n }) {
|
|
|
196
193
|
});
|
|
197
194
|
};
|
|
198
195
|
return /* @__PURE__ */ d("div", {
|
|
199
|
-
className:
|
|
196
|
+
className: Tn.accordion,
|
|
200
197
|
"data-testid": n,
|
|
201
198
|
children: e.map((e) => {
|
|
202
199
|
let t = r.has(e.id);
|
|
203
200
|
return /* @__PURE__ */ f("div", {
|
|
204
|
-
className:
|
|
201
|
+
className: Tn.item,
|
|
205
202
|
"data-open": t || void 0,
|
|
206
203
|
children: [/* @__PURE__ */ f("button", {
|
|
207
204
|
type: "button",
|
|
208
205
|
id: `accordion-trigger-${e.id}`,
|
|
209
|
-
className:
|
|
206
|
+
className: Tn.trigger,
|
|
210
207
|
onClick: () => a(e.id),
|
|
211
208
|
"aria-expanded": t,
|
|
212
209
|
"aria-controls": `accordion-${e.id}`,
|
|
213
210
|
children: [/* @__PURE__ */ d("span", { children: e.title }), /* @__PURE__ */ d("span", {
|
|
214
|
-
className:
|
|
211
|
+
className: Tn.chevron,
|
|
215
212
|
"aria-hidden": "true",
|
|
216
|
-
children: /* @__PURE__ */ d(
|
|
213
|
+
children: /* @__PURE__ */ d(I, {
|
|
217
214
|
name: "chevron-down-outline",
|
|
218
215
|
size: 16,
|
|
219
216
|
"aria-hidden": "true"
|
|
@@ -221,11 +218,11 @@ function Dn({ items: e, multiple: t = !1, "data-testid": n }) {
|
|
|
221
218
|
})]
|
|
222
219
|
}), /* @__PURE__ */ d("section", {
|
|
223
220
|
id: `accordion-${e.id}`,
|
|
224
|
-
className:
|
|
221
|
+
className: Tn.content,
|
|
225
222
|
"aria-labelledby": `accordion-trigger-${e.id}`,
|
|
226
223
|
hidden: !t,
|
|
227
224
|
children: t && /* @__PURE__ */ d("div", {
|
|
228
|
-
className:
|
|
225
|
+
className: Tn.inner,
|
|
229
226
|
children: e.content
|
|
230
227
|
})
|
|
231
228
|
})]
|
|
@@ -233,37 +230,37 @@ function Dn({ items: e, multiple: t = !1, "data-testid": n }) {
|
|
|
233
230
|
})
|
|
234
231
|
});
|
|
235
232
|
}
|
|
236
|
-
var
|
|
233
|
+
var Dn = {
|
|
237
234
|
spinner: "_spinner_1bzx1_2",
|
|
238
235
|
track: "_track_1bzx1_24",
|
|
239
236
|
spin: "_spin_1bzx1_2"
|
|
240
237
|
};
|
|
241
238
|
//#endregion
|
|
242
239
|
//#region src/components/Spinner/Spinner.tsx
|
|
243
|
-
function
|
|
240
|
+
function On({ size: e = "medium", label: t = "Cargando", className: n, "data-testid": r }) {
|
|
244
241
|
return /* @__PURE__ */ d("span", {
|
|
245
242
|
role: "status",
|
|
246
243
|
"aria-label": t,
|
|
247
|
-
className: [
|
|
244
|
+
className: [Dn.spinner, n].filter(Boolean).join(" "),
|
|
248
245
|
"data-size": e,
|
|
249
246
|
"data-testid": r,
|
|
250
247
|
children: /* @__PURE__ */ d("span", {
|
|
251
|
-
className:
|
|
248
|
+
className: Dn.track,
|
|
252
249
|
"aria-hidden": "true"
|
|
253
250
|
})
|
|
254
251
|
});
|
|
255
252
|
}
|
|
256
|
-
var
|
|
253
|
+
var kn = {
|
|
257
254
|
button: "_button_11r91_2",
|
|
258
255
|
spinnerWrap: "_spinnerWrap_11r91_121",
|
|
259
256
|
content: "_content_11r91_128"
|
|
260
257
|
};
|
|
261
258
|
//#endregion
|
|
262
259
|
//#region src/components/Button/Button.tsx
|
|
263
|
-
function
|
|
260
|
+
function L({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWidth: r = !1, icon: i, iconPosition: a = "left", disabled: o, children: s, className: c, type: l = "button", ...u }) {
|
|
264
261
|
return /* @__PURE__ */ f("button", {
|
|
265
262
|
type: l,
|
|
266
|
-
className: [
|
|
263
|
+
className: [kn.button, c].filter(Boolean).join(" "),
|
|
267
264
|
"data-variant": e,
|
|
268
265
|
"data-size": t,
|
|
269
266
|
"data-loading": n ? "" : void 0,
|
|
@@ -272,11 +269,11 @@ function I({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWi
|
|
|
272
269
|
"aria-busy": n,
|
|
273
270
|
...u,
|
|
274
271
|
children: [n && /* @__PURE__ */ d("span", {
|
|
275
|
-
className:
|
|
272
|
+
className: kn.spinnerWrap,
|
|
276
273
|
"aria-hidden": "true",
|
|
277
|
-
children: /* @__PURE__ */ d(
|
|
274
|
+
children: /* @__PURE__ */ d(On, { size: "small" })
|
|
278
275
|
}), /* @__PURE__ */ f("span", {
|
|
279
|
-
className:
|
|
276
|
+
className: kn.content,
|
|
280
277
|
"data-hidden": n ? "" : void 0,
|
|
281
278
|
children: [
|
|
282
279
|
i && a === "left" && i,
|
|
@@ -286,17 +283,17 @@ function I({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWi
|
|
|
286
283
|
})]
|
|
287
284
|
});
|
|
288
285
|
}
|
|
289
|
-
var
|
|
286
|
+
var An = {
|
|
290
287
|
wrapper: "_wrapper_8byuq_2",
|
|
291
288
|
error: "_error_8byuq_9"
|
|
292
289
|
};
|
|
293
290
|
//#endregion
|
|
294
291
|
//#region src/components/AppleSignInButton/AppleSignInButton.tsx
|
|
295
|
-
function
|
|
292
|
+
function jn({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-testid": i }) {
|
|
296
293
|
return /* @__PURE__ */ f("div", {
|
|
297
|
-
className:
|
|
294
|
+
className: An.wrapper,
|
|
298
295
|
"data-testid": i,
|
|
299
|
-
children: [/* @__PURE__ */ f(
|
|
296
|
+
children: [/* @__PURE__ */ f(L, {
|
|
300
297
|
type: "button",
|
|
301
298
|
variant: "outline",
|
|
302
299
|
size: "small",
|
|
@@ -304,104 +301,138 @@ function Mn({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-t
|
|
|
304
301
|
onClick: e,
|
|
305
302
|
loading: t,
|
|
306
303
|
"aria-label": "Continuar con Apple",
|
|
307
|
-
children: [/* @__PURE__ */ d(
|
|
304
|
+
children: [/* @__PURE__ */ d(I, {
|
|
308
305
|
name: "apple-filled",
|
|
309
306
|
size: 18,
|
|
310
307
|
"aria-hidden": "true"
|
|
311
308
|
}), "Apple"]
|
|
312
309
|
}), n && /* @__PURE__ */ d("span", {
|
|
313
310
|
role: "alert",
|
|
314
|
-
className:
|
|
311
|
+
className: An.error,
|
|
315
312
|
children: r instanceof Error ? r.message : "Error al iniciar sesión con Apple"
|
|
316
313
|
})]
|
|
317
314
|
});
|
|
318
315
|
}
|
|
319
|
-
var
|
|
316
|
+
var Mn = {
|
|
320
317
|
wrapper: "_wrapper_17prb_2",
|
|
321
318
|
content: "_content_17prb_39"
|
|
322
319
|
};
|
|
323
320
|
//#endregion
|
|
324
321
|
//#region src/components/BackgroundWrapper/BackgroundWrapper.tsx
|
|
325
|
-
function
|
|
322
|
+
function Nn({ children: e, className: t, ...n }) {
|
|
326
323
|
return /* @__PURE__ */ d("div", {
|
|
327
|
-
className: [
|
|
324
|
+
className: [Mn.wrapper, t].filter(Boolean).join(" "),
|
|
328
325
|
"data-full-bleed": "",
|
|
329
326
|
...n,
|
|
330
327
|
children: /* @__PURE__ */ d("div", {
|
|
331
|
-
className:
|
|
328
|
+
className: Mn.content,
|
|
332
329
|
children: e
|
|
333
330
|
})
|
|
334
331
|
});
|
|
335
332
|
}
|
|
336
333
|
//#endregion
|
|
337
334
|
//#region src/utils/cn.ts
|
|
338
|
-
function
|
|
335
|
+
function R(...e) {
|
|
339
336
|
return e.filter(Boolean).join(" ");
|
|
340
337
|
}
|
|
341
|
-
var
|
|
338
|
+
var Pn = { badge: "_badge_1luxy_2" };
|
|
342
339
|
//#endregion
|
|
343
340
|
//#region src/components/Badge/Badge.tsx
|
|
344
|
-
function
|
|
341
|
+
function Fn({ variant: e = "default", size: t = "medium", children: n, className: r, "data-testid": i }) {
|
|
345
342
|
return /* @__PURE__ */ d("span", {
|
|
346
|
-
className:
|
|
343
|
+
className: R(Pn.badge, r),
|
|
347
344
|
"data-variant": e,
|
|
348
345
|
"data-size": t,
|
|
349
346
|
"data-testid": i,
|
|
350
347
|
children: n
|
|
351
348
|
});
|
|
352
349
|
}
|
|
353
|
-
var
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
link: "_link_2i10d_65",
|
|
359
|
-
ancestor: "_ancestor_2i10d_85",
|
|
360
|
-
current: "_current_2i10d_89"
|
|
350
|
+
var In = {
|
|
351
|
+
banner: "_banner_k1c7g_2",
|
|
352
|
+
content: "_content_k1c7g_40",
|
|
353
|
+
action: "_action_k1c7g_45",
|
|
354
|
+
dismiss: "_dismiss_k1c7g_51"
|
|
361
355
|
};
|
|
362
356
|
//#endregion
|
|
363
|
-
//#region src/components/
|
|
364
|
-
function
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
className: [
|
|
368
|
-
"data-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
size: 18,
|
|
357
|
+
//#region src/components/Banner/Banner.tsx
|
|
358
|
+
function Ln({ variant: e = "info", icon: t, onDismiss: n, dismissLabel: r = "Cerrar", action: i, children: a, className: o, "data-testid": s }) {
|
|
359
|
+
let c = e === "error";
|
|
360
|
+
return /* @__PURE__ */ f("div", {
|
|
361
|
+
className: [In.banner, o].filter(Boolean).join(" "),
|
|
362
|
+
"data-variant": e,
|
|
363
|
+
role: c ? "alert" : "status",
|
|
364
|
+
"aria-live": c ? "assertive" : "polite",
|
|
365
|
+
"data-testid": s,
|
|
366
|
+
children: [
|
|
367
|
+
t && /* @__PURE__ */ d(I, {
|
|
368
|
+
name: t,
|
|
369
|
+
size: 20,
|
|
377
370
|
"aria-hidden": "true"
|
|
371
|
+
}),
|
|
372
|
+
/* @__PURE__ */ d("span", {
|
|
373
|
+
className: In.content,
|
|
374
|
+
children: a
|
|
375
|
+
}),
|
|
376
|
+
i && /* @__PURE__ */ d("span", {
|
|
377
|
+
className: In.action,
|
|
378
|
+
children: i
|
|
379
|
+
}),
|
|
380
|
+
n && /* @__PURE__ */ d("button", {
|
|
381
|
+
type: "button",
|
|
382
|
+
className: In.dismiss,
|
|
383
|
+
onClick: n,
|
|
384
|
+
"aria-label": r,
|
|
385
|
+
children: /* @__PURE__ */ d(I, {
|
|
386
|
+
name: "close-outline",
|
|
387
|
+
size: 20,
|
|
388
|
+
"aria-hidden": "true"
|
|
389
|
+
})
|
|
378
390
|
})
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
391
|
+
]
|
|
392
|
+
});
|
|
393
|
+
}
|
|
394
|
+
var Rn = {
|
|
395
|
+
breadcrumb: "_breadcrumb_1j7hr_2",
|
|
396
|
+
list: "_list_1j7hr_8",
|
|
397
|
+
item: "_item_1j7hr_18",
|
|
398
|
+
link: "_link_1j7hr_32",
|
|
399
|
+
current: "_current_1j7hr_51"
|
|
400
|
+
};
|
|
401
|
+
//#endregion
|
|
402
|
+
//#region src/components/Breadcrumb/Breadcrumb.tsx
|
|
403
|
+
function zn({ items: e, "aria-label": t = "Breadcrumb", className: n, "data-testid": r }) {
|
|
404
|
+
if (e.length === 0) return null;
|
|
405
|
+
let i = e.length - 1;
|
|
406
|
+
return /* @__PURE__ */ d("nav", {
|
|
407
|
+
"aria-label": t,
|
|
408
|
+
className: R(Rn.breadcrumb, n),
|
|
409
|
+
"data-testid": r,
|
|
410
|
+
children: /* @__PURE__ */ d("ol", {
|
|
411
|
+
className: Rn.list,
|
|
412
|
+
children: e.map((e, t) => {
|
|
413
|
+
let n = t === i, r = `${t}-${e.label}`;
|
|
383
414
|
return /* @__PURE__ */ d("li", {
|
|
384
|
-
className:
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
className:
|
|
392
|
-
children:
|
|
415
|
+
className: Rn.item,
|
|
416
|
+
children: n || !e.href ? /* @__PURE__ */ d("span", {
|
|
417
|
+
className: Rn.current,
|
|
418
|
+
"aria-current": n ? "page" : void 0,
|
|
419
|
+
children: e.label
|
|
420
|
+
}) : /* @__PURE__ */ d("a", {
|
|
421
|
+
href: e.href,
|
|
422
|
+
className: Rn.link,
|
|
423
|
+
children: e.label
|
|
393
424
|
})
|
|
394
|
-
},
|
|
425
|
+
}, r);
|
|
395
426
|
})
|
|
396
|
-
})
|
|
427
|
+
})
|
|
397
428
|
});
|
|
398
429
|
}
|
|
399
|
-
var
|
|
430
|
+
var Bn = { card: "_card_b9brq_2" };
|
|
400
431
|
//#endregion
|
|
401
432
|
//#region src/components/Card/Card.tsx
|
|
402
|
-
function
|
|
433
|
+
function Vn({ padding: e = "small", elevation: t = "none", hoverable: n = !1, maxWidth: r, children: i, className: a, style: o, ...s }) {
|
|
403
434
|
return /* @__PURE__ */ d("section", {
|
|
404
|
-
className: [
|
|
435
|
+
className: [Bn.card, a].filter(Boolean).join(" "),
|
|
405
436
|
"data-padding": e,
|
|
406
437
|
"data-elevation": t,
|
|
407
438
|
"data-hoverable": n ? "" : void 0,
|
|
@@ -413,7 +444,7 @@ function Bn({ padding: e = "small", elevation: t = "none", hoverable: n = !1, ma
|
|
|
413
444
|
children: i
|
|
414
445
|
});
|
|
415
446
|
}
|
|
416
|
-
var
|
|
447
|
+
var z = {
|
|
417
448
|
chartWrapper: "_chartWrapper_2djq2_2",
|
|
418
449
|
chartTitle: "_chartTitle_2djq2_7",
|
|
419
450
|
kpiCard: "_kpiCard_2djq2_16",
|
|
@@ -421,7 +452,7 @@ var R = {
|
|
|
421
452
|
kpiValue: "_kpiValue_2djq2_31",
|
|
422
453
|
kpiChange: "_kpiChange_2djq2_38",
|
|
423
454
|
emptyState: "_emptyState_2djq2_55"
|
|
424
|
-
},
|
|
455
|
+
}, Hn = [
|
|
425
456
|
"#ff4235",
|
|
426
457
|
"#2563eb",
|
|
427
458
|
"#16a34a",
|
|
@@ -429,12 +460,12 @@ var R = {
|
|
|
429
460
|
"#7c3aed",
|
|
430
461
|
"#0891b2"
|
|
431
462
|
];
|
|
432
|
-
function
|
|
463
|
+
function Un({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
|
|
433
464
|
return e?.length ? /* @__PURE__ */ f("div", {
|
|
434
|
-
className:
|
|
465
|
+
className: z.chartWrapper,
|
|
435
466
|
"data-testid": c,
|
|
436
467
|
children: [i && /* @__PURE__ */ d("div", {
|
|
437
|
-
className:
|
|
468
|
+
className: z.chartTitle,
|
|
438
469
|
children: i
|
|
439
470
|
}), /* @__PURE__ */ d(x, {
|
|
440
471
|
width: "100%",
|
|
@@ -466,7 +497,7 @@ function Hn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
466
497
|
type: "monotone",
|
|
467
498
|
dataKey: e.dataKey,
|
|
468
499
|
name: e.label ?? e.dataKey,
|
|
469
|
-
stroke: e.color ??
|
|
500
|
+
stroke: e.color ?? Hn[t % Hn.length],
|
|
470
501
|
strokeWidth: 2,
|
|
471
502
|
dot: !1,
|
|
472
503
|
activeDot: { r: 4 }
|
|
@@ -475,16 +506,16 @@ function Hn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
475
506
|
})
|
|
476
507
|
})]
|
|
477
508
|
}) : /* @__PURE__ */ d("div", {
|
|
478
|
-
className:
|
|
509
|
+
className: z.emptyState,
|
|
479
510
|
children: "Sin datos"
|
|
480
511
|
});
|
|
481
512
|
}
|
|
482
|
-
function
|
|
513
|
+
function Wn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
|
|
483
514
|
return e?.length ? /* @__PURE__ */ f("div", {
|
|
484
|
-
className:
|
|
515
|
+
className: z.chartWrapper,
|
|
485
516
|
"data-testid": c,
|
|
486
517
|
children: [i && /* @__PURE__ */ d("div", {
|
|
487
|
-
className:
|
|
518
|
+
className: z.chartTitle,
|
|
488
519
|
children: i
|
|
489
520
|
}), /* @__PURE__ */ d(x, {
|
|
490
521
|
width: "100%",
|
|
@@ -515,7 +546,7 @@ function Un({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
515
546
|
n.map((e, t) => /* @__PURE__ */ d(h, {
|
|
516
547
|
dataKey: e.dataKey,
|
|
517
548
|
name: e.label ?? e.dataKey,
|
|
518
|
-
fill: e.color ??
|
|
549
|
+
fill: e.color ?? Hn[t % Hn.length],
|
|
519
550
|
radius: [
|
|
520
551
|
2,
|
|
521
552
|
2,
|
|
@@ -527,16 +558,16 @@ function Un({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
527
558
|
})
|
|
528
559
|
})]
|
|
529
560
|
}) : /* @__PURE__ */ d("div", {
|
|
530
|
-
className:
|
|
561
|
+
className: z.emptyState,
|
|
531
562
|
children: "Sin datos"
|
|
532
563
|
});
|
|
533
564
|
}
|
|
534
|
-
function
|
|
565
|
+
function Gn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
|
|
535
566
|
return e?.length ? /* @__PURE__ */ f("div", {
|
|
536
|
-
className:
|
|
567
|
+
className: z.chartWrapper,
|
|
537
568
|
"data-testid": c,
|
|
538
569
|
children: [i && /* @__PURE__ */ d("div", {
|
|
539
|
-
className:
|
|
570
|
+
className: z.chartTitle,
|
|
540
571
|
children: i
|
|
541
572
|
}), /* @__PURE__ */ d(x, {
|
|
542
573
|
width: "100%",
|
|
@@ -565,7 +596,7 @@ function Wn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
565
596
|
/* @__PURE__ */ d(S, { formatter: o ? (e) => o(e) : void 0 }),
|
|
566
597
|
!s && /* @__PURE__ */ d(v, {}),
|
|
567
598
|
n.map((e, t) => {
|
|
568
|
-
let n = e.color ??
|
|
599
|
+
let n = e.color ?? Hn[t % Hn.length];
|
|
569
600
|
return /* @__PURE__ */ d(p, {
|
|
570
601
|
type: "monotone",
|
|
571
602
|
dataKey: e.dataKey,
|
|
@@ -580,32 +611,32 @@ function Wn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
|
|
|
580
611
|
})
|
|
581
612
|
})]
|
|
582
613
|
}) : /* @__PURE__ */ d("div", {
|
|
583
|
-
className:
|
|
614
|
+
className: z.emptyState,
|
|
584
615
|
children: "Sin datos"
|
|
585
616
|
});
|
|
586
617
|
}
|
|
587
|
-
function
|
|
618
|
+
function Kn({ label: e, value: t, change: n, trend: r = "neutral", "data-testid": i }) {
|
|
588
619
|
return /* @__PURE__ */ f("div", {
|
|
589
|
-
className:
|
|
620
|
+
className: z.kpiCard,
|
|
590
621
|
"data-testid": i,
|
|
591
622
|
children: [
|
|
592
623
|
/* @__PURE__ */ d("div", {
|
|
593
|
-
className:
|
|
624
|
+
className: z.kpiLabel,
|
|
594
625
|
children: e
|
|
595
626
|
}),
|
|
596
627
|
/* @__PURE__ */ d("div", {
|
|
597
|
-
className:
|
|
628
|
+
className: z.kpiValue,
|
|
598
629
|
children: t
|
|
599
630
|
}),
|
|
600
631
|
n && /* @__PURE__ */ d("div", {
|
|
601
|
-
className:
|
|
632
|
+
className: z.kpiChange,
|
|
602
633
|
"data-trend": r,
|
|
603
634
|
children: n
|
|
604
635
|
})
|
|
605
636
|
]
|
|
606
637
|
});
|
|
607
638
|
}
|
|
608
|
-
var
|
|
639
|
+
var qn = {
|
|
609
640
|
wrapper: "_wrapper_rrvhj_2",
|
|
610
641
|
input: "_input_rrvhj_9",
|
|
611
642
|
checkmark: "_checkmark_rrvhj_27",
|
|
@@ -613,10 +644,10 @@ var Kn = {
|
|
|
613
644
|
};
|
|
614
645
|
//#endregion
|
|
615
646
|
//#region src/components/Checkbox/Checkbox.tsx
|
|
616
|
-
function
|
|
647
|
+
function Jn({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
|
|
617
648
|
let o = n ?? `checkbox-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
|
|
618
649
|
return /* @__PURE__ */ f("label", {
|
|
619
|
-
className: [
|
|
650
|
+
className: [qn.wrapper, t].filter(Boolean).join(" "),
|
|
620
651
|
htmlFor: o,
|
|
621
652
|
"data-testid": i,
|
|
622
653
|
children: [
|
|
@@ -624,21 +655,21 @@ function qn({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
|
|
|
624
655
|
ref: r,
|
|
625
656
|
type: "checkbox",
|
|
626
657
|
id: o,
|
|
627
|
-
className:
|
|
658
|
+
className: qn.input,
|
|
628
659
|
...a
|
|
629
660
|
}),
|
|
630
661
|
/* @__PURE__ */ d("span", {
|
|
631
|
-
className:
|
|
662
|
+
className: qn.checkmark,
|
|
632
663
|
"aria-hidden": "true"
|
|
633
664
|
}),
|
|
634
665
|
e && /* @__PURE__ */ d("span", {
|
|
635
|
-
className:
|
|
666
|
+
className: qn.label,
|
|
636
667
|
children: e
|
|
637
668
|
})
|
|
638
669
|
]
|
|
639
670
|
});
|
|
640
671
|
}
|
|
641
|
-
var
|
|
672
|
+
var Yn = {
|
|
642
673
|
wrapper: "_wrapper_1b0cf_2",
|
|
643
674
|
icon: "_icon_1b0cf_12",
|
|
644
675
|
"ds-coming-soon-fade-in": "_ds-coming-soon-fade-in_1b0cf_1",
|
|
@@ -646,25 +677,25 @@ var Jn = {
|
|
|
646
677
|
};
|
|
647
678
|
//#endregion
|
|
648
679
|
//#region src/components/ComingSoon/ComingSoon.tsx
|
|
649
|
-
function
|
|
680
|
+
function Xn({ message: e, icon: t = "lock-password-1-outline", className: n, "data-testid": r }) {
|
|
650
681
|
let i = e?.trim() ? e : "Próximamente";
|
|
651
682
|
return /* @__PURE__ */ f("div", {
|
|
652
683
|
role: "status",
|
|
653
684
|
"aria-live": "polite",
|
|
654
|
-
className: [
|
|
685
|
+
className: [Yn.wrapper, n].filter(Boolean).join(" "),
|
|
655
686
|
"data-testid": r,
|
|
656
|
-
children: [/* @__PURE__ */ d(
|
|
687
|
+
children: [/* @__PURE__ */ d(I, {
|
|
657
688
|
name: t,
|
|
658
689
|
size: 40,
|
|
659
690
|
"aria-hidden": "true",
|
|
660
|
-
className:
|
|
691
|
+
className: Yn.icon
|
|
661
692
|
}), /* @__PURE__ */ d("p", {
|
|
662
|
-
className:
|
|
693
|
+
className: Yn.message,
|
|
663
694
|
children: i
|
|
664
695
|
})]
|
|
665
696
|
});
|
|
666
697
|
}
|
|
667
|
-
var
|
|
698
|
+
var Zn = {
|
|
668
699
|
row: "_row_1ubkn_2",
|
|
669
700
|
labelCol: "_labelCol_1ubkn_31",
|
|
670
701
|
label: "_label_1ubkn_31",
|
|
@@ -673,30 +704,30 @@ var Xn = {
|
|
|
673
704
|
};
|
|
674
705
|
//#endregion
|
|
675
706
|
//#region src/components/ConfigRow/ConfigRow.tsx
|
|
676
|
-
function
|
|
707
|
+
function Qn({ label: e, description: t, children: n, htmlFor: r, dimmed: i = !1, divider: a = !0, className: o, "data-testid": s }) {
|
|
677
708
|
let c = r ? "label" : "span";
|
|
678
709
|
return /* @__PURE__ */ f("div", {
|
|
679
|
-
className: [
|
|
710
|
+
className: [Zn.row, o].filter(Boolean).join(" "),
|
|
680
711
|
"data-dimmed": i || void 0,
|
|
681
712
|
"data-divider": a || void 0,
|
|
682
713
|
"data-testid": s,
|
|
683
714
|
children: [/* @__PURE__ */ f("div", {
|
|
684
|
-
className:
|
|
715
|
+
className: Zn.labelCol,
|
|
685
716
|
children: [/* @__PURE__ */ d(c, {
|
|
686
717
|
htmlFor: r,
|
|
687
|
-
className:
|
|
718
|
+
className: Zn.label,
|
|
688
719
|
children: e
|
|
689
720
|
}), t && /* @__PURE__ */ d("span", {
|
|
690
|
-
className:
|
|
721
|
+
className: Zn.description,
|
|
691
722
|
children: t
|
|
692
723
|
})]
|
|
693
724
|
}), /* @__PURE__ */ d("div", {
|
|
694
|
-
className:
|
|
725
|
+
className: Zn.controlCol,
|
|
695
726
|
children: n
|
|
696
727
|
})]
|
|
697
728
|
});
|
|
698
729
|
}
|
|
699
|
-
var
|
|
730
|
+
var B = {
|
|
700
731
|
wrapper: "_wrapper_1m4th_2",
|
|
701
732
|
search: "_search_1m4th_12",
|
|
702
733
|
tableContainer: "_tableContainer_1m4th_28",
|
|
@@ -712,13 +743,13 @@ var z = {
|
|
|
712
743
|
};
|
|
713
744
|
//#endregion
|
|
714
745
|
//#region src/components/DataTable/DataTable.tsx
|
|
715
|
-
function
|
|
746
|
+
function $n(e) {
|
|
716
747
|
let t = e.getIsSorted();
|
|
717
748
|
if (t === "asc") return "ascending";
|
|
718
749
|
if (t === "desc") return "descending";
|
|
719
750
|
if (e.getCanSort()) return "none";
|
|
720
751
|
}
|
|
721
|
-
function
|
|
752
|
+
function er({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize: a = 20, searchable: o = !1, sortable: u = !0, paginated: p = !0, emptyMessage: m = "Sin resultados", searchPlaceholder: h = "Buscar...", previousLabel: g = "Anterior", nextLabel: _ = "Siguiente", onRowClick: v, selectable: y = !1, onSelectionChange: b, manualPagination: x = !1, pageCount: S, onPageChange: C, "data-testid": w }) {
|
|
722
753
|
let [j, M] = l([]), [ee, te] = l(""), [ne, re] = l({
|
|
723
754
|
pageIndex: 0,
|
|
724
755
|
pageSize: a
|
|
@@ -726,12 +757,12 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
726
757
|
id: "__select__",
|
|
727
758
|
size: 40,
|
|
728
759
|
enableSorting: !1,
|
|
729
|
-
header: ({ table: e }) => /* @__PURE__ */ d(
|
|
760
|
+
header: ({ table: e }) => /* @__PURE__ */ d(Jn, {
|
|
730
761
|
checked: e.getIsAllPageRowsSelected(),
|
|
731
762
|
onChange: e.getToggleAllPageRowsSelectedHandler(),
|
|
732
763
|
"aria-label": "Select all rows"
|
|
733
764
|
}),
|
|
734
|
-
cell: ({ row: e }) => /* @__PURE__ */ d(
|
|
765
|
+
cell: ({ row: e }) => /* @__PURE__ */ d(Jn, {
|
|
735
766
|
checked: e.getIsSelected(),
|
|
736
767
|
onChange: e.getToggleSelectedHandler(),
|
|
737
768
|
"aria-label": `Select row ${e.index + 1}`
|
|
@@ -760,18 +791,18 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
760
791
|
enableRowSelection: y,
|
|
761
792
|
manualPagination: x,
|
|
762
793
|
pageCount: x ? S ?? -1 : void 0
|
|
763
|
-
}),
|
|
794
|
+
}), P = s(() => y ? N.getSelectedRowModel().rows.map((e) => e.original) : [], [
|
|
764
795
|
y,
|
|
765
796
|
N,
|
|
766
797
|
ie
|
|
767
|
-
]),
|
|
798
|
+
]), ce = c(!1);
|
|
768
799
|
return i(() => {
|
|
769
|
-
if (!
|
|
770
|
-
|
|
800
|
+
if (!ce.current) {
|
|
801
|
+
ce.current = !0;
|
|
771
802
|
return;
|
|
772
803
|
}
|
|
773
|
-
b?.(
|
|
774
|
-
}, [
|
|
804
|
+
b?.(P);
|
|
805
|
+
}, [P, b]), i(() => {
|
|
775
806
|
!x || !C || C(ne.pageIndex, ne.pageSize);
|
|
776
807
|
}, [
|
|
777
808
|
ne.pageIndex,
|
|
@@ -779,28 +810,28 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
779
810
|
x,
|
|
780
811
|
C
|
|
781
812
|
]), n ? /* @__PURE__ */ d("div", {
|
|
782
|
-
className:
|
|
783
|
-
children: r ?? /* @__PURE__ */ d(
|
|
813
|
+
className: B.loading,
|
|
814
|
+
children: r ?? /* @__PURE__ */ d(On, { size: "large" })
|
|
784
815
|
}) : /* @__PURE__ */ f("div", {
|
|
785
|
-
className:
|
|
816
|
+
className: B.wrapper,
|
|
786
817
|
"data-testid": w,
|
|
787
818
|
children: [
|
|
788
819
|
o && /* @__PURE__ */ d("input", {
|
|
789
820
|
type: "text",
|
|
790
|
-
className:
|
|
821
|
+
className: B.search,
|
|
791
822
|
placeholder: h,
|
|
792
823
|
value: ee,
|
|
793
824
|
onChange: (e) => te(e.target.value)
|
|
794
825
|
}),
|
|
795
826
|
/* @__PURE__ */ d("div", {
|
|
796
|
-
className:
|
|
827
|
+
className: B.tableContainer,
|
|
797
828
|
children: /* @__PURE__ */ f("table", {
|
|
798
|
-
className:
|
|
829
|
+
className: B.table,
|
|
799
830
|
children: [/* @__PURE__ */ d("thead", { children: N.getHeaderGroups().map((e) => /* @__PURE__ */ d("tr", { children: e.headers.map((e) => /* @__PURE__ */ f("th", {
|
|
800
|
-
className:
|
|
831
|
+
className: B.th,
|
|
801
832
|
"data-sortable": e.column.getCanSort() || void 0,
|
|
802
833
|
onClick: e.column.getToggleSortingHandler(),
|
|
803
|
-
"aria-sort":
|
|
834
|
+
"aria-sort": $n(e.column),
|
|
804
835
|
children: [
|
|
805
836
|
T(e.column.columnDef.header, e.getContext()),
|
|
806
837
|
e.column.getIsSorted() === "asc" && " ▲",
|
|
@@ -808,10 +839,10 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
808
839
|
]
|
|
809
840
|
}, e.id)) }, e.id)) }), /* @__PURE__ */ d("tbody", { children: N.getRowModel().rows.length === 0 ? /* @__PURE__ */ d("tr", { children: /* @__PURE__ */ d("td", {
|
|
810
841
|
colSpan: se.length,
|
|
811
|
-
className:
|
|
842
|
+
className: B.empty,
|
|
812
843
|
children: m
|
|
813
844
|
}) }) : N.getRowModel().rows.map((e) => /* @__PURE__ */ d("tr", {
|
|
814
|
-
className:
|
|
845
|
+
className: B.tr,
|
|
815
846
|
"data-clickable": !!v || void 0,
|
|
816
847
|
"data-selected": e.getIsSelected() || void 0,
|
|
817
848
|
onClick: () => v?.(e.original),
|
|
@@ -821,24 +852,24 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
821
852
|
(t.key === "Enter" || t.key === " ") && (t.preventDefault(), v(e.original));
|
|
822
853
|
} : void 0,
|
|
823
854
|
children: e.getVisibleCells().map((e) => /* @__PURE__ */ d("td", {
|
|
824
|
-
className:
|
|
855
|
+
className: B.td,
|
|
825
856
|
children: T(e.column.columnDef.cell, e.getContext())
|
|
826
857
|
}, e.id))
|
|
827
858
|
}, e.id)) })]
|
|
828
859
|
})
|
|
829
860
|
}),
|
|
830
861
|
p && (x ? (S ?? 0) > 1 : N.getPageCount() > 1) && /* @__PURE__ */ f("div", {
|
|
831
|
-
className:
|
|
862
|
+
className: B.pagination,
|
|
832
863
|
children: [
|
|
833
864
|
/* @__PURE__ */ d("button", {
|
|
834
865
|
type: "button",
|
|
835
|
-
className:
|
|
866
|
+
className: B.pageButton,
|
|
836
867
|
onClick: () => N.previousPage(),
|
|
837
868
|
disabled: !N.getCanPreviousPage(),
|
|
838
869
|
children: g
|
|
839
870
|
}),
|
|
840
871
|
/* @__PURE__ */ f("span", {
|
|
841
|
-
className:
|
|
872
|
+
className: B.pageInfo,
|
|
842
873
|
children: [
|
|
843
874
|
N.getState().pagination.pageIndex + 1,
|
|
844
875
|
" /",
|
|
@@ -848,7 +879,7 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
848
879
|
}),
|
|
849
880
|
/* @__PURE__ */ d("button", {
|
|
850
881
|
type: "button",
|
|
851
|
-
className:
|
|
882
|
+
className: B.pageButton,
|
|
852
883
|
onClick: () => N.nextPage(),
|
|
853
884
|
disabled: !N.getCanNextPage(),
|
|
854
885
|
children: _
|
|
@@ -858,34 +889,34 @@ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: r, pageSize:
|
|
|
858
889
|
]
|
|
859
890
|
});
|
|
860
891
|
}
|
|
861
|
-
var
|
|
892
|
+
var tr = {
|
|
862
893
|
wrapper: "_wrapper_kap55_2",
|
|
863
894
|
label: "_label_kap55_8",
|
|
864
895
|
input: "_input_kap55_16"
|
|
865
896
|
};
|
|
866
897
|
//#endregion
|
|
867
898
|
//#region src/components/DatePicker/DatePicker.tsx
|
|
868
|
-
function
|
|
899
|
+
function nr({ error: e, label: t, className: n, id: r, ref: i, "data-testid": o, ...s }) {
|
|
869
900
|
let c = a(), l = r ?? c;
|
|
870
901
|
return /* @__PURE__ */ f("div", {
|
|
871
|
-
className:
|
|
902
|
+
className: R(tr.wrapper, n),
|
|
872
903
|
"data-testid": o,
|
|
873
904
|
children: [t && /* @__PURE__ */ d("label", {
|
|
874
905
|
htmlFor: l,
|
|
875
|
-
className:
|
|
906
|
+
className: tr.label,
|
|
876
907
|
children: t
|
|
877
908
|
}), /* @__PURE__ */ d("input", {
|
|
878
909
|
ref: i,
|
|
879
910
|
type: "date",
|
|
880
911
|
id: l,
|
|
881
|
-
className:
|
|
912
|
+
className: tr.input,
|
|
882
913
|
"data-error": e || void 0,
|
|
883
914
|
"aria-invalid": e || void 0,
|
|
884
915
|
...s
|
|
885
916
|
})]
|
|
886
917
|
});
|
|
887
918
|
}
|
|
888
|
-
var
|
|
919
|
+
var V = {
|
|
889
920
|
wrapper: "_wrapper_18zqm_2",
|
|
890
921
|
field: "_field_18zqm_8",
|
|
891
922
|
label: "_label_18zqm_15",
|
|
@@ -894,22 +925,22 @@ var B = {
|
|
|
894
925
|
};
|
|
895
926
|
//#endregion
|
|
896
927
|
//#region src/components/DateRangePicker/DateRangePicker.tsx
|
|
897
|
-
function
|
|
928
|
+
function rr({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange: r, startLabel: i = "Desde", endLabel: o = "Hasta", error: s, disabled: c, minDate: l, maxDate: u, className: p, "data-testid": m }) {
|
|
898
929
|
let h = a(), g = a();
|
|
899
930
|
return /* @__PURE__ */ f("div", {
|
|
900
|
-
className:
|
|
931
|
+
className: R(V.wrapper, p),
|
|
901
932
|
"data-testid": m,
|
|
902
933
|
children: [
|
|
903
934
|
/* @__PURE__ */ f("div", {
|
|
904
|
-
className:
|
|
935
|
+
className: V.field,
|
|
905
936
|
children: [/* @__PURE__ */ d("label", {
|
|
906
937
|
htmlFor: h,
|
|
907
|
-
className:
|
|
938
|
+
className: V.label,
|
|
908
939
|
children: i
|
|
909
940
|
}), /* @__PURE__ */ d("input", {
|
|
910
941
|
id: h,
|
|
911
942
|
type: "date",
|
|
912
|
-
className:
|
|
943
|
+
className: V.input,
|
|
913
944
|
value: e,
|
|
914
945
|
min: l,
|
|
915
946
|
max: t || u,
|
|
@@ -920,20 +951,20 @@ function nr({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange:
|
|
|
920
951
|
})]
|
|
921
952
|
}),
|
|
922
953
|
/* @__PURE__ */ d("span", {
|
|
923
|
-
className:
|
|
954
|
+
className: V.separator,
|
|
924
955
|
"aria-hidden": "true",
|
|
925
956
|
children: "—"
|
|
926
957
|
}),
|
|
927
958
|
/* @__PURE__ */ f("div", {
|
|
928
|
-
className:
|
|
959
|
+
className: V.field,
|
|
929
960
|
children: [/* @__PURE__ */ d("label", {
|
|
930
961
|
htmlFor: g,
|
|
931
|
-
className:
|
|
962
|
+
className: V.label,
|
|
932
963
|
children: o
|
|
933
964
|
}), /* @__PURE__ */ d("input", {
|
|
934
965
|
id: g,
|
|
935
966
|
type: "date",
|
|
936
|
-
className:
|
|
967
|
+
className: V.input,
|
|
937
968
|
value: t,
|
|
938
969
|
min: e || l,
|
|
939
970
|
max: u,
|
|
@@ -948,7 +979,7 @@ function nr({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange:
|
|
|
948
979
|
}
|
|
949
980
|
//#endregion
|
|
950
981
|
//#region src/hooks/useScrollLock.ts
|
|
951
|
-
function
|
|
982
|
+
function ir(e, t = {}) {
|
|
952
983
|
let { strategy: n = "fixed" } = t;
|
|
953
984
|
i(() => {
|
|
954
985
|
if (!e) return;
|
|
@@ -963,11 +994,11 @@ function rr(e, t = {}) {
|
|
|
963
994
|
}
|
|
964
995
|
//#endregion
|
|
965
996
|
//#region src/utils/focusTrap.ts
|
|
966
|
-
var
|
|
967
|
-
function
|
|
997
|
+
var ar = "a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
|
|
998
|
+
function or(e, t) {
|
|
968
999
|
i(() => {
|
|
969
1000
|
if (!t || !e.current) return;
|
|
970
|
-
let n = e.current, r = document.activeElement, i = () => Array.from(n.querySelectorAll(
|
|
1001
|
+
let n = e.current, r = document.activeElement, i = () => Array.from(n.querySelectorAll(ar));
|
|
971
1002
|
i()[0]?.focus();
|
|
972
1003
|
function a(e) {
|
|
973
1004
|
if (e.key !== "Tab") return;
|
|
@@ -981,24 +1012,24 @@ function ar(e, t) {
|
|
|
981
1012
|
};
|
|
982
1013
|
}, [t, e]);
|
|
983
1014
|
}
|
|
984
|
-
var
|
|
1015
|
+
var sr = { closeButton: "_closeButton_drwqj_8" };
|
|
985
1016
|
//#endregion
|
|
986
1017
|
//#region src/components/CloseButton/CloseButton.tsx
|
|
987
|
-
function
|
|
1018
|
+
function cr({ onClick: e, label: t = "Cerrar", size: n = 20, className: r, "data-testid": i }) {
|
|
988
1019
|
return /* @__PURE__ */ d("button", {
|
|
989
1020
|
type: "button",
|
|
990
|
-
className:
|
|
1021
|
+
className: R(sr.closeButton, r),
|
|
991
1022
|
onClick: e,
|
|
992
1023
|
"aria-label": t,
|
|
993
1024
|
"data-testid": i,
|
|
994
|
-
children: /* @__PURE__ */ d(
|
|
1025
|
+
children: /* @__PURE__ */ d(I, {
|
|
995
1026
|
name: "close-outline",
|
|
996
1027
|
size: n,
|
|
997
1028
|
"aria-hidden": "true"
|
|
998
1029
|
})
|
|
999
1030
|
});
|
|
1000
1031
|
}
|
|
1001
|
-
var
|
|
1032
|
+
var lr = {
|
|
1002
1033
|
overlay: "_overlay_1szyt_2",
|
|
1003
1034
|
"ds-fade-in": "_ds-fade-in_1szyt_1",
|
|
1004
1035
|
overlayBackdrop: "_overlayBackdrop_1szyt_14",
|
|
@@ -1011,19 +1042,19 @@ var cr = {
|
|
|
1011
1042
|
};
|
|
1012
1043
|
//#endregion
|
|
1013
1044
|
//#region src/components/Dialog/Dialog.tsx
|
|
1014
|
-
function
|
|
1045
|
+
function ur({ open: e, onClose: t, title: n, children: r, size: o = "medium", className: s, "data-testid": l }) {
|
|
1015
1046
|
let u = a(), p = c(null);
|
|
1016
|
-
return
|
|
1047
|
+
return ir(e), or(p, e), i(() => {
|
|
1017
1048
|
if (!e) return;
|
|
1018
1049
|
let n = (e) => {
|
|
1019
1050
|
e.key === "Escape" && (e.preventDefault(), t());
|
|
1020
1051
|
};
|
|
1021
1052
|
return document.addEventListener("keydown", n), () => document.removeEventListener("keydown", n);
|
|
1022
1053
|
}, [e, t]), !e || typeof document > "u" ? null : j(/* @__PURE__ */ f("div", {
|
|
1023
|
-
className:
|
|
1054
|
+
className: lr.overlay,
|
|
1024
1055
|
children: [/* @__PURE__ */ d("button", {
|
|
1025
1056
|
type: "button",
|
|
1026
|
-
className:
|
|
1057
|
+
className: lr.overlayBackdrop,
|
|
1027
1058
|
onClick: t,
|
|
1028
1059
|
"aria-label": "Cerrar",
|
|
1029
1060
|
tabIndex: -1
|
|
@@ -1032,24 +1063,24 @@ function lr({ open: e, onClose: t, title: n, children: r, size: o = "medium", cl
|
|
|
1032
1063
|
role: "dialog",
|
|
1033
1064
|
"aria-modal": "true",
|
|
1034
1065
|
"aria-labelledby": u,
|
|
1035
|
-
className: [
|
|
1066
|
+
className: [lr.dialog, s].filter(Boolean).join(" "),
|
|
1036
1067
|
"data-size": o,
|
|
1037
1068
|
tabIndex: -1,
|
|
1038
1069
|
"data-testid": l,
|
|
1039
1070
|
children: [/* @__PURE__ */ f("div", {
|
|
1040
|
-
className:
|
|
1071
|
+
className: lr.header,
|
|
1041
1072
|
children: [/* @__PURE__ */ d("h2", {
|
|
1042
1073
|
id: u,
|
|
1043
|
-
className:
|
|
1074
|
+
className: lr.title,
|
|
1044
1075
|
children: n
|
|
1045
|
-
}), /* @__PURE__ */ d(
|
|
1046
|
-
className:
|
|
1076
|
+
}), /* @__PURE__ */ d(cr, {
|
|
1077
|
+
className: lr.closeButton,
|
|
1047
1078
|
onClick: t,
|
|
1048
1079
|
label: "Cerrar diálogo",
|
|
1049
1080
|
size: 20
|
|
1050
1081
|
})]
|
|
1051
1082
|
}), /* @__PURE__ */ d("div", {
|
|
1052
|
-
className:
|
|
1083
|
+
className: lr.body,
|
|
1053
1084
|
children: r
|
|
1054
1085
|
})]
|
|
1055
1086
|
})]
|
|
@@ -1057,7 +1088,7 @@ function lr({ open: e, onClose: t, title: n, children: r, size: o = "medium", cl
|
|
|
1057
1088
|
}
|
|
1058
1089
|
//#endregion
|
|
1059
1090
|
//#region src/hooks/useDropdown.ts
|
|
1060
|
-
function
|
|
1091
|
+
function dr(e = {}) {
|
|
1061
1092
|
let { itemCount: t = 0, onSelectIndex: n, onOpen: a, onClose: o, disabled: s = !1, closeOnOutsideClick: u = !0 } = e, [d, f] = l(!1), [p, m] = l(-1), h = c(null), g = c(null), _ = c(o);
|
|
1062
1093
|
_.current = o;
|
|
1063
1094
|
let v = c(n);
|
|
@@ -1129,7 +1160,7 @@ function ur(e = {}) {
|
|
|
1129
1160
|
])
|
|
1130
1161
|
};
|
|
1131
1162
|
}
|
|
1132
|
-
var
|
|
1163
|
+
var H = {
|
|
1133
1164
|
root: "_root_4t7ma_2",
|
|
1134
1165
|
menuEnter: "_menuEnter_4t7ma_1",
|
|
1135
1166
|
trigger: "_trigger_4t7ma_7",
|
|
@@ -1140,17 +1171,17 @@ var V = {
|
|
|
1140
1171
|
menuItem: "_menuItem_4t7ma_172",
|
|
1141
1172
|
menuIcon: "_menuIcon_4t7ma_200",
|
|
1142
1173
|
menuLabel: "_menuLabel_4t7ma_204"
|
|
1143
|
-
},
|
|
1174
|
+
}, fr = {
|
|
1144
1175
|
tiny: 14,
|
|
1145
1176
|
small: 16,
|
|
1146
1177
|
medium: 20,
|
|
1147
1178
|
large: 24
|
|
1148
1179
|
};
|
|
1149
|
-
function
|
|
1180
|
+
function pr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary", disabled: i = !1, onSelect: a, onOpen: o, onClose: s, "data-testid": c }) {
|
|
1150
1181
|
function l(e) {
|
|
1151
1182
|
e.disabled || (a?.(e), g());
|
|
1152
1183
|
}
|
|
1153
|
-
let { isOpen: u, containerRef: p, triggerRef: m, activeIndex: h, close: g, toggle: _, handleTriggerKeyDown: v } =
|
|
1184
|
+
let { isOpen: u, containerRef: p, triggerRef: m, activeIndex: h, close: g, toggle: _, handleTriggerKeyDown: v } = dr({
|
|
1154
1185
|
itemCount: t.length,
|
|
1155
1186
|
disabled: i,
|
|
1156
1187
|
onOpen: o,
|
|
@@ -1159,10 +1190,10 @@ function fr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary",
|
|
|
1159
1190
|
let n = t[e];
|
|
1160
1191
|
n && !n.disabled && l(n);
|
|
1161
1192
|
}
|
|
1162
|
-
}), y =
|
|
1193
|
+
}), y = fr[n];
|
|
1163
1194
|
return /* @__PURE__ */ f("div", {
|
|
1164
1195
|
ref: p,
|
|
1165
|
-
className:
|
|
1196
|
+
className: H.root,
|
|
1166
1197
|
"data-size": n,
|
|
1167
1198
|
"data-variant": r,
|
|
1168
1199
|
"data-open": u || void 0,
|
|
@@ -1171,7 +1202,7 @@ function fr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary",
|
|
|
1171
1202
|
children: [/* @__PURE__ */ f("button", {
|
|
1172
1203
|
ref: m,
|
|
1173
1204
|
type: "button",
|
|
1174
|
-
className:
|
|
1205
|
+
className: H.trigger,
|
|
1175
1206
|
disabled: i,
|
|
1176
1207
|
"aria-expanded": u,
|
|
1177
1208
|
"aria-haspopup": "listbox",
|
|
@@ -1179,16 +1210,16 @@ function fr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary",
|
|
|
1179
1210
|
onKeyDown: v,
|
|
1180
1211
|
children: [
|
|
1181
1212
|
/* @__PURE__ */ d("span", {
|
|
1182
|
-
className:
|
|
1213
|
+
className: H.triggerText,
|
|
1183
1214
|
children: e
|
|
1184
1215
|
}),
|
|
1185
1216
|
/* @__PURE__ */ d("span", {
|
|
1186
|
-
className:
|
|
1217
|
+
className: H.separator,
|
|
1187
1218
|
"aria-hidden": "true"
|
|
1188
1219
|
}),
|
|
1189
1220
|
/* @__PURE__ */ d("span", {
|
|
1190
|
-
className:
|
|
1191
|
-
children: /* @__PURE__ */ d(
|
|
1221
|
+
className: H.iconWrapper,
|
|
1222
|
+
children: /* @__PURE__ */ d(I, {
|
|
1192
1223
|
name: "chevron-down-outline",
|
|
1193
1224
|
size: y,
|
|
1194
1225
|
"aria-hidden": "true"
|
|
@@ -1196,11 +1227,11 @@ function fr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary",
|
|
|
1196
1227
|
})
|
|
1197
1228
|
]
|
|
1198
1229
|
}), u && /* @__PURE__ */ d("div", {
|
|
1199
|
-
className:
|
|
1230
|
+
className: H.menu,
|
|
1200
1231
|
role: "listbox",
|
|
1201
1232
|
"aria-label": `${e} options`,
|
|
1202
1233
|
children: t.map((e, t) => /* @__PURE__ */ f("div", {
|
|
1203
|
-
className:
|
|
1234
|
+
className: H.menuItem,
|
|
1204
1235
|
"data-focused": h === t || void 0,
|
|
1205
1236
|
"data-disabled": e.disabled || void 0,
|
|
1206
1237
|
role: "option",
|
|
@@ -1210,20 +1241,20 @@ function fr({ text: e, menuItems: t, size: n = "medium", variant: r = "primary",
|
|
|
1210
1241
|
onKeyDown: (t) => {
|
|
1211
1242
|
(t.key === "Enter" || t.key === " ") && (t.preventDefault(), l(e));
|
|
1212
1243
|
},
|
|
1213
|
-
children: [e.icon && /* @__PURE__ */ d(
|
|
1244
|
+
children: [e.icon && /* @__PURE__ */ d(I, {
|
|
1214
1245
|
name: e.icon,
|
|
1215
1246
|
size: y,
|
|
1216
1247
|
"aria-hidden": "true",
|
|
1217
|
-
className:
|
|
1248
|
+
className: H.menuIcon
|
|
1218
1249
|
}), /* @__PURE__ */ d("span", {
|
|
1219
|
-
className:
|
|
1250
|
+
className: H.menuLabel,
|
|
1220
1251
|
children: e.label
|
|
1221
1252
|
})]
|
|
1222
1253
|
}, e.value))
|
|
1223
1254
|
})]
|
|
1224
1255
|
});
|
|
1225
1256
|
}
|
|
1226
|
-
var
|
|
1257
|
+
var mr = {
|
|
1227
1258
|
container: "_container_1mo04_2",
|
|
1228
1259
|
triggerWrapper: "_triggerWrapper_1mo04_8",
|
|
1229
1260
|
menu: "_menu_1mo04_19",
|
|
@@ -1232,26 +1263,26 @@ var pr = {
|
|
|
1232
1263
|
};
|
|
1233
1264
|
//#endregion
|
|
1234
1265
|
//#region src/components/DropdownMenu/DropdownMenu.tsx
|
|
1235
|
-
function
|
|
1236
|
-
let a = c(/* @__PURE__ */ new Map()), { isOpen: o, containerRef: s, triggerRef: l, toggle: u, close: p, closeAndFocusTrigger: m } =
|
|
1266
|
+
function hr({ trigger: e, items: t, align: n = "left", "data-testid": r }) {
|
|
1267
|
+
let a = c(/* @__PURE__ */ new Map()), { isOpen: o, containerRef: s, triggerRef: l, toggle: u, close: p, closeAndFocusTrigger: m } = dr();
|
|
1237
1268
|
return i(() => {
|
|
1238
1269
|
if (!o) return;
|
|
1239
1270
|
let e = t.find((e) => !e.disabled);
|
|
1240
1271
|
e && a.current.get(e.id)?.focus();
|
|
1241
1272
|
}, [o, t]), /* @__PURE__ */ f("div", {
|
|
1242
1273
|
ref: s,
|
|
1243
|
-
className:
|
|
1274
|
+
className: mr.container,
|
|
1244
1275
|
"data-testid": r,
|
|
1245
1276
|
children: [/* @__PURE__ */ d("button", {
|
|
1246
1277
|
ref: l,
|
|
1247
1278
|
type: "button",
|
|
1248
|
-
className:
|
|
1279
|
+
className: mr.triggerWrapper,
|
|
1249
1280
|
onClick: u,
|
|
1250
1281
|
"aria-haspopup": "menu",
|
|
1251
1282
|
"aria-expanded": o,
|
|
1252
1283
|
children: e
|
|
1253
1284
|
}), o && /* @__PURE__ */ d("div", {
|
|
1254
|
-
className:
|
|
1285
|
+
className: mr.menu,
|
|
1255
1286
|
"data-align": n,
|
|
1256
1287
|
role: "menu",
|
|
1257
1288
|
onKeyDown: (e) => {
|
|
@@ -1268,7 +1299,7 @@ function mr({ trigger: e, items: t, align: n = "left", "data-testid": r }) {
|
|
|
1268
1299
|
},
|
|
1269
1300
|
type: "button",
|
|
1270
1301
|
role: "menuitem",
|
|
1271
|
-
className:
|
|
1302
|
+
className: mr.menuItem,
|
|
1272
1303
|
"data-danger": e.danger || void 0,
|
|
1273
1304
|
disabled: e.disabled,
|
|
1274
1305
|
tabIndex: -1,
|
|
@@ -1276,63 +1307,63 @@ function mr({ trigger: e, items: t, align: n = "left", "data-testid": r }) {
|
|
|
1276
1307
|
e.onClick(), p();
|
|
1277
1308
|
},
|
|
1278
1309
|
children: [e.icon && /* @__PURE__ */ d("span", {
|
|
1279
|
-
className:
|
|
1310
|
+
className: mr.icon,
|
|
1280
1311
|
children: e.icon
|
|
1281
1312
|
}), e.label]
|
|
1282
1313
|
}, e.id))
|
|
1283
1314
|
})]
|
|
1284
1315
|
});
|
|
1285
1316
|
}
|
|
1286
|
-
var
|
|
1317
|
+
var gr = {
|
|
1287
1318
|
skeleton: "_skeleton_d5768_2",
|
|
1288
1319
|
"ds-skeleton-shimmer": "_ds-skeleton-shimmer_d5768_1"
|
|
1289
1320
|
};
|
|
1290
1321
|
//#endregion
|
|
1291
1322
|
//#region src/components/Skeleton/Skeleton.tsx
|
|
1292
|
-
function
|
|
1323
|
+
function _r(e) {
|
|
1293
1324
|
if (e !== void 0) return typeof e == "number" ? `${e}px` : e;
|
|
1294
1325
|
}
|
|
1295
|
-
function
|
|
1326
|
+
function vr({ width: e, height: t, variant: n = "rectangular", className: r, "data-testid": i }) {
|
|
1296
1327
|
return /* @__PURE__ */ d("span", {
|
|
1297
1328
|
"aria-hidden": "true",
|
|
1298
|
-
className: [
|
|
1329
|
+
className: [gr.skeleton, r].filter(Boolean).join(" "),
|
|
1299
1330
|
"data-variant": n,
|
|
1300
1331
|
"data-testid": i,
|
|
1301
1332
|
style: {
|
|
1302
|
-
width:
|
|
1303
|
-
height:
|
|
1333
|
+
width: _r(e),
|
|
1334
|
+
height: _r(t)
|
|
1304
1335
|
}
|
|
1305
1336
|
});
|
|
1306
1337
|
}
|
|
1307
|
-
var
|
|
1338
|
+
var yr = {
|
|
1308
1339
|
imagePreview: "_imagePreview_1rnes_2",
|
|
1309
1340
|
hidden: "_hidden_1rnes_21",
|
|
1310
1341
|
errorIcon: "_errorIcon_1rnes_27"
|
|
1311
1342
|
};
|
|
1312
1343
|
//#endregion
|
|
1313
1344
|
//#region src/components/ImagePreview/ImagePreview.tsx
|
|
1314
|
-
function
|
|
1345
|
+
function br(e) {
|
|
1315
1346
|
return e.startsWith("data:image/");
|
|
1316
1347
|
}
|
|
1317
|
-
function
|
|
1348
|
+
function xr(e) {
|
|
1318
1349
|
try {
|
|
1319
1350
|
return new URL(e), !0;
|
|
1320
1351
|
} catch {
|
|
1321
1352
|
return !1;
|
|
1322
1353
|
}
|
|
1323
1354
|
}
|
|
1324
|
-
function
|
|
1355
|
+
function Sr({ imageSrc: e, width: t = 40, height: n = 40, alt: r = "Image without alt text", borderRadius: a = 8, className: o, "data-testid": s }) {
|
|
1325
1356
|
let [c, u] = l(() => e ? "loading" : "error");
|
|
1326
1357
|
return i(() => {
|
|
1327
1358
|
if (!e) {
|
|
1328
1359
|
u("error");
|
|
1329
1360
|
return;
|
|
1330
1361
|
}
|
|
1331
|
-
if (!
|
|
1362
|
+
if (!br(e) && !xr(e)) {
|
|
1332
1363
|
u("error");
|
|
1333
1364
|
return;
|
|
1334
1365
|
}
|
|
1335
|
-
if (
|
|
1366
|
+
if (br(e)) {
|
|
1336
1367
|
u("loaded");
|
|
1337
1368
|
return;
|
|
1338
1369
|
}
|
|
@@ -1342,7 +1373,7 @@ function xr({ imageSrc: e, width: t = 40, height: n = 40, alt: r = "Image withou
|
|
|
1342
1373
|
t.onload = null, t.onerror = null;
|
|
1343
1374
|
};
|
|
1344
1375
|
}, [e]), /* @__PURE__ */ f("div", {
|
|
1345
|
-
className: [
|
|
1376
|
+
className: [yr.imagePreview, o].filter(Boolean).join(" "),
|
|
1346
1377
|
"data-state": c,
|
|
1347
1378
|
"data-testid": s,
|
|
1348
1379
|
role: c === "error" ? "img" : void 0,
|
|
@@ -1359,16 +1390,16 @@ function xr({ imageSrc: e, width: t = 40, height: n = 40, alt: r = "Image withou
|
|
|
1359
1390
|
width: t,
|
|
1360
1391
|
height: n,
|
|
1361
1392
|
decoding: "async",
|
|
1362
|
-
loading:
|
|
1363
|
-
className: c === "loading" ?
|
|
1393
|
+
loading: br(e) ? void 0 : "lazy",
|
|
1394
|
+
className: c === "loading" ? yr.hidden : void 0
|
|
1364
1395
|
}),
|
|
1365
|
-
c === "loading" && /* @__PURE__ */ d(
|
|
1396
|
+
c === "loading" && /* @__PURE__ */ d(vr, {
|
|
1366
1397
|
width: t,
|
|
1367
1398
|
height: n
|
|
1368
1399
|
}),
|
|
1369
1400
|
c === "error" && /* @__PURE__ */ d("span", {
|
|
1370
|
-
className:
|
|
1371
|
-
children: /* @__PURE__ */ d(
|
|
1401
|
+
className: yr.errorIcon,
|
|
1402
|
+
children: /* @__PURE__ */ d(I, {
|
|
1372
1403
|
name: "error-outline",
|
|
1373
1404
|
size: Math.round(t * .6),
|
|
1374
1405
|
"aria-hidden": "true"
|
|
@@ -1377,7 +1408,7 @@ function xr({ imageSrc: e, width: t = 40, height: n = 40, alt: r = "Image withou
|
|
|
1377
1408
|
]
|
|
1378
1409
|
});
|
|
1379
1410
|
}
|
|
1380
|
-
var
|
|
1411
|
+
var U = {
|
|
1381
1412
|
container: "_container_10rwp_2",
|
|
1382
1413
|
previewGrid: "_previewGrid_10rwp_10",
|
|
1383
1414
|
previewBtn: "_previewBtn_10rwp_18",
|
|
@@ -1386,7 +1417,7 @@ var H = {
|
|
|
1386
1417
|
zoneLabel: "_zoneLabel_10rwp_81",
|
|
1387
1418
|
description: "_description_10rwp_88",
|
|
1388
1419
|
fileList: "_fileList_10rwp_94"
|
|
1389
|
-
},
|
|
1420
|
+
}, Cr = {
|
|
1390
1421
|
images: {
|
|
1391
1422
|
types: [
|
|
1392
1423
|
"png",
|
|
@@ -1426,11 +1457,11 @@ var H = {
|
|
|
1426
1457
|
mimeTypes: ["application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]
|
|
1427
1458
|
}
|
|
1428
1459
|
};
|
|
1429
|
-
function
|
|
1430
|
-
return
|
|
1460
|
+
function wr(e) {
|
|
1461
|
+
return Cr[e].mimeTypes.join(",");
|
|
1431
1462
|
}
|
|
1432
|
-
function
|
|
1433
|
-
let { types: n, mimeTypes: r } =
|
|
1463
|
+
function Tr(e, t) {
|
|
1464
|
+
let { types: n, mimeTypes: r } = Cr[t];
|
|
1434
1465
|
return Array.from(e).filter((e) => {
|
|
1435
1466
|
let t = r.some((t) => e.type === t), i = n.some((t) => e.name.toLowerCase().endsWith(`.${t}`));
|
|
1436
1467
|
return t || i;
|
|
@@ -1438,39 +1469,39 @@ function wr(e, t) {
|
|
|
1438
1469
|
}
|
|
1439
1470
|
//#endregion
|
|
1440
1471
|
//#region src/components/DropZone/DropZone.tsx
|
|
1441
|
-
async function
|
|
1472
|
+
async function Er(e, t) {
|
|
1442
1473
|
return t ? new Promise((t) => {
|
|
1443
1474
|
let n = new FileReader();
|
|
1444
1475
|
n.onload = (e) => t(e.target?.result ?? ""), n.readAsDataURL(e);
|
|
1445
1476
|
}) : "";
|
|
1446
1477
|
}
|
|
1447
|
-
async function
|
|
1478
|
+
async function Dr(e, t) {
|
|
1448
1479
|
return Promise.all(e.map(async (e) => ({
|
|
1449
1480
|
id: crypto.randomUUID(),
|
|
1450
1481
|
file: e,
|
|
1451
1482
|
name: e.name,
|
|
1452
|
-
preview: await
|
|
1483
|
+
preview: await Er(e, t)
|
|
1453
1484
|
})));
|
|
1454
1485
|
}
|
|
1455
|
-
function
|
|
1486
|
+
function Or({ label: e = "Haz click o arrastra un archivo para subir", allowedFileTypes: t = "images", multiple: n = !0, displayPreview: r = !0, displayFileList: a = !1, value: o, onDrop: s, onDropError: u, onRemove: p, onChange: m, className: h, "data-testid": g }) {
|
|
1456
1487
|
let _ = c(null), [v, y] = l(!1), [b, x] = l(!1), [S, C] = l(o ?? []);
|
|
1457
1488
|
i(() => {
|
|
1458
1489
|
o !== void 0 && C(o ?? []);
|
|
1459
1490
|
}, [o]);
|
|
1460
|
-
let w = o === void 0 ? S : o ?? [], T = (a || !r && !a) && w.length > 0, E =
|
|
1491
|
+
let w = o === void 0 ? S : o ?? [], T = (a || !r && !a) && w.length > 0, E = Cr[t].types, D = wr(t), O = t === "images";
|
|
1461
1492
|
async function k(e, r) {
|
|
1462
1493
|
if (e.length === 0) {
|
|
1463
1494
|
u?.(`No files match the allowed types: ${t}`);
|
|
1464
1495
|
return;
|
|
1465
1496
|
}
|
|
1466
|
-
let i = await
|
|
1497
|
+
let i = await Dr(e, O), a = n ? [...w, ...i] : i;
|
|
1467
1498
|
o === void 0 && C(a), m?.(a), s(r);
|
|
1468
1499
|
}
|
|
1469
1500
|
async function A(e) {
|
|
1470
1501
|
if (!b) {
|
|
1471
1502
|
x(!0);
|
|
1472
1503
|
try {
|
|
1473
|
-
await k(
|
|
1504
|
+
await k(Tr(e, t), e);
|
|
1474
1505
|
} catch (e) {
|
|
1475
1506
|
u?.(e instanceof Error ? e.message : "Unknown error");
|
|
1476
1507
|
} finally {
|
|
@@ -1483,22 +1514,22 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1483
1514
|
o === void 0 && C(n), m?.(n), t && p?.(t);
|
|
1484
1515
|
}
|
|
1485
1516
|
return /* @__PURE__ */ f("div", {
|
|
1486
|
-
className: [
|
|
1517
|
+
className: [U.container, h].filter(Boolean).join(" "),
|
|
1487
1518
|
"data-testid": g,
|
|
1488
1519
|
children: [
|
|
1489
1520
|
r && w.length > 0 && /* @__PURE__ */ d("div", {
|
|
1490
|
-
className:
|
|
1521
|
+
className: U.previewGrid,
|
|
1491
1522
|
children: w.map((e, t) => /* @__PURE__ */ f("button", {
|
|
1492
1523
|
type: "button",
|
|
1493
|
-
className:
|
|
1524
|
+
className: U.previewBtn,
|
|
1494
1525
|
onClick: () => j(t),
|
|
1495
|
-
children: [/* @__PURE__ */ d(
|
|
1526
|
+
children: [/* @__PURE__ */ d(Sr, {
|
|
1496
1527
|
imageSrc: e.preview,
|
|
1497
1528
|
width: 70,
|
|
1498
1529
|
height: 70,
|
|
1499
1530
|
borderRadius: 8,
|
|
1500
1531
|
alt: e.name
|
|
1501
|
-
}), /* @__PURE__ */ d(
|
|
1532
|
+
}), /* @__PURE__ */ d(I, {
|
|
1502
1533
|
name: "delete-outline",
|
|
1503
1534
|
size: 14,
|
|
1504
1535
|
"aria-hidden": "true"
|
|
@@ -1507,7 +1538,7 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1507
1538
|
}),
|
|
1508
1539
|
/* @__PURE__ */ f("button", {
|
|
1509
1540
|
type: "button",
|
|
1510
|
-
className:
|
|
1541
|
+
className: U.zone,
|
|
1511
1542
|
"data-dragging": v ? "" : void 0,
|
|
1512
1543
|
"data-processing": b ? "" : void 0,
|
|
1513
1544
|
"aria-label": e,
|
|
@@ -1527,7 +1558,7 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1527
1558
|
t?.length && await A(t);
|
|
1528
1559
|
},
|
|
1529
1560
|
children: [
|
|
1530
|
-
/* @__PURE__ */ d(
|
|
1561
|
+
/* @__PURE__ */ d(I, {
|
|
1531
1562
|
name: "cloud-upload-outline",
|
|
1532
1563
|
size: 48,
|
|
1533
1564
|
"aria-hidden": "true"
|
|
@@ -1535,7 +1566,7 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1535
1566
|
/* @__PURE__ */ d("input", {
|
|
1536
1567
|
ref: _,
|
|
1537
1568
|
type: "file",
|
|
1538
|
-
className:
|
|
1569
|
+
className: U.input,
|
|
1539
1570
|
multiple: n,
|
|
1540
1571
|
accept: D,
|
|
1541
1572
|
tabIndex: -1,
|
|
@@ -1546,11 +1577,11 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1546
1577
|
}
|
|
1547
1578
|
}),
|
|
1548
1579
|
/* @__PURE__ */ d("strong", {
|
|
1549
|
-
className:
|
|
1580
|
+
className: U.zoneLabel,
|
|
1550
1581
|
children: e
|
|
1551
1582
|
}),
|
|
1552
1583
|
/* @__PURE__ */ f("p", {
|
|
1553
|
-
className:
|
|
1584
|
+
className: U.description,
|
|
1554
1585
|
children: [
|
|
1555
1586
|
"(",
|
|
1556
1587
|
E.join(", "),
|
|
@@ -1560,8 +1591,8 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1560
1591
|
]
|
|
1561
1592
|
}),
|
|
1562
1593
|
T && /* @__PURE__ */ d("div", {
|
|
1563
|
-
className:
|
|
1564
|
-
children: w.map((e, t) => /* @__PURE__ */ d(
|
|
1594
|
+
className: U.fileList,
|
|
1595
|
+
children: w.map((e, t) => /* @__PURE__ */ d(L, {
|
|
1565
1596
|
variant: "outline",
|
|
1566
1597
|
size: "small",
|
|
1567
1598
|
onClick: () => j(t),
|
|
@@ -1573,31 +1604,31 @@ function Dr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
|
|
|
1573
1604
|
}
|
|
1574
1605
|
//#endregion
|
|
1575
1606
|
//#region src/components/DsProvider/DsProvider.tsx
|
|
1576
|
-
function
|
|
1607
|
+
function kr({ theme: e, children: t, className: n, "data-testid": r }) {
|
|
1577
1608
|
return /* @__PURE__ */ d("div", {
|
|
1578
|
-
className:
|
|
1609
|
+
className: R("tot-ds-root", n),
|
|
1579
1610
|
"data-theme": e,
|
|
1580
1611
|
"data-testid": r,
|
|
1581
1612
|
children: t
|
|
1582
1613
|
});
|
|
1583
1614
|
}
|
|
1584
|
-
var
|
|
1615
|
+
var Ar = {
|
|
1585
1616
|
wrapper: "_wrapper_x6gz1_1",
|
|
1586
1617
|
message: "_message_x6gz1_10"
|
|
1587
1618
|
};
|
|
1588
1619
|
//#endregion
|
|
1589
1620
|
//#region src/components/EmptyState/EmptyState.tsx
|
|
1590
|
-
function
|
|
1621
|
+
function jr({ message: e, action: t, "data-testid": n }) {
|
|
1591
1622
|
return /* @__PURE__ */ f("div", {
|
|
1592
|
-
className:
|
|
1623
|
+
className: Ar.wrapper,
|
|
1593
1624
|
"data-testid": n,
|
|
1594
1625
|
children: [/* @__PURE__ */ d("p", {
|
|
1595
|
-
className:
|
|
1626
|
+
className: Ar.message,
|
|
1596
1627
|
children: e
|
|
1597
1628
|
}), t]
|
|
1598
1629
|
});
|
|
1599
1630
|
}
|
|
1600
|
-
var
|
|
1631
|
+
var W = {
|
|
1601
1632
|
errorContainer: "_errorContainer_1tgia_2",
|
|
1602
1633
|
errorCard: "_errorCard_1tgia_10",
|
|
1603
1634
|
icon: "_icon_1tgia_19",
|
|
@@ -1606,7 +1637,7 @@ var U = {
|
|
|
1606
1637
|
details: "_details_1tgia_39",
|
|
1607
1638
|
stack: "_stack_1tgia_57",
|
|
1608
1639
|
retryButton: "_retryButton_1tgia_70"
|
|
1609
|
-
},
|
|
1640
|
+
}, Mr = class extends e {
|
|
1610
1641
|
constructor(e) {
|
|
1611
1642
|
super(e), this.state = {
|
|
1612
1643
|
hasError: !1,
|
|
@@ -1632,10 +1663,10 @@ var U = {
|
|
|
1632
1663
|
let { hasError: e, error: t } = this.state, { children: n, fallback: r } = this.props, i = this.props["data-testid"];
|
|
1633
1664
|
return e && t ? typeof r == "function" ? r(t, this.handleRetry) : r || /* @__PURE__ */ d("div", {
|
|
1634
1665
|
role: "alert",
|
|
1635
|
-
className:
|
|
1666
|
+
className: W.errorContainer,
|
|
1636
1667
|
"data-testid": i,
|
|
1637
1668
|
children: /* @__PURE__ */ f("div", {
|
|
1638
|
-
className:
|
|
1669
|
+
className: W.errorCard,
|
|
1639
1670
|
children: [
|
|
1640
1671
|
/* @__PURE__ */ f("svg", {
|
|
1641
1672
|
width: "48",
|
|
@@ -1646,7 +1677,7 @@ var U = {
|
|
|
1646
1677
|
strokeWidth: "1.5",
|
|
1647
1678
|
strokeLinecap: "round",
|
|
1648
1679
|
strokeLinejoin: "round",
|
|
1649
|
-
className:
|
|
1680
|
+
className: W.icon,
|
|
1650
1681
|
"aria-hidden": "true",
|
|
1651
1682
|
children: [
|
|
1652
1683
|
/* @__PURE__ */ d("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
|
|
@@ -1655,23 +1686,23 @@ var U = {
|
|
|
1655
1686
|
]
|
|
1656
1687
|
}),
|
|
1657
1688
|
/* @__PURE__ */ d("h2", {
|
|
1658
|
-
className:
|
|
1689
|
+
className: W.title,
|
|
1659
1690
|
children: "Algo salió mal"
|
|
1660
1691
|
}),
|
|
1661
1692
|
/* @__PURE__ */ d("p", {
|
|
1662
|
-
className:
|
|
1693
|
+
className: W.message,
|
|
1663
1694
|
children: "Ha ocurrido un error inesperado. Por favor intenta de nuevo."
|
|
1664
1695
|
}),
|
|
1665
1696
|
process.env.NODE_ENV !== "production" && /* @__PURE__ */ f("details", {
|
|
1666
|
-
className:
|
|
1697
|
+
className: W.details,
|
|
1667
1698
|
children: [/* @__PURE__ */ d("summary", { children: "Detalle del error" }), /* @__PURE__ */ d("pre", {
|
|
1668
|
-
className:
|
|
1699
|
+
className: W.stack,
|
|
1669
1700
|
children: t.message
|
|
1670
1701
|
})]
|
|
1671
1702
|
}),
|
|
1672
1703
|
/* @__PURE__ */ d("button", {
|
|
1673
1704
|
type: "button",
|
|
1674
|
-
className:
|
|
1705
|
+
className: W.retryButton,
|
|
1675
1706
|
onClick: this.handleRetry,
|
|
1676
1707
|
children: "Intentar de nuevo"
|
|
1677
1708
|
})
|
|
@@ -1679,7 +1710,7 @@ var U = {
|
|
|
1679
1710
|
})
|
|
1680
1711
|
}) : n;
|
|
1681
1712
|
}
|
|
1682
|
-
},
|
|
1713
|
+
}, G = {
|
|
1683
1714
|
content: "_content_wq4ph_2",
|
|
1684
1715
|
category: "_category_wq4ph_8",
|
|
1685
1716
|
categoryName: "_categoryName_wq4ph_15",
|
|
@@ -1691,7 +1722,7 @@ var U = {
|
|
|
1691
1722
|
};
|
|
1692
1723
|
//#endregion
|
|
1693
1724
|
//#region src/components/ExtrasDialog/ExtrasDialog.tsx
|
|
1694
|
-
function
|
|
1725
|
+
function Nr({ open: e, onClose: t, onConfirm: n, categories: r, productName: i, "data-testid": a }) {
|
|
1695
1726
|
let [o, s] = l(/* @__PURE__ */ new Map()), c = (e, t, n, r) => {
|
|
1696
1727
|
s((i) => {
|
|
1697
1728
|
let a = new Map(i), o = a.get(e) ?? [];
|
|
@@ -1717,47 +1748,47 @@ function Mr({ open: e, onClose: t, onConfirm: n, categories: r, productName: i,
|
|
|
1717
1748
|
}, m = () => {
|
|
1718
1749
|
s(/* @__PURE__ */ new Map()), t();
|
|
1719
1750
|
};
|
|
1720
|
-
return /* @__PURE__ */ d(
|
|
1751
|
+
return /* @__PURE__ */ d(ur, {
|
|
1721
1752
|
open: e,
|
|
1722
1753
|
onClose: m,
|
|
1723
1754
|
title: `Extras — ${i}`,
|
|
1724
1755
|
size: "large",
|
|
1725
1756
|
"data-testid": a,
|
|
1726
1757
|
children: /* @__PURE__ */ f("div", {
|
|
1727
|
-
className:
|
|
1758
|
+
className: G.content,
|
|
1728
1759
|
children: [r.map((e) => /* @__PURE__ */ f("fieldset", {
|
|
1729
|
-
className:
|
|
1760
|
+
className: G.category,
|
|
1730
1761
|
children: [/* @__PURE__ */ f("legend", {
|
|
1731
|
-
className:
|
|
1762
|
+
className: G.categoryName,
|
|
1732
1763
|
children: [e.name, /* @__PURE__ */ d("span", {
|
|
1733
|
-
className:
|
|
1764
|
+
className: G.categoryHint,
|
|
1734
1765
|
children: e.selectionType === "single" ? "Elige 1" : `Máx. ${e.maxSelections}`
|
|
1735
1766
|
})]
|
|
1736
1767
|
}), /* @__PURE__ */ d("div", {
|
|
1737
|
-
className:
|
|
1768
|
+
className: G.options,
|
|
1738
1769
|
children: e.products.map((t) => {
|
|
1739
1770
|
let n = (o.get(e.id) ?? []).some((e) => e.productId === t.productId);
|
|
1740
1771
|
return /* @__PURE__ */ f("button", {
|
|
1741
1772
|
type: "button",
|
|
1742
|
-
className:
|
|
1773
|
+
className: G.option,
|
|
1743
1774
|
"data-selected": n ? "" : void 0,
|
|
1744
1775
|
"aria-pressed": n,
|
|
1745
1776
|
disabled: !t.inStock,
|
|
1746
1777
|
onClick: () => c(e.id, t.productId, e.selectionType, e.maxSelections),
|
|
1747
1778
|
children: [/* @__PURE__ */ d("span", { children: t.name }), t.price > 0 && /* @__PURE__ */ f("span", {
|
|
1748
|
-
className:
|
|
1779
|
+
className: G.extraPrice,
|
|
1749
1780
|
children: ["+$", t.price]
|
|
1750
1781
|
})]
|
|
1751
1782
|
}, t.productId);
|
|
1752
1783
|
})
|
|
1753
1784
|
})]
|
|
1754
1785
|
}, e.id)), /* @__PURE__ */ f("div", {
|
|
1755
|
-
className:
|
|
1756
|
-
children: [/* @__PURE__ */ d(
|
|
1786
|
+
className: G.actions,
|
|
1787
|
+
children: [/* @__PURE__ */ d(L, {
|
|
1757
1788
|
variant: "ghost",
|
|
1758
1789
|
onClick: m,
|
|
1759
1790
|
children: "Cancelar"
|
|
1760
|
-
}), /* @__PURE__ */ f(
|
|
1791
|
+
}), /* @__PURE__ */ f(L, {
|
|
1761
1792
|
variant: "primary",
|
|
1762
1793
|
onClick: p,
|
|
1763
1794
|
children: ["Agregar ", u.length > 0 ? `(${u.length})` : ""]
|
|
@@ -1766,7 +1797,7 @@ function Mr({ open: e, onClose: t, onConfirm: n, categories: r, productName: i,
|
|
|
1766
1797
|
})
|
|
1767
1798
|
});
|
|
1768
1799
|
}
|
|
1769
|
-
var
|
|
1800
|
+
var Pr = {
|
|
1770
1801
|
field: "_field_7gstu_2",
|
|
1771
1802
|
label: "_label_7gstu_8",
|
|
1772
1803
|
required: "_required_7gstu_16",
|
|
@@ -1775,30 +1806,30 @@ var Nr = {
|
|
|
1775
1806
|
};
|
|
1776
1807
|
//#endregion
|
|
1777
1808
|
//#region src/components/FormField/FormField.tsx
|
|
1778
|
-
function
|
|
1809
|
+
function Fr({ label: e, htmlFor: t, error: n, description: r, required: i = !1, children: a, className: o, "data-testid": s }) {
|
|
1779
1810
|
let c = t ? `${t}-error` : void 0, l = t ? `${t}-description` : void 0;
|
|
1780
1811
|
return /* @__PURE__ */ f("div", {
|
|
1781
|
-
className: [
|
|
1812
|
+
className: [Pr.field, o].filter(Boolean).join(" "),
|
|
1782
1813
|
"data-testid": s,
|
|
1783
1814
|
children: [
|
|
1784
1815
|
/* @__PURE__ */ f("label", {
|
|
1785
1816
|
htmlFor: t,
|
|
1786
|
-
className:
|
|
1817
|
+
className: Pr.label,
|
|
1787
1818
|
children: [e, i && /* @__PURE__ */ f("span", {
|
|
1788
|
-
className:
|
|
1819
|
+
className: Pr.required,
|
|
1789
1820
|
"aria-hidden": "true",
|
|
1790
1821
|
children: [" ", "*"]
|
|
1791
1822
|
})]
|
|
1792
1823
|
}),
|
|
1793
1824
|
r && /* @__PURE__ */ d("p", {
|
|
1794
1825
|
id: l,
|
|
1795
|
-
className:
|
|
1826
|
+
className: Pr.description,
|
|
1796
1827
|
children: r
|
|
1797
1828
|
}),
|
|
1798
1829
|
a,
|
|
1799
1830
|
n && /* @__PURE__ */ d("p", {
|
|
1800
1831
|
id: c,
|
|
1801
|
-
className:
|
|
1832
|
+
className: Pr.error,
|
|
1802
1833
|
role: "alert",
|
|
1803
1834
|
"aria-live": "polite",
|
|
1804
1835
|
children: n
|
|
@@ -1806,17 +1837,17 @@ function Pr({ label: e, htmlFor: t, error: n, description: r, required: i = !1,
|
|
|
1806
1837
|
]
|
|
1807
1838
|
});
|
|
1808
1839
|
}
|
|
1809
|
-
var
|
|
1840
|
+
var Ir = {
|
|
1810
1841
|
wrapper: "_wrapper_8byuq_2",
|
|
1811
1842
|
error: "_error_8byuq_9"
|
|
1812
1843
|
};
|
|
1813
1844
|
//#endregion
|
|
1814
1845
|
//#region src/components/GoogleSignInButton/GoogleSignInButton.tsx
|
|
1815
|
-
function
|
|
1846
|
+
function Lr({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-testid": i }) {
|
|
1816
1847
|
return /* @__PURE__ */ f("div", {
|
|
1817
|
-
className:
|
|
1848
|
+
className: Ir.wrapper,
|
|
1818
1849
|
"data-testid": i,
|
|
1819
|
-
children: [/* @__PURE__ */ f(
|
|
1850
|
+
children: [/* @__PURE__ */ f(L, {
|
|
1820
1851
|
type: "button",
|
|
1821
1852
|
variant: "outline",
|
|
1822
1853
|
size: "small",
|
|
@@ -1824,55 +1855,55 @@ function Ir({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-t
|
|
|
1824
1855
|
onClick: e,
|
|
1825
1856
|
loading: t,
|
|
1826
1857
|
"aria-label": "Continuar con Google",
|
|
1827
|
-
children: [/* @__PURE__ */ d(
|
|
1858
|
+
children: [/* @__PURE__ */ d(I, {
|
|
1828
1859
|
name: "google-filled",
|
|
1829
1860
|
size: 18,
|
|
1830
1861
|
"aria-hidden": "true"
|
|
1831
1862
|
}), "Google"]
|
|
1832
1863
|
}), n && /* @__PURE__ */ d("span", {
|
|
1833
1864
|
role: "alert",
|
|
1834
|
-
className:
|
|
1865
|
+
className: Ir.error,
|
|
1835
1866
|
children: r instanceof Error ? r.message : "Error al iniciar sesión con Google"
|
|
1836
1867
|
})]
|
|
1837
1868
|
});
|
|
1838
1869
|
}
|
|
1839
|
-
var
|
|
1870
|
+
var Rr = {
|
|
1840
1871
|
groupedButtons: "_groupedButtons_13s4p_2",
|
|
1841
1872
|
button: "_button_13s4p_15"
|
|
1842
1873
|
};
|
|
1843
1874
|
//#endregion
|
|
1844
1875
|
//#region src/components/GroupedButtons/GroupedButtons.tsx
|
|
1845
|
-
function
|
|
1876
|
+
function zr(e, t) {
|
|
1846
1877
|
return t === 1 ? "standalone" : e === 0 ? "left" : e === t - 1 ? "right" : "center";
|
|
1847
1878
|
}
|
|
1848
|
-
function
|
|
1879
|
+
function Br({ label: e, options: t, selectedButton: n, size: r = "medium", fullWidth: i = !1, disabled: a = !1, onChange: o, className: s, ...c }) {
|
|
1849
1880
|
let [u, p] = l(() => t[0]?.value), m = n !== void 0, h = m ? n : u, g = (e) => {
|
|
1850
1881
|
let n = t.find((t) => t.value === e);
|
|
1851
1882
|
a || n?.disabled || (m || p(e), o?.(e));
|
|
1852
1883
|
};
|
|
1853
1884
|
return /* @__PURE__ */ d("fieldset", {
|
|
1854
1885
|
"aria-label": e,
|
|
1855
|
-
className: [
|
|
1886
|
+
className: [Rr.groupedButtons, s].filter(Boolean).join(" "),
|
|
1856
1887
|
disabled: a,
|
|
1857
1888
|
"data-full-width": i ? "" : void 0,
|
|
1858
1889
|
...c,
|
|
1859
1890
|
children: t.map((e, n) => /* @__PURE__ */ f("button", {
|
|
1860
1891
|
type: "button",
|
|
1861
|
-
className:
|
|
1892
|
+
className: Rr.button,
|
|
1862
1893
|
"data-size": r,
|
|
1863
|
-
"data-position":
|
|
1894
|
+
"data-position": zr(n, t.length),
|
|
1864
1895
|
"data-selected": h === e.value ? "" : void 0,
|
|
1865
1896
|
"data-testid": e["data-testid"],
|
|
1866
1897
|
disabled: a || e.disabled,
|
|
1867
1898
|
onClick: () => g(e.value),
|
|
1868
|
-
children: [e.icon && /* @__PURE__ */ d(
|
|
1899
|
+
children: [e.icon && /* @__PURE__ */ d(I, {
|
|
1869
1900
|
name: e.icon,
|
|
1870
1901
|
size: 16
|
|
1871
1902
|
}), e.label]
|
|
1872
1903
|
}, e.value))
|
|
1873
1904
|
});
|
|
1874
1905
|
}
|
|
1875
|
-
var
|
|
1906
|
+
var Vr = {
|
|
1876
1907
|
header: "_header_1dj55_2",
|
|
1877
1908
|
item: "_item_1dj55_17",
|
|
1878
1909
|
title: "_title_1dj55_24",
|
|
@@ -1880,18 +1911,18 @@ var Br = {
|
|
|
1880
1911
|
};
|
|
1881
1912
|
//#endregion
|
|
1882
1913
|
//#region src/components/Header/Header.tsx
|
|
1883
|
-
function
|
|
1914
|
+
function Hr({ headers: e = [], spaceBetween: t = !1, className: n, ...r }) {
|
|
1884
1915
|
return /* @__PURE__ */ d("section", {
|
|
1885
|
-
className: [
|
|
1916
|
+
className: [Vr.header, n].filter(Boolean).join(" "),
|
|
1886
1917
|
"data-space-between": t ? "" : void 0,
|
|
1887
1918
|
...r,
|
|
1888
1919
|
children: e.map((e) => /* @__PURE__ */ f("div", {
|
|
1889
|
-
className:
|
|
1920
|
+
className: Vr.item,
|
|
1890
1921
|
children: [/* @__PURE__ */ d("p", {
|
|
1891
|
-
className:
|
|
1922
|
+
className: Vr.title,
|
|
1892
1923
|
children: e.title
|
|
1893
1924
|
}), e.description && /* @__PURE__ */ d("p", {
|
|
1894
|
-
className:
|
|
1925
|
+
className: Vr.description,
|
|
1895
1926
|
children: e.description
|
|
1896
1927
|
})]
|
|
1897
1928
|
}, e.title))
|
|
@@ -1899,12 +1930,12 @@ function Vr({ headers: e = [], spaceBetween: t = !1, className: n, ...r }) {
|
|
|
1899
1930
|
}
|
|
1900
1931
|
//#endregion
|
|
1901
1932
|
//#region src/components/LanguageSelector/LanguageSelector.tsx
|
|
1902
|
-
function
|
|
1933
|
+
function Ur({ value: e, options: t, onChange: n, "data-testid": r }) {
|
|
1903
1934
|
let i = s(() => t.map(({ value: e, label: t }) => ({
|
|
1904
1935
|
value: e,
|
|
1905
1936
|
label: t
|
|
1906
1937
|
})), [t]);
|
|
1907
|
-
return /* @__PURE__ */ d(
|
|
1938
|
+
return /* @__PURE__ */ d(pr, {
|
|
1908
1939
|
text: t.find((t) => t.value === e)?.label ?? e,
|
|
1909
1940
|
menuItems: i,
|
|
1910
1941
|
size: "small",
|
|
@@ -1913,22 +1944,22 @@ function Hr({ value: e, options: t, onChange: n, "data-testid": r }) {
|
|
|
1913
1944
|
"data-testid": r
|
|
1914
1945
|
});
|
|
1915
1946
|
}
|
|
1916
|
-
var
|
|
1947
|
+
var Wr = { logo: "_logo_t6mnr_2" }, Gr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#e6d9ca\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Kr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#e6d9ca\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", qr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Jr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#e6d9ca\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.052c1.581-11.911 13.005-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24H261.89a22.4 22.4 0 0 1-1.594-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.769 2.56-12.769 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.205 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.52V15.93h7.539V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.014 12.033 12.04 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Yr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.31v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.931-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#e6d9ca\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.406 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Xr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.135 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n";
|
|
1917
1948
|
//#endregion
|
|
1918
1949
|
//#region src/components/LogoToteat/LogoToteat.tsx
|
|
1919
|
-
function
|
|
1950
|
+
function Zr(e) {
|
|
1920
1951
|
return e.replace(/&/g, "&").replace(/"/g, """).replace(/</g, "<");
|
|
1921
1952
|
}
|
|
1922
|
-
var
|
|
1923
|
-
original:
|
|
1924
|
-
"cream-orange":
|
|
1925
|
-
"black-cream":
|
|
1926
|
-
},
|
|
1927
|
-
original:
|
|
1928
|
-
"cream-orange":
|
|
1929
|
-
"black-cream":
|
|
1953
|
+
var Qr = {
|
|
1954
|
+
original: Xr,
|
|
1955
|
+
"cream-orange": Jr,
|
|
1956
|
+
"black-cream": Yr
|
|
1957
|
+
}, $r = {
|
|
1958
|
+
original: qr,
|
|
1959
|
+
"cream-orange": Gr,
|
|
1960
|
+
"black-cream": Kr
|
|
1930
1961
|
};
|
|
1931
|
-
function
|
|
1962
|
+
function ei(e, t, n) {
|
|
1932
1963
|
if (t !== void 0 && n !== void 0) return {
|
|
1933
1964
|
width: t,
|
|
1934
1965
|
height: n
|
|
@@ -1951,17 +1982,17 @@ function $r(e, t, n) {
|
|
|
1951
1982
|
height: Math.round(t / 317 * 80)
|
|
1952
1983
|
};
|
|
1953
1984
|
}
|
|
1954
|
-
function
|
|
1955
|
-
let s = e === "icon" ?
|
|
1985
|
+
function ti({ mode: e = "complete", variant: t = "original", width: n, height: r, alt: i = "Logo Toteat", className: a, ...o }) {
|
|
1986
|
+
let s = e === "icon" ? $r[t] : Qr[t], c = ei(e, n, r), l = s.replace(/width="\d+"/, `width="${c.width}"`).replace(/height="\d+"/, `height="${c.height}"`).replace(/<svg/, `<svg role="img" aria-label="${Zr(i)}"`);
|
|
1956
1987
|
return /* @__PURE__ */ d("span", {
|
|
1957
|
-
className: [
|
|
1988
|
+
className: [Wr.logo, a].filter(Boolean).join(" "),
|
|
1958
1989
|
"data-mode": e,
|
|
1959
1990
|
"data-variant": t,
|
|
1960
1991
|
...o,
|
|
1961
1992
|
dangerouslySetInnerHTML: { __html: l }
|
|
1962
1993
|
});
|
|
1963
1994
|
}
|
|
1964
|
-
var
|
|
1995
|
+
var K = {
|
|
1965
1996
|
multiselect: "_multiselect_jb72r_2",
|
|
1966
1997
|
trigger: "_trigger_jb72r_10",
|
|
1967
1998
|
placeholder: "_placeholder_jb72r_42",
|
|
@@ -1972,9 +2003,9 @@ var G = {
|
|
|
1972
2003
|
search: "_search_jb72r_120",
|
|
1973
2004
|
option: "_option_jb72r_108",
|
|
1974
2005
|
noResults: "_noResults_jb72r_162"
|
|
1975
|
-
},
|
|
1976
|
-
function
|
|
1977
|
-
let [m, h] = l(!1), [g, _] = l(""), { isOpen: v, containerRef: y, triggerRef: b, toggle: x, closeAndFocusTrigger: S } =
|
|
2006
|
+
}, ni = 240;
|
|
2007
|
+
function ri({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar...", searchPlaceholder: a = "Buscar...", noResultsText: o = "Sin resultados", removeLabel: s = "Eliminar", disabled: c, error: u, "data-testid": p }) {
|
|
2008
|
+
let [m, h] = l(!1), [g, _] = l(""), { isOpen: v, containerRef: y, triggerRef: b, toggle: x, closeAndFocusTrigger: S } = dr({
|
|
1978
2009
|
disabled: c,
|
|
1979
2010
|
closeOnOutsideClick: !1
|
|
1980
2011
|
}), C = e.filter((e) => t.includes(e.value)), w = e.filter((e) => !t.includes(e.value) && e.label.toLowerCase().includes(g.toLowerCase()));
|
|
@@ -1997,31 +2028,31 @@ function ni({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
1997
2028
|
}, [v, S]), i(() => {
|
|
1998
2029
|
if (!v || !y.current) return;
|
|
1999
2030
|
let e = y.current.getBoundingClientRect();
|
|
2000
|
-
h(window.innerHeight - e.bottom <
|
|
2031
|
+
h(window.innerHeight - e.bottom < ni + 8);
|
|
2001
2032
|
}, [v, y]);
|
|
2002
2033
|
let T = (e) => n([...t, e]), E = (e) => n(t.filter((t) => t !== e));
|
|
2003
2034
|
return /* @__PURE__ */ f("div", {
|
|
2004
2035
|
ref: y,
|
|
2005
|
-
className:
|
|
2036
|
+
className: K.multiselect,
|
|
2006
2037
|
"data-error": u || void 0,
|
|
2007
2038
|
"data-disabled": c || void 0,
|
|
2008
2039
|
"data-testid": p,
|
|
2009
2040
|
children: [/* @__PURE__ */ f("button", {
|
|
2010
2041
|
ref: b,
|
|
2011
2042
|
type: "button",
|
|
2012
|
-
className:
|
|
2043
|
+
className: K.trigger,
|
|
2013
2044
|
onClick: x,
|
|
2014
2045
|
"aria-haspopup": "listbox",
|
|
2015
2046
|
"aria-expanded": v,
|
|
2016
2047
|
disabled: c,
|
|
2017
2048
|
children: [C.length === 0 && /* @__PURE__ */ d("span", {
|
|
2018
|
-
className:
|
|
2049
|
+
className: K.placeholder,
|
|
2019
2050
|
children: r
|
|
2020
2051
|
}), C.map((e) => /* @__PURE__ */ f("span", {
|
|
2021
|
-
className:
|
|
2052
|
+
className: K.tag,
|
|
2022
2053
|
children: [e.label, /* @__PURE__ */ d("button", {
|
|
2023
2054
|
type: "button",
|
|
2024
|
-
className:
|
|
2055
|
+
className: K.tagRemove,
|
|
2025
2056
|
onClick: (t) => {
|
|
2026
2057
|
t.stopPropagation(), E(e.value);
|
|
2027
2058
|
},
|
|
@@ -2030,38 +2061,38 @@ function ni({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2030
2061
|
})]
|
|
2031
2062
|
}, e.value))]
|
|
2032
2063
|
}), v && /* @__PURE__ */ f("div", {
|
|
2033
|
-
className:
|
|
2064
|
+
className: K.dropdown,
|
|
2034
2065
|
role: "listbox",
|
|
2035
2066
|
"aria-multiselectable": "true",
|
|
2036
2067
|
"data-upward": m || void 0,
|
|
2037
2068
|
children: [/* @__PURE__ */ d("input", {
|
|
2038
2069
|
type: "text",
|
|
2039
|
-
className:
|
|
2070
|
+
className: K.search,
|
|
2040
2071
|
placeholder: a,
|
|
2041
2072
|
"aria-label": a,
|
|
2042
2073
|
value: g,
|
|
2043
2074
|
onChange: (e) => _(e.target.value),
|
|
2044
2075
|
autoFocus: !0
|
|
2045
2076
|
}), /* @__PURE__ */ f("div", {
|
|
2046
|
-
className:
|
|
2077
|
+
className: K.optionsList,
|
|
2047
2078
|
children: [w.map((e) => /* @__PURE__ */ d("button", {
|
|
2048
2079
|
type: "button",
|
|
2049
2080
|
role: "option",
|
|
2050
2081
|
"aria-selected": t.includes(e.value),
|
|
2051
|
-
className:
|
|
2082
|
+
className: K.option,
|
|
2052
2083
|
onClick: () => {
|
|
2053
2084
|
T(e.value), _("");
|
|
2054
2085
|
},
|
|
2055
2086
|
children: e.label
|
|
2056
2087
|
}, e.value)), w.length === 0 && /* @__PURE__ */ d("div", {
|
|
2057
|
-
className:
|
|
2088
|
+
className: K.noResults,
|
|
2058
2089
|
children: o
|
|
2059
2090
|
})]
|
|
2060
2091
|
})]
|
|
2061
2092
|
})]
|
|
2062
2093
|
});
|
|
2063
2094
|
}
|
|
2064
|
-
var
|
|
2095
|
+
var q = {
|
|
2065
2096
|
navbar: "_navbar_1rz8d_2",
|
|
2066
2097
|
navLeft: "_navLeft_1rz8d_16",
|
|
2067
2098
|
menuButton: "_menuButton_1rz8d_27",
|
|
@@ -2076,20 +2107,20 @@ var K = {
|
|
|
2076
2107
|
};
|
|
2077
2108
|
//#endregion
|
|
2078
2109
|
//#region src/components/NavBar/NavBar.tsx
|
|
2079
|
-
function
|
|
2110
|
+
function ii({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, isLoading: i = !1, isPinLocked: a = !1, rightSlot: o, "data-testid": s }) {
|
|
2080
2111
|
return a ? null : /* @__PURE__ */ f("header", {
|
|
2081
|
-
className:
|
|
2112
|
+
className: q.navbar,
|
|
2082
2113
|
"data-testid": s,
|
|
2083
2114
|
children: [
|
|
2084
2115
|
/* @__PURE__ */ f("div", {
|
|
2085
|
-
className:
|
|
2116
|
+
className: q.navLeft,
|
|
2086
2117
|
children: [/* @__PURE__ */ d("button", {
|
|
2087
2118
|
type: "button",
|
|
2088
|
-
className:
|
|
2119
|
+
className: q.menuButton,
|
|
2089
2120
|
onClick: t,
|
|
2090
2121
|
"aria-label": "Abrir menú",
|
|
2091
2122
|
children: /* @__PURE__ */ d("span", {
|
|
2092
|
-
className:
|
|
2123
|
+
className: q.menuIcon,
|
|
2093
2124
|
"aria-hidden": "true"
|
|
2094
2125
|
})
|
|
2095
2126
|
}), i && /* @__PURE__ */ d("img", {
|
|
@@ -2097,31 +2128,31 @@ function ri({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle:
|
|
|
2097
2128
|
alt: "Cargando",
|
|
2098
2129
|
width: 20,
|
|
2099
2130
|
height: 20,
|
|
2100
|
-
className:
|
|
2131
|
+
className: q.spinner
|
|
2101
2132
|
})]
|
|
2102
2133
|
}),
|
|
2103
2134
|
/* @__PURE__ */ f("div", {
|
|
2104
|
-
className:
|
|
2135
|
+
className: q.navCenter,
|
|
2105
2136
|
children: [/* @__PURE__ */ d("button", {
|
|
2106
2137
|
type: "button",
|
|
2107
|
-
className:
|
|
2138
|
+
className: q.logoBrand,
|
|
2108
2139
|
onClick: n,
|
|
2109
2140
|
"aria-label": "Ir al inicio",
|
|
2110
2141
|
children: /* @__PURE__ */ d("img", {
|
|
2111
2142
|
src: "/assets/angular/dsLogo.svg",
|
|
2112
2143
|
alt: "Toteat",
|
|
2113
|
-
className:
|
|
2144
|
+
className: q.logo
|
|
2114
2145
|
})
|
|
2115
2146
|
}), /* @__PURE__ */ d("span", {
|
|
2116
|
-
className:
|
|
2147
|
+
className: q.restaurantName,
|
|
2117
2148
|
children: e
|
|
2118
2149
|
})]
|
|
2119
2150
|
}),
|
|
2120
2151
|
/* @__PURE__ */ f("div", {
|
|
2121
|
-
className:
|
|
2152
|
+
className: q.navRight,
|
|
2122
2153
|
children: [o, /* @__PURE__ */ d("button", {
|
|
2123
2154
|
type: "button",
|
|
2124
|
-
className:
|
|
2155
|
+
className: q.rightButton,
|
|
2125
2156
|
onClick: r,
|
|
2126
2157
|
"aria-label": "Pantalla completa",
|
|
2127
2158
|
children: /* @__PURE__ */ d("img", {
|
|
@@ -2136,7 +2167,7 @@ function ri({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle:
|
|
|
2136
2167
|
]
|
|
2137
2168
|
});
|
|
2138
2169
|
}
|
|
2139
|
-
var
|
|
2170
|
+
var ai = {
|
|
2140
2171
|
overlay: "_overlay_8yoic_2",
|
|
2141
2172
|
"overlay-fade-in": "_overlay-fade-in_8yoic_1",
|
|
2142
2173
|
backdrop: "_backdrop_8yoic_22",
|
|
@@ -2144,11 +2175,11 @@ var ii = {
|
|
|
2144
2175
|
};
|
|
2145
2176
|
//#endregion
|
|
2146
2177
|
//#region src/components/Overlay/Overlay.tsx
|
|
2147
|
-
function
|
|
2178
|
+
function oi({ visible: e = !1, onClose: t, children: n, dismissible: a = !0, closeOnBackdrop: o = !0, closeOnEsc: s = !0, lockScroll: c = !0, blur: l = !1, placement: u = "center", zIndex: p = 1200, role: m = "presentation", "aria-label": h, className: g, "data-testid": _ }) {
|
|
2148
2179
|
let v = r(() => {
|
|
2149
2180
|
a && t();
|
|
2150
2181
|
}, [a, t]);
|
|
2151
|
-
return
|
|
2182
|
+
return ir(e && c, { strategy: "overflow" }), i(() => {
|
|
2152
2183
|
if (!e || !s) return;
|
|
2153
2184
|
let t = (e) => {
|
|
2154
2185
|
e.key === "Escape" && v();
|
|
@@ -2160,7 +2191,7 @@ function ai({ visible: e = !1, onClose: t, children: n, dismissible: a = !0, clo
|
|
|
2160
2191
|
v
|
|
2161
2192
|
]), !e || typeof document > "u" ? null : j(/* @__PURE__ */ f("div", {
|
|
2162
2193
|
"data-testid": _,
|
|
2163
|
-
className: [
|
|
2194
|
+
className: [ai.overlay, g].filter(Boolean).join(" "),
|
|
2164
2195
|
"data-blur": l ? "" : void 0,
|
|
2165
2196
|
"data-placement": u,
|
|
2166
2197
|
style: { "--overlay-z-index": String(p) },
|
|
@@ -2168,18 +2199,18 @@ function ai({ visible: e = !1, onClose: t, children: n, dismissible: a = !0, clo
|
|
|
2168
2199
|
"aria-label": h,
|
|
2169
2200
|
children: [/* @__PURE__ */ d("button", {
|
|
2170
2201
|
type: "button",
|
|
2171
|
-
className:
|
|
2202
|
+
className: ai.backdrop,
|
|
2172
2203
|
"data-backdrop": "",
|
|
2173
2204
|
onClick: o ? v : void 0,
|
|
2174
2205
|
"aria-hidden": "true",
|
|
2175
2206
|
tabIndex: -1
|
|
2176
2207
|
}), /* @__PURE__ */ d("div", {
|
|
2177
|
-
className:
|
|
2208
|
+
className: ai.content,
|
|
2178
2209
|
children: n
|
|
2179
2210
|
})]
|
|
2180
2211
|
}), document.body);
|
|
2181
2212
|
}
|
|
2182
|
-
var
|
|
2213
|
+
var J = {
|
|
2183
2214
|
overlayMessage: "_overlayMessage_we8nc_2",
|
|
2184
2215
|
header: "_header_we8nc_20",
|
|
2185
2216
|
iconWrap: "_iconWrap_we8nc_30",
|
|
@@ -2190,21 +2221,21 @@ var q = {
|
|
|
2190
2221
|
closeBtn: "_closeBtn_we8nc_66",
|
|
2191
2222
|
body: "_body_we8nc_94",
|
|
2192
2223
|
actions: "_actions_we8nc_101"
|
|
2193
|
-
},
|
|
2224
|
+
}, si = {
|
|
2194
2225
|
success: "success-outline",
|
|
2195
2226
|
info: "info-outline",
|
|
2196
2227
|
warning: "exclamation-outline",
|
|
2197
2228
|
error: "error-outline"
|
|
2198
|
-
},
|
|
2229
|
+
}, ci = {
|
|
2199
2230
|
success: "var(--ds-color-success)",
|
|
2200
2231
|
info: "var(--ds-color-info)",
|
|
2201
2232
|
warning: "var(--ds-color-warning)",
|
|
2202
2233
|
error: "var(--ds-color-primary)"
|
|
2203
2234
|
};
|
|
2204
|
-
function
|
|
2205
|
-
let S = a(), C = a(), w = i ??
|
|
2235
|
+
function li({ title: e, eyebrow: t, children: n, status: r = "success", iconName: i, iconSize: o = 44, dismissible: s = !0, showCloseButton: c = !0, closeButtonLabel: l = "Close overlay message", primaryButtonLabel: u, secondaryButtonLabel: p, loadingPrimary: m = !1, loadingSecondary: h = !1, maxWidth: g = 400, standalone: _ = !1, onClose: v, onPrimaryClick: y, onSecondaryClick: b, "data-testid": x }) {
|
|
2236
|
+
let S = a(), C = a(), w = i ?? si[r], T = ci[r], E = !!n, D = !!u || !!p;
|
|
2206
2237
|
return /* @__PURE__ */ f("div", {
|
|
2207
|
-
className:
|
|
2238
|
+
className: J.overlayMessage,
|
|
2208
2239
|
"data-status": r,
|
|
2209
2240
|
"data-standalone": _ ? "" : void 0,
|
|
2210
2241
|
role: _ ? "region" : "alertdialog",
|
|
@@ -2215,33 +2246,33 @@ function ci({ title: e, eyebrow: t, children: n, status: r = "success", iconName
|
|
|
2215
2246
|
"data-testid": x,
|
|
2216
2247
|
children: [
|
|
2217
2248
|
/* @__PURE__ */ f("header", {
|
|
2218
|
-
className:
|
|
2249
|
+
className: J.header,
|
|
2219
2250
|
children: [
|
|
2220
2251
|
/* @__PURE__ */ d("div", {
|
|
2221
|
-
className:
|
|
2252
|
+
className: J.iconWrap,
|
|
2222
2253
|
"aria-hidden": "true",
|
|
2223
2254
|
children: /* @__PURE__ */ d("span", {
|
|
2224
|
-
className:
|
|
2255
|
+
className: J.iconColor,
|
|
2225
2256
|
style: { "--om-icon-color": T },
|
|
2226
|
-
children: /* @__PURE__ */ d(
|
|
2257
|
+
children: /* @__PURE__ */ d(I, {
|
|
2227
2258
|
name: w,
|
|
2228
2259
|
size: o
|
|
2229
2260
|
})
|
|
2230
2261
|
})
|
|
2231
2262
|
}),
|
|
2232
2263
|
/* @__PURE__ */ f("div", {
|
|
2233
|
-
className:
|
|
2264
|
+
className: J.headline,
|
|
2234
2265
|
children: [t && /* @__PURE__ */ d("p", {
|
|
2235
|
-
className:
|
|
2266
|
+
className: J.eyebrow,
|
|
2236
2267
|
children: t
|
|
2237
2268
|
}), /* @__PURE__ */ d("h2", {
|
|
2238
|
-
className:
|
|
2269
|
+
className: J.title,
|
|
2239
2270
|
id: S,
|
|
2240
2271
|
children: e
|
|
2241
2272
|
})]
|
|
2242
2273
|
}),
|
|
2243
|
-
s && c && /* @__PURE__ */ d(
|
|
2244
|
-
className:
|
|
2274
|
+
s && c && /* @__PURE__ */ d(cr, {
|
|
2275
|
+
className: J.closeBtn,
|
|
2245
2276
|
label: l,
|
|
2246
2277
|
onClick: v,
|
|
2247
2278
|
size: 20
|
|
@@ -2249,19 +2280,19 @@ function ci({ title: e, eyebrow: t, children: n, status: r = "success", iconName
|
|
|
2249
2280
|
]
|
|
2250
2281
|
}),
|
|
2251
2282
|
E && /* @__PURE__ */ d("div", {
|
|
2252
|
-
className:
|
|
2283
|
+
className: J.body,
|
|
2253
2284
|
id: C,
|
|
2254
2285
|
children: n
|
|
2255
2286
|
}),
|
|
2256
2287
|
D && /* @__PURE__ */ f("footer", {
|
|
2257
|
-
className:
|
|
2258
|
-
children: [p && /* @__PURE__ */ d(
|
|
2288
|
+
className: J.actions,
|
|
2289
|
+
children: [p && /* @__PURE__ */ d(L, {
|
|
2259
2290
|
variant: "outline",
|
|
2260
2291
|
fullWidth: !0,
|
|
2261
2292
|
loading: h,
|
|
2262
2293
|
onClick: b,
|
|
2263
2294
|
children: p
|
|
2264
|
-
}), u && /* @__PURE__ */ d(
|
|
2295
|
+
}), u && /* @__PURE__ */ d(L, {
|
|
2265
2296
|
variant: "primary",
|
|
2266
2297
|
fullWidth: !0,
|
|
2267
2298
|
loading: m,
|
|
@@ -2272,14 +2303,14 @@ function ci({ title: e, eyebrow: t, children: n, status: r = "success", iconName
|
|
|
2272
2303
|
]
|
|
2273
2304
|
});
|
|
2274
2305
|
}
|
|
2275
|
-
function
|
|
2276
|
-
return e ? u ? /* @__PURE__ */ d(
|
|
2306
|
+
function ui({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop: r = !0, closeOnEsc: i = !0, lockScroll: a = !0, zIndex: o = 1200, blur: s = !1, placement: c = "center", "aria-label": l, standalone: u = !1, "data-testid": f, ...p }) {
|
|
2307
|
+
return e ? u ? /* @__PURE__ */ d(li, {
|
|
2277
2308
|
...p,
|
|
2278
2309
|
standalone: !0,
|
|
2279
2310
|
dismissible: n,
|
|
2280
2311
|
onClose: t,
|
|
2281
2312
|
"data-testid": f
|
|
2282
|
-
}) : /* @__PURE__ */ d(
|
|
2313
|
+
}) : /* @__PURE__ */ d(oi, {
|
|
2283
2314
|
visible: e,
|
|
2284
2315
|
onClose: t,
|
|
2285
2316
|
dismissible: n,
|
|
@@ -2290,7 +2321,7 @@ function li({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop:
|
|
|
2290
2321
|
blur: s,
|
|
2291
2322
|
placement: c,
|
|
2292
2323
|
"aria-label": l,
|
|
2293
|
-
children: /* @__PURE__ */ d(
|
|
2324
|
+
children: /* @__PURE__ */ d(li, {
|
|
2294
2325
|
...p,
|
|
2295
2326
|
dismissible: n,
|
|
2296
2327
|
onClose: t,
|
|
@@ -2298,15 +2329,15 @@ function li({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop:
|
|
|
2298
2329
|
})
|
|
2299
2330
|
}) : null;
|
|
2300
2331
|
}
|
|
2301
|
-
var
|
|
2302
|
-
function
|
|
2332
|
+
var di = { canvas: "_canvas_ljz2v_7" }, fi = "#version 300 es\nin vec2 a_pos;\nvoid main() { gl_Position = vec4(a_pos, 0.0, 1.0); }", pi = "#version 300 es\nprecision highp float;\n\nuniform float u_time;\nuniform vec2 u_res;\nout vec4 fragColor;\n\n#define PI 3.14159265359\n#define CELL 18.0 /* px per grid cell */\n#define RADIUS 2.1 /* dot radius in px */\n#define SPEED 25.0 /* wave propagation */\n#define PERIOD 3.8 /* seconds per cycle */\n#define AMP 0.40 /* wave amplitude */\n#define BASE 1.30 /* resting scale */\n\nfloat swave(float t, float k) {\n return (2.0 * AMP / PI) * atan(sin(2.0 * PI * t / PERIOD) / k);\n}\n\nvoid main() {\n vec2 p = gl_FragCoord.xy;\n vec2 center = u_res * 0.5;\n vec2 gridP = p / CELL;\n\n float alpha = 0.0;\n\n for (int dy = -2; dy <= 2; dy++) {\n for (int dx = -2; dx <= 2; dx++) {\n /* grid cell index of this neighbour */\n vec2 cell = floor(gridP) + vec2(float(dx), float(dy));\n\n /* hex stagger: odd x-columns shift down half a cell */\n float hexY = mod(cell.x, 2.0) * 0.5;\n\n /* dot centre in grid units relative to screen centre */\n vec2 origGU = cell + vec2(0.5, 0.5 + hexY) - center / CELL;\n\n /* distance with 8-fold angular symmetry → petal wave-front */\n float d8 = length(origGU) + 0.5 * cos(8.0 * atan(origGU.y, origGU.x));\n\n /* smooth-square-wave breathing */\n float k = 0.15 + 0.2 * abs(d8) / 72.0;\n float wave = swave(u_time - d8 / SPEED, k);\n float scale = wave + BASE;\n\n /* animated dot centre in pixel space */\n vec2 animPx = origGU * scale * CELL + center;\n\n /* soft circle SDF */\n float dist = length(p - animPx);\n float a = 1.0 - smoothstep(RADIUS - 0.6, RADIUS + 0.6, dist);\n alpha = max(alpha, a);\n }\n }\n\n /* primary colour #ff4235 at low opacity — sits on frosted-glass overlay */\n fragColor = vec4(1.0, 0.259, 0.208, alpha * 0.28);\n}";
|
|
2333
|
+
function mi(e) {
|
|
2303
2334
|
let t = (t, n) => {
|
|
2304
2335
|
let r = e.createShader(t);
|
|
2305
2336
|
return e.shaderSource(r, n), e.compileShader(r), r;
|
|
2306
2337
|
}, n = e.createProgram();
|
|
2307
|
-
return e.attachShader(n, t(e.VERTEX_SHADER,
|
|
2338
|
+
return e.attachShader(n, t(e.VERTEX_SHADER, fi)), e.attachShader(n, t(e.FRAGMENT_SHADER, pi)), e.linkProgram(n), n;
|
|
2308
2339
|
}
|
|
2309
|
-
function
|
|
2340
|
+
function hi({ active: e }) {
|
|
2310
2341
|
let t = c(null);
|
|
2311
2342
|
return i(() => {
|
|
2312
2343
|
if (!e || !t.current || window.matchMedia("(prefers-reduced-motion: reduce)").matches) return;
|
|
@@ -2317,7 +2348,7 @@ function mi({ active: e }) {
|
|
|
2317
2348
|
if (!r) return;
|
|
2318
2349
|
let i = () => {
|
|
2319
2350
|
n.width = window.innerWidth, n.height = window.innerHeight, r.viewport(0, 0, n.width, n.height), r.uniform2f(l, n.width, n.height);
|
|
2320
|
-
}, a =
|
|
2351
|
+
}, a = mi(r);
|
|
2321
2352
|
r.useProgram(a);
|
|
2322
2353
|
let o = r.createBuffer();
|
|
2323
2354
|
r.bindBuffer(r.ARRAY_BUFFER, o), r.bufferData(r.ARRAY_BUFFER, new Float32Array([
|
|
@@ -2346,15 +2377,15 @@ function mi({ active: e }) {
|
|
|
2346
2377
|
};
|
|
2347
2378
|
}, [e]), /* @__PURE__ */ d("canvas", {
|
|
2348
2379
|
ref: t,
|
|
2349
|
-
className:
|
|
2380
|
+
className: di.canvas,
|
|
2350
2381
|
"aria-hidden": "true"
|
|
2351
2382
|
});
|
|
2352
2383
|
}
|
|
2353
|
-
var
|
|
2384
|
+
var gi = {
|
|
2354
2385
|
overlay: "_overlay_15uou_3",
|
|
2355
2386
|
logoLayer: "_logoLayer_15uou_58",
|
|
2356
2387
|
srOnly: "_srOnly_15uou_103"
|
|
2357
|
-
},
|
|
2388
|
+
}, Y = {
|
|
2358
2389
|
outer: "_outer_1o0vn_9",
|
|
2359
2390
|
circle: "_circle_1o0vn_20",
|
|
2360
2391
|
"circle-lift": "_circle-lift_1o0vn_1",
|
|
@@ -2367,27 +2398,27 @@ var hi = {
|
|
|
2367
2398
|
};
|
|
2368
2399
|
//#endregion
|
|
2369
2400
|
//#region src/components/PageLoadingOverlay/ToteatLogo.tsx
|
|
2370
|
-
function
|
|
2401
|
+
function _i() {
|
|
2371
2402
|
return /* @__PURE__ */ f("div", {
|
|
2372
|
-
className:
|
|
2403
|
+
className: Y.outer,
|
|
2373
2404
|
"aria-hidden": "true",
|
|
2374
2405
|
children: [
|
|
2375
|
-
/* @__PURE__ */ d("div", { className:
|
|
2376
|
-
/* @__PURE__ */ d("div", { className:
|
|
2377
|
-
/* @__PURE__ */ d("div", { className:
|
|
2406
|
+
/* @__PURE__ */ d("div", { className: Y.ring }),
|
|
2407
|
+
/* @__PURE__ */ d("div", { className: Y.ring }),
|
|
2408
|
+
/* @__PURE__ */ d("div", { className: Y.ring }),
|
|
2378
2409
|
/* @__PURE__ */ d("div", {
|
|
2379
|
-
className:
|
|
2410
|
+
className: Y.circle,
|
|
2380
2411
|
children: /* @__PURE__ */ f("svg", {
|
|
2381
|
-
className:
|
|
2412
|
+
className: Y.logo,
|
|
2382
2413
|
viewBox: "0 0 80 80",
|
|
2383
2414
|
fill: "none",
|
|
2384
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2385
2416
|
"aria-hidden": "true",
|
|
2386
2417
|
children: [/* @__PURE__ */ d("path", {
|
|
2387
|
-
className:
|
|
2418
|
+
className: Y.pathDark,
|
|
2388
2419
|
d: "M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z"
|
|
2389
2420
|
}), /* @__PURE__ */ d("path", {
|
|
2390
|
-
className:
|
|
2421
|
+
className: Y.pathRed,
|
|
2391
2422
|
d: "M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z"
|
|
2392
2423
|
})]
|
|
2393
2424
|
})
|
|
@@ -2397,26 +2428,26 @@ function gi() {
|
|
|
2397
2428
|
}
|
|
2398
2429
|
//#endregion
|
|
2399
2430
|
//#region src/components/PageLoadingOverlay/PageLoadingOverlay.tsx
|
|
2400
|
-
function
|
|
2431
|
+
function vi({ isOpen: e, label: t = "Cargando…", "data-testid": n }) {
|
|
2401
2432
|
return j(/* @__PURE__ */ f(u, { children: [
|
|
2402
2433
|
/* @__PURE__ */ d("div", {
|
|
2403
|
-
className:
|
|
2434
|
+
className: gi.overlay,
|
|
2404
2435
|
"data-open": e,
|
|
2405
2436
|
role: "status",
|
|
2406
2437
|
"aria-live": "polite",
|
|
2407
2438
|
"aria-busy": e,
|
|
2408
2439
|
"aria-label": t,
|
|
2409
2440
|
"data-testid": n,
|
|
2410
|
-
children: /* @__PURE__ */ d(
|
|
2441
|
+
children: /* @__PURE__ */ d(hi, { active: e })
|
|
2411
2442
|
}),
|
|
2412
2443
|
/* @__PURE__ */ d("div", {
|
|
2413
|
-
className: `${
|
|
2444
|
+
className: `${gi.logoLayer} tot-ds-root`,
|
|
2414
2445
|
"data-open": e,
|
|
2415
2446
|
"aria-hidden": "true",
|
|
2416
|
-
children: /* @__PURE__ */ d(
|
|
2447
|
+
children: /* @__PURE__ */ d(_i, {})
|
|
2417
2448
|
}),
|
|
2418
2449
|
/* @__PURE__ */ d("span", {
|
|
2419
|
-
className:
|
|
2450
|
+
className: gi.srOnly,
|
|
2420
2451
|
"aria-live": "polite",
|
|
2421
2452
|
"aria-atomic": "true",
|
|
2422
2453
|
children: e ? t : ""
|
|
@@ -2425,15 +2456,15 @@ function _i({ isOpen: e, label: t = "Cargando…", "data-testid": n }) {
|
|
|
2425
2456
|
}
|
|
2426
2457
|
//#endregion
|
|
2427
2458
|
//#region src/components/PermissionGate/PermissionGate.tsx
|
|
2428
|
-
function
|
|
2459
|
+
function yi({ allowed: e, children: t, fallback: n = null }) {
|
|
2429
2460
|
return /* @__PURE__ */ d(u, { children: e ? t : n });
|
|
2430
2461
|
}
|
|
2431
|
-
var
|
|
2462
|
+
var bi = { overlay: "_overlay_16mjb_2" };
|
|
2432
2463
|
//#endregion
|
|
2433
2464
|
//#region src/components/PinLockOverlay/PinLockOverlay.tsx
|
|
2434
|
-
function
|
|
2465
|
+
function xi({ isLocked: e, children: t, "data-testid": n }) {
|
|
2435
2466
|
return e ? /* @__PURE__ */ d("div", {
|
|
2436
|
-
className:
|
|
2467
|
+
className: bi.overlay,
|
|
2437
2468
|
role: "dialog",
|
|
2438
2469
|
"aria-label": "Pantalla bloqueada — ingresa tu PIN",
|
|
2439
2470
|
"aria-modal": "true",
|
|
@@ -2441,7 +2472,7 @@ function bi({ isLocked: e, children: t, "data-testid": n }) {
|
|
|
2441
2472
|
children: t
|
|
2442
2473
|
}) : null;
|
|
2443
2474
|
}
|
|
2444
|
-
var
|
|
2475
|
+
var Si = {
|
|
2445
2476
|
tile: "_tile_gu9b4_2",
|
|
2446
2477
|
image: "_image_gu9b4_45",
|
|
2447
2478
|
name: "_name_gu9b4_53",
|
|
@@ -2450,13 +2481,13 @@ var xi = {
|
|
|
2450
2481
|
};
|
|
2451
2482
|
//#endregion
|
|
2452
2483
|
//#region src/components/ProductTile/ProductTile.tsx
|
|
2453
|
-
function
|
|
2484
|
+
function Ci({ product: e, onAdd: t, "data-testid": n }) {
|
|
2454
2485
|
let r;
|
|
2455
2486
|
e.stockStatus === "depleted" ? r = "depleted" : e.stockStatus === "low" && (r = "low");
|
|
2456
2487
|
let i = e.stockStatus === "depleted";
|
|
2457
2488
|
return /* @__PURE__ */ f("button", {
|
|
2458
2489
|
type: "button",
|
|
2459
|
-
className:
|
|
2490
|
+
className: Si.tile,
|
|
2460
2491
|
"data-stock": r,
|
|
2461
2492
|
onClick: () => {
|
|
2462
2493
|
i || t(e);
|
|
@@ -2469,34 +2500,34 @@ function Si({ product: e, onAdd: t, "data-testid": n }) {
|
|
|
2469
2500
|
e.imageUrl && /* @__PURE__ */ d("img", {
|
|
2470
2501
|
src: e.imageUrl,
|
|
2471
2502
|
alt: "",
|
|
2472
|
-
className:
|
|
2503
|
+
className: Si.image,
|
|
2473
2504
|
"aria-hidden": "true",
|
|
2474
2505
|
loading: "lazy"
|
|
2475
2506
|
}),
|
|
2476
2507
|
/* @__PURE__ */ d("span", {
|
|
2477
|
-
className:
|
|
2508
|
+
className: Si.name,
|
|
2478
2509
|
children: e.name
|
|
2479
2510
|
}),
|
|
2480
2511
|
/* @__PURE__ */ f("span", {
|
|
2481
|
-
className:
|
|
2512
|
+
className: Si.price,
|
|
2482
2513
|
children: ["$", e.price.toLocaleString("es-CL")]
|
|
2483
2514
|
}),
|
|
2484
2515
|
e.hasExtras && /* @__PURE__ */ d("span", {
|
|
2485
|
-
className:
|
|
2516
|
+
className: Si.badge,
|
|
2486
2517
|
"data-type": "extras",
|
|
2487
2518
|
role: "img",
|
|
2488
2519
|
"aria-label": "Tiene extras",
|
|
2489
2520
|
children: "+"
|
|
2490
2521
|
}),
|
|
2491
2522
|
e.isWeighed && /* @__PURE__ */ d("span", {
|
|
2492
|
-
className:
|
|
2523
|
+
className: Si.badge,
|
|
2493
2524
|
"data-type": "weighed",
|
|
2494
2525
|
role: "img",
|
|
2495
2526
|
"aria-label": "Producto por peso",
|
|
2496
2527
|
children: "kg"
|
|
2497
2528
|
}),
|
|
2498
2529
|
e.stockStatus === "low" && /* @__PURE__ */ d("span", {
|
|
2499
|
-
className:
|
|
2530
|
+
className: Si.badge,
|
|
2500
2531
|
"data-type": "low-stock",
|
|
2501
2532
|
role: "img",
|
|
2502
2533
|
"aria-label": "Stock bajo",
|
|
@@ -2505,7 +2536,7 @@ function Si({ product: e, onAdd: t, "data-testid": n }) {
|
|
|
2505
2536
|
]
|
|
2506
2537
|
});
|
|
2507
2538
|
}
|
|
2508
|
-
var
|
|
2539
|
+
var wi = n(Ci), Ti = {
|
|
2509
2540
|
wrapper: "_wrapper_lqgoi_2",
|
|
2510
2541
|
input: "_input_lqgoi_9",
|
|
2511
2542
|
circle: "_circle_lqgoi_27",
|
|
@@ -2513,10 +2544,10 @@ var Ci = n(Si), wi = {
|
|
|
2513
2544
|
};
|
|
2514
2545
|
//#endregion
|
|
2515
2546
|
//#region src/components/Radio/Radio.tsx
|
|
2516
|
-
function
|
|
2547
|
+
function Ei({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
|
|
2517
2548
|
let o = n ?? `radio-${a.value}`;
|
|
2518
2549
|
return /* @__PURE__ */ f("label", {
|
|
2519
|
-
className: [
|
|
2550
|
+
className: [Ti.wrapper, t].filter(Boolean).join(" "),
|
|
2520
2551
|
htmlFor: o,
|
|
2521
2552
|
"data-testid": i,
|
|
2522
2553
|
children: [
|
|
@@ -2524,69 +2555,68 @@ function Ti({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
|
|
|
2524
2555
|
ref: r,
|
|
2525
2556
|
type: "radio",
|
|
2526
2557
|
id: o,
|
|
2527
|
-
className:
|
|
2558
|
+
className: Ti.input,
|
|
2528
2559
|
...a
|
|
2529
2560
|
}),
|
|
2530
2561
|
/* @__PURE__ */ d("span", {
|
|
2531
|
-
className:
|
|
2562
|
+
className: Ti.circle,
|
|
2532
2563
|
"aria-hidden": "true"
|
|
2533
2564
|
}),
|
|
2534
2565
|
e && /* @__PURE__ */ d("span", {
|
|
2535
|
-
className:
|
|
2566
|
+
className: Ti.label,
|
|
2536
2567
|
children: e
|
|
2537
2568
|
})
|
|
2538
2569
|
]
|
|
2539
2570
|
});
|
|
2540
2571
|
}
|
|
2541
|
-
var
|
|
2542
|
-
root: "
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
clearButton: "_clearButton_fxapc_77"
|
|
2572
|
+
var Di = {
|
|
2573
|
+
root: "_root_r7xgo_2",
|
|
2574
|
+
input: "_input_r7xgo_9",
|
|
2575
|
+
clear: "_clear_r7xgo_55"
|
|
2546
2576
|
};
|
|
2547
2577
|
//#endregion
|
|
2548
2578
|
//#region src/components/SearchInput/SearchInput.tsx
|
|
2549
|
-
function
|
|
2550
|
-
let
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
}
|
|
2579
|
+
function Oi({ onSearch: e, onClear: t, debounceMs: n = 300, size: r = "md", clearLabel: a = "Limpiar búsqueda", className: o, value: s, defaultValue: u, onChange: p, disabled: m, "data-testid": h, ...g }) {
|
|
2580
|
+
let _ = s !== void 0, [v, y] = l(() => (u ?? "").toString()), b = _ ? String(s) : v, x = c(null), S = c(null);
|
|
2581
|
+
i(() => () => {
|
|
2582
|
+
S.current !== null && clearTimeout(S.current);
|
|
2583
|
+
}, []);
|
|
2584
|
+
let C = (t) => {
|
|
2585
|
+
e && (S.current !== null && clearTimeout(S.current), S.current = setTimeout(() => {
|
|
2586
|
+
e(t);
|
|
2587
|
+
}, n));
|
|
2588
|
+
}, w = (e) => {
|
|
2589
|
+
let t = e.target.value;
|
|
2590
|
+
_ || y(t), p?.(e), C(t);
|
|
2591
|
+
}, T = () => {
|
|
2592
|
+
_ || y(""), C(""), t?.(), x.current?.focus();
|
|
2593
|
+
}, E = b.length > 0;
|
|
2554
2594
|
return /* @__PURE__ */ f("div", {
|
|
2555
|
-
className:
|
|
2556
|
-
"data-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
type: "button",
|
|
2576
|
-
className: Ei.clearButton,
|
|
2577
|
-
"aria-label": l,
|
|
2578
|
-
disabled: s,
|
|
2579
|
-
onClick: v,
|
|
2580
|
-
children: /* @__PURE__ */ d(F, {
|
|
2581
|
-
name: "close-outline",
|
|
2582
|
-
size: 16,
|
|
2583
|
-
"aria-hidden": "true"
|
|
2584
|
-
})
|
|
2595
|
+
className: R(Di.root, o),
|
|
2596
|
+
"data-size": r,
|
|
2597
|
+
"data-testid": h,
|
|
2598
|
+
children: [/* @__PURE__ */ d("input", {
|
|
2599
|
+
...g,
|
|
2600
|
+
ref: x,
|
|
2601
|
+
type: "search",
|
|
2602
|
+
className: Di.input,
|
|
2603
|
+
value: b,
|
|
2604
|
+
onChange: w,
|
|
2605
|
+
disabled: m
|
|
2606
|
+
}), E && !m && /* @__PURE__ */ d("button", {
|
|
2607
|
+
type: "button",
|
|
2608
|
+
className: Di.clear,
|
|
2609
|
+
onClick: T,
|
|
2610
|
+
"aria-label": a,
|
|
2611
|
+
children: /* @__PURE__ */ d(I, {
|
|
2612
|
+
name: "close-outline",
|
|
2613
|
+
size: 20,
|
|
2614
|
+
"aria-hidden": "true"
|
|
2585
2615
|
})
|
|
2586
|
-
]
|
|
2616
|
+
})]
|
|
2587
2617
|
});
|
|
2588
2618
|
}
|
|
2589
|
-
var
|
|
2619
|
+
var ki = {
|
|
2590
2620
|
root: "_root_1nkx3_2",
|
|
2591
2621
|
content: "_content_1nkx3_9",
|
|
2592
2622
|
iconWrap: "_iconWrap_1nkx3_16",
|
|
@@ -2597,38 +2627,38 @@ var Oi = {
|
|
|
2597
2627
|
};
|
|
2598
2628
|
//#endregion
|
|
2599
2629
|
//#region src/components/SectionHeader/SectionHeader.tsx
|
|
2600
|
-
function
|
|
2630
|
+
function Ai({ title: e, description: t, icon: n, iconSize: r = 32, headingLevel: i = 2, actions: a, className: o, "data-testid": s }) {
|
|
2601
2631
|
let c = `h${i}`;
|
|
2602
2632
|
return /* @__PURE__ */ f("header", {
|
|
2603
|
-
className: [
|
|
2633
|
+
className: [ki.root, o].filter(Boolean).join(" "),
|
|
2604
2634
|
"data-testid": s,
|
|
2605
2635
|
children: [/* @__PURE__ */ f("div", {
|
|
2606
|
-
className:
|
|
2636
|
+
className: ki.content,
|
|
2607
2637
|
children: [n && /* @__PURE__ */ d("span", {
|
|
2608
|
-
className:
|
|
2638
|
+
className: ki.iconWrap,
|
|
2609
2639
|
"aria-hidden": "true",
|
|
2610
|
-
children: /* @__PURE__ */ d(
|
|
2640
|
+
children: /* @__PURE__ */ d(I, {
|
|
2611
2641
|
name: n,
|
|
2612
2642
|
size: r,
|
|
2613
2643
|
"aria-hidden": "true"
|
|
2614
2644
|
})
|
|
2615
2645
|
}), /* @__PURE__ */ f("div", {
|
|
2616
|
-
className:
|
|
2646
|
+
className: ki.text,
|
|
2617
2647
|
children: [/* @__PURE__ */ d(c, {
|
|
2618
|
-
className:
|
|
2648
|
+
className: ki.title,
|
|
2619
2649
|
children: e
|
|
2620
2650
|
}), t && /* @__PURE__ */ d("p", {
|
|
2621
|
-
className:
|
|
2651
|
+
className: ki.description,
|
|
2622
2652
|
children: t
|
|
2623
2653
|
})]
|
|
2624
2654
|
})]
|
|
2625
2655
|
}), a && /* @__PURE__ */ d("div", {
|
|
2626
|
-
className:
|
|
2656
|
+
className: ki.actions,
|
|
2627
2657
|
children: a
|
|
2628
2658
|
})]
|
|
2629
2659
|
});
|
|
2630
2660
|
}
|
|
2631
|
-
var
|
|
2661
|
+
var X = {
|
|
2632
2662
|
select: "_select_yvx76_2",
|
|
2633
2663
|
trigger: "_trigger_yvx76_7",
|
|
2634
2664
|
value: "_value_yvx76_61",
|
|
@@ -2641,8 +2671,8 @@ var Y = {
|
|
|
2641
2671
|
};
|
|
2642
2672
|
//#endregion
|
|
2643
2673
|
//#region src/components/Select/Select.tsx
|
|
2644
|
-
function
|
|
2645
|
-
let [h, g] = l(""), { isOpen: _, containerRef: v, triggerRef: y, toggle: b, close: x, closeAndFocusTrigger: S } =
|
|
2674
|
+
function ji({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar...", searchable: a = !1, searchPlaceholder: o = "Buscar...", noResultsText: s = "Sin resultados", disabled: c, error: u, name: p, "data-testid": m }) {
|
|
2675
|
+
let [h, g] = l(""), { isOpen: _, containerRef: v, triggerRef: y, toggle: b, close: x, closeAndFocusTrigger: S } = dr({
|
|
2646
2676
|
disabled: c,
|
|
2647
2677
|
closeOnOutsideClick: !1
|
|
2648
2678
|
}), C = e.find((e) => e.value === t), w = a ? e.filter((e) => e.label.toLowerCase().includes(h.toLowerCase())) : e;
|
|
@@ -2664,7 +2694,7 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2664
2694
|
return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
|
|
2665
2695
|
}, [_, S]), /* @__PURE__ */ f("div", {
|
|
2666
2696
|
ref: v,
|
|
2667
|
-
className:
|
|
2697
|
+
className: X.select,
|
|
2668
2698
|
"data-open": _ || void 0,
|
|
2669
2699
|
"data-error": u || void 0,
|
|
2670
2700
|
"data-disabled": c || void 0,
|
|
@@ -2678,18 +2708,18 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2678
2708
|
/* @__PURE__ */ f("button", {
|
|
2679
2709
|
ref: y,
|
|
2680
2710
|
type: "button",
|
|
2681
|
-
className:
|
|
2711
|
+
className: X.trigger,
|
|
2682
2712
|
onClick: b,
|
|
2683
2713
|
"aria-haspopup": "listbox",
|
|
2684
2714
|
"aria-expanded": _,
|
|
2685
2715
|
disabled: c,
|
|
2686
2716
|
children: [/* @__PURE__ */ d("span", {
|
|
2687
|
-
className: C ?
|
|
2717
|
+
className: C ? X.value : X.placeholder,
|
|
2688
2718
|
children: C?.label ?? r
|
|
2689
2719
|
}), /* @__PURE__ */ d("span", {
|
|
2690
|
-
className:
|
|
2720
|
+
className: X.chevron,
|
|
2691
2721
|
"aria-hidden": "true",
|
|
2692
|
-
children: /* @__PURE__ */ d(
|
|
2722
|
+
children: /* @__PURE__ */ d(I, {
|
|
2693
2723
|
name: "chevron-down-outline",
|
|
2694
2724
|
size: 16,
|
|
2695
2725
|
"aria-hidden": "true"
|
|
@@ -2697,12 +2727,12 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2697
2727
|
})]
|
|
2698
2728
|
}),
|
|
2699
2729
|
_ && /* @__PURE__ */ f("div", {
|
|
2700
|
-
className:
|
|
2730
|
+
className: X.dropdown,
|
|
2701
2731
|
role: "listbox",
|
|
2702
2732
|
children: [
|
|
2703
2733
|
a && /* @__PURE__ */ d("input", {
|
|
2704
2734
|
type: "text",
|
|
2705
|
-
className:
|
|
2735
|
+
className: X.search,
|
|
2706
2736
|
placeholder: o,
|
|
2707
2737
|
"aria-label": o,
|
|
2708
2738
|
value: h,
|
|
@@ -2713,7 +2743,7 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2713
2743
|
type: "button",
|
|
2714
2744
|
role: "option",
|
|
2715
2745
|
"aria-selected": e.value === t,
|
|
2716
|
-
className:
|
|
2746
|
+
className: X.option,
|
|
2717
2747
|
"data-selected": e.value === t || void 0,
|
|
2718
2748
|
disabled: e.disabled,
|
|
2719
2749
|
onClick: () => {
|
|
@@ -2722,7 +2752,7 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2722
2752
|
children: e.label
|
|
2723
2753
|
}, e.value)),
|
|
2724
2754
|
w.length === 0 && /* @__PURE__ */ d("div", {
|
|
2725
|
-
className:
|
|
2755
|
+
className: X.noResults,
|
|
2726
2756
|
children: s
|
|
2727
2757
|
})
|
|
2728
2758
|
]
|
|
@@ -2730,35 +2760,35 @@ function Ai({ options: e, value: t, onChange: n, placeholder: r = "Seleccionar..
|
|
|
2730
2760
|
]
|
|
2731
2761
|
});
|
|
2732
2762
|
}
|
|
2733
|
-
var
|
|
2763
|
+
var Mi = {
|
|
2734
2764
|
backdrop: "_backdrop_e6k21_2",
|
|
2735
2765
|
sidebar: "_sidebar_e6k21_19"
|
|
2736
2766
|
};
|
|
2737
2767
|
//#endregion
|
|
2738
2768
|
//#region src/components/Sidebar/Sidebar.tsx
|
|
2739
|
-
function
|
|
2769
|
+
function Ni({ isOpen: e, onClose: t, isPinLocked: n = !1, isModal: r = !1, children: i }) {
|
|
2740
2770
|
return n || r ? null : /* @__PURE__ */ f(u, { children: [/* @__PURE__ */ d("div", {
|
|
2741
|
-
className:
|
|
2771
|
+
className: Mi.backdrop,
|
|
2742
2772
|
"data-open": e,
|
|
2743
2773
|
"data-testid": "sidebar-backdrop",
|
|
2744
2774
|
onClick: t,
|
|
2745
2775
|
role: "presentation",
|
|
2746
2776
|
"aria-hidden": "true"
|
|
2747
2777
|
}), /* @__PURE__ */ d("nav", {
|
|
2748
|
-
className:
|
|
2778
|
+
className: Mi.sidebar,
|
|
2749
2779
|
"data-open": e,
|
|
2750
2780
|
"aria-label": "Menú principal",
|
|
2751
2781
|
children: i
|
|
2752
2782
|
})] });
|
|
2753
2783
|
}
|
|
2754
|
-
var
|
|
2784
|
+
var Pi = {
|
|
2755
2785
|
item: "_item_1twlt_2",
|
|
2756
2786
|
active: "_active_1twlt_33"
|
|
2757
|
-
},
|
|
2758
|
-
function
|
|
2787
|
+
}, Fi = Pi.item, Ii = Pi.active;
|
|
2788
|
+
function Li({ label: e, isActive: t = !1, className: n, type: r = "button", ...i }) {
|
|
2759
2789
|
return /* @__PURE__ */ d("button", {
|
|
2760
2790
|
type: r,
|
|
2761
|
-
className:
|
|
2791
|
+
className: R(Pi.item, t && Pi.active, n),
|
|
2762
2792
|
"data-active": t || void 0,
|
|
2763
2793
|
...i,
|
|
2764
2794
|
children: e
|
|
@@ -2766,7 +2796,7 @@ function Ii({ label: e, isActive: t = !1, className: n, type: r = "button", ...i
|
|
|
2766
2796
|
}
|
|
2767
2797
|
//#endregion
|
|
2768
2798
|
//#region src/hooks/useToggle.ts
|
|
2769
|
-
function
|
|
2799
|
+
function Ri(e = !1) {
|
|
2770
2800
|
let [t, n] = l(e);
|
|
2771
2801
|
return [
|
|
2772
2802
|
t,
|
|
@@ -2774,7 +2804,7 @@ function Li(e = !1) {
|
|
|
2774
2804
|
n
|
|
2775
2805
|
];
|
|
2776
2806
|
}
|
|
2777
|
-
var
|
|
2807
|
+
var Z = {
|
|
2778
2808
|
section: "_section_gn76y_2",
|
|
2779
2809
|
trigger: "_trigger_gn76y_7",
|
|
2780
2810
|
icon: "_icon_gn76y_44",
|
|
@@ -2786,44 +2816,44 @@ var X = {
|
|
|
2786
2816
|
};
|
|
2787
2817
|
//#endregion
|
|
2788
2818
|
//#region src/components/SidebarNavSection/SidebarNavSection.tsx
|
|
2789
|
-
function
|
|
2790
|
-
let [c, l] =
|
|
2819
|
+
function zi({ title: e, icon: t, titleSuffix: n, defaultOpen: r = !1, isActive: i = !1, className: a, children: o, "data-testid": s }) {
|
|
2820
|
+
let [c, l] = Ri(r);
|
|
2791
2821
|
return /* @__PURE__ */ f("div", {
|
|
2792
|
-
className:
|
|
2822
|
+
className: R(Z.section, a),
|
|
2793
2823
|
"data-testid": s,
|
|
2794
2824
|
children: [/* @__PURE__ */ f("button", {
|
|
2795
2825
|
type: "button",
|
|
2796
|
-
className:
|
|
2826
|
+
className: Z.trigger,
|
|
2797
2827
|
"data-open": c || void 0,
|
|
2798
2828
|
"data-active": i || void 0,
|
|
2799
2829
|
onClick: l,
|
|
2800
2830
|
"aria-expanded": c,
|
|
2801
2831
|
children: [
|
|
2802
2832
|
t && /* @__PURE__ */ d("span", {
|
|
2803
|
-
className:
|
|
2833
|
+
className: Z.icon,
|
|
2804
2834
|
"aria-hidden": "true",
|
|
2805
2835
|
children: t
|
|
2806
2836
|
}),
|
|
2807
2837
|
/* @__PURE__ */ d("span", {
|
|
2808
|
-
className:
|
|
2838
|
+
className: Z.title,
|
|
2809
2839
|
children: e
|
|
2810
2840
|
}),
|
|
2811
2841
|
n && /* @__PURE__ */ d("span", {
|
|
2812
|
-
className:
|
|
2842
|
+
className: Z.suffix,
|
|
2813
2843
|
"aria-hidden": "true",
|
|
2814
2844
|
children: n
|
|
2815
2845
|
}),
|
|
2816
2846
|
/* @__PURE__ */ d("span", {
|
|
2817
|
-
className:
|
|
2847
|
+
className: Z.chevron,
|
|
2818
2848
|
"aria-hidden": "true"
|
|
2819
2849
|
})
|
|
2820
2850
|
]
|
|
2821
2851
|
}), /* @__PURE__ */ d("div", {
|
|
2822
|
-
className:
|
|
2852
|
+
className: Z.content,
|
|
2823
2853
|
"data-open": c || void 0,
|
|
2824
2854
|
inert: !c || void 0,
|
|
2825
2855
|
children: /* @__PURE__ */ d("div", {
|
|
2826
|
-
className:
|
|
2856
|
+
className: Z.inner,
|
|
2827
2857
|
children: o
|
|
2828
2858
|
})
|
|
2829
2859
|
})]
|
|
@@ -2831,8 +2861,8 @@ function Ri({ title: e, icon: t, titleSuffix: n, defaultOpen: r = !1, isActive:
|
|
|
2831
2861
|
}
|
|
2832
2862
|
//#endregion
|
|
2833
2863
|
//#region src/components/StatusBadge/StatusBadge.tsx
|
|
2834
|
-
function
|
|
2835
|
-
return /* @__PURE__ */ d(
|
|
2864
|
+
function Bi({ status: e, labels: t, variants: n, fallbackLabel: r, fallbackVariant: i = "default", size: a, "data-testid": o }) {
|
|
2865
|
+
return /* @__PURE__ */ d(Fn, {
|
|
2836
2866
|
variant: n[e] ?? i,
|
|
2837
2867
|
size: a,
|
|
2838
2868
|
"data-testid": o,
|
|
@@ -2841,7 +2871,7 @@ function zi({ status: e, labels: t, variants: n, fallbackLabel: r, fallbackVaria
|
|
|
2841
2871
|
}
|
|
2842
2872
|
//#endregion
|
|
2843
2873
|
//#region src/components/UserNotification/NotificationBase.tsx
|
|
2844
|
-
function
|
|
2874
|
+
function Vi({ variant: e, rootClassName: t, contentClassName: n, actionClassName: r, icon: i, action: a, children: o, className: s, "data-testid": c, dismissSlot: l, ariaAtomic: u }) {
|
|
2845
2875
|
let p = e === "error";
|
|
2846
2876
|
return /* @__PURE__ */ f("div", {
|
|
2847
2877
|
className: [t, s].filter(Boolean).join(" "),
|
|
@@ -2851,7 +2881,7 @@ function Bi({ variant: e, rootClassName: t, contentClassName: n, actionClassName
|
|
|
2851
2881
|
"aria-atomic": u ? "true" : void 0,
|
|
2852
2882
|
"data-testid": c,
|
|
2853
2883
|
children: [
|
|
2854
|
-
i && /* @__PURE__ */ d(
|
|
2884
|
+
i && /* @__PURE__ */ d(I, {
|
|
2855
2885
|
name: i,
|
|
2856
2886
|
size: 20,
|
|
2857
2887
|
"aria-hidden": "true"
|
|
@@ -2868,19 +2898,19 @@ function Bi({ variant: e, rootClassName: t, contentClassName: n, actionClassName
|
|
|
2868
2898
|
]
|
|
2869
2899
|
});
|
|
2870
2900
|
}
|
|
2871
|
-
var
|
|
2901
|
+
var Hi = {
|
|
2872
2902
|
statusBanner: "_statusBanner_azeha_2",
|
|
2873
2903
|
content: "_content_azeha_40",
|
|
2874
2904
|
action: "_action_azeha_45"
|
|
2875
2905
|
};
|
|
2876
2906
|
//#endregion
|
|
2877
2907
|
//#region src/components/StatusBanner/StatusBanner.tsx
|
|
2878
|
-
function
|
|
2879
|
-
return /* @__PURE__ */ d(
|
|
2908
|
+
function Ui({ variant: e = "info", icon: t, action: n, children: r, className: i, "data-testid": a }) {
|
|
2909
|
+
return /* @__PURE__ */ d(Vi, {
|
|
2880
2910
|
variant: e,
|
|
2881
|
-
rootClassName:
|
|
2882
|
-
contentClassName:
|
|
2883
|
-
actionClassName:
|
|
2911
|
+
rootClassName: Hi.statusBanner,
|
|
2912
|
+
contentClassName: Hi.content,
|
|
2913
|
+
actionClassName: Hi.action,
|
|
2884
2914
|
icon: t,
|
|
2885
2915
|
action: n,
|
|
2886
2916
|
className: i,
|
|
@@ -2889,60 +2919,64 @@ function Hi({ variant: e = "info", icon: t, action: n, children: r, className: i
|
|
|
2889
2919
|
children: r
|
|
2890
2920
|
});
|
|
2891
2921
|
}
|
|
2892
|
-
var
|
|
2893
|
-
stepper: "
|
|
2894
|
-
button: "
|
|
2895
|
-
|
|
2922
|
+
var Wi = {
|
|
2923
|
+
stepper: "_stepper_tofcg_2",
|
|
2924
|
+
button: "_button_tofcg_13",
|
|
2925
|
+
value: "_value_tofcg_45"
|
|
2896
2926
|
};
|
|
2897
2927
|
//#endregion
|
|
2898
2928
|
//#region src/components/Stepper/Stepper.tsx
|
|
2899
|
-
function
|
|
2900
|
-
let p =
|
|
2929
|
+
function Gi({ value: e, onChange: t, min: n = 0, max: r, step: i = 1, disabled: a = !1, decrementLabel: o = "Decrease", incrementLabel: s = "Increase", className: c, "aria-label": l, "data-testid": u }) {
|
|
2930
|
+
let p = Number.isFinite(i) && i > 0 ? i : 1, m = Number.isFinite(n) ? n : 0, h = r !== void 0 && Number.isFinite(r) ? r : void 0, g = Number.isFinite(e) ? e : m, _ = g <= m, v = h !== void 0 && g >= h;
|
|
2901
2931
|
return /* @__PURE__ */ f("div", {
|
|
2932
|
+
className: R(Wi.stepper, c),
|
|
2902
2933
|
role: "group",
|
|
2903
|
-
"aria-label":
|
|
2904
|
-
className: [Ui.stepper, l].filter(Boolean).join(" "),
|
|
2934
|
+
"aria-label": l,
|
|
2905
2935
|
"data-testid": u,
|
|
2906
2936
|
children: [
|
|
2907
2937
|
/* @__PURE__ */ d("button", {
|
|
2908
2938
|
type: "button",
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2939
|
+
className: Wi.button,
|
|
2940
|
+
onClick: () => {
|
|
2941
|
+
let e = Math.max(m, g - p);
|
|
2942
|
+
e !== g && t(e);
|
|
2943
|
+
},
|
|
2944
|
+
disabled: a || _,
|
|
2945
|
+
"aria-label": o,
|
|
2946
|
+
children: /* @__PURE__ */ d("span", {
|
|
2947
|
+
"aria-hidden": "true",
|
|
2948
|
+
children: "−"
|
|
2917
2949
|
})
|
|
2918
2950
|
}),
|
|
2919
2951
|
/* @__PURE__ */ d("output", {
|
|
2920
|
-
className:
|
|
2952
|
+
className: Wi.value,
|
|
2921
2953
|
"aria-live": "polite",
|
|
2922
|
-
children:
|
|
2954
|
+
children: g
|
|
2923
2955
|
}),
|
|
2924
2956
|
/* @__PURE__ */ d("button", {
|
|
2925
2957
|
type: "button",
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2958
|
+
className: Wi.button,
|
|
2959
|
+
onClick: () => {
|
|
2960
|
+
let e = h === void 0 ? g + p : Math.min(h, g + p);
|
|
2961
|
+
e !== g && t(e);
|
|
2962
|
+
},
|
|
2963
|
+
disabled: a || v,
|
|
2964
|
+
"aria-label": s,
|
|
2965
|
+
children: /* @__PURE__ */ d("span", {
|
|
2966
|
+
"aria-hidden": "true",
|
|
2967
|
+
children: "+"
|
|
2934
2968
|
})
|
|
2935
2969
|
})
|
|
2936
2970
|
]
|
|
2937
2971
|
});
|
|
2938
2972
|
}
|
|
2939
|
-
var
|
|
2973
|
+
var Ki = {
|
|
2940
2974
|
tab: "_tab_1g43g_3",
|
|
2941
2975
|
group: "_group_1g43g_20"
|
|
2942
2976
|
};
|
|
2943
2977
|
//#endregion
|
|
2944
2978
|
//#region src/components/Tab/Tab.tsx
|
|
2945
|
-
function
|
|
2979
|
+
function qi({ tabs: e, label: t, selectedTab: n, size: r = "medium", fullWidth: i = !0, selectedColor: a = "secondary", onChange: o, onTabClick: s, className: u, "data-testid": f }) {
|
|
2946
2980
|
let [p, m] = l(() => e[0]?.value), h = n !== void 0, g = h ? n : p, _ = c(h);
|
|
2947
2981
|
process.env.NODE_ENV !== "production" && _.current !== h && console.error("Tab: `selectedTab` prop changed from %s to %s. A component cannot switch between controlled and uncontrolled modes.", _.current ? "controlled" : "uncontrolled", h ? "controlled" : "uncontrolled");
|
|
2948
2982
|
let v = e.map((e) => ({
|
|
@@ -2953,13 +2987,13 @@ function Ki({ tabs: e, label: t, selectedTab: n, size: r = "medium", fullWidth:
|
|
|
2953
2987
|
"data-testid": e["data-testid"]
|
|
2954
2988
|
}));
|
|
2955
2989
|
return /* @__PURE__ */ d("div", {
|
|
2956
|
-
className: [
|
|
2990
|
+
className: [Ki.tab, u].filter(Boolean).join(" "),
|
|
2957
2991
|
"data-size": r,
|
|
2958
2992
|
"data-full-width": i ? "" : void 0,
|
|
2959
2993
|
"data-selected-color": a,
|
|
2960
2994
|
"data-testid": f,
|
|
2961
|
-
children: /* @__PURE__ */ d(
|
|
2962
|
-
className:
|
|
2995
|
+
children: /* @__PURE__ */ d(Br, {
|
|
2996
|
+
className: Ki.group,
|
|
2963
2997
|
label: t,
|
|
2964
2998
|
options: v,
|
|
2965
2999
|
selectedButton: g,
|
|
@@ -2976,19 +3010,19 @@ function Ki({ tabs: e, label: t, selectedTab: n, size: r = "medium", fullWidth:
|
|
|
2976
3010
|
})
|
|
2977
3011
|
});
|
|
2978
3012
|
}
|
|
2979
|
-
var
|
|
3013
|
+
var Ji = { tabbar: "_tabbar_qy5zr_2" };
|
|
2980
3014
|
//#endregion
|
|
2981
3015
|
//#region src/components/TabBar/TabBar.tsx
|
|
2982
|
-
function
|
|
3016
|
+
function Yi({ variant: e = "default", children: t, "data-testid": n }) {
|
|
2983
3017
|
return /* @__PURE__ */ d("div", {
|
|
2984
|
-
className:
|
|
3018
|
+
className: Ji.tabbar,
|
|
2985
3019
|
role: "tablist",
|
|
2986
3020
|
"data-variant": e,
|
|
2987
3021
|
"data-testid": n,
|
|
2988
3022
|
children: t
|
|
2989
3023
|
});
|
|
2990
3024
|
}
|
|
2991
|
-
var
|
|
3025
|
+
var Xi = {
|
|
2992
3026
|
tabs: "_tabs_zujvo_2",
|
|
2993
3027
|
tabList: "_tabList_zujvo_8",
|
|
2994
3028
|
tab: "_tab_zujvo_2",
|
|
@@ -2996,7 +3030,7 @@ var Yi = {
|
|
|
2996
3030
|
};
|
|
2997
3031
|
//#endregion
|
|
2998
3032
|
//#region src/components/Tabs/Tabs.tsx
|
|
2999
|
-
function
|
|
3033
|
+
function Zi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange: i, "data-testid": a }) {
|
|
3000
3034
|
let [o, s] = l(t ?? e[0]?.id ?? ""), u = n !== void 0, p = u ? n : o, m = c(/* @__PURE__ */ new Map()), h = c(u);
|
|
3001
3035
|
process.env.NODE_ENV !== "production" && h.current !== u && console.error("Tabs: `activeTab` prop changed from %s to %s. A component cannot switch between controlled and uncontrolled modes.", h.current ? "controlled" : "uncontrolled", u ? "controlled" : "uncontrolled");
|
|
3002
3036
|
let g = (e) => {
|
|
@@ -3006,10 +3040,10 @@ function Xi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange:
|
|
|
3006
3040
|
t.key === "ArrowRight" ? (t.preventDefault(), a = r[(i + 1) % r.length]) : t.key === "ArrowLeft" ? (t.preventDefault(), a = r[(i - 1 + r.length) % r.length]) : t.key === "Home" ? (t.preventDefault(), a = r[0]) : t.key === "End" && (t.preventDefault(), a = r[r.length - 1]), a && (g(a), m.current.get(a)?.focus());
|
|
3007
3041
|
}, v = e.find((e) => e.id === p)?.content;
|
|
3008
3042
|
return /* @__PURE__ */ f("div", {
|
|
3009
|
-
className:
|
|
3043
|
+
className: Xi.tabs,
|
|
3010
3044
|
"data-testid": a,
|
|
3011
3045
|
children: [/* @__PURE__ */ d("div", {
|
|
3012
|
-
className:
|
|
3046
|
+
className: Xi.tabList,
|
|
3013
3047
|
role: "tablist",
|
|
3014
3048
|
"aria-label": r,
|
|
3015
3049
|
children: e.map((e, t) => /* @__PURE__ */ d("button", {
|
|
@@ -3021,7 +3055,7 @@ function Xi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange:
|
|
|
3021
3055
|
"aria-selected": e.id === p,
|
|
3022
3056
|
"aria-controls": v == null ? void 0 : `panel-${p}`,
|
|
3023
3057
|
id: `tab-${e.id}`,
|
|
3024
|
-
className:
|
|
3058
|
+
className: Xi.tab,
|
|
3025
3059
|
"data-active": e.id === p || void 0,
|
|
3026
3060
|
disabled: e.disabled,
|
|
3027
3061
|
tabIndex: e.id === p ? 0 : -1,
|
|
@@ -3033,25 +3067,25 @@ function Xi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange:
|
|
|
3033
3067
|
role: "tabpanel",
|
|
3034
3068
|
id: `panel-${p}`,
|
|
3035
3069
|
"aria-labelledby": `tab-${p}`,
|
|
3036
|
-
className:
|
|
3070
|
+
className: Xi.panel,
|
|
3037
3071
|
children: v
|
|
3038
3072
|
})]
|
|
3039
3073
|
});
|
|
3040
3074
|
}
|
|
3041
|
-
var
|
|
3075
|
+
var Qi = { textarea: "_textarea_1vuas_2" };
|
|
3042
3076
|
//#endregion
|
|
3043
3077
|
//#region src/components/Textarea/Textarea.tsx
|
|
3044
|
-
function
|
|
3078
|
+
function $i({ error: e, className: t, rows: n = 3, ref: r, ...i }) {
|
|
3045
3079
|
return /* @__PURE__ */ d("textarea", {
|
|
3046
3080
|
ref: r,
|
|
3047
3081
|
rows: n,
|
|
3048
|
-
className: [
|
|
3082
|
+
className: [Qi.textarea, t].filter(Boolean).join(" "),
|
|
3049
3083
|
"data-error": e ? "" : void 0,
|
|
3050
3084
|
"aria-invalid": e || void 0,
|
|
3051
3085
|
...i
|
|
3052
3086
|
});
|
|
3053
3087
|
}
|
|
3054
|
-
var
|
|
3088
|
+
var Q = {
|
|
3055
3089
|
input: "_input_8nxer_3",
|
|
3056
3090
|
root: "_root_8nxer_65",
|
|
3057
3091
|
field: "_field_8nxer_74",
|
|
@@ -3065,26 +3099,26 @@ var Z = {
|
|
|
3065
3099
|
meta: "_meta_8nxer_224",
|
|
3066
3100
|
messages: "_messages_8nxer_235",
|
|
3067
3101
|
error: "_error_8nxer_273"
|
|
3068
|
-
},
|
|
3102
|
+
}, ea = {
|
|
3069
3103
|
success: "success-filled-green",
|
|
3070
3104
|
warning: "warning-outline",
|
|
3071
3105
|
error: "error-filled-red"
|
|
3072
|
-
},
|
|
3106
|
+
}, ta = {
|
|
3073
3107
|
small: 16,
|
|
3074
3108
|
medium: 20,
|
|
3075
3109
|
large: 24
|
|
3076
3110
|
};
|
|
3077
|
-
function
|
|
3111
|
+
function na(e, t) {
|
|
3078
3112
|
return e === void 0 ? t ? "error" : "default" : e;
|
|
3079
3113
|
}
|
|
3080
|
-
var
|
|
3114
|
+
var ra = t(function({ size: e = "medium", error: t = !1, showPasswordToggle: n = !1, label: i, required: s = !1, validationState: u, errorMessage: p, helperText: m, helperTextAlign: h = "right", prefixIcon: g, suffixIcon: _, clearable: v = !1, onClear: y, clearLabel: b = "Limpiar", showPasswordLabel: x = "Mostrar contraseña", hidePasswordLabel: S = "Ocultar contraseña", showCounter: C = !1, showValidationIcon: w = !0, fullWidth: T = !1, className: E, type: D = "text", id: O, value: k, onChange: A, disabled: j, readOnly: M, maxLength: ee, "aria-label": te, "aria-describedby": ne, "data-testid": re, ...ie }, ae) {
|
|
3081
3115
|
let oe = a(), se = O ?? oe, N = c(null);
|
|
3082
3116
|
o(ae, () => N.current, []);
|
|
3083
|
-
let [
|
|
3117
|
+
let [P, ce] = l(!1), le = D === "password", ue = le && P ? "text" : D, de = na(u, t), fe = de === "error", pe = fe ? p : void 0, F = !!pe, me = !!m && !F, he = me ? `${se}-helper` : void 0, ge = F ? `${se}-error` : void 0, _e = [
|
|
3084
3118
|
ne,
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
].filter(Boolean).join(" ") || void 0,
|
|
3119
|
+
he,
|
|
3120
|
+
ge
|
|
3121
|
+
].filter(Boolean).join(" ") || void 0, ve = typeof k == "string" || typeof k == "number" ? `${k}`.length > 0 : !1, ye = typeof k == "string" || typeof k == "number" ? `${k}`.length : 0, be = v && !!A && ve && !j && !M && !le, xe = le && n, Se = w && de !== "default" ? ea[de] : void 0, Ce = !!_ && !be && !xe, we = C || typeof ee == "number", Te = me || F || we, Ee = ta[e], De = r(() => {
|
|
3088
3122
|
if (j || M) return;
|
|
3089
3123
|
let e = N.current;
|
|
3090
3124
|
e && A && ((Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, "value")?.set)?.call(e, ""), e.dispatchEvent(new Event("input", { bubbles: !0 }))), y?.(), N.current?.focus();
|
|
@@ -3093,119 +3127,119 @@ var na = t(function({ size: e = "medium", error: t = !1, showPasswordToggle: n =
|
|
|
3093
3127
|
M,
|
|
3094
3128
|
A,
|
|
3095
3129
|
y
|
|
3096
|
-
]),
|
|
3130
|
+
]), Oe = !!i || Te || !!g || Ce || be || xe || !!Se || T, ke = /* @__PURE__ */ d("input", {
|
|
3097
3131
|
ref: N,
|
|
3098
3132
|
id: se,
|
|
3099
|
-
className:
|
|
3100
|
-
type:
|
|
3133
|
+
className: Oe ? Q.input : [Q.input, E].filter(Boolean).join(" "),
|
|
3134
|
+
type: ue,
|
|
3101
3135
|
value: k,
|
|
3102
3136
|
onChange: A,
|
|
3103
3137
|
disabled: j,
|
|
3104
3138
|
readOnly: M,
|
|
3105
3139
|
required: s,
|
|
3106
3140
|
maxLength: ee,
|
|
3107
|
-
"data-error":
|
|
3141
|
+
"data-error": fe ? "" : void 0,
|
|
3108
3142
|
"data-size": e,
|
|
3109
|
-
"aria-invalid":
|
|
3143
|
+
"aria-invalid": fe || void 0,
|
|
3110
3144
|
"aria-required": s || void 0,
|
|
3111
|
-
"aria-describedby":
|
|
3145
|
+
"aria-describedby": _e,
|
|
3112
3146
|
"aria-label": i ? void 0 : te,
|
|
3113
|
-
"data-testid":
|
|
3147
|
+
"data-testid": Oe ? void 0 : re,
|
|
3114
3148
|
...ie
|
|
3115
3149
|
});
|
|
3116
|
-
return
|
|
3117
|
-
className: [
|
|
3150
|
+
return Oe ? /* @__PURE__ */ f("div", {
|
|
3151
|
+
className: [Q.root, E].filter(Boolean).join(" "),
|
|
3118
3152
|
"data-size": e,
|
|
3119
|
-
"data-status":
|
|
3153
|
+
"data-status": de,
|
|
3120
3154
|
"data-disabled": j || void 0,
|
|
3121
3155
|
"data-full-width": T || void 0,
|
|
3122
3156
|
"data-testid": re,
|
|
3123
3157
|
children: [
|
|
3124
3158
|
i && /* @__PURE__ */ f("label", {
|
|
3125
3159
|
htmlFor: se,
|
|
3126
|
-
className:
|
|
3160
|
+
className: Q.label,
|
|
3127
3161
|
children: [/* @__PURE__ */ d("span", { children: i }), s && /* @__PURE__ */ d("span", {
|
|
3128
|
-
className:
|
|
3162
|
+
className: Q.required,
|
|
3129
3163
|
"aria-hidden": "true",
|
|
3130
3164
|
children: "*"
|
|
3131
3165
|
})]
|
|
3132
3166
|
}),
|
|
3133
3167
|
/* @__PURE__ */ f("div", {
|
|
3134
|
-
className:
|
|
3168
|
+
className: Q.field,
|
|
3135
3169
|
children: [
|
|
3136
|
-
g && /* @__PURE__ */ d(
|
|
3170
|
+
g && /* @__PURE__ */ d(I, {
|
|
3137
3171
|
name: g,
|
|
3138
|
-
size:
|
|
3172
|
+
size: Ee,
|
|
3139
3173
|
"aria-hidden": "true",
|
|
3140
|
-
className:
|
|
3174
|
+
className: Q.adornment
|
|
3141
3175
|
}),
|
|
3142
|
-
|
|
3143
|
-
|
|
3176
|
+
ke,
|
|
3177
|
+
be && /* @__PURE__ */ d("button", {
|
|
3144
3178
|
type: "button",
|
|
3145
|
-
className:
|
|
3179
|
+
className: Q.actionButton,
|
|
3146
3180
|
"aria-label": b,
|
|
3147
|
-
onClick:
|
|
3148
|
-
children: /* @__PURE__ */ d(
|
|
3181
|
+
onClick: De,
|
|
3182
|
+
children: /* @__PURE__ */ d(I, {
|
|
3149
3183
|
name: "close-outline",
|
|
3150
3184
|
size: 16,
|
|
3151
3185
|
"aria-hidden": "true"
|
|
3152
3186
|
})
|
|
3153
3187
|
}),
|
|
3154
|
-
|
|
3188
|
+
xe && /* @__PURE__ */ d("button", {
|
|
3155
3189
|
type: "button",
|
|
3156
|
-
className:
|
|
3157
|
-
"aria-label":
|
|
3158
|
-
"aria-pressed":
|
|
3190
|
+
className: Q.actionButton,
|
|
3191
|
+
"aria-label": P ? S : x,
|
|
3192
|
+
"aria-pressed": P,
|
|
3159
3193
|
disabled: j,
|
|
3160
|
-
onClick: () =>
|
|
3161
|
-
children: /* @__PURE__ */ d(
|
|
3162
|
-
name:
|
|
3163
|
-
size:
|
|
3194
|
+
onClick: () => ce((e) => !e),
|
|
3195
|
+
children: /* @__PURE__ */ d(I, {
|
|
3196
|
+
name: P ? "eye-open-outline" : "eye-closed-outline",
|
|
3197
|
+
size: Ee,
|
|
3164
3198
|
"aria-hidden": "true"
|
|
3165
3199
|
})
|
|
3166
3200
|
}),
|
|
3167
|
-
|
|
3201
|
+
Ce && _ && /* @__PURE__ */ d(I, {
|
|
3168
3202
|
name: _,
|
|
3169
|
-
size:
|
|
3203
|
+
size: Ee,
|
|
3170
3204
|
"aria-hidden": "true",
|
|
3171
|
-
className:
|
|
3205
|
+
className: Q.adornment
|
|
3172
3206
|
}),
|
|
3173
|
-
|
|
3174
|
-
name:
|
|
3175
|
-
size:
|
|
3207
|
+
Se && /* @__PURE__ */ d(I, {
|
|
3208
|
+
name: Se,
|
|
3209
|
+
size: Ee,
|
|
3176
3210
|
"aria-hidden": "true",
|
|
3177
|
-
className:
|
|
3211
|
+
className: Q.statusIcon
|
|
3178
3212
|
})
|
|
3179
3213
|
]
|
|
3180
3214
|
}),
|
|
3181
|
-
|
|
3182
|
-
className:
|
|
3215
|
+
Te && /* @__PURE__ */ f("div", {
|
|
3216
|
+
className: Q.meta,
|
|
3183
3217
|
"data-helper-align": h,
|
|
3184
|
-
"data-has-both": (
|
|
3185
|
-
children: [(
|
|
3186
|
-
className:
|
|
3187
|
-
children: [
|
|
3188
|
-
id:
|
|
3189
|
-
className:
|
|
3218
|
+
"data-has-both": (me || F) && we ? "" : void 0,
|
|
3219
|
+
children: [(me || F) && /* @__PURE__ */ f("div", {
|
|
3220
|
+
className: Q.messages,
|
|
3221
|
+
children: [me && /* @__PURE__ */ d("p", {
|
|
3222
|
+
id: he,
|
|
3223
|
+
className: Q.helper,
|
|
3190
3224
|
children: m
|
|
3191
|
-
}),
|
|
3192
|
-
id:
|
|
3193
|
-
className:
|
|
3225
|
+
}), F && /* @__PURE__ */ d("p", {
|
|
3226
|
+
id: ge,
|
|
3227
|
+
className: Q.error,
|
|
3194
3228
|
role: "alert",
|
|
3195
3229
|
"aria-live": "polite",
|
|
3196
|
-
children:
|
|
3230
|
+
children: pe
|
|
3197
3231
|
})]
|
|
3198
|
-
}),
|
|
3199
|
-
className:
|
|
3200
|
-
children: [
|
|
3232
|
+
}), we && /* @__PURE__ */ f("span", {
|
|
3233
|
+
className: Q.counter,
|
|
3234
|
+
children: [ye, typeof ee == "number" && `/${ee}`]
|
|
3201
3235
|
})]
|
|
3202
3236
|
})
|
|
3203
3237
|
]
|
|
3204
|
-
}) :
|
|
3238
|
+
}) : ke;
|
|
3205
3239
|
});
|
|
3206
3240
|
//#endregion
|
|
3207
3241
|
//#region src/components/ThemeGate/ThemeGate.tsx
|
|
3208
|
-
function
|
|
3242
|
+
function ia({ theme: e, children: t, className: n, "data-testid": r }) {
|
|
3209
3243
|
return /* @__PURE__ */ d("div", {
|
|
3210
3244
|
"data-theme": e,
|
|
3211
3245
|
className: n,
|
|
@@ -3213,49 +3247,49 @@ function ra({ theme: e, children: t, className: n, "data-testid": r }) {
|
|
|
3213
3247
|
children: t
|
|
3214
3248
|
});
|
|
3215
3249
|
}
|
|
3216
|
-
var
|
|
3250
|
+
var aa = {
|
|
3217
3251
|
container: "_container_18wzq_2",
|
|
3218
3252
|
toast: "_toast_18wzq_22",
|
|
3219
3253
|
"ds-toast-enter": "_ds-toast-enter_18wzq_1",
|
|
3220
3254
|
toastMessage: "_toastMessage_18wzq_61",
|
|
3221
3255
|
dismissButton: "_dismissButton_18wzq_65"
|
|
3222
|
-
},
|
|
3223
|
-
function
|
|
3224
|
-
for (let e of
|
|
3256
|
+
}, oa = [], sa = /* @__PURE__ */ new Set(), ca = 0;
|
|
3257
|
+
function la() {
|
|
3258
|
+
for (let e of sa) e([...oa]);
|
|
3225
3259
|
}
|
|
3226
|
-
function
|
|
3227
|
-
let t = `toast-${++
|
|
3228
|
-
return
|
|
3260
|
+
function ua(e) {
|
|
3261
|
+
let t = `toast-${++ca}-${Date.now()}`;
|
|
3262
|
+
return oa = [...oa, {
|
|
3229
3263
|
id: t,
|
|
3230
3264
|
message: e.message,
|
|
3231
3265
|
variant: e.variant ?? "info",
|
|
3232
3266
|
duration: e.duration,
|
|
3233
3267
|
dismissible: e.dismissible,
|
|
3234
3268
|
"data-testid": e["data-testid"]
|
|
3235
|
-
}],
|
|
3269
|
+
}], la(), t;
|
|
3236
3270
|
}
|
|
3237
|
-
function
|
|
3238
|
-
|
|
3271
|
+
function da(e) {
|
|
3272
|
+
oa = oa.filter((t) => t.id !== e), la();
|
|
3239
3273
|
}
|
|
3240
|
-
function
|
|
3241
|
-
let [e, t] = l(
|
|
3274
|
+
function fa() {
|
|
3275
|
+
let [e, t] = l(oa), n = c(!0);
|
|
3242
3276
|
return i(() => {
|
|
3243
3277
|
n.current = !0;
|
|
3244
3278
|
let e = (e) => {
|
|
3245
3279
|
n.current && t(e);
|
|
3246
3280
|
};
|
|
3247
|
-
return
|
|
3248
|
-
n.current = !1,
|
|
3281
|
+
return sa.add(e), () => {
|
|
3282
|
+
n.current = !1, sa.delete(e);
|
|
3249
3283
|
};
|
|
3250
3284
|
}, []), {
|
|
3251
3285
|
toasts: e,
|
|
3252
|
-
addToast: r((e) =>
|
|
3253
|
-
dismissToast: r((e) =>
|
|
3286
|
+
addToast: r((e) => ua(e), []),
|
|
3287
|
+
dismissToast: r((e) => da(e), [])
|
|
3254
3288
|
};
|
|
3255
3289
|
}
|
|
3256
3290
|
//#endregion
|
|
3257
3291
|
//#region src/components/Toast/Toast.tsx
|
|
3258
|
-
function
|
|
3292
|
+
function pa({ toast: e, onDismiss: t, dismissLabel: n = "Cerrar notificación" }) {
|
|
3259
3293
|
let { id: r, message: a, variant: o, duration: s = 4e3, dismissible: l = !0, "data-testid": u } = e, p = c(void 0);
|
|
3260
3294
|
return i(() => (p.current = setTimeout(() => {
|
|
3261
3295
|
t(r);
|
|
@@ -3266,35 +3300,35 @@ function fa({ toast: e, onDismiss: t, dismissLabel: n = "Cerrar notificación" }
|
|
|
3266
3300
|
s,
|
|
3267
3301
|
t
|
|
3268
3302
|
]), /* @__PURE__ */ f("div", {
|
|
3269
|
-
className:
|
|
3303
|
+
className: aa.toast,
|
|
3270
3304
|
"data-variant": o,
|
|
3271
3305
|
role: o === "error" || o === "warning" ? "alert" : "status",
|
|
3272
3306
|
"aria-atomic": "true",
|
|
3273
3307
|
"data-testid": u,
|
|
3274
3308
|
children: [/* @__PURE__ */ d("span", {
|
|
3275
|
-
className:
|
|
3309
|
+
className: aa.toastMessage,
|
|
3276
3310
|
children: a
|
|
3277
|
-
}), l && /* @__PURE__ */ d(
|
|
3278
|
-
className:
|
|
3311
|
+
}), l && /* @__PURE__ */ d(cr, {
|
|
3312
|
+
className: aa.dismissButton,
|
|
3279
3313
|
onClick: () => t(r),
|
|
3280
3314
|
label: n,
|
|
3281
3315
|
size: 14
|
|
3282
3316
|
})]
|
|
3283
3317
|
});
|
|
3284
3318
|
}
|
|
3285
|
-
function
|
|
3286
|
-
let { toasts: n, dismissToast: r } =
|
|
3319
|
+
function ma({ notificationsLabel: e = "Notificaciones", dismissLabel: t }) {
|
|
3320
|
+
let { toasts: n, dismissToast: r } = fa();
|
|
3287
3321
|
return typeof document > "u" ? null : j(/* @__PURE__ */ d("section", {
|
|
3288
|
-
className:
|
|
3322
|
+
className: aa.container,
|
|
3289
3323
|
"aria-label": e,
|
|
3290
|
-
children: n.map((e) => /* @__PURE__ */ d(
|
|
3324
|
+
children: n.map((e) => /* @__PURE__ */ d(pa, {
|
|
3291
3325
|
toast: e,
|
|
3292
3326
|
onDismiss: r,
|
|
3293
3327
|
dismissLabel: t
|
|
3294
3328
|
}, e.id))
|
|
3295
3329
|
}), document.body);
|
|
3296
3330
|
}
|
|
3297
|
-
var
|
|
3331
|
+
var ha = {
|
|
3298
3332
|
wrapper: "_wrapper_1hq4w_2",
|
|
3299
3333
|
input: "_input_1hq4w_9",
|
|
3300
3334
|
track: "_track_1hq4w_29",
|
|
@@ -3303,10 +3337,10 @@ var ma = {
|
|
|
3303
3337
|
};
|
|
3304
3338
|
//#endregion
|
|
3305
3339
|
//#region src/components/Toggle/Toggle.tsx
|
|
3306
|
-
function
|
|
3340
|
+
function ga({ label: e, size: t = "medium", className: n, id: r, ref: i, "data-testid": a, ...o }) {
|
|
3307
3341
|
let s = r ?? `toggle-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
|
|
3308
3342
|
return /* @__PURE__ */ f("label", {
|
|
3309
|
-
className:
|
|
3343
|
+
className: ha.wrapper,
|
|
3310
3344
|
"data-size": t,
|
|
3311
3345
|
htmlFor: s,
|
|
3312
3346
|
"data-testid": a,
|
|
@@ -3317,55 +3351,55 @@ function ha({ label: e, size: t = "medium", className: n, id: r, ref: i, "data-t
|
|
|
3317
3351
|
role: "switch",
|
|
3318
3352
|
"aria-checked": o.checked ?? !1,
|
|
3319
3353
|
id: s,
|
|
3320
|
-
className:
|
|
3354
|
+
className: ha.input,
|
|
3321
3355
|
...o
|
|
3322
3356
|
}),
|
|
3323
3357
|
/* @__PURE__ */ d("span", {
|
|
3324
|
-
className:
|
|
3358
|
+
className: ha.track,
|
|
3325
3359
|
"aria-hidden": "true",
|
|
3326
|
-
children: /* @__PURE__ */ d("span", { className:
|
|
3360
|
+
children: /* @__PURE__ */ d("span", { className: ha.thumb })
|
|
3327
3361
|
}),
|
|
3328
3362
|
e && /* @__PURE__ */ d("span", {
|
|
3329
|
-
className:
|
|
3363
|
+
className: ha.label,
|
|
3330
3364
|
children: e
|
|
3331
3365
|
})
|
|
3332
3366
|
]
|
|
3333
3367
|
});
|
|
3334
3368
|
}
|
|
3335
|
-
var
|
|
3369
|
+
var _a = {
|
|
3336
3370
|
trigger: "_trigger_wx3tb_2",
|
|
3337
3371
|
tooltip: "_tooltip_wx3tb_7"
|
|
3338
|
-
},
|
|
3339
|
-
function
|
|
3372
|
+
}, va = 8;
|
|
3373
|
+
function ya(e, t) {
|
|
3340
3374
|
switch (t) {
|
|
3341
3375
|
case "top": return {
|
|
3342
|
-
top: e.top -
|
|
3376
|
+
top: e.top - va,
|
|
3343
3377
|
left: e.left + e.width / 2
|
|
3344
3378
|
};
|
|
3345
3379
|
case "bottom": return {
|
|
3346
|
-
top: e.bottom +
|
|
3380
|
+
top: e.bottom + va,
|
|
3347
3381
|
left: e.left + e.width / 2
|
|
3348
3382
|
};
|
|
3349
3383
|
case "left": return {
|
|
3350
3384
|
top: e.top + e.height / 2,
|
|
3351
|
-
left: e.left -
|
|
3385
|
+
left: e.left - va
|
|
3352
3386
|
};
|
|
3353
3387
|
case "right": return {
|
|
3354
3388
|
top: e.top + e.height / 2,
|
|
3355
|
-
left: e.right +
|
|
3389
|
+
left: e.right + va
|
|
3356
3390
|
};
|
|
3357
3391
|
}
|
|
3358
3392
|
}
|
|
3359
|
-
function
|
|
3393
|
+
function ba({ content: e, children: t, placement: n = "top", "data-testid": i }) {
|
|
3360
3394
|
let [o, s] = l(!1), [p, m] = l({
|
|
3361
3395
|
top: 0,
|
|
3362
3396
|
left: 0
|
|
3363
3397
|
}), h = c(null), g = a(), _ = r(() => {
|
|
3364
|
-
h.current && (m(
|
|
3398
|
+
h.current && (m(ya(h.current.getBoundingClientRect(), n)), s(!0));
|
|
3365
3399
|
}, [n]), v = r(() => s(!1), []);
|
|
3366
3400
|
return /* @__PURE__ */ f(u, { children: [/* @__PURE__ */ d("span", {
|
|
3367
3401
|
ref: h,
|
|
3368
|
-
className:
|
|
3402
|
+
className: _a.trigger,
|
|
3369
3403
|
"aria-describedby": o ? g : void 0,
|
|
3370
3404
|
onMouseEnter: _,
|
|
3371
3405
|
onMouseLeave: v,
|
|
@@ -3376,7 +3410,7 @@ function ya({ content: e, children: t, placement: n = "top", "data-testid": i })
|
|
|
3376
3410
|
}), o && typeof document < "u" && j(/* @__PURE__ */ d("div", {
|
|
3377
3411
|
id: g,
|
|
3378
3412
|
role: "tooltip",
|
|
3379
|
-
className:
|
|
3413
|
+
className: _a.tooltip,
|
|
3380
3414
|
"data-placement": n,
|
|
3381
3415
|
style: {
|
|
3382
3416
|
top: p.top,
|
|
@@ -3385,7 +3419,7 @@ function ya({ content: e, children: t, placement: n = "top", "data-testid": i })
|
|
|
3385
3419
|
children: e
|
|
3386
3420
|
}), document.body)] });
|
|
3387
3421
|
}
|
|
3388
|
-
var
|
|
3422
|
+
var $ = {
|
|
3389
3423
|
treeItem: "_treeItem_164yx_2",
|
|
3390
3424
|
content: "_content_164yx_7",
|
|
3391
3425
|
childrenSlot: "_childrenSlot_164yx_19",
|
|
@@ -3400,29 +3434,29 @@ var Q = {
|
|
|
3400
3434
|
};
|
|
3401
3435
|
//#endregion
|
|
3402
3436
|
//#region src/components/TreeItem/TreeItem.tsx
|
|
3403
|
-
function
|
|
3437
|
+
function xa(e) {
|
|
3404
3438
|
return e ? "" : void 0;
|
|
3405
3439
|
}
|
|
3406
|
-
function
|
|
3440
|
+
function Sa(e) {
|
|
3407
3441
|
return [
|
|
3408
3442
|
"INPUT",
|
|
3409
3443
|
"TEXTAREA",
|
|
3410
3444
|
"SELECT"
|
|
3411
3445
|
].includes(e.tagName) || e.isContentEditable;
|
|
3412
3446
|
}
|
|
3413
|
-
function
|
|
3447
|
+
function Ca(e, t, n) {
|
|
3414
3448
|
return e === "ArrowRight" ? t && !n : e === "ArrowLeft" ? t && n : !1;
|
|
3415
3449
|
}
|
|
3416
|
-
function
|
|
3417
|
-
if (!(t.disabled ||
|
|
3450
|
+
function wa(e, t, n, r, i, a, o) {
|
|
3451
|
+
if (!(t.disabled || Sa(e.target))) {
|
|
3418
3452
|
if (e.key === "Enter" || e.key === " ") {
|
|
3419
3453
|
e.preventDefault(), n ? a(t.id) : i && o(t.id);
|
|
3420
3454
|
return;
|
|
3421
3455
|
}
|
|
3422
|
-
|
|
3456
|
+
Ca(e.key, n, r) && (e.preventDefault(), a(t.id));
|
|
3423
3457
|
}
|
|
3424
3458
|
}
|
|
3425
|
-
function
|
|
3459
|
+
function Ta(e, t, n, r, i, a, o, s, c) {
|
|
3426
3460
|
return {
|
|
3427
3461
|
handleDragStart(n) {
|
|
3428
3462
|
if (!r.current) {
|
|
@@ -3466,25 +3500,25 @@ function Ca(e, t, n, r, i, a, o, s, c) {
|
|
|
3466
3500
|
}
|
|
3467
3501
|
};
|
|
3468
3502
|
}
|
|
3469
|
-
function
|
|
3503
|
+
function Ea({ item: e, level: t, selectable: n, selected: r, prefixSlot: i, labelSlot: a, metaSlot: o, suffixSlot: s, onToggleSelect: c }) {
|
|
3470
3504
|
return /* @__PURE__ */ f(u, { children: [
|
|
3471
|
-
n && /* @__PURE__ */ d(
|
|
3505
|
+
n && /* @__PURE__ */ d(Jn, {
|
|
3472
3506
|
checked: r,
|
|
3473
3507
|
disabled: e.disabled,
|
|
3474
|
-
className:
|
|
3508
|
+
className: $.checkbox,
|
|
3475
3509
|
onChange: () => !e.disabled && c(e.id)
|
|
3476
3510
|
}),
|
|
3477
3511
|
i?.(e, t),
|
|
3478
3512
|
/* @__PURE__ */ f("div", {
|
|
3479
|
-
className:
|
|
3513
|
+
className: $.slotsWrapper,
|
|
3480
3514
|
children: [
|
|
3481
3515
|
a ? a(e, t) : /* @__PURE__ */ d("span", {
|
|
3482
|
-
className:
|
|
3516
|
+
className: $.label,
|
|
3483
3517
|
"data-testid": "tree-item-label",
|
|
3484
3518
|
children: e.label
|
|
3485
3519
|
}),
|
|
3486
3520
|
o ? o(e, t) : e.meta && /* @__PURE__ */ d("span", {
|
|
3487
|
-
className:
|
|
3521
|
+
className: $.meta,
|
|
3488
3522
|
children: e.meta
|
|
3489
3523
|
}),
|
|
3490
3524
|
s?.(e, t)
|
|
@@ -3492,19 +3526,19 @@ function wa({ item: e, level: t, selectable: n, selected: r, prefixSlot: i, labe
|
|
|
3492
3526
|
})
|
|
3493
3527
|
] });
|
|
3494
3528
|
}
|
|
3495
|
-
function
|
|
3496
|
-
let O = c(!1), k = (t) =>
|
|
3529
|
+
function Da({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggable: i = !1, selectable: a = !1, hasChildren: o = !1, indentSize: s = 24, parentId: l = null, bordered: u = !1, flatIndex: p = 0, striped: m = !1, onToggleExpand: h, onToggleSelect: g, onDragStart: _, onDragEnd: v, onDragOver: y, onDragLeave: b, onDrop: x, children: S, "data-testid": C, labelSlot: w, metaSlot: T, prefixSlot: E, suffixSlot: D }) {
|
|
3530
|
+
let O = c(!1), k = (t) => wa(t, e, o, n, a, h, g), A = Ta(e, l, i, O, _, v, y, b, x);
|
|
3497
3531
|
return /* @__PURE__ */ f("div", {
|
|
3498
|
-
className:
|
|
3532
|
+
className: $.treeItem,
|
|
3499
3533
|
style: { "--tree-item-indent": `${t * s}px` },
|
|
3500
3534
|
"data-level": t,
|
|
3501
|
-
"data-expanded":
|
|
3502
|
-
"data-selected":
|
|
3503
|
-
"data-disabled":
|
|
3504
|
-
"data-has-children":
|
|
3505
|
-
"data-bordered":
|
|
3506
|
-
"data-striped":
|
|
3507
|
-
"data-odd-row":
|
|
3535
|
+
"data-expanded": xa(n),
|
|
3536
|
+
"data-selected": xa(r),
|
|
3537
|
+
"data-disabled": xa(e.disabled),
|
|
3538
|
+
"data-has-children": xa(o),
|
|
3539
|
+
"data-bordered": xa(u),
|
|
3540
|
+
"data-striped": xa(m),
|
|
3541
|
+
"data-odd-row": xa(m && p % 2 == 1),
|
|
3508
3542
|
"data-testid": C,
|
|
3509
3543
|
role: "treeitem",
|
|
3510
3544
|
"aria-level": t + 1,
|
|
@@ -3517,7 +3551,7 @@ function Ta({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
|
|
|
3517
3551
|
O.current = !1;
|
|
3518
3552
|
},
|
|
3519
3553
|
children: [/* @__PURE__ */ f("div", {
|
|
3520
|
-
className:
|
|
3554
|
+
className: $.content,
|
|
3521
3555
|
draggable: i && !e.disabled,
|
|
3522
3556
|
onDragStart: A.handleDragStart,
|
|
3523
3557
|
onDragEnd: A.handleDragEnd,
|
|
@@ -3526,7 +3560,7 @@ function Ta({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
|
|
|
3526
3560
|
onDrop: A.handleDrop,
|
|
3527
3561
|
children: [
|
|
3528
3562
|
i && /* @__PURE__ */ d("span", {
|
|
3529
|
-
className:
|
|
3563
|
+
className: $.dragHandle,
|
|
3530
3564
|
"data-testid": "tree-item-drag-handle",
|
|
3531
3565
|
"aria-hidden": "true",
|
|
3532
3566
|
onMouseDown: (e) => {
|
|
@@ -3535,16 +3569,16 @@ function Ta({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
|
|
|
3535
3569
|
onTouchStart: (e) => {
|
|
3536
3570
|
e.stopPropagation(), O.current = !0;
|
|
3537
3571
|
},
|
|
3538
|
-
children: /* @__PURE__ */ d(
|
|
3572
|
+
children: /* @__PURE__ */ d(I, {
|
|
3539
3573
|
name: "drag-handle-outline",
|
|
3540
3574
|
size: 18
|
|
3541
3575
|
})
|
|
3542
3576
|
}),
|
|
3543
3577
|
/* @__PURE__ */ d("div", {
|
|
3544
|
-
className:
|
|
3578
|
+
className: $.indent,
|
|
3545
3579
|
"aria-hidden": "true"
|
|
3546
3580
|
}),
|
|
3547
|
-
/* @__PURE__ */ d(
|
|
3581
|
+
/* @__PURE__ */ d(Ea, {
|
|
3548
3582
|
item: e,
|
|
3549
3583
|
level: t,
|
|
3550
3584
|
selectable: a,
|
|
@@ -3557,54 +3591,54 @@ function Ta({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
|
|
|
3557
3591
|
}),
|
|
3558
3592
|
o ? /* @__PURE__ */ d("button", {
|
|
3559
3593
|
type: "button",
|
|
3560
|
-
className:
|
|
3594
|
+
className: $.expandBtn,
|
|
3561
3595
|
"aria-expanded": n,
|
|
3562
3596
|
"aria-label": n ? "Collapse" : "Expand",
|
|
3563
3597
|
disabled: e.disabled,
|
|
3564
3598
|
onClick: (t) => {
|
|
3565
3599
|
t.stopPropagation(), h(e.id);
|
|
3566
3600
|
},
|
|
3567
|
-
children: /* @__PURE__ */ d(
|
|
3601
|
+
children: /* @__PURE__ */ d(I, {
|
|
3568
3602
|
name: "chevron-down-outline",
|
|
3569
3603
|
size: 16
|
|
3570
3604
|
})
|
|
3571
3605
|
}) : /* @__PURE__ */ d("span", {
|
|
3572
|
-
className:
|
|
3606
|
+
className: $.expandPlaceholder,
|
|
3573
3607
|
"aria-hidden": "true"
|
|
3574
3608
|
})
|
|
3575
3609
|
]
|
|
3576
3610
|
}), o && /* @__PURE__ */ d("div", {
|
|
3577
|
-
className:
|
|
3611
|
+
className: $.childrenSlot,
|
|
3578
3612
|
hidden: !n,
|
|
3579
3613
|
children: S
|
|
3580
3614
|
})]
|
|
3581
3615
|
});
|
|
3582
3616
|
}
|
|
3583
|
-
var
|
|
3617
|
+
var Oa = { treeList: "_treeList_trryv_2" };
|
|
3584
3618
|
//#endregion
|
|
3585
3619
|
//#region src/components/TreeList/TreeList.tsx
|
|
3586
|
-
function
|
|
3620
|
+
function ka(e, t) {
|
|
3587
3621
|
for (let n of e) {
|
|
3588
3622
|
if (n.id === t) return n;
|
|
3589
3623
|
if (n.children) {
|
|
3590
|
-
let e =
|
|
3624
|
+
let e = ka(n.children, t);
|
|
3591
3625
|
if (e) return e;
|
|
3592
3626
|
}
|
|
3593
3627
|
}
|
|
3594
3628
|
return null;
|
|
3595
3629
|
}
|
|
3596
|
-
function
|
|
3630
|
+
function Aa(e, t) {
|
|
3597
3631
|
let n = /* @__PURE__ */ new Map(), r = 0;
|
|
3598
3632
|
function i(e) {
|
|
3599
3633
|
for (let a of e) n.set(a.id, r++), a.children?.length && t.includes(a.id) && i(a.children);
|
|
3600
3634
|
}
|
|
3601
3635
|
return i(e), n;
|
|
3602
3636
|
}
|
|
3603
|
-
function
|
|
3637
|
+
function ja(e) {
|
|
3604
3638
|
let { items: t, parentId: n, level: r, expandedIds: i, selectedIds: a, flatIndexMap: o } = e;
|
|
3605
3639
|
return t.map((t) => {
|
|
3606
3640
|
let s = !!t.children?.length, c = i.includes(t.id);
|
|
3607
|
-
return /* @__PURE__ */ d(
|
|
3641
|
+
return /* @__PURE__ */ d(Da, {
|
|
3608
3642
|
item: t,
|
|
3609
3643
|
level: r,
|
|
3610
3644
|
parentId: n,
|
|
@@ -3627,7 +3661,7 @@ function ka(e) {
|
|
|
3627
3661
|
metaSlot: e.metaSlot,
|
|
3628
3662
|
prefixSlot: e.prefixSlot,
|
|
3629
3663
|
suffixSlot: e.suffixSlot,
|
|
3630
|
-
children: s && c && t.children && /* @__PURE__ */ d(
|
|
3664
|
+
children: s && c && t.children && /* @__PURE__ */ d(ja, {
|
|
3631
3665
|
...e,
|
|
3632
3666
|
items: t.children,
|
|
3633
3667
|
parentId: t.id,
|
|
@@ -3636,14 +3670,14 @@ function ka(e) {
|
|
|
3636
3670
|
}, t.id);
|
|
3637
3671
|
});
|
|
3638
3672
|
}
|
|
3639
|
-
function
|
|
3673
|
+
function Ma({ items: e = [], draggable: t = !1, expandedIds: n, selectedIds: i, selectable: a = !1, indentSize: o = 24, bordered: u = !1, striped: f = !1, onExpandChange: p, onSelectChange: m, onReorder: h, labelSlot: g, metaSlot: _, prefixSlot: v, suffixSlot: y, "data-testid": b }) {
|
|
3640
3674
|
let [x, S] = l([]), [C, w] = l([]), T = c(null), E = n ?? x, D = i ?? C, O = {
|
|
3641
3675
|
items: e,
|
|
3642
3676
|
parentId: null,
|
|
3643
3677
|
level: 0,
|
|
3644
3678
|
expandedIds: E,
|
|
3645
3679
|
selectedIds: D,
|
|
3646
|
-
flatIndexMap: s(() =>
|
|
3680
|
+
flatIndexMap: s(() => Aa(e, E), [e, E]),
|
|
3647
3681
|
draggable: t,
|
|
3648
3682
|
selectable: a,
|
|
3649
3683
|
bordered: u,
|
|
@@ -3683,7 +3717,7 @@ function Aa({ items: e = [], draggable: t = !1, expandedIds: n, selectedIds: i,
|
|
|
3683
3717
|
if (!n || n.parentId !== t.parentId) return;
|
|
3684
3718
|
let r = n.itemId, i = t.item.id;
|
|
3685
3719
|
if (r === i) return;
|
|
3686
|
-
let a = t.parentId === null ? e :
|
|
3720
|
+
let a = t.parentId === null ? e : ka(e, t.parentId)?.children;
|
|
3687
3721
|
if (!a) return;
|
|
3688
3722
|
let o = a.findIndex((e) => e.id === r), s = a.findIndex((e) => e.id === i);
|
|
3689
3723
|
o === -1 || s === -1 || h?.({
|
|
@@ -3700,14 +3734,14 @@ function Aa({ items: e = [], draggable: t = !1, expandedIds: n, selectedIds: i,
|
|
|
3700
3734
|
suffixSlot: y
|
|
3701
3735
|
};
|
|
3702
3736
|
return /* @__PURE__ */ d("div", {
|
|
3703
|
-
className:
|
|
3737
|
+
className: Oa.treeList,
|
|
3704
3738
|
role: "tree",
|
|
3705
3739
|
"data-draggable": t ? "" : void 0,
|
|
3706
3740
|
"data-testid": b,
|
|
3707
|
-
children: /* @__PURE__ */ d(
|
|
3741
|
+
children: /* @__PURE__ */ d(ja, { ...O })
|
|
3708
3742
|
});
|
|
3709
3743
|
}
|
|
3710
|
-
var
|
|
3744
|
+
var Na = {
|
|
3711
3745
|
notification: "_notification_i6esb_2",
|
|
3712
3746
|
content: "_content_i6esb_40",
|
|
3713
3747
|
action: "_action_i6esb_45",
|
|
@@ -3715,18 +3749,18 @@ var ja = {
|
|
|
3715
3749
|
};
|
|
3716
3750
|
//#endregion
|
|
3717
3751
|
//#region src/components/UserNotification/UserNotification.tsx
|
|
3718
|
-
function
|
|
3719
|
-
return /* @__PURE__ */ d(
|
|
3752
|
+
function Pa({ variant: e = "info", icon: t, onDismiss: n, dismissLabel: r = "Cerrar", action: i, children: a, className: o, "data-testid": s }) {
|
|
3753
|
+
return /* @__PURE__ */ d(Vi, {
|
|
3720
3754
|
variant: e,
|
|
3721
|
-
rootClassName:
|
|
3722
|
-
contentClassName:
|
|
3723
|
-
actionClassName:
|
|
3755
|
+
rootClassName: Na.notification,
|
|
3756
|
+
contentClassName: Na.content,
|
|
3757
|
+
actionClassName: Na.action,
|
|
3724
3758
|
icon: t,
|
|
3725
3759
|
action: i,
|
|
3726
3760
|
className: o,
|
|
3727
3761
|
"data-testid": s,
|
|
3728
|
-
dismissSlot: /* @__PURE__ */ d(
|
|
3729
|
-
className:
|
|
3762
|
+
dismissSlot: /* @__PURE__ */ d(cr, {
|
|
3763
|
+
className: Na.dismiss,
|
|
3730
3764
|
onClick: n,
|
|
3731
3765
|
label: r,
|
|
3732
3766
|
size: 20
|
|
@@ -3734,7 +3768,7 @@ function Ma({ variant: e = "info", icon: t, onDismiss: n, dismissLabel: r = "Cer
|
|
|
3734
3768
|
children: a
|
|
3735
3769
|
});
|
|
3736
3770
|
}
|
|
3737
|
-
var
|
|
3771
|
+
var Fa = {
|
|
3738
3772
|
header: "_header_u329l_2",
|
|
3739
3773
|
titleSection: "_titleSection_u329l_12",
|
|
3740
3774
|
title: "_title_u329l_12",
|
|
@@ -3742,23 +3776,23 @@ var Na = {
|
|
|
3742
3776
|
};
|
|
3743
3777
|
//#endregion
|
|
3744
3778
|
//#region src/layouts/AdminPageHeader/AdminPageHeader.tsx
|
|
3745
|
-
function
|
|
3779
|
+
function Ia({ title: e, actions: t, "data-testid": n }) {
|
|
3746
3780
|
return /* @__PURE__ */ f("header", {
|
|
3747
|
-
className:
|
|
3781
|
+
className: Fa.header,
|
|
3748
3782
|
"data-testid": n,
|
|
3749
3783
|
children: [/* @__PURE__ */ d("div", {
|
|
3750
|
-
className:
|
|
3784
|
+
className: Fa.titleSection,
|
|
3751
3785
|
children: /* @__PURE__ */ d("span", {
|
|
3752
|
-
className:
|
|
3786
|
+
className: Fa.title,
|
|
3753
3787
|
children: e
|
|
3754
3788
|
})
|
|
3755
3789
|
}), t && /* @__PURE__ */ d("div", {
|
|
3756
|
-
className:
|
|
3790
|
+
className: Fa.actions,
|
|
3757
3791
|
children: t
|
|
3758
3792
|
})]
|
|
3759
3793
|
});
|
|
3760
3794
|
}
|
|
3761
|
-
var
|
|
3795
|
+
var La = {
|
|
3762
3796
|
shell: "_shell_1c2iw_2",
|
|
3763
3797
|
body: "_body_1c2iw_10",
|
|
3764
3798
|
sidebarSlot: "_sidebarSlot_1c2iw_16",
|
|
@@ -3768,14 +3802,14 @@ var Fa = {
|
|
|
3768
3802
|
};
|
|
3769
3803
|
//#endregion
|
|
3770
3804
|
//#region src/layouts/AppShell/AppShell.tsx
|
|
3771
|
-
function
|
|
3772
|
-
return c ? /* @__PURE__ */ d(
|
|
3805
|
+
function Ra({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, sidebar: i, children: a, tabBar: o, headerRight: s, isPinLocked: c = !1, pinLockContent: l, isLoading: u = !1, "data-testid": p }) {
|
|
3806
|
+
return c ? /* @__PURE__ */ d(xi, {
|
|
3773
3807
|
isLocked: !0,
|
|
3774
3808
|
children: l
|
|
3775
3809
|
}) : /* @__PURE__ */ f("div", {
|
|
3776
|
-
className:
|
|
3810
|
+
className: La.shell,
|
|
3777
3811
|
"data-testid": p,
|
|
3778
|
-
children: [/* @__PURE__ */ d(
|
|
3812
|
+
children: [/* @__PURE__ */ d(ii, {
|
|
3779
3813
|
restaurantName: e,
|
|
3780
3814
|
onMenuToggle: t,
|
|
3781
3815
|
onLogoClick: n,
|
|
@@ -3783,82 +3817,82 @@ function Ia({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle:
|
|
|
3783
3817
|
isLoading: u,
|
|
3784
3818
|
rightSlot: s
|
|
3785
3819
|
}), /* @__PURE__ */ f("div", {
|
|
3786
|
-
className:
|
|
3820
|
+
className: La.body,
|
|
3787
3821
|
children: [/* @__PURE__ */ d("div", {
|
|
3788
|
-
className:
|
|
3822
|
+
className: La.sidebarSlot,
|
|
3789
3823
|
children: i
|
|
3790
3824
|
}), /* @__PURE__ */ f("div", {
|
|
3791
|
-
className:
|
|
3825
|
+
className: La.contentArea,
|
|
3792
3826
|
children: [/* @__PURE__ */ d("main", {
|
|
3793
|
-
className:
|
|
3827
|
+
className: La.main,
|
|
3794
3828
|
children: a
|
|
3795
3829
|
}), o && /* @__PURE__ */ d("div", {
|
|
3796
|
-
className:
|
|
3830
|
+
className: La.tabBarSlot,
|
|
3797
3831
|
children: o
|
|
3798
3832
|
})]
|
|
3799
3833
|
})]
|
|
3800
3834
|
})]
|
|
3801
3835
|
});
|
|
3802
3836
|
}
|
|
3803
|
-
var
|
|
3837
|
+
var za = { divider: "_divider_1nit0_1" };
|
|
3804
3838
|
//#endregion
|
|
3805
3839
|
//#region src/layouts/Divider/Divider.tsx
|
|
3806
|
-
function
|
|
3840
|
+
function Ba({ orientation: e = "horizontal", spacing: t = "md", className: n, "data-testid": r }) {
|
|
3807
3841
|
return /* @__PURE__ */ d("hr", {
|
|
3808
|
-
className: [
|
|
3842
|
+
className: [za.divider, n].filter(Boolean).join(" "),
|
|
3809
3843
|
"data-orientation": e,
|
|
3810
3844
|
"data-spacing": t,
|
|
3811
3845
|
"aria-orientation": e,
|
|
3812
3846
|
"data-testid": r
|
|
3813
3847
|
});
|
|
3814
3848
|
}
|
|
3815
|
-
var
|
|
3849
|
+
var Va = { grid: "_grid_w5ah8_2" }, Ha = {
|
|
3816
3850
|
xs: "var(--ds-space-1)",
|
|
3817
3851
|
sm: "var(--ds-space-2)",
|
|
3818
3852
|
md: "var(--ds-space-3)",
|
|
3819
3853
|
lg: "var(--ds-space-4)",
|
|
3820
3854
|
xl: "var(--ds-space-6)"
|
|
3821
3855
|
};
|
|
3822
|
-
function
|
|
3856
|
+
function Ua({ columns: e = 1, gap: t = "md", children: n, className: r, style: i, "data-testid": a }) {
|
|
3823
3857
|
let o = {
|
|
3824
3858
|
"--grid-columns": typeof e == "number" ? `repeat(${e}, minmax(0, 1fr))` : e,
|
|
3825
|
-
"--grid-gap":
|
|
3859
|
+
"--grid-gap": Ha[t],
|
|
3826
3860
|
...i
|
|
3827
3861
|
};
|
|
3828
3862
|
return /* @__PURE__ */ d("div", {
|
|
3829
|
-
className: [
|
|
3863
|
+
className: [Va.grid, r].filter(Boolean).join(" "),
|
|
3830
3864
|
style: o,
|
|
3831
3865
|
"data-testid": a,
|
|
3832
3866
|
children: n
|
|
3833
3867
|
});
|
|
3834
3868
|
}
|
|
3835
|
-
var
|
|
3869
|
+
var Wa = {
|
|
3836
3870
|
footer: "_footer_1dat1_2",
|
|
3837
3871
|
dot: "_dot_1dat1_14",
|
|
3838
3872
|
info: "_info_1dat1_22"
|
|
3839
3873
|
};
|
|
3840
3874
|
//#endregion
|
|
3841
3875
|
//#region src/layouts/LoginFooter/LoginFooter.tsx
|
|
3842
|
-
function
|
|
3876
|
+
function Ga({ languageSelector: e, appName: t = "Toteat©", version: n, env: r, className: i, "data-testid": a }) {
|
|
3843
3877
|
return /* @__PURE__ */ f("footer", {
|
|
3844
|
-
className: [
|
|
3878
|
+
className: [Wa.footer, i].filter(Boolean).join(" "),
|
|
3845
3879
|
"data-testid": a,
|
|
3846
3880
|
children: [
|
|
3847
3881
|
e,
|
|
3848
3882
|
e && /* @__PURE__ */ d("span", {
|
|
3849
|
-
className:
|
|
3883
|
+
className: Wa.dot,
|
|
3850
3884
|
"aria-hidden": "true"
|
|
3851
3885
|
}),
|
|
3852
3886
|
/* @__PURE__ */ d("span", {
|
|
3853
|
-
className:
|
|
3887
|
+
className: Wa.info,
|
|
3854
3888
|
children: t
|
|
3855
3889
|
}),
|
|
3856
3890
|
(n || r) && /* @__PURE__ */ d("span", {
|
|
3857
|
-
className:
|
|
3891
|
+
className: Wa.dot,
|
|
3858
3892
|
"aria-hidden": "true"
|
|
3859
3893
|
}),
|
|
3860
3894
|
(n || r) && /* @__PURE__ */ f("span", {
|
|
3861
|
-
className:
|
|
3895
|
+
className: Wa.info,
|
|
3862
3896
|
children: [
|
|
3863
3897
|
n && /* @__PURE__ */ f(u, { children: ["Ver: ", n] }),
|
|
3864
3898
|
n && r && /* @__PURE__ */ d(u, { children: "\xA0\xA0" }),
|
|
@@ -3868,24 +3902,24 @@ function Ua({ languageSelector: e, appName: t = "Toteat©", version: n, env: r,
|
|
|
3868
3902
|
]
|
|
3869
3903
|
});
|
|
3870
3904
|
}
|
|
3871
|
-
var
|
|
3905
|
+
var Ka = {
|
|
3872
3906
|
page: "_page_s8gdl_2",
|
|
3873
3907
|
card: "_card_s8gdl_45",
|
|
3874
3908
|
cardEntrance: "_cardEntrance_s8gdl_1"
|
|
3875
3909
|
};
|
|
3876
3910
|
//#endregion
|
|
3877
3911
|
//#region src/layouts/LoginPageLayout/LoginPageLayout.tsx
|
|
3878
|
-
function
|
|
3912
|
+
function qa({ children: e, "data-testid": t }) {
|
|
3879
3913
|
return /* @__PURE__ */ d("main", {
|
|
3880
|
-
className:
|
|
3914
|
+
className: Ka.page,
|
|
3881
3915
|
"data-testid": t,
|
|
3882
3916
|
children: /* @__PURE__ */ d("div", {
|
|
3883
|
-
className:
|
|
3917
|
+
className: Ka.card,
|
|
3884
3918
|
children: e
|
|
3885
3919
|
})
|
|
3886
3920
|
});
|
|
3887
3921
|
}
|
|
3888
|
-
var
|
|
3922
|
+
var Ja = {
|
|
3889
3923
|
root: "_root_11bhp_2",
|
|
3890
3924
|
sidebar: "_sidebar_11bhp_20",
|
|
3891
3925
|
main: "_main_11bhp_37",
|
|
@@ -3894,22 +3928,22 @@ var Ka = {
|
|
|
3894
3928
|
};
|
|
3895
3929
|
//#endregion
|
|
3896
3930
|
//#region src/layouts/PageLayout/PageLayout.tsx
|
|
3897
|
-
function
|
|
3931
|
+
function Ya({ sidebar: e, header: t, children: n, collapsed: r = !1, className: i, "data-testid": a }) {
|
|
3898
3932
|
return /* @__PURE__ */ f("div", {
|
|
3899
|
-
className: [
|
|
3933
|
+
className: [Ja.root, i].filter(Boolean).join(" "),
|
|
3900
3934
|
"data-sidebar-collapsed": r ? "" : void 0,
|
|
3901
3935
|
"data-testid": a,
|
|
3902
3936
|
children: [e && /* @__PURE__ */ d("aside", {
|
|
3903
|
-
className:
|
|
3937
|
+
className: Ja.sidebar,
|
|
3904
3938
|
"aria-label": "Navegación lateral",
|
|
3905
3939
|
children: e
|
|
3906
3940
|
}), /* @__PURE__ */ f("div", {
|
|
3907
|
-
className:
|
|
3941
|
+
className: Ja.main,
|
|
3908
3942
|
children: [t && /* @__PURE__ */ d("header", {
|
|
3909
|
-
className:
|
|
3943
|
+
className: Ja.header,
|
|
3910
3944
|
children: t
|
|
3911
3945
|
}), /* @__PURE__ */ d("main", {
|
|
3912
|
-
className:
|
|
3946
|
+
className: Ja.content,
|
|
3913
3947
|
children: n
|
|
3914
3948
|
})]
|
|
3915
3949
|
})]
|
|
@@ -3917,36 +3951,36 @@ function qa({ sidebar: e, header: t, children: n, collapsed: r = !1, className:
|
|
|
3917
3951
|
}
|
|
3918
3952
|
//#endregion
|
|
3919
3953
|
//#region src/layouts/Stack/Stack.tsx
|
|
3920
|
-
var
|
|
3954
|
+
var Xa = {
|
|
3921
3955
|
xs: "var(--ds-space-1)",
|
|
3922
3956
|
sm: "var(--ds-space-2)",
|
|
3923
3957
|
md: "var(--ds-space-3)",
|
|
3924
3958
|
lg: "var(--ds-space-4)",
|
|
3925
3959
|
xl: "var(--ds-space-6)",
|
|
3926
3960
|
"2xl": "var(--ds-space-8)"
|
|
3927
|
-
},
|
|
3961
|
+
}, Za = {
|
|
3928
3962
|
start: "flex-start",
|
|
3929
3963
|
center: "center",
|
|
3930
3964
|
end: "flex-end",
|
|
3931
3965
|
between: "space-between",
|
|
3932
3966
|
around: "space-around",
|
|
3933
3967
|
evenly: "space-evenly"
|
|
3934
|
-
},
|
|
3968
|
+
}, Qa = {
|
|
3935
3969
|
start: "flex-start",
|
|
3936
3970
|
center: "center",
|
|
3937
3971
|
end: "flex-end",
|
|
3938
3972
|
stretch: "stretch",
|
|
3939
3973
|
baseline: "baseline"
|
|
3940
3974
|
};
|
|
3941
|
-
function
|
|
3975
|
+
function $a({ as: e, direction: t = "vertical", gap: n = "md", align: r, justify: i, wrap: a = !1, children: o, className: s, style: c, ...l }) {
|
|
3942
3976
|
return /* @__PURE__ */ d(e ?? "div", {
|
|
3943
3977
|
className: s,
|
|
3944
3978
|
style: {
|
|
3945
3979
|
display: "flex",
|
|
3946
3980
|
flexDirection: t === "vertical" ? "column" : "row",
|
|
3947
|
-
gap:
|
|
3948
|
-
alignItems: r ?
|
|
3949
|
-
justifyContent: i ?
|
|
3981
|
+
gap: Xa[n],
|
|
3982
|
+
alignItems: r ? Qa[r] : void 0,
|
|
3983
|
+
justifyContent: i ? Za[i] : void 0,
|
|
3950
3984
|
flexWrap: a ? "wrap" : void 0,
|
|
3951
3985
|
...c
|
|
3952
3986
|
},
|
|
@@ -3956,20 +3990,20 @@ function Za({ as: e, direction: t = "vertical", gap: n = "md", align: r, justify
|
|
|
3956
3990
|
}
|
|
3957
3991
|
//#endregion
|
|
3958
3992
|
//#region src/utils/csv.ts
|
|
3959
|
-
function
|
|
3960
|
-
if (e == null) return "";
|
|
3993
|
+
function eo(e) {
|
|
3994
|
+
if (e == null || typeof e == "number" && !Number.isFinite(e)) return "";
|
|
3961
3995
|
let t = String(e);
|
|
3962
3996
|
return /[",\r\n]/.test(t) ? `"${t.replace(/"/g, "\"\"")}"` : t;
|
|
3963
3997
|
}
|
|
3964
|
-
function
|
|
3965
|
-
return e.
|
|
3998
|
+
function to(e) {
|
|
3999
|
+
return e.map((e) => e.map(eo).join(",")).join("\r\n");
|
|
3966
4000
|
}
|
|
3967
4001
|
//#endregion
|
|
3968
4002
|
//#region src/utils/portal.ts
|
|
3969
|
-
function
|
|
4003
|
+
function no(e, t) {
|
|
3970
4004
|
return j(e, t ?? document.body);
|
|
3971
4005
|
}
|
|
3972
4006
|
//#endregion
|
|
3973
|
-
export {
|
|
4007
|
+
export { En as Accordion, Ia as AdminPageHeader, Ra as AppShell, jn as AppleSignInButton, Gn as AreaChart, Nn as BackgroundWrapper, Fn as Badge, Ln as Banner, Wn as BarChart, zn as Breadcrumb, L as Button, Vn as Card, Jn as Checkbox, Xn as ComingSoon, Qn as ConfigRow, er as DataTable, nr as DatePicker, rr as DateRangePicker, ur as Dialog, Ba as Divider, Or as DropZone, pr as DropdownButton, hr as DropdownMenu, kr as DsProvider, jr as EmptyState, Mr as ErrorBoundary, Nr as ExtrasDialog, Fr as FormField, Lr as GoogleSignInButton, Ua as Grid, Br as GroupedButtons, Hr as Header, I as Icon, Sr as ImagePreview, Kn as KpiCard, Ur as LanguageSelector, Un as LineChart, Ga as LoginFooter, qa as LoginPageLayout, ti as LogoToteat, ri as Multiselect, ii as NavBar, oi as Overlay, ui as OverlayMessage, Ya as PageLayout, vi as PageLoadingOverlay, yi as PermissionGate, xi as PinLockOverlay, wi as ProductTile, Ei as Radio, Oi as SearchInput, Ai as SectionHeader, ji as Select, Ni as Sidebar, Li as SidebarNavItem, zi as SidebarNavSection, vr as Skeleton, On as Spinner, $a as Stack, Bi as StatusBadge, Ui as StatusBanner, Gi as Stepper, qi as Tab, Yi as TabBar, Zi as Tabs, ra as TextInput, $i as Textarea, ia as ThemeGate, ma as ToastContainer, ga as Toggle, ba as Tooltip, Da as TreeItem, Ma as TreeList, Pa as UserNotification, R as cn, eo as escapeCell, no as portal, to as rowsToCsv, Ii as sidebarNavItemActiveClass, Fi as sidebarNavItemClass, or as useFocusTrap, fa as useToast };
|
|
3974
4008
|
|
|
3975
4009
|
//# sourceMappingURL=index.es.js.map
|