@ctlyst.id/icons 2.8.17 → 2.8.18

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/v2.js CHANGED
@@ -59,6 +59,7 @@ __export(v2_exports, {
59
59
  ContactBook: () => contact_book_default,
60
60
  Copy: () => copy_default,
61
61
  Delivered: () => delivered_default,
62
+ DeliveredRounded: () => delivered_rounded_default,
62
63
  Direction: () => direction_default,
63
64
  Edit: () => edit_default,
64
65
  Enveloped: () => enveloped_default,
@@ -991,11 +992,25 @@ var Delivered = (props) => {
991
992
  };
992
993
  var delivered_default = Delivered;
993
994
 
994
- // src/icons/v2/outline/edit.tsx
995
+ // src/icons/v2/outline/delivered-rounded.tsx
995
996
  var import_jsx_runtime33 = require("react/jsx-runtime");
997
+ var DeliveredRounded = (props) => {
998
+ const { color, ...svgProps } = use_icon_props_default(props);
999
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1000
+ "path",
1001
+ {
1002
+ d: "M7.18372 2C9.08406 2.00033 10.673 3.33047 11.0724 5.11035H13.0001C13.2761 5.11048 13.5 5.3344 13.5001 5.61035C13.5001 5.88641 13.2762 6.11022 13.0001 6.11035H11.1671C11.1201 7.65583 10.1934 8.97932 8.87122 9.59863C10.4664 9.98941 11.6505 11.428 11.6505 13.1436V15.0352H12.1368C12.0824 14.8714 12.0519 14.6966 12.0519 14.5146V7.9043C12.0519 6.99303 12.791 6.25391 13.7023 6.25391H20.3605C21.2717 6.25397 22.0109 6.99307 22.0109 7.9043V14.5146C22.0107 15.4258 21.2716 16.165 20.3605 16.165H16.382C16.5461 16.4688 16.6398 16.8162 16.6398 17.1855C16.6395 18.3727 15.6766 19.335 14.4894 19.335H11.6505V21.2988C11.6505 21.6578 11.3591 21.9492 11.0001 21.9492H3.60754C3.24856 21.9492 2.95715 21.6578 2.95715 21.2988V13.1436C2.95715 11.4827 4.06684 10.0809 5.58508 9.63867C4.17925 9.02257 3.1966 7.62034 3.19641 5.9873C3.19641 3.78544 4.98185 2 7.18372 2ZM6.60754 10.793C5.30967 10.793 4.25696 11.8457 4.25696 13.1436V20.6494H10.3497V19.335H9.70813C8.41307 19.3348 7.21474 18.6485 6.55969 17.5312L5.4386 15.6201C5.25711 15.3106 5.36166 14.9122 5.67102 14.7305C5.98066 14.549 6.37909 14.6523 6.56067 14.9619L7.18469 16.0273L8.82532 14.9092L7.41907 12.3379C7.24698 12.023 7.36317 11.6274 7.67786 11.4551C7.99272 11.2831 8.38745 11.3992 8.55969 11.7139L9.99133 14.333C10.0819 14.4986 10.2055 14.6392 10.3497 14.751V13.1436C10.3497 11.8457 9.29796 10.793 8.00012 10.793H6.60754ZM7.69153 16.8916C8.11546 17.6004 8.88128 18.035 9.70813 18.0352H14.4894C14.9586 18.0352 15.3397 17.6547 15.34 17.1855C15.34 16.7161 14.9588 16.335 14.4894 16.335H11.1759C10.5317 16.3349 9.9224 16.0999 9.44934 15.6934L7.69153 16.8916ZM13.7023 7.55371C13.509 7.55371 13.3517 7.711 13.3517 7.9043V14.5146C13.3518 14.7078 13.5091 14.8643 13.7023 14.8643H20.3605C20.5536 14.8642 20.7109 14.7078 20.7111 14.5146V7.9043C20.7111 7.71104 20.5537 7.55378 20.3605 7.55371H18.9972V9.81836C18.9968 10.3703 18.5491 10.8182 17.9972 10.8184H16.0509C15.4991 10.8181 15.0522 10.3702 15.0519 9.81836V7.55371H13.7023ZM16.0509 9.81836H17.9972V7.68066H16.0519L16.0509 9.81836ZM4.50208 6.11035C4.5667 7.53685 5.74127 8.67383 7.18372 8.67383C8.62584 8.67345 9.79977 7.53661 9.86438 6.11035H4.50208ZM7.18372 3.2998C6.00709 3.2998 5.00931 4.05734 4.64563 5.11035H9.72083C9.35724 4.05752 8.36005 3.30011 7.18372 3.2998Z",
1003
+ fill: color
1004
+ }
1005
+ ) });
1006
+ };
1007
+ var delivered_rounded_default = DeliveredRounded;
1008
+
1009
+ // src/icons/v2/outline/edit.tsx
1010
+ var import_jsx_runtime34 = require("react/jsx-runtime");
996
1011
  var Edit = (props) => {
997
1012
  const { color, ...svgProps } = use_icon_props_default(props);
998
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1013
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
999
1014
  "path",
1000
1015
  {
1001
1016
  fillRule: "evenodd",
@@ -1008,10 +1023,10 @@ var Edit = (props) => {
1008
1023
  var edit_default = Edit;
1009
1024
 
1010
1025
  // src/icons/v2/outline/enveloped.tsx
1011
- var import_jsx_runtime34 = require("react/jsx-runtime");
1026
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1012
1027
  var Enveloped = (props) => {
1013
1028
  const { color, ...svgProps } = use_icon_props_default(props);
1014
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1029
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1015
1030
  "path",
1016
1031
  {
1017
1032
  fillRule: "evenodd",
@@ -1024,11 +1039,11 @@ var Enveloped = (props) => {
1024
1039
  var enveloped_default = Enveloped;
1025
1040
 
1026
1041
  // src/icons/v2/outline/eye-close.tsx
1027
- var import_jsx_runtime35 = require("react/jsx-runtime");
1042
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1028
1043
  var EyeClose = (props) => {
1029
1044
  const { color, ...svgProps } = use_icon_props_default(props);
1030
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1031
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1045
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1046
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1032
1047
  "path",
1033
1048
  {
1034
1049
  fillRule: "evenodd",
@@ -1037,7 +1052,7 @@ var EyeClose = (props) => {
1037
1052
  fill: color
1038
1053
  }
1039
1054
  ),
1040
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1055
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1041
1056
  "path",
1042
1057
  {
1043
1058
  fillRule: "evenodd",
@@ -1046,7 +1061,7 @@ var EyeClose = (props) => {
1046
1061
  fill: color
1047
1062
  }
1048
1063
  ),
1049
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1064
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1050
1065
  "path",
1051
1066
  {
1052
1067
  fillRule: "evenodd",
@@ -1060,11 +1075,11 @@ var EyeClose = (props) => {
1060
1075
  var eye_close_default = EyeClose;
1061
1076
 
1062
1077
  // src/icons/v2/outline/eye-open.tsx
1063
- var import_jsx_runtime36 = require("react/jsx-runtime");
1078
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1064
1079
  var EyeOpen = (props) => {
1065
1080
  const { color, ...svgProps } = use_icon_props_default(props);
1066
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1067
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1081
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1082
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1068
1083
  "path",
1069
1084
  {
1070
1085
  fillRule: "evenodd",
@@ -1073,7 +1088,7 @@ var EyeOpen = (props) => {
1073
1088
  fill: color
1074
1089
  }
1075
1090
  ),
1076
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1091
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1077
1092
  "path",
1078
1093
  {
1079
1094
  fillRule: "evenodd",
@@ -1087,11 +1102,11 @@ var EyeOpen = (props) => {
1087
1102
  var eye_open_default = EyeOpen;
1088
1103
 
1089
1104
  // src/icons/v2/outline/filter.tsx
1090
- var import_jsx_runtime37 = require("react/jsx-runtime");
1105
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1091
1106
  var Filter = (props) => {
1092
1107
  const { color, ...svgProps } = use_icon_props_default(props);
1093
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1094
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1108
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1109
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1095
1110
  "path",
1096
1111
  {
1097
1112
  fillRule: "evenodd",
@@ -1100,7 +1115,7 @@ var Filter = (props) => {
1100
1115
  fill: color
1101
1116
  }
1102
1117
  ),
1103
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1118
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1104
1119
  "path",
1105
1120
  {
1106
1121
  fillRule: "evenodd",
@@ -1109,7 +1124,7 @@ var Filter = (props) => {
1109
1124
  fill: color
1110
1125
  }
1111
1126
  ),
1112
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1127
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1113
1128
  "path",
1114
1129
  {
1115
1130
  fillRule: "evenodd",
@@ -1123,11 +1138,11 @@ var Filter = (props) => {
1123
1138
  var filter_default = Filter;
1124
1139
 
1125
1140
  // src/icons/v2/outline/gift-card-check-rounded.tsx
1126
- var import_jsx_runtime38 = require("react/jsx-runtime");
1141
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1127
1142
  var GiftCardCheckRounded = (props) => {
1128
1143
  const { color, ...svgProps } = use_icon_props_default(props);
1129
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1130
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1144
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1145
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1131
1146
  "path",
1132
1147
  {
1133
1148
  fillRule: "evenodd",
@@ -1136,7 +1151,7 @@ var GiftCardCheckRounded = (props) => {
1136
1151
  fill: color
1137
1152
  }
1138
1153
  ),
1139
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1154
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1140
1155
  "path",
1141
1156
  {
1142
1157
  fillRule: "evenodd",
@@ -1150,11 +1165,11 @@ var GiftCardCheckRounded = (props) => {
1150
1165
  var gift_card_check_rounded_default = GiftCardCheckRounded;
1151
1166
 
1152
1167
  // src/icons/v2/outline/gift-card-failed-rounded.tsx
1153
- var import_jsx_runtime39 = require("react/jsx-runtime");
1168
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1154
1169
  var GiftCardFailedRounded = (props) => {
1155
1170
  const { color, ...svgProps } = use_icon_props_default(props);
1156
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1157
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1171
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1172
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1158
1173
  "path",
1159
1174
  {
1160
1175
  fillRule: "evenodd",
@@ -1163,7 +1178,7 @@ var GiftCardFailedRounded = (props) => {
1163
1178
  fill: color
1164
1179
  }
1165
1180
  ),
1166
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1181
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1167
1182
  "path",
1168
1183
  {
1169
1184
  fillRule: "evenodd",
@@ -1177,10 +1192,10 @@ var GiftCardFailedRounded = (props) => {
1177
1192
  var gift_card_failed_rounded_default = GiftCardFailedRounded;
1178
1193
 
1179
1194
  // src/icons/v2/outline/gps.tsx
1180
- var import_jsx_runtime40 = require("react/jsx-runtime");
1195
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1181
1196
  var Gps = (props) => {
1182
1197
  const { color, ...svgProps } = use_icon_props_default(props);
1183
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1198
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1184
1199
  "path",
1185
1200
  {
1186
1201
  fillRule: "evenodd",
@@ -1193,25 +1208,25 @@ var Gps = (props) => {
1193
1208
  var gps_default = Gps;
1194
1209
 
1195
1210
  // src/icons/v2/outline/handphone.tsx
1196
- var import_jsx_runtime41 = require("react/jsx-runtime");
1211
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1197
1212
  var Handphone = (props) => {
1198
1213
  const { color, ...svgProps } = use_icon_props_default(props);
1199
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1200
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1214
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1215
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1201
1216
  "path",
1202
1217
  {
1203
1218
  d: "M9.92627 5.80112C9.92627 5.44214 10.2173 5.15112 10.5763 5.15112H13.4337C13.7927 5.15112 14.0837 5.44214 14.0837 5.80112C14.0837 6.16011 13.7927 6.45112 13.4337 6.45112H10.5763C10.2173 6.45112 9.92627 6.16011 9.92627 5.80112Z",
1204
1219
  fill: color
1205
1220
  }
1206
1221
  ),
1207
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1222
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1208
1223
  "path",
1209
1224
  {
1210
1225
  d: "M12.005 20.1746C12.3995 20.1746 12.7194 19.8547 12.7194 19.4602C12.7194 19.0657 12.3995 18.7458 12.005 18.7458C11.6105 18.7458 11.2906 19.0657 11.2906 19.4602C11.2906 19.8547 11.6105 20.1746 12.005 20.1746Z",
1211
1226
  fill: color
1212
1227
  }
1213
1228
  ),
1214
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1229
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1215
1230
  "path",
1216
1231
  {
1217
1232
  fillRule: "evenodd",
@@ -1225,11 +1240,11 @@ var Handphone = (props) => {
1225
1240
  var handphone_default = Handphone;
1226
1241
 
1227
1242
  // src/icons/v2/outline/heart.tsx
1228
- var import_jsx_runtime42 = require("react/jsx-runtime");
1243
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1229
1244
  var Heart = (props) => {
1230
1245
  const { color, ...svgProps } = use_icon_props_default(props);
1231
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1232
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1246
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1247
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1233
1248
  "path",
1234
1249
  {
1235
1250
  fillRule: "evenodd",
@@ -1238,18 +1253,18 @@ var Heart = (props) => {
1238
1253
  fill: color
1239
1254
  }
1240
1255
  ) }),
1241
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1256
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1242
1257
  ] });
1243
1258
  };
1244
1259
  var heart_default = Heart;
1245
1260
 
1246
1261
  // src/icons/v2/outline/help.tsx
1247
- var import_jsx_runtime43 = require("react/jsx-runtime");
1262
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1248
1263
  var Help = (props) => {
1249
1264
  const { color, ...svgProps } = use_icon_props_default(props);
1250
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1251
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1252
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1265
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1266
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1267
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1253
1268
  "path",
1254
1269
  {
1255
1270
  fillRule: "evenodd",
@@ -1258,14 +1273,14 @@ var Help = (props) => {
1258
1273
  fill: color
1259
1274
  }
1260
1275
  ),
1261
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1276
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1262
1277
  "path",
1263
1278
  {
1264
1279
  d: "M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z",
1265
1280
  fill: color
1266
1281
  }
1267
1282
  ),
1268
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1283
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1269
1284
  "path",
1270
1285
  {
1271
1286
  fillRule: "evenodd",
@@ -1275,18 +1290,18 @@ var Help = (props) => {
1275
1290
  }
1276
1291
  )
1277
1292
  ] }),
1278
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1293
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1279
1294
  ] });
1280
1295
  };
1281
1296
  var help_default = Help;
1282
1297
 
1283
1298
  // src/icons/v2/outline/home.tsx
1284
- var import_jsx_runtime44 = require("react/jsx-runtime");
1299
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1285
1300
  var Home = (props) => {
1286
1301
  const { color, ...svgProps } = use_icon_props_default(props);
1287
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1288
- /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1289
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1302
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1303
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1304
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1290
1305
  "path",
1291
1306
  {
1292
1307
  fillRule: "evenodd",
@@ -1295,7 +1310,7 @@ var Home = (props) => {
1295
1310
  fill: color
1296
1311
  }
1297
1312
  ),
1298
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1313
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1299
1314
  "path",
1300
1315
  {
1301
1316
  d: "M11.8961 17.2611C11.9676 17.2611 12.0316 17.2611 12.1038 17.2611C12.1204 17.2187 12.1392 17.1756 12.1542 17.1317C12.4522 16.2495 12.7487 15.3682 13.0467 14.486C13.514 13.1012 13.9813 11.7165 14.4494 10.3317C14.466 10.2831 14.4803 10.2321 14.5051 10.1882C14.5706 10.069 14.6691 10.0016 14.8038 10.0016C15.0409 10.0008 15.2779 10 15.515 10.0016C15.7806 10.0039 15.9431 10.2407 15.8528 10.5011C15.7558 10.7818 15.6504 11.0594 15.5481 11.3377C14.7466 13.5231 13.946 15.7077 13.1438 17.8931C13.1197 17.9597 13.0911 18.0256 13.0535 18.0852C12.9737 18.2114 12.8608 18.2867 12.7141 18.3016C12.672 18.3055 12.6306 18.3103 12.5884 18.3103C12.1986 18.311 11.8088 18.3103 11.419 18.311C11.2941 18.311 11.176 18.2899 11.0714 18.213C10.9705 18.1385 10.9096 18.0366 10.8667 17.9182C10.5898 17.1599 10.3106 16.4017 10.0329 15.6442C9.41207 13.9528 8.792 12.2622 8.17192 10.5716C8.13656 10.4744 8.10344 10.3787 8.1343 10.2705C8.1802 10.1113 8.30136 10.0039 8.46014 10.0024C8.71223 9.99922 8.96432 9.99922 9.21641 10.0024C9.37218 10.0039 9.48431 10.0925 9.54075 10.2564C9.67846 10.6571 9.81316 11.0586 9.94936 11.4601C10.4332 12.8935 10.9178 14.3269 11.4002 15.761C11.5545 16.219 11.702 16.6793 11.8525 17.138C11.8668 17.1787 11.8818 17.2187 11.8961 17.2611Z",
@@ -1303,16 +1318,16 @@ var Home = (props) => {
1303
1318
  }
1304
1319
  )
1305
1320
  ] }),
1306
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1321
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1307
1322
  ] });
1308
1323
  };
1309
1324
  var home_default = Home;
1310
1325
 
1311
1326
  // src/icons/v2/outline/incoming.tsx
1312
- var import_jsx_runtime45 = require("react/jsx-runtime");
1327
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1313
1328
  var Incoming = (props) => {
1314
1329
  const { color, ...svgProps } = use_icon_props_default(props);
1315
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1330
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1316
1331
  "path",
1317
1332
  {
1318
1333
  d: "M6.99969 1.17285C8.51708 1.17285 9.74774 2.40351 9.74774 3.9209H9.74677C9.74685 3.92447 9.74774 3.92804 9.74774 3.93164V4.10352H9.89911C10.695 4.10365 11.3704 4.68719 11.486 5.47461L12.2106 10.4189C12.3526 11.3872 11.6023 12.2558 10.6237 12.2559H6.99384C6.75236 12.2557 6.55635 12.0599 6.55634 11.8184C6.55649 11.577 6.75245 11.381 6.99384 11.3809H10.6237C11.0685 11.3808 11.4099 10.986 11.3454 10.5459L10.6198 5.60156C10.5672 5.24373 10.2608 4.97865 9.89911 4.97852H9.74774V5.25C9.74759 5.49141 9.55166 5.68737 9.31024 5.6875C9.06871 5.6875 8.8729 5.49149 8.87274 5.25V4.97852H5.10419V5.25C5.10403 5.49149 4.90822 5.6875 4.66669 5.6875C4.42516 5.6875 4.22934 5.49149 4.22919 5.25V4.97852H4.09735C3.73599 4.97855 3.42967 5.24315 3.37665 5.60059L3.15985 7.06348C3.1245 7.30242 2.90171 7.46783 2.66278 7.43262C2.42412 7.39717 2.2587 7.1752 2.29364 6.93652L2.51044 5.47266C2.62683 4.68597 3.30211 4.10355 4.09735 4.10352H4.22919V3.93164C4.22923 3.87544 4.24011 3.82181 4.25946 3.77246C4.33645 2.32409 5.53218 1.17302 6.99969 1.17285ZM5.8327 10.1201C6.04211 10.1201 6.21259 10.2906 6.21259 10.5C6.21254 10.7094 6.04208 10.8789 5.8327 10.8789H3.26141C3.05216 10.8788 2.88255 10.7093 2.88251 10.5C2.88251 10.2907 3.05213 10.1203 3.26141 10.1201H5.8327ZM5.83368 8.21094C6.04291 8.21115 6.21259 8.38057 6.21259 8.58984C6.21259 8.79912 6.04291 8.96951 5.83368 8.96973H2.13348C1.92427 8.9695 1.75458 8.79911 1.75458 8.58984C1.75458 8.38058 1.92427 8.21116 2.13348 8.21094H5.83368ZM6.99969 2.04785C5.9657 2.04803 5.12762 2.88687 5.12762 3.9209H5.10321C5.1033 3.92448 5.10418 3.92804 5.10419 3.93164V4.10352H8.87274V3.93164C8.87274 3.92804 8.87363 3.92448 8.87372 3.9209H8.87274C8.87274 2.88676 8.03384 2.04785 6.99969 2.04785Z",
@@ -1323,18 +1338,18 @@ var Incoming = (props) => {
1323
1338
  var incoming_default = Incoming;
1324
1339
 
1325
1340
  // src/icons/v2/outline/info.tsx
1326
- var import_jsx_runtime46 = require("react/jsx-runtime");
1341
+ var import_jsx_runtime47 = require("react/jsx-runtime");
1327
1342
  var Info = (props) => {
1328
1343
  const { color, ...svgProps } = use_icon_props_default(props);
1329
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1330
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1344
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1345
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1331
1346
  "path",
1332
1347
  {
1333
1348
  d: "M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z",
1334
1349
  fill: color
1335
1350
  }
1336
1351
  ),
1337
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1352
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1338
1353
  "path",
1339
1354
  {
1340
1355
  fillRule: "evenodd",
@@ -1343,7 +1358,7 @@ var Info = (props) => {
1343
1358
  fill: color
1344
1359
  }
1345
1360
  ),
1346
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1361
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1347
1362
  "path",
1348
1363
  {
1349
1364
  fillRule: "evenodd",
@@ -1357,10 +1372,10 @@ var Info = (props) => {
1357
1372
  var info_default = Info;
1358
1373
 
1359
1374
  // src/icons/v2/outline/installment-rounded.tsx
1360
- var import_jsx_runtime47 = require("react/jsx-runtime");
1375
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1361
1376
  var InstallmentRounded = (props) => {
1362
1377
  const { color, ...svgProps } = use_icon_props_default(props);
1363
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1378
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1364
1379
  "path",
1365
1380
  {
1366
1381
  fillRule: "evenodd",
@@ -1373,25 +1388,25 @@ var InstallmentRounded = (props) => {
1373
1388
  var installment_rounded_default = InstallmentRounded;
1374
1389
 
1375
1390
  // src/icons/v2/outline/kebab-menu.tsx
1376
- var import_jsx_runtime48 = require("react/jsx-runtime");
1391
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1377
1392
  var KebabMenu = (props) => {
1378
1393
  const { color, ...svgProps } = use_icon_props_default(props);
1379
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1380
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1394
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1395
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1381
1396
  "path",
1382
1397
  {
1383
1398
  d: "M11.6 6.1C11.6 6.98366 10.8836 7.7 9.99999 7.7C9.11634 7.7 8.39999 6.98366 8.39999 6.1C8.39999 5.21634 9.11634 4.5 9.99999 4.5C10.8836 4.5 11.6 5.21634 11.6 6.1Z",
1384
1399
  fill: color
1385
1400
  }
1386
1401
  ),
1387
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1402
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1388
1403
  "path",
1389
1404
  {
1390
1405
  d: "M11.6 12.5C11.6 13.3837 10.8836 14.1 9.99999 14.1C9.11634 14.1 8.39999 13.3837 8.39999 12.5C8.39999 11.6163 9.11634 10.9 9.99999 10.9C10.8836 10.9 11.6 11.6163 11.6 12.5Z",
1391
1406
  fill: color
1392
1407
  }
1393
1408
  ),
1394
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1409
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1395
1410
  "path",
1396
1411
  {
1397
1412
  d: "M11.6 18.9C11.6 19.7837 10.8836 20.5 9.99999 20.5C9.11634 20.5 8.39999 19.7837 8.39999 18.9C8.39999 18.0163 9.11634 17.3 9.99999 17.3C10.8836 17.3 11.6 18.0163 11.6 18.9Z",
@@ -1403,12 +1418,12 @@ var KebabMenu = (props) => {
1403
1418
  var kebab_menu_default = KebabMenu;
1404
1419
 
1405
1420
  // src/icons/v2/outline/logout.tsx
1406
- var import_jsx_runtime49 = require("react/jsx-runtime");
1421
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1407
1422
  var Logout = (props) => {
1408
1423
  const { color, ...svgProps } = use_icon_props_default(props);
1409
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1410
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1411
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1424
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1425
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#icon-outline-logout)", children: [
1426
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1412
1427
  "path",
1413
1428
  {
1414
1429
  fillRule: "evenodd",
@@ -1417,7 +1432,7 @@ var Logout = (props) => {
1417
1432
  fill: color
1418
1433
  }
1419
1434
  ),
1420
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1435
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1421
1436
  "path",
1422
1437
  {
1423
1438
  fillRule: "evenodd",
@@ -1426,7 +1441,7 @@ var Logout = (props) => {
1426
1441
  fill: color
1427
1442
  }
1428
1443
  ),
1429
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1444
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1430
1445
  "path",
1431
1446
  {
1432
1447
  fillRule: "evenodd",
@@ -1436,18 +1451,18 @@ var Logout = (props) => {
1436
1451
  }
1437
1452
  )
1438
1453
  ] }),
1439
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1454
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "icon-outline-logout", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1440
1455
  ] });
1441
1456
  };
1442
1457
  var logout_default = Logout;
1443
1458
 
1444
1459
  // src/icons/v2/outline/map-marker.tsx
1445
- var import_jsx_runtime50 = require("react/jsx-runtime");
1460
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1446
1461
  var MapMarker = (props) => {
1447
1462
  const { color, ...svgProps } = use_icon_props_default(props);
1448
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1449
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1450
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1463
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1464
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { clipPath: "url(#map-marker)", children: [
1465
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1451
1466
  "path",
1452
1467
  {
1453
1468
  fillRule: "evenodd",
@@ -1456,7 +1471,7 @@ var MapMarker = (props) => {
1456
1471
  fill: color
1457
1472
  }
1458
1473
  ),
1459
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1474
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1460
1475
  "path",
1461
1476
  {
1462
1477
  fillRule: "evenodd",
@@ -1466,17 +1481,17 @@ var MapMarker = (props) => {
1466
1481
  }
1467
1482
  )
1468
1483
  ] }),
1469
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1484
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1470
1485
  ] });
1471
1486
  };
1472
1487
  var map_marker_default = MapMarker;
1473
1488
 
1474
1489
  // src/icons/v2/outline/minus.tsx
1475
- var import_jsx_runtime51 = require("react/jsx-runtime");
1490
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1476
1491
  var Minus = (props) => {
1477
1492
  const { color, ...svgProps } = use_icon_props_default(props);
1478
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1479
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1493
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1494
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { clipPath: "url(#icon-outline-minus)", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1480
1495
  "path",
1481
1496
  {
1482
1497
  fillRule: "evenodd",
@@ -1485,16 +1500,16 @@ var Minus = (props) => {
1485
1500
  fill: color
1486
1501
  }
1487
1502
  ) }),
1488
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1503
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("clipPath", { id: "icon-outline-minus", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1489
1504
  ] });
1490
1505
  };
1491
1506
  var minus_default = Minus;
1492
1507
 
1493
1508
  // src/icons/v2/outline/minus-large.tsx
1494
- var import_jsx_runtime52 = require("react/jsx-runtime");
1509
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1495
1510
  var MinusLarge = (props) => {
1496
1511
  const { color, ...svgProps } = use_icon_props_default(props);
1497
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1512
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1498
1513
  "path",
1499
1514
  {
1500
1515
  fillRule: "evenodd",
@@ -1507,10 +1522,10 @@ var MinusLarge = (props) => {
1507
1522
  var minus_large_default = MinusLarge;
1508
1523
 
1509
1524
  // src/icons/v2/outline/minus-rounded.tsx
1510
- var import_jsx_runtime53 = require("react/jsx-runtime");
1525
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1511
1526
  var MinusRounded = (props) => {
1512
1527
  const { color, ...svgProps } = use_icon_props_default(props);
1513
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1528
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { width: "7", height: "1", viewBox: "0 0 7 1", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1514
1529
  "path",
1515
1530
  {
1516
1531
  fillRule: "evenodd",
@@ -1523,10 +1538,10 @@ var MinusRounded = (props) => {
1523
1538
  var minus_rounded_default = MinusRounded;
1524
1539
 
1525
1540
  // src/icons/v2/outline/no-gps.tsx
1526
- var import_jsx_runtime54 = require("react/jsx-runtime");
1541
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1527
1542
  var NoGps = (props) => {
1528
1543
  const { color, ...svgProps } = use_icon_props_default(props);
1529
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1544
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1530
1545
  "path",
1531
1546
  {
1532
1547
  fillRule: "evenodd",
@@ -1539,11 +1554,11 @@ var NoGps = (props) => {
1539
1554
  var no_gps_default = NoGps;
1540
1555
 
1541
1556
  // src/icons/v2/outline/note.tsx
1542
- var import_jsx_runtime55 = require("react/jsx-runtime");
1557
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1543
1558
  var Note = (props) => {
1544
1559
  const { color, ...svgProps } = use_icon_props_default(props);
1545
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1546
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1560
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1561
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1547
1562
  "path",
1548
1563
  {
1549
1564
  fillRule: "evenodd",
@@ -1552,7 +1567,7 @@ var Note = (props) => {
1552
1567
  fill: color
1553
1568
  }
1554
1569
  ),
1555
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1570
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1556
1571
  "path",
1557
1572
  {
1558
1573
  fillRule: "evenodd",
@@ -1561,7 +1576,7 @@ var Note = (props) => {
1561
1576
  fill: color
1562
1577
  }
1563
1578
  ),
1564
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1579
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1565
1580
  "path",
1566
1581
  {
1567
1582
  d: "M11.4941 2.00391C11.8125 2.00391 12.1122 2.08481 12.373 2.22754L11.5537 3.00586C11.5342 3.00449 11.514 3.00391 11.4941 3.00391H7.06738C6.81964 3.00401 6.58501 3.11406 6.42676 3.30469L3.86914 6.38574C3.74503 6.53531 3.67676 6.72361 3.67676 6.91797V12.8154C3.67701 13.2755 4.05066 13.6484 4.51074 13.6484H11.4941C11.9542 13.6484 12.3279 13.2755 12.3281 12.8154V5.08496L13.3281 4.23535V12.8154C13.3279 13.8277 12.5065 14.6484 11.4941 14.6484H4.51074C3.49838 14.6484 2.67701 13.8277 2.67676 12.8154V6.91797C2.67676 6.49036 2.82653 6.07612 3.09961 5.74707L5.65723 2.66602C6.00546 2.24648 6.52216 2.00401 7.06738 2.00391H11.4941Z",
@@ -1573,11 +1588,11 @@ var Note = (props) => {
1573
1588
  var note_default = Note;
1574
1589
 
1575
1590
  // src/icons/v2/outline/order-failed-rounded.tsx
1576
- var import_jsx_runtime56 = require("react/jsx-runtime");
1591
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1577
1592
  var OrderFailedRounded = (props) => {
1578
1593
  const { color, ...svgProps } = use_icon_props_default(props);
1579
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1580
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1594
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1595
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1581
1596
  "path",
1582
1597
  {
1583
1598
  fillRule: "evenodd",
@@ -1586,7 +1601,7 @@ var OrderFailedRounded = (props) => {
1586
1601
  fill: color
1587
1602
  }
1588
1603
  ),
1589
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1604
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1590
1605
  "path",
1591
1606
  {
1592
1607
  fillRule: "evenodd",
@@ -1600,11 +1615,11 @@ var OrderFailedRounded = (props) => {
1600
1615
  var order_failed_rounded_default = OrderFailedRounded;
1601
1616
 
1602
1617
  // src/icons/v2/outline/order-history.tsx
1603
- var import_jsx_runtime57 = require("react/jsx-runtime");
1618
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1604
1619
  var OrderHistory = (props) => {
1605
1620
  const { color, ...svgProps } = use_icon_props_default(props);
1606
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1607
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1621
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1622
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1608
1623
  "path",
1609
1624
  {
1610
1625
  fillRule: "evenodd",
@@ -1613,7 +1628,7 @@ var OrderHistory = (props) => {
1613
1628
  fill: color
1614
1629
  }
1615
1630
  ),
1616
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1631
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1617
1632
  "path",
1618
1633
  {
1619
1634
  fillRule: "evenodd",
@@ -1627,11 +1642,11 @@ var OrderHistory = (props) => {
1627
1642
  var order_history_default = OrderHistory;
1628
1643
 
1629
1644
  // src/icons/v2/outline/order-processed-rounded.tsx
1630
- var import_jsx_runtime58 = require("react/jsx-runtime");
1645
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1631
1646
  var OrderProcessedRounded = (props) => {
1632
1647
  const { color, ...svgProps } = use_icon_props_default(props);
1633
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1634
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1648
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1649
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1635
1650
  "path",
1636
1651
  {
1637
1652
  fillRule: "evenodd",
@@ -1640,7 +1655,7 @@ var OrderProcessedRounded = (props) => {
1640
1655
  fill: color
1641
1656
  }
1642
1657
  ),
1643
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1658
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1644
1659
  "path",
1645
1660
  {
1646
1661
  fillRule: "evenodd",
@@ -1654,11 +1669,11 @@ var OrderProcessedRounded = (props) => {
1654
1669
  var order_processed_rounded_default = OrderProcessedRounded;
1655
1670
 
1656
1671
  // src/icons/v2/outline/otp.tsx
1657
- var import_jsx_runtime59 = require("react/jsx-runtime");
1672
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1658
1673
  var Otp = (props) => {
1659
1674
  const { color, ...svgProps } = use_icon_props_default(props);
1660
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1661
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1675
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1676
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1662
1677
  "path",
1663
1678
  {
1664
1679
  fillRule: "evenodd",
@@ -1667,7 +1682,7 @@ var Otp = (props) => {
1667
1682
  fill: color
1668
1683
  }
1669
1684
  ),
1670
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1685
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1671
1686
  "path",
1672
1687
  {
1673
1688
  fillRule: "evenodd",
@@ -1676,7 +1691,7 @@ var Otp = (props) => {
1676
1691
  fill: color
1677
1692
  }
1678
1693
  ),
1679
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1694
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1680
1695
  "path",
1681
1696
  {
1682
1697
  fillRule: "evenodd",
@@ -1685,7 +1700,7 @@ var Otp = (props) => {
1685
1700
  fill: color
1686
1701
  }
1687
1702
  ),
1688
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1703
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1689
1704
  "path",
1690
1705
  {
1691
1706
  fillRule: "evenodd",
@@ -1694,7 +1709,7 @@ var Otp = (props) => {
1694
1709
  fill: color
1695
1710
  }
1696
1711
  ),
1697
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1712
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1698
1713
  "path",
1699
1714
  {
1700
1715
  fillRule: "evenodd",
@@ -1703,7 +1718,7 @@ var Otp = (props) => {
1703
1718
  fill: color
1704
1719
  }
1705
1720
  ),
1706
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1721
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1707
1722
  "path",
1708
1723
  {
1709
1724
  fillRule: "evenodd",
@@ -1717,10 +1732,10 @@ var Otp = (props) => {
1717
1732
  var otp_default = Otp;
1718
1733
 
1719
1734
  // src/icons/v2/outline/paylater.tsx
1720
- var import_jsx_runtime60 = require("react/jsx-runtime");
1735
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1721
1736
  var Paylater = (props) => {
1722
1737
  const { color, ...svgProps } = use_icon_props_default(props);
1723
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1738
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "21", viewBox: "0 0 21 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1724
1739
  "path",
1725
1740
  {
1726
1741
  fillRule: "evenodd",
@@ -1733,11 +1748,11 @@ var Paylater = (props) => {
1733
1748
  var paylater_default = Paylater;
1734
1749
 
1735
1750
  // src/icons/v2/outline/payment-failed-rounded.tsx
1736
- var import_jsx_runtime61 = require("react/jsx-runtime");
1751
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1737
1752
  var PaymentFailedRounded = (props) => {
1738
1753
  const { color, ...svgProps } = use_icon_props_default(props);
1739
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1740
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1754
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1755
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1741
1756
  "path",
1742
1757
  {
1743
1758
  fillRule: "evenodd",
@@ -1746,7 +1761,7 @@ var PaymentFailedRounded = (props) => {
1746
1761
  fill: color
1747
1762
  }
1748
1763
  ),
1749
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1764
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1750
1765
  "path",
1751
1766
  {
1752
1767
  fillRule: "evenodd",
@@ -1755,7 +1770,7 @@ var PaymentFailedRounded = (props) => {
1755
1770
  fill: color
1756
1771
  }
1757
1772
  ),
1758
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1773
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1759
1774
  "path",
1760
1775
  {
1761
1776
  fillRule: "evenodd",
@@ -1769,11 +1784,11 @@ var PaymentFailedRounded = (props) => {
1769
1784
  var payment_failed_rounded_default = PaymentFailedRounded;
1770
1785
 
1771
1786
  // src/icons/v2/outline/payment-verification-rounded.tsx
1772
- var import_jsx_runtime62 = require("react/jsx-runtime");
1787
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1773
1788
  var PaymentVerificationRounded = (props) => {
1774
1789
  const { color, ...svgProps } = use_icon_props_default(props);
1775
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1776
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1790
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1791
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1777
1792
  "path",
1778
1793
  {
1779
1794
  fillRule: "evenodd",
@@ -1782,7 +1797,7 @@ var PaymentVerificationRounded = (props) => {
1782
1797
  fill: color
1783
1798
  }
1784
1799
  ),
1785
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1800
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1786
1801
  "path",
1787
1802
  {
1788
1803
  fillRule: "evenodd",
@@ -1791,7 +1806,7 @@ var PaymentVerificationRounded = (props) => {
1791
1806
  fill: color
1792
1807
  }
1793
1808
  ),
1794
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1809
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1795
1810
  "path",
1796
1811
  {
1797
1812
  fillRule: "evenodd",
@@ -1800,7 +1815,7 @@ var PaymentVerificationRounded = (props) => {
1800
1815
  fill: color
1801
1816
  }
1802
1817
  ),
1803
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1818
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1804
1819
  "path",
1805
1820
  {
1806
1821
  fillRule: "evenodd",
@@ -1809,7 +1824,7 @@ var PaymentVerificationRounded = (props) => {
1809
1824
  fill: color
1810
1825
  }
1811
1826
  ),
1812
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1827
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1813
1828
  "path",
1814
1829
  {
1815
1830
  fillRule: "evenodd",
@@ -1823,11 +1838,11 @@ var PaymentVerificationRounded = (props) => {
1823
1838
  var payment_verification_rounded_default = PaymentVerificationRounded;
1824
1839
 
1825
1840
  // src/icons/v2/outline/plus.tsx
1826
- var import_jsx_runtime63 = require("react/jsx-runtime");
1841
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1827
1842
  var Plus = (props) => {
1828
1843
  const { color, ...svgProps } = use_icon_props_default(props);
1829
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1830
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1844
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1845
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1831
1846
  "path",
1832
1847
  {
1833
1848
  fillRule: "evenodd",
@@ -1836,24 +1851,24 @@ var Plus = (props) => {
1836
1851
  fill: color
1837
1852
  }
1838
1853
  ) }),
1839
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1854
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1840
1855
  ] });
1841
1856
  };
1842
1857
  var plus_default = Plus;
1843
1858
 
1844
1859
  // src/icons/v2/outline/plus-large.tsx
1845
- var import_jsx_runtime64 = require("react/jsx-runtime");
1860
+ var import_jsx_runtime65 = require("react/jsx-runtime");
1846
1861
  var PlusLarge = (props) => {
1847
1862
  const { color, ...svgProps } = use_icon_props_default(props);
1848
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1849
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1863
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1864
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1850
1865
  "path",
1851
1866
  {
1852
1867
  d: "M3.7731 12.0058C3.7731 11.4535 4.22081 11.0058 4.7731 11.0058L19.2582 11.0058C19.8104 11.0058 20.2582 11.4535 20.2582 12.0058C20.2582 12.558 19.8104 13.0058 19.2582 13.0058L4.7731 13.0058C4.22082 13.0058 3.7731 12.5581 3.7731 12.0058Z",
1853
1868
  fill: color
1854
1869
  }
1855
1870
  ),
1856
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1871
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1857
1872
  "path",
1858
1873
  {
1859
1874
  d: "M12.0156 3.76321C12.5679 3.76321 13.0156 4.21092 13.0156 4.76321L13.0157 19.2483C13.0157 19.8006 12.568 20.2483 12.0157 20.2483C11.4634 20.2483 11.0157 19.8006 11.0157 19.2483L11.0156 4.76322C11.0156 4.21093 11.4633 3.76321 12.0156 3.76321Z",
@@ -1865,12 +1880,12 @@ var PlusLarge = (props) => {
1865
1880
  var plus_large_default = PlusLarge;
1866
1881
 
1867
1882
  // src/icons/v2/outline/privacy-policy.tsx
1868
- var import_jsx_runtime65 = require("react/jsx-runtime");
1883
+ var import_jsx_runtime66 = require("react/jsx-runtime");
1869
1884
  var PrivacyPolicy = (props) => {
1870
1885
  const { color, ...svgProps } = use_icon_props_default(props);
1871
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1872
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1873
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1886
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1887
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: "url(#clip0_6322_13346)", children: [
1888
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1874
1889
  "path",
1875
1890
  {
1876
1891
  fillRule: "evenodd",
@@ -1879,7 +1894,7 @@ var PrivacyPolicy = (props) => {
1879
1894
  fill: color
1880
1895
  }
1881
1896
  ),
1882
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1897
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1883
1898
  "path",
1884
1899
  {
1885
1900
  fillRule: "evenodd",
@@ -1888,7 +1903,7 @@ var PrivacyPolicy = (props) => {
1888
1903
  fill: color
1889
1904
  }
1890
1905
  ),
1891
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1906
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1892
1907
  "path",
1893
1908
  {
1894
1909
  fillRule: "evenodd",
@@ -1897,7 +1912,7 @@ var PrivacyPolicy = (props) => {
1897
1912
  fill: color
1898
1913
  }
1899
1914
  ),
1900
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1915
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1901
1916
  "path",
1902
1917
  {
1903
1918
  fillRule: "evenodd",
@@ -1906,7 +1921,7 @@ var PrivacyPolicy = (props) => {
1906
1921
  fill: color
1907
1922
  }
1908
1923
  ),
1909
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1924
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1910
1925
  "path",
1911
1926
  {
1912
1927
  fillRule: "evenodd",
@@ -1915,7 +1930,7 @@ var PrivacyPolicy = (props) => {
1915
1930
  fill: color
1916
1931
  }
1917
1932
  ),
1918
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1933
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1919
1934
  "path",
1920
1935
  {
1921
1936
  fillRule: "evenodd",
@@ -1925,18 +1940,18 @@ var PrivacyPolicy = (props) => {
1925
1940
  }
1926
1941
  )
1927
1942
  ] }),
1928
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1943
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1929
1944
  ] });
1930
1945
  };
1931
1946
  var privacy_policy_default = PrivacyPolicy;
1932
1947
 
1933
1948
  // src/icons/v2/outline/profile.tsx
1934
- var import_jsx_runtime66 = require("react/jsx-runtime");
1949
+ var import_jsx_runtime67 = require("react/jsx-runtime");
1935
1950
  var Profile = (props) => {
1936
1951
  const { color, ...svgProps } = use_icon_props_default(props);
1937
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1938
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1939
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1952
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1953
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("g", { clipPath: "url(#icon-outline-profile)", children: [
1954
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1940
1955
  "path",
1941
1956
  {
1942
1957
  fillRule: "evenodd",
@@ -1945,7 +1960,7 @@ var Profile = (props) => {
1945
1960
  fill: color
1946
1961
  }
1947
1962
  ),
1948
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1963
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1949
1964
  "path",
1950
1965
  {
1951
1966
  fillRule: "evenodd",
@@ -1955,17 +1970,17 @@ var Profile = (props) => {
1955
1970
  }
1956
1971
  )
1957
1972
  ] }),
1958
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1973
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1959
1974
  ] });
1960
1975
  };
1961
1976
  var profile_default = Profile;
1962
1977
 
1963
1978
  // src/icons/v2/outline/qr-code.tsx
1964
- var import_jsx_runtime67 = require("react/jsx-runtime");
1979
+ var import_jsx_runtime68 = require("react/jsx-runtime");
1965
1980
  var QRCode = (props) => {
1966
1981
  const { color, ...svgProps } = use_icon_props_default(props);
1967
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1968
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1982
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1983
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1969
1984
  "path",
1970
1985
  {
1971
1986
  fillRule: "evenodd",
@@ -1974,7 +1989,7 @@ var QRCode = (props) => {
1974
1989
  fill: color
1975
1990
  }
1976
1991
  ),
1977
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1992
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1978
1993
  "path",
1979
1994
  {
1980
1995
  fillRule: "evenodd",
@@ -1983,7 +1998,7 @@ var QRCode = (props) => {
1983
1998
  fill: color
1984
1999
  }
1985
2000
  ),
1986
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2001
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1987
2002
  "path",
1988
2003
  {
1989
2004
  fillRule: "evenodd",
@@ -1992,7 +2007,7 @@ var QRCode = (props) => {
1992
2007
  fill: color
1993
2008
  }
1994
2009
  ),
1995
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2010
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1996
2011
  "path",
1997
2012
  {
1998
2013
  fillRule: "evenodd",
@@ -2001,7 +2016,7 @@ var QRCode = (props) => {
2001
2016
  fill: color
2002
2017
  }
2003
2018
  ),
2004
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2019
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2005
2020
  "path",
2006
2021
  {
2007
2022
  fillRule: "evenodd",
@@ -2010,7 +2025,7 @@ var QRCode = (props) => {
2010
2025
  fill: color
2011
2026
  }
2012
2027
  ),
2013
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2028
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2014
2029
  "path",
2015
2030
  {
2016
2031
  fillRule: "evenodd",
@@ -2019,7 +2034,7 @@ var QRCode = (props) => {
2019
2034
  fill: color
2020
2035
  }
2021
2036
  ),
2022
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2037
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2023
2038
  "path",
2024
2039
  {
2025
2040
  fillRule: "evenodd",
@@ -2028,7 +2043,7 @@ var QRCode = (props) => {
2028
2043
  fill: color
2029
2044
  }
2030
2045
  ),
2031
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2046
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2032
2047
  "path",
2033
2048
  {
2034
2049
  fillRule: "evenodd",
@@ -2037,7 +2052,7 @@ var QRCode = (props) => {
2037
2052
  fill: color
2038
2053
  }
2039
2054
  ),
2040
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2055
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2041
2056
  "path",
2042
2057
  {
2043
2058
  fillRule: "evenodd",
@@ -2046,7 +2061,7 @@ var QRCode = (props) => {
2046
2061
  fill: color
2047
2062
  }
2048
2063
  ),
2049
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2064
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2050
2065
  "path",
2051
2066
  {
2052
2067
  fillRule: "evenodd",
@@ -2060,10 +2075,10 @@ var QRCode = (props) => {
2060
2075
  var qr_code_default = QRCode;
2061
2076
 
2062
2077
  // src/icons/v2/outline/qr-code-base.tsx
2063
- var import_jsx_runtime68 = require("react/jsx-runtime");
2078
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2064
2079
  var QRCodeBase = (props) => {
2065
2080
  const { color, ...svgProps } = use_icon_props_default(props);
2066
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2081
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2067
2082
  "path",
2068
2083
  {
2069
2084
  fillRule: "evenodd",
@@ -2076,11 +2091,11 @@ var QRCodeBase = (props) => {
2076
2091
  var qr_code_base_default = QRCodeBase;
2077
2092
 
2078
2093
  // src/icons/v2/outline/search.tsx
2079
- var import_jsx_runtime69 = require("react/jsx-runtime");
2094
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2080
2095
  var Search = (props) => {
2081
2096
  const { color, ...svgProps } = use_icon_props_default(props);
2082
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2083
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2097
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2098
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2084
2099
  "path",
2085
2100
  {
2086
2101
  fillRule: "evenodd",
@@ -2089,7 +2104,7 @@ var Search = (props) => {
2089
2104
  fill: color
2090
2105
  }
2091
2106
  ),
2092
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2107
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2093
2108
  "path",
2094
2109
  {
2095
2110
  fillRule: "evenodd",
@@ -2103,10 +2118,10 @@ var Search = (props) => {
2103
2118
  var search_default = Search;
2104
2119
 
2105
2120
  // src/icons/v2/outline/setting.tsx
2106
- var import_jsx_runtime70 = require("react/jsx-runtime");
2121
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2107
2122
  var Setting = (props) => {
2108
2123
  const { color, ...svgProps } = use_icon_props_default(props);
2109
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2124
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2110
2125
  "path",
2111
2126
  {
2112
2127
  d: "M15.2339 21.5C14.798 21.5 14.362 21.3549 13.9987 21.1011C13.0723 20.4303 11.9642 20.4303 11.0196 21.1011C10.4565 21.5 9.72984 21.6087 9.07589 21.3731C7.98597 20.9742 6.98688 20.3941 6.09678 19.6507C5.56998 19.2156 5.2975 18.5267 5.37017 17.8378C5.42466 17.2757 5.31567 16.7318 5.06136 16.2967C4.80704 15.8616 4.38924 15.499 3.88061 15.2633C3.24483 14.9733 2.79069 14.3931 2.66354 13.7042C2.46372 12.562 2.46372 11.4198 2.66354 10.2776C2.79069 9.58871 3.24483 9.00856 3.88061 8.71848C4.40741 8.4828 4.80704 8.13833 5.06136 7.68509C5.31567 7.24997 5.42466 6.72421 5.37017 6.14406C5.2975 5.45512 5.56998 4.78432 6.09678 4.33108C6.98688 3.58776 7.98597 3.00761 9.07589 2.60875C9.72984 2.37306 10.4746 2.48184 11.0377 2.8807C11.9642 3.53337 13.0723 3.5515 13.9987 2.8807C14.5436 2.49997 15.2703 2.39119 15.9424 2.62688C17.0323 3.02574 18.0314 3.60589 18.9215 4.34921C19.4483 4.80245 19.7389 5.49138 19.6481 6.18031C19.5936 6.74234 19.7026 7.2681 19.9569 7.72134C20.2112 8.15646 20.629 8.51905 21.1377 8.75474C21.7734 9.02669 22.2276 9.60684 22.3547 10.2958C22.5545 11.4379 22.5545 12.5983 22.3547 13.7223C22.2457 14.3931 21.7916 14.9733 21.1377 15.2633C20.6109 15.499 20.2112 15.8616 19.9569 16.2967C19.7026 16.7318 19.5936 17.2576 19.6481 17.8378C19.7208 18.5267 19.4483 19.2156 18.9215 19.6507C18.0314 20.3941 17.0323 20.9742 15.9424 21.3731C15.7062 21.4637 15.4701 21.5 15.2339 21.5ZM12.5091 19.1975C13.3084 19.1975 14.1077 19.4694 14.8161 19.9771C14.8888 20.0315 15.1613 20.1946 15.4701 20.0858C16.4147 19.7414 17.2684 19.2519 18.0314 18.5992C18.2857 18.3816 18.2857 18.0734 18.2675 17.9828C18.1767 17.1126 18.3402 16.2967 18.758 15.6078C19.1576 14.9189 19.7934 14.3568 20.5745 14.0124C20.6472 13.9761 20.9378 13.8311 20.9923 13.4866C21.174 12.5076 21.174 11.5105 20.9923 10.5315C20.956 10.2958 20.7925 10.1145 20.5745 10.0057C19.7753 9.6431 19.1576 9.09921 18.758 8.39215C18.3584 7.70322 18.1949 6.88738 18.2857 6.01715C18.3039 5.78146 18.213 5.54577 18.0314 5.40073C17.2684 4.76619 16.3965 4.25856 15.4701 3.91409C15.2521 3.84157 15.0159 3.87783 14.8161 4.00474C13.3811 5.02001 11.619 5.02001 10.2021 4.00474C10.0023 3.8597 9.76617 3.82344 9.54819 3.91409C8.62176 4.25856 7.74982 4.74806 6.98688 5.40073C6.80523 5.54577 6.7144 5.78146 6.75073 6.01715C6.84156 6.88738 6.67807 7.70322 6.27843 8.39215C5.87879 9.08108 5.24301 9.6431 4.4619 9.98757C4.24392 10.0782 4.08043 10.2776 4.0441 10.5133C3.88061 11.4923 3.88061 12.4895 4.0441 13.4685C4.09859 13.8129 4.37107 13.958 4.4619 13.9942C5.24301 14.3387 5.87879 14.9007 6.27843 15.5897C6.67807 16.2786 6.84156 17.1126 6.75073 17.9647C6.75073 18.0553 6.73256 18.3635 6.98688 18.5811C7.74982 19.2156 8.62176 19.7233 9.54819 20.0677C9.76617 20.1402 10.0023 20.104 10.2021 19.9771C10.9106 19.4694 11.7099 19.1975 12.5091 19.1975ZM12.5091 15.4809C10.5836 15.4809 9.02139 13.9217 9.02139 12C9.02139 10.0782 10.5836 8.51906 12.5091 8.51906C14.4347 8.51906 15.9969 10.0782 15.9969 12C15.9969 13.9217 14.4347 15.4809 12.5091 15.4809ZM12.5091 9.91505C11.3466 9.91505 10.4201 10.8578 10.4201 12C10.4201 13.1603 11.3647 14.0849 12.5091 14.0849C13.6717 14.0849 14.5981 13.1421 14.5981 12C14.5981 10.8578 13.6535 9.91505 12.5091 9.91505Z",
@@ -2117,11 +2132,11 @@ var Setting = (props) => {
2117
2132
  var setting_default = Setting;
2118
2133
 
2119
2134
  // src/icons/v2/outline/share.tsx
2120
- var import_jsx_runtime71 = require("react/jsx-runtime");
2135
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2121
2136
  var Bag2 = (props) => {
2122
2137
  const { color, ...svgProps } = use_icon_props_default(props);
2123
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
2124
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2138
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
2139
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2125
2140
  "path",
2126
2141
  {
2127
2142
  fillRule: "evenodd",
@@ -2130,7 +2145,7 @@ var Bag2 = (props) => {
2130
2145
  fill: color
2131
2146
  }
2132
2147
  ),
2133
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2148
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2134
2149
  "path",
2135
2150
  {
2136
2151
  fillRule: "evenodd",
@@ -2139,7 +2154,7 @@ var Bag2 = (props) => {
2139
2154
  fill: color
2140
2155
  }
2141
2156
  ),
2142
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2157
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2143
2158
  "path",
2144
2159
  {
2145
2160
  fillRule: "evenodd",
@@ -2153,10 +2168,10 @@ var Bag2 = (props) => {
2153
2168
  var share_default = Bag2;
2154
2169
 
2155
2170
  // src/icons/v2/outline/shield-rounded.tsx
2156
- var import_jsx_runtime72 = require("react/jsx-runtime");
2171
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2157
2172
  var ShieldRounded = (props) => {
2158
2173
  const { color, ...svgProps } = use_icon_props_default(props);
2159
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2174
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2160
2175
  "path",
2161
2176
  {
2162
2177
  d: "M9.23438 2.63778C9.73261 2.45993 10.2772 2.45993 10.7754 2.63778L15.1445 4.19736C16.0567 4.52305 16.666 5.38701 16.666 6.35556V9.96982C16.666 12.9409 15.044 14.8309 13.4668 15.9522C11.9041 17.0632 10.3394 17.4581 10.2773 17.4737L10.125 16.8683L10.2676 17.4767C10.0949 17.5172 9.91491 17.5172 9.74219 17.4767L9.88477 16.8683L9.73242 17.4737C9.66867 17.4577 8.10479 17.0626 6.54297 15.9522C4.96579 14.8309 3.34475 12.9409 3.34473 9.96982V6.35556C3.34473 5.38705 3.95317 4.52308 4.86523 4.19736L9.23438 2.63778ZM13.1484 8.03134C12.9044 7.78726 12.5087 7.78726 12.2646 8.03134L9.5127 10.7823L7.94238 9.212C7.6983 8.96793 7.30169 8.96792 7.05762 9.212C6.81375 9.45595 6.81398 9.8517 7.05762 10.0958L9.07031 12.1085C9.31437 12.3525 9.71002 12.3525 9.9541 12.1085L13.1484 8.91513C13.3924 8.67116 13.3922 8.27544 13.1484 8.03134Z",
@@ -2167,11 +2182,11 @@ var ShieldRounded = (props) => {
2167
2182
  var shield_rounded_default = ShieldRounded;
2168
2183
 
2169
2184
  // src/icons/v2/outline/shipped-rounded.tsx
2170
- var import_jsx_runtime73 = require("react/jsx-runtime");
2185
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2171
2186
  var ShippedRounded = (props) => {
2172
2187
  const { color, ...svgProps } = use_icon_props_default(props);
2173
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2174
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2188
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2189
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2175
2190
  "path",
2176
2191
  {
2177
2192
  fillRule: "evenodd",
@@ -2180,7 +2195,7 @@ var ShippedRounded = (props) => {
2180
2195
  fill: color
2181
2196
  }
2182
2197
  ),
2183
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2198
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2184
2199
  "path",
2185
2200
  {
2186
2201
  fillRule: "evenodd",
@@ -2189,7 +2204,7 @@ var ShippedRounded = (props) => {
2189
2204
  fill: color
2190
2205
  }
2191
2206
  ),
2192
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2207
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2193
2208
  "path",
2194
2209
  {
2195
2210
  fillRule: "evenodd",
@@ -2203,11 +2218,11 @@ var ShippedRounded = (props) => {
2203
2218
  var shipped_rounded_default = ShippedRounded;
2204
2219
 
2205
2220
  // src/icons/v2/outline/size-chart-rounded.tsx
2206
- var import_jsx_runtime74 = require("react/jsx-runtime");
2221
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2207
2222
  var SizeChartRounded = (props) => {
2208
2223
  const { color, ...svgProps } = use_icon_props_default(props);
2209
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2210
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2224
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2225
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2211
2226
  "path",
2212
2227
  {
2213
2228
  fillRule: "evenodd",
@@ -2216,7 +2231,7 @@ var SizeChartRounded = (props) => {
2216
2231
  fill: color
2217
2232
  }
2218
2233
  ),
2219
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2234
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2220
2235
  "path",
2221
2236
  {
2222
2237
  fillRule: "evenodd",
@@ -2225,7 +2240,7 @@ var SizeChartRounded = (props) => {
2225
2240
  fill: color
2226
2241
  }
2227
2242
  ),
2228
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2243
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2229
2244
  "path",
2230
2245
  {
2231
2246
  fillRule: "evenodd",
@@ -2234,7 +2249,7 @@ var SizeChartRounded = (props) => {
2234
2249
  fill: color
2235
2250
  }
2236
2251
  ),
2237
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2252
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2238
2253
  "path",
2239
2254
  {
2240
2255
  fillRule: "evenodd",
@@ -2243,7 +2258,7 @@ var SizeChartRounded = (props) => {
2243
2258
  fill: color
2244
2259
  }
2245
2260
  ),
2246
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2261
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2247
2262
  "path",
2248
2263
  {
2249
2264
  fillRule: "evenodd",
@@ -2252,7 +2267,7 @@ var SizeChartRounded = (props) => {
2252
2267
  fill: color
2253
2268
  }
2254
2269
  ),
2255
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2270
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2256
2271
  "path",
2257
2272
  {
2258
2273
  fillRule: "evenodd",
@@ -2261,7 +2276,7 @@ var SizeChartRounded = (props) => {
2261
2276
  fill: color
2262
2277
  }
2263
2278
  ),
2264
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2279
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2265
2280
  "path",
2266
2281
  {
2267
2282
  fillRule: "evenodd",
@@ -2275,11 +2290,11 @@ var SizeChartRounded = (props) => {
2275
2290
  var size_chart_rounded_default = SizeChartRounded;
2276
2291
 
2277
2292
  // src/icons/v2/outline/sort.tsx
2278
- var import_jsx_runtime75 = require("react/jsx-runtime");
2293
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2279
2294
  var Sort = (props) => {
2280
2295
  const { color, ...svgProps } = use_icon_props_default(props);
2281
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2282
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2296
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2297
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2283
2298
  "path",
2284
2299
  {
2285
2300
  fillRule: "evenodd",
@@ -2288,7 +2303,7 @@ var Sort = (props) => {
2288
2303
  fill: color
2289
2304
  }
2290
2305
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2306
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2292
2307
  "path",
2293
2308
  {
2294
2309
  fillRule: "evenodd",
@@ -2302,25 +2317,25 @@ var Sort = (props) => {
2302
2317
  var sort_default = Sort;
2303
2318
 
2304
2319
  // src/icons/v2/outline/store-complete.tsx
2305
- var import_jsx_runtime76 = require("react/jsx-runtime");
2320
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2306
2321
  var StoreComplete = (props) => {
2307
2322
  const { color, ...svgProps } = use_icon_props_default(props);
2308
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2309
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2323
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2324
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2310
2325
  "path",
2311
2326
  {
2312
2327
  d: "M4.41675 3C4.00253 3 3.66675 3.33579 3.66675 3.75C3.66675 4.16421 4.00253 4.5 4.41675 4.5H19.5833C19.9975 4.5 20.3333 4.16421 20.3333 3.75C20.3333 3.33579 19.9975 3 19.5833 3H4.41675Z",
2313
2328
  fill: color
2314
2329
  }
2315
2330
  ),
2316
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2331
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2317
2332
  "path",
2318
2333
  {
2319
2334
  d: "M19.0898 16.5493C19.3437 16.8032 19.3437 17.2147 19.0898 17.4686L17.0898 19.4686C16.836 19.7224 16.4244 19.7224 16.1706 19.4686L14.9104 18.2084C14.6565 17.9545 14.6565 17.543 14.9103 17.2891C15.1642 17.0353 15.5757 17.0353 15.8296 17.2891L16.6302 18.0897L18.1706 16.5493C18.4244 16.2955 18.836 16.2955 19.0898 16.5493Z",
2320
2335
  fill: color
2321
2336
  }
2322
2337
  ),
2323
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2338
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2324
2339
  "path",
2325
2340
  {
2326
2341
  fillRule: "evenodd",
@@ -2334,12 +2349,12 @@ var StoreComplete = (props) => {
2334
2349
  var store_complete_default = StoreComplete;
2335
2350
 
2336
2351
  // src/icons/v2/outline/term-conditions.tsx
2337
- var import_jsx_runtime77 = require("react/jsx-runtime");
2352
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2338
2353
  var TermConditions = (props) => {
2339
2354
  const { color, ...svgProps } = use_icon_props_default(props);
2340
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2341
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
2342
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2355
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2356
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { clipPath: "url(#clip0_6322_13347)", children: [
2357
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2343
2358
  "path",
2344
2359
  {
2345
2360
  fillRule: "evenodd",
@@ -2348,7 +2363,7 @@ var TermConditions = (props) => {
2348
2363
  fill: color
2349
2364
  }
2350
2365
  ),
2351
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2366
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2352
2367
  "path",
2353
2368
  {
2354
2369
  fillRule: "evenodd",
@@ -2357,7 +2372,7 @@ var TermConditions = (props) => {
2357
2372
  fill: color
2358
2373
  }
2359
2374
  ),
2360
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2375
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2361
2376
  "path",
2362
2377
  {
2363
2378
  fillRule: "evenodd",
@@ -2366,7 +2381,7 @@ var TermConditions = (props) => {
2366
2381
  fill: color
2367
2382
  }
2368
2383
  ),
2369
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2384
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2370
2385
  "path",
2371
2386
  {
2372
2387
  fillRule: "evenodd",
@@ -2375,7 +2390,7 @@ var TermConditions = (props) => {
2375
2390
  fill: color
2376
2391
  }
2377
2392
  ),
2378
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2393
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2379
2394
  "path",
2380
2395
  {
2381
2396
  fillRule: "evenodd",
@@ -2384,7 +2399,7 @@ var TermConditions = (props) => {
2384
2399
  fill: color
2385
2400
  }
2386
2401
  ),
2387
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2402
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2388
2403
  "path",
2389
2404
  {
2390
2405
  fillRule: "evenodd",
@@ -2394,16 +2409,16 @@ var TermConditions = (props) => {
2394
2409
  }
2395
2410
  )
2396
2411
  ] }),
2397
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2412
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2398
2413
  ] });
2399
2414
  };
2400
2415
  var term_conditions_default = TermConditions;
2401
2416
 
2402
2417
  // src/icons/v2/outline/tips-measurement.tsx
2403
- var import_jsx_runtime78 = require("react/jsx-runtime");
2418
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2404
2419
  var TipsMeasurement = (props) => {
2405
2420
  const { color, ...svgProps } = use_icon_props_default(props);
2406
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2421
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2407
2422
  "path",
2408
2423
  {
2409
2424
  d: "M10.0085 1.68457C10.4642 1.22897 11.2033 1.22896 11.6589 1.68457L14.3376 4.3623C14.7932 4.81786 14.7931 5.55707 14.3376 6.0127L6.00659 14.3428C5.5794 14.77 4.90331 14.7968 4.44507 14.4229L4.35718 14.3428L1.67847 11.665C1.22285 11.2094 1.22286 10.4703 1.67847 10.0146L10.0085 1.68457ZM10.9519 2.3916C10.8869 2.32657 10.7817 2.32669 10.7166 2.3916L9.58667 3.51953L10.3933 4.32617C10.5623 4.4953 10.5621 4.76928 10.3933 4.93848C10.2241 5.10764 9.94927 5.1085 9.78003 4.93945L8.97339 4.13281L6.85718 6.25L7.91382 7.30664C8.0827 7.47589 8.08195 7.74983 7.91284 7.91895C7.74373 8.08806 7.46979 8.08881 7.30054 7.91992L6.2439 6.86328L4.34741 8.75977L5.24878 9.66113C5.41783 9.83037 5.41697 10.1052 5.2478 10.2744C5.07861 10.4433 4.80463 10.4434 4.6355 10.2744L3.73413 9.37305L2.3855 10.7217C2.32041 10.7868 2.32041 10.8929 2.3855 10.958L5.06421 13.6357L5.0896 13.6582C5.15428 13.7008 5.24265 13.6927 5.29956 13.6357L13.6306 5.30566C13.6955 5.24056 13.6956 5.13436 13.6306 5.06934L10.9519 2.3916ZM3.72534 2.66309C3.75403 2.67238 3.7773 2.69285 3.79077 2.71875L4.10229 3.50488C4.2215 3.81045 4.45915 4.06057 4.76636 4.20312L5.31519 4.45703C5.33365 4.46568 5.34922 4.47943 5.36011 4.49609C5.37104 4.51287 5.37679 4.53297 5.37671 4.55273C5.37642 4.57198 5.36997 4.59118 5.35913 4.60742C5.34832 4.62344 5.33316 4.63623 5.31519 4.64453L4.76636 4.90039C4.45903 5.04289 4.22095 5.29312 4.10132 5.59863L3.79077 6.38574C3.77985 6.41379 3.75659 6.43621 3.72729 6.44727C3.70007 6.45686 3.66976 6.45574 3.64331 6.44434C3.61683 6.43288 3.5961 6.41165 3.58569 6.38574L3.27515 5.59863C3.15503 5.29388 2.91709 5.04427 2.61011 4.90234L2.06226 4.64746C2.04028 4.63694 2.02247 4.61962 2.01147 4.59863C1.99892 4.57376 1.9972 4.54564 2.00659 4.51953C2.01612 4.49328 2.03608 4.47114 2.06226 4.45898L2.61011 4.2041C2.9176 4.06177 3.15568 3.8115 3.27515 3.50586L3.58569 2.71875C3.59665 2.69723 3.61593 2.6794 3.63843 2.66895C3.66554 2.65634 3.69677 2.65386 3.72534 2.66309ZM6.04272 2.45703C6.05886 2.46236 6.07226 2.47367 6.07983 2.48828L6.19409 2.7793C6.23646 2.88715 6.32087 2.97513 6.42944 3.02539L6.63159 3.12012C6.64401 3.12575 6.6547 3.13556 6.66089 3.14746C6.66432 3.15433 6.66627 3.16232 6.66675 3.16992C6.66717 3.17755 6.66547 3.18516 6.66284 3.19238C6.66021 3.19957 6.65639 3.20619 6.65112 3.21191C6.64569 3.21773 6.63895 3.22318 6.63159 3.22656L6.42944 3.32031C6.321 3.37051 6.23658 3.45875 6.19409 3.56641L6.07983 3.85742C6.07332 3.87333 6.06029 3.88665 6.0437 3.89258C6.0361 3.89533 6.02741 3.89574 6.01929 3.89551C6.01127 3.89524 6.00316 3.89377 5.99585 3.89062C5.98853 3.88744 5.98183 3.88255 5.97632 3.87695C5.97088 3.87135 5.96645 3.86457 5.96362 3.85742L5.84839 3.56641C5.806 3.45881 5.72241 3.3704 5.61401 3.32031L5.41089 3.22656C5.39855 3.22089 5.38846 3.21103 5.38257 3.19922C5.37902 3.19226 5.37721 3.18449 5.37671 3.17676C5.37622 3.16917 5.37711 3.16151 5.37964 3.1543C5.38228 3.14694 5.38694 3.13962 5.39233 3.13379C5.39758 3.12817 5.40384 3.12348 5.41089 3.12012L5.61401 3.02539C5.72247 2.97521 5.80617 2.88707 5.84839 2.7793L5.96362 2.48828C5.96987 2.47606 5.98017 2.46604 5.99292 2.45996C6.00836 2.45283 6.0265 2.45171 6.04272 2.45703Z",
@@ -2414,12 +2429,12 @@ var TipsMeasurement = (props) => {
2414
2429
  var tips_measurement_default = TipsMeasurement;
2415
2430
 
2416
2431
  // src/icons/v2/outline/trash.tsx
2417
- var import_jsx_runtime79 = require("react/jsx-runtime");
2432
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2418
2433
  var Trash = (props) => {
2419
2434
  const { color, ...svgProps } = use_icon_props_default(props);
2420
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2421
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
2422
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2435
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2436
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("g", { clipPath: "url(#clip0_5761_9499)", children: [
2437
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2423
2438
  "path",
2424
2439
  {
2425
2440
  fillRule: "evenodd",
@@ -2428,7 +2443,7 @@ var Trash = (props) => {
2428
2443
  fill: color
2429
2444
  }
2430
2445
  ),
2431
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2446
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2432
2447
  "path",
2433
2448
  {
2434
2449
  fillRule: "evenodd",
@@ -2437,7 +2452,7 @@ var Trash = (props) => {
2437
2452
  fill: color
2438
2453
  }
2439
2454
  ),
2440
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2455
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2441
2456
  "path",
2442
2457
  {
2443
2458
  fillRule: "evenodd",
@@ -2446,7 +2461,7 @@ var Trash = (props) => {
2446
2461
  fill: color
2447
2462
  }
2448
2463
  ),
2449
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2464
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2450
2465
  "path",
2451
2466
  {
2452
2467
  fillRule: "evenodd",
@@ -2456,17 +2471,17 @@ var Trash = (props) => {
2456
2471
  }
2457
2472
  )
2458
2473
  ] }),
2459
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2474
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
2460
2475
  ] });
2461
2476
  };
2462
2477
  var trash_default = Trash;
2463
2478
 
2464
2479
  // src/icons/v2/outline/truck.tsx
2465
- var import_jsx_runtime80 = require("react/jsx-runtime");
2480
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2466
2481
  var Truck = (props) => {
2467
2482
  const { color, ...svgProps } = use_icon_props_default(props);
2468
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2469
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2483
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2484
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2470
2485
  "path",
2471
2486
  {
2472
2487
  fillRule: "evenodd",
@@ -2475,38 +2490,38 @@ var Truck = (props) => {
2475
2490
  fill: color
2476
2491
  }
2477
2492
  ) }),
2478
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2493
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2479
2494
  ] });
2480
2495
  };
2481
2496
  var truck_default = Truck;
2482
2497
 
2483
2498
  // src/icons/v2/outline/truck-discount.tsx
2484
- var import_jsx_runtime81 = require("react/jsx-runtime");
2499
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2485
2500
  var TruckDiscount = (props) => {
2486
2501
  const { color, ...svgProps } = use_icon_props_default(props);
2487
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2488
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2502
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2503
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2489
2504
  "path",
2490
2505
  {
2491
2506
  d: "M7.53159 6.71973C7.66828 6.5832 7.89007 6.58309 8.0267 6.71973C8.16285 6.85631 8.16286 7.07729 8.0267 7.21387L5.39584 9.84473L5.34116 9.88965C5.20548 9.9791 5.02126 9.96389 4.9017 9.84473C4.76502 9.70804 4.76502 9.48629 4.9017 9.34961L7.53159 6.71973Z",
2492
2507
  fill: color
2493
2508
  }
2494
2509
  ),
2495
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2510
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2496
2511
  "path",
2497
2512
  {
2498
2513
  d: "M7.39194 8.75977C7.66062 8.75993 7.87903 8.97742 7.87924 9.24609C7.87924 9.51495 7.66075 9.73323 7.39194 9.7334C7.12311 9.73326 6.90561 9.51496 6.90561 9.24609C6.90582 8.97741 7.12323 8.75991 7.39194 8.75977Z",
2499
2514
  fill: color
2500
2515
  }
2501
2516
  ),
2502
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2517
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2503
2518
  "path",
2504
2519
  {
2505
2520
  d: "M5.47592 6.86719C5.74453 6.86748 5.96308 7.08487 5.96323 7.35352C5.96323 7.62229 5.74462 7.84052 5.47592 7.84082C5.20709 7.84068 4.98959 7.62238 4.98959 7.35352C4.98974 7.08477 5.20718 6.86733 5.47592 6.86719Z",
2506
2521
  fill: color
2507
2522
  }
2508
2523
  ),
2509
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2524
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2510
2525
  "path",
2511
2526
  {
2512
2527
  fillRule: "evenodd",
@@ -2520,11 +2535,11 @@ var TruckDiscount = (props) => {
2520
2535
  var truck_discount_default = TruckDiscount;
2521
2536
 
2522
2537
  // src/icons/v2/outline/truck-rounded.tsx
2523
- var import_jsx_runtime82 = require("react/jsx-runtime");
2538
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2524
2539
  var TruckRounded = (props) => {
2525
2540
  const { color, ...svgProps } = use_icon_props_default(props);
2526
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2527
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2541
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2542
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("g", { clipPath: "url(#clip0_5839_227240)", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2528
2543
  "path",
2529
2544
  {
2530
2545
  fillRule: "evenodd",
@@ -2533,18 +2548,18 @@ var TruckRounded = (props) => {
2533
2548
  fill: color
2534
2549
  }
2535
2550
  ) }),
2536
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2551
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("clipPath", { id: "clip0_5839_227240", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2537
2552
  ] });
2538
2553
  };
2539
2554
  var truck_rounded_default = TruckRounded;
2540
2555
 
2541
2556
  // src/icons/v2/outline/virtual-wallet.tsx
2542
- var import_jsx_runtime83 = require("react/jsx-runtime");
2557
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2543
2558
  var VirtualWallet = (props) => {
2544
2559
  const { color, ...svgProps } = use_icon_props_default(props);
2545
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2546
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
2547
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2560
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2561
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { clipPath: "url(#clip0_2092_1618)", children: [
2562
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2548
2563
  "path",
2549
2564
  {
2550
2565
  fillRule: "evenodd",
@@ -2553,7 +2568,7 @@ var VirtualWallet = (props) => {
2553
2568
  fill: color
2554
2569
  }
2555
2570
  ),
2556
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2571
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2557
2572
  "path",
2558
2573
  {
2559
2574
  fillRule: "evenodd",
@@ -2562,7 +2577,7 @@ var VirtualWallet = (props) => {
2562
2577
  fill: color
2563
2578
  }
2564
2579
  ),
2565
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2580
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2566
2581
  "path",
2567
2582
  {
2568
2583
  fillRule: "evenodd",
@@ -2571,14 +2586,14 @@ var VirtualWallet = (props) => {
2571
2586
  fill: color
2572
2587
  }
2573
2588
  ),
2574
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2589
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2575
2590
  "path",
2576
2591
  {
2577
2592
  d: "M18 14.5039C18 15.3323 17.3284 16.0039 16.5 16.0039C15.6716 16.0039 15 15.3323 15 14.5039C15 13.6755 15.6716 13.0039 16.5 13.0039C17.3284 13.0039 18 13.6755 18 14.5039Z",
2578
2593
  fill: color
2579
2594
  }
2580
2595
  ),
2581
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2596
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2582
2597
  "path",
2583
2598
  {
2584
2599
  fillRule: "evenodd",
@@ -2587,7 +2602,7 @@ var VirtualWallet = (props) => {
2587
2602
  fill: color
2588
2603
  }
2589
2604
  ),
2590
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2605
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2591
2606
  "path",
2592
2607
  {
2593
2608
  fillRule: "evenodd",
@@ -2597,17 +2612,17 @@ var VirtualWallet = (props) => {
2597
2612
  }
2598
2613
  )
2599
2614
  ] }),
2600
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2615
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("clipPath", { id: "clip0_2092_1618", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
2601
2616
  ] });
2602
2617
  };
2603
2618
  var virtual_wallet_default = VirtualWallet;
2604
2619
 
2605
2620
  // src/icons/v2/outline/voucher-applied.tsx
2606
- var import_jsx_runtime84 = require("react/jsx-runtime");
2621
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2607
2622
  var VoucherApplied = (props) => {
2608
2623
  const { color, ...svgProps } = use_icon_props_default(props);
2609
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2610
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2624
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
2625
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2611
2626
  "path",
2612
2627
  {
2613
2628
  fillRule: "evenodd",
@@ -2616,7 +2631,7 @@ var VoucherApplied = (props) => {
2616
2631
  fill: color
2617
2632
  }
2618
2633
  ),
2619
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2634
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2620
2635
  "path",
2621
2636
  {
2622
2637
  fillRule: "evenodd",
@@ -2625,7 +2640,7 @@ var VoucherApplied = (props) => {
2625
2640
  fill: color
2626
2641
  }
2627
2642
  ),
2628
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2643
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2629
2644
  "path",
2630
2645
  {
2631
2646
  fillRule: "evenodd",
@@ -2634,7 +2649,7 @@ var VoucherApplied = (props) => {
2634
2649
  fill: color
2635
2650
  }
2636
2651
  ),
2637
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2652
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2638
2653
  "path",
2639
2654
  {
2640
2655
  fillRule: "evenodd",
@@ -2648,25 +2663,25 @@ var VoucherApplied = (props) => {
2648
2663
  var voucher_applied_default = VoucherApplied;
2649
2664
 
2650
2665
  // src/icons/v2/outline/voucher-outline.tsx
2651
- var import_jsx_runtime85 = require("react/jsx-runtime");
2666
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2652
2667
  var VoucherOutline = (props) => {
2653
2668
  const { color, ...svgProps } = use_icon_props_default(props);
2654
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2655
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2669
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2670
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2656
2671
  "path",
2657
2672
  {
2658
2673
  d: "M10 12.541C10.359 12.541 10.6504 12.8324 10.6504 13.1914V15.5762C10.6502 15.935 10.3589 16.2256 10 16.2256C9.6411 16.2256 9.34975 15.935 9.34961 15.5762V13.1914C9.34961 12.8324 9.64102 12.541 10 12.541Z",
2659
2674
  fill: color
2660
2675
  }
2661
2676
  ),
2662
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2677
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2663
2678
  "path",
2664
2679
  {
2665
2680
  d: "M10 7.77246C10.3589 7.77247 10.6503 8.06301 10.6504 8.42188V10.8066C10.6504 11.1656 10.359 11.457 10 11.457C9.64102 11.457 9.34961 11.1656 9.34961 10.8066V8.42188C9.34974 8.063 9.64109 7.77246 10 7.77246Z",
2666
2681
  fill: color
2667
2682
  }
2668
2683
  ),
2669
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2684
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2670
2685
  "path",
2671
2686
  {
2672
2687
  fillRule: "evenodd",
@@ -2680,11 +2695,11 @@ var VoucherOutline = (props) => {
2680
2695
  var voucher_outline_default = VoucherOutline;
2681
2696
 
2682
2697
  // src/icons/v2/outline/waiting-item-rounded.tsx
2683
- var import_jsx_runtime86 = require("react/jsx-runtime");
2698
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2684
2699
  var WaitingItemRounded = (props) => {
2685
2700
  const { color, ...svgProps } = use_icon_props_default(props);
2686
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2687
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2701
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2702
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2688
2703
  "path",
2689
2704
  {
2690
2705
  fillRule: "evenodd",
@@ -2693,7 +2708,7 @@ var WaitingItemRounded = (props) => {
2693
2708
  fill: color
2694
2709
  }
2695
2710
  ),
2696
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2711
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2697
2712
  "path",
2698
2713
  {
2699
2714
  fillRule: "evenodd",
@@ -2707,11 +2722,11 @@ var WaitingItemRounded = (props) => {
2707
2722
  var waiting_item_rounded_default = WaitingItemRounded;
2708
2723
 
2709
2724
  // src/icons/v2/outline/waiting-payment-rounded.tsx
2710
- var import_jsx_runtime87 = require("react/jsx-runtime");
2725
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2711
2726
  var WaitingPaymentRounded = (props) => {
2712
2727
  const { color, ...svgProps } = use_icon_props_default(props);
2713
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2714
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2728
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2729
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2715
2730
  "path",
2716
2731
  {
2717
2732
  fillRule: "evenodd",
@@ -2720,7 +2735,7 @@ var WaitingPaymentRounded = (props) => {
2720
2735
  fill: color
2721
2736
  }
2722
2737
  ),
2723
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2738
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2724
2739
  "path",
2725
2740
  {
2726
2741
  fillRule: "evenodd",
@@ -2729,7 +2744,7 @@ var WaitingPaymentRounded = (props) => {
2729
2744
  fill: color
2730
2745
  }
2731
2746
  ),
2732
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2747
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2733
2748
  "path",
2734
2749
  {
2735
2750
  fillRule: "evenodd",
@@ -2743,11 +2758,11 @@ var WaitingPaymentRounded = (props) => {
2743
2758
  var waiting_payment_rounded_default = WaitingPaymentRounded;
2744
2759
 
2745
2760
  // src/icons/v2/outline/zoom-rounded.tsx
2746
- var import_jsx_runtime88 = require("react/jsx-runtime");
2761
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2747
2762
  var ZoomRounded = (props) => {
2748
2763
  const { color, ...svgProps } = use_icon_props_default(props);
2749
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2750
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2764
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2765
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2751
2766
  "path",
2752
2767
  {
2753
2768
  fillRule: "evenodd",
@@ -2756,7 +2771,7 @@ var ZoomRounded = (props) => {
2756
2771
  fill: color
2757
2772
  }
2758
2773
  ),
2759
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2774
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2760
2775
  "path",
2761
2776
  {
2762
2777
  fillRule: "evenodd",
@@ -2770,12 +2785,12 @@ var ZoomRounded = (props) => {
2770
2785
  var zoom_rounded_default = ZoomRounded;
2771
2786
 
2772
2787
  // src/icons/v2/solid/add-bag-solid.tsx
2773
- var import_jsx_runtime89 = require("react/jsx-runtime");
2788
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2774
2789
  var AddBagSolid = (props) => {
2775
2790
  const { color, ...svgProps } = use_icon_props_default(props);
2776
2791
  const fillColor = color || "#12784A";
2777
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2778
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2792
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2793
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2779
2794
  "path",
2780
2795
  {
2781
2796
  fillRule: "evenodd",
@@ -2784,7 +2799,7 @@ var AddBagSolid = (props) => {
2784
2799
  fill: fillColor
2785
2800
  }
2786
2801
  ),
2787
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2802
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2788
2803
  "path",
2789
2804
  {
2790
2805
  fillRule: "evenodd",
@@ -2798,10 +2813,10 @@ var AddBagSolid = (props) => {
2798
2813
  var add_bag_solid_default = AddBagSolid;
2799
2814
 
2800
2815
  // src/icons/v2/solid/arrow-down-circle-solid.tsx
2801
- var import_jsx_runtime90 = require("react/jsx-runtime");
2816
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2802
2817
  var ArrowDownCircleSolid = (props) => {
2803
2818
  const { color, ...svgProps } = use_icon_props_default(props);
2804
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2819
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "11", height: "12", viewBox: "0 0 11 12", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2805
2820
  "path",
2806
2821
  {
2807
2822
  d: "M11 6C11 4.54131 10.4205 3.14237 9.38909 2.11091C8.35764 1.07946 6.95869 0.500001 5.5 0.500001C4.04131 0.500001 2.64236 1.07946 1.61091 2.11092C0.579463 3.14237 0 4.54131 0 6C0 7.45869 0.579463 8.85764 1.61091 9.88909C2.64236 10.9205 4.04131 11.5 5.5 11.5C6.95869 11.5 8.35764 10.9205 9.38909 9.88909C10.4205 8.85764 11 7.45869 11 6ZM5.071 8.87956L5.06733 8.87589L2.62289 6.43145C2.5083 6.3167 2.44399 6.16112 2.4441 5.99896C2.44422 5.83679 2.50875 5.68131 2.6235 5.56672C2.73825 5.45213 2.89382 5.38782 3.05599 5.38794C3.21815 5.38805 3.37363 5.45258 3.48822 5.56733L4.88889 6.96922L4.88889 3.55556C4.88889 3.39348 4.95327 3.23804 5.06788 3.12344C5.18248 3.00883 5.33792 2.94445 5.5 2.94445C5.66208 2.94445 5.81751 3.00883 5.93212 3.12344C6.04673 3.23804 6.11111 3.39348 6.11111 3.55556L6.11111 6.96922L7.51178 5.56733C7.62653 5.45258 7.78216 5.38812 7.94444 5.38812C8.10672 5.38812 8.26236 5.45258 8.37711 5.56733C8.49186 5.68208 8.55633 5.83772 8.55633 6C8.55633 6.16228 8.49186 6.31792 8.37711 6.43267L5.93267 8.87711C5.81874 8.99076 5.66458 9.05488 5.50367 9.05556L5.49633 9.05556C5.33703 9.05457 5.18442 8.99142 5.071 8.87956Z",
@@ -2812,10 +2827,10 @@ var ArrowDownCircleSolid = (props) => {
2812
2827
  var arrow_down_circle_solid_default = ArrowDownCircleSolid;
2813
2828
 
2814
2829
  // src/icons/v2/solid/bag-solid.tsx
2815
- var import_jsx_runtime91 = require("react/jsx-runtime");
2830
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2816
2831
  var BagSolid = (props) => {
2817
2832
  const { color, ...svgProps } = use_icon_props_default(props);
2818
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2833
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2819
2834
  "path",
2820
2835
  {
2821
2836
  fillRule: "evenodd",
@@ -2828,32 +2843,32 @@ var BagSolid = (props) => {
2828
2843
  var bag_solid_default = BagSolid;
2829
2844
 
2830
2845
  // src/icons/v2/solid/category-solid.tsx
2831
- var import_jsx_runtime92 = require("react/jsx-runtime");
2846
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2832
2847
  var CategorySolid = (props) => {
2833
2848
  const { color, ...svgProps } = use_icon_props_default(props);
2834
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2835
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2849
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2850
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2836
2851
  "path",
2837
2852
  {
2838
2853
  d: "M14.9842 3.5C14.0726 3.5 13.4336 3.94874 13.0372 4.47764C12.6717 4.96527 12.5008 5.52881 12.4471 5.92986C12.2689 6.80014 12.6164 8.45961 14.3831 10.0673C14.6868 10.3553 15.503 11.0402 16.5681 11.707C16.8115 11.8594 17.1206 11.8594 17.364 11.707C18.4292 11.0402 19.2453 10.3553 19.549 10.0673C21.3157 8.45967 21.6632 6.80022 21.485 5.92993C21.4313 5.52888 21.2604 4.96533 20.8949 4.47771C20.4986 3.94881 19.8595 3.50006 18.9479 3.50006C18.0522 3.50006 17.406 3.851 16.9661 4.28201C16.5261 3.85097 15.8799 3.5 14.9842 3.5Z",
2839
2854
  fill: color
2840
2855
  }
2841
2856
  ),
2842
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2857
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2843
2858
  "path",
2844
2859
  {
2845
2860
  d: "M4.75 3.52539C3.7835 3.52539 3 4.30889 3 5.27539V10.2754C3 11.2419 3.7835 12.0254 4.75 12.0254H9.75C10.7165 12.0254 11.5 11.2419 11.5 10.2754V5.27539C11.5 4.30889 10.7165 3.52539 9.75 3.52539H4.75Z",
2846
2861
  fill: color
2847
2862
  }
2848
2863
  ),
2849
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2864
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2850
2865
  "path",
2851
2866
  {
2852
2867
  d: "M4.75012 12.9817C3.78362 12.9817 3.00012 13.7652 3.00012 14.7317V19.7317C3.00012 20.6982 3.78362 21.4817 4.75012 21.4817H9.75012C10.7166 21.4817 11.5001 20.6982 11.5001 19.7317V14.7317C11.5001 13.7652 10.7166 12.9817 9.75012 12.9817H4.75012Z",
2853
2868
  fill: color
2854
2869
  }
2855
2870
  ),
2856
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2871
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2857
2872
  "path",
2858
2873
  {
2859
2874
  d: "M14.2046 12.9819C13.2381 12.9819 12.4546 13.7654 12.4546 14.7319V19.7319C12.4546 20.6984 13.2381 21.4819 14.2046 21.4819H19.2046C20.1711 21.4819 20.9546 20.6984 20.9546 19.7319V14.7319C20.9546 13.7654 20.1711 12.9819 19.2046 12.9819H14.2046Z",
@@ -2865,10 +2880,10 @@ var CategorySolid = (props) => {
2865
2880
  var category_solid_default = CategorySolid;
2866
2881
 
2867
2882
  // src/icons/v2/solid/chat-cs-solid.tsx
2868
- var import_jsx_runtime93 = require("react/jsx-runtime");
2883
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2869
2884
  var ChatCsSolid = (props) => {
2870
2885
  const { color, ...svgProps } = use_icon_props_default(props);
2871
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2886
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2872
2887
  "path",
2873
2888
  {
2874
2889
  fillRule: "evenodd",
@@ -2881,10 +2896,10 @@ var ChatCsSolid = (props) => {
2881
2896
  var chat_cs_solid_default = ChatCsSolid;
2882
2897
 
2883
2898
  // src/icons/v2/solid/check-shield.tsx
2884
- var import_jsx_runtime94 = require("react/jsx-runtime");
2899
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2885
2900
  var CheckShield2 = (props) => {
2886
2901
  const { color, ...svgProps } = use_icon_props_default(props);
2887
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2902
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2888
2903
  "path",
2889
2904
  {
2890
2905
  fillRule: "evenodd",
@@ -2897,13 +2912,13 @@ var CheckShield2 = (props) => {
2897
2912
  var check_shield_default2 = CheckShield2;
2898
2913
 
2899
2914
  // src/icons/v2/solid/direction.tsx
2900
- var import_jsx_runtime95 = require("react/jsx-runtime");
2915
+ var import_jsx_runtime96 = require("react/jsx-runtime");
2901
2916
  var Direction = (props) => {
2902
2917
  const { color, ...svgProps } = use_icon_props_default(props);
2903
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2904
- /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("g", { clipPath: "url(#direction)", children: [
2905
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2906
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2918
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2919
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("g", { clipPath: "url(#direction)", children: [
2920
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
2921
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
2907
2922
  "path",
2908
2923
  {
2909
2924
  fillRule: "evenodd",
@@ -2913,16 +2928,16 @@ var Direction = (props) => {
2913
2928
  }
2914
2929
  )
2915
2930
  ] }),
2916
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2931
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
2917
2932
  ] });
2918
2933
  };
2919
2934
  var direction_default = Direction;
2920
2935
 
2921
2936
  // src/icons/v2/solid/enveloped-solid.tsx
2922
- var import_jsx_runtime96 = require("react/jsx-runtime");
2937
+ var import_jsx_runtime97 = require("react/jsx-runtime");
2923
2938
  var EnvelopedSolid = (props) => {
2924
2939
  const { color, ...svgProps } = use_icon_props_default(props);
2925
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
2940
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2926
2941
  "path",
2927
2942
  {
2928
2943
  fillRule: "evenodd",
@@ -2935,12 +2950,12 @@ var EnvelopedSolid = (props) => {
2935
2950
  var enveloped_solid_default = EnvelopedSolid;
2936
2951
 
2937
2952
  // src/icons/v2/solid/fast-truck-solid.tsx
2938
- var import_jsx_runtime97 = require("react/jsx-runtime");
2953
+ var import_jsx_runtime98 = require("react/jsx-runtime");
2939
2954
  var FastTruckSolid = (props) => {
2940
2955
  const { color, ...svgProps } = use_icon_props_default(props);
2941
2956
  const fillColor = color || "#12784A";
2942
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2943
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2957
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
2958
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2944
2959
  "path",
2945
2960
  {
2946
2961
  fillRule: "evenodd",
@@ -2949,14 +2964,14 @@ var FastTruckSolid = (props) => {
2949
2964
  fill: fillColor
2950
2965
  }
2951
2966
  ),
2952
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2967
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2953
2968
  "path",
2954
2969
  {
2955
2970
  d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
2956
2971
  fill: fillColor
2957
2972
  }
2958
2973
  ),
2959
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2974
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2960
2975
  "path",
2961
2976
  {
2962
2977
  d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
@@ -2968,10 +2983,10 @@ var FastTruckSolid = (props) => {
2968
2983
  var fast_truck_solid_default = FastTruckSolid;
2969
2984
 
2970
2985
  // src/icons/v2/solid/hand.tsx
2971
- var import_jsx_runtime98 = require("react/jsx-runtime");
2986
+ var import_jsx_runtime99 = require("react/jsx-runtime");
2972
2987
  var Hand = (props) => {
2973
2988
  const { color, ...svgProps } = use_icon_props_default(props);
2974
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2989
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2975
2990
  "path",
2976
2991
  {
2977
2992
  id: "Vector 650",
@@ -2983,10 +2998,10 @@ var Hand = (props) => {
2983
2998
  var hand_default = Hand;
2984
2999
 
2985
3000
  // src/icons/v2/solid/handphone-solid.tsx
2986
- var import_jsx_runtime99 = require("react/jsx-runtime");
3001
+ var import_jsx_runtime100 = require("react/jsx-runtime");
2987
3002
  var HandphoneSolid = (props) => {
2988
3003
  const { color, ...svgProps } = use_icon_props_default(props);
2989
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3004
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2990
3005
  "path",
2991
3006
  {
2992
3007
  fillRule: "evenodd",
@@ -2999,10 +3014,10 @@ var HandphoneSolid = (props) => {
2999
3014
  var handphone_solid_default = HandphoneSolid;
3000
3015
 
3001
3016
  // src/icons/v2/solid/heart-solid.tsx
3002
- var import_jsx_runtime100 = require("react/jsx-runtime");
3017
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3003
3018
  var HeartSolid = (props) => {
3004
3019
  const { color, ...svgProps } = use_icon_props_default(props);
3005
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3020
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3006
3021
  "path",
3007
3022
  {
3008
3023
  d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
@@ -3013,10 +3028,10 @@ var HeartSolid = (props) => {
3013
3028
  var heart_solid_default = HeartSolid;
3014
3029
 
3015
3030
  // src/icons/v2/solid/home-solid.tsx
3016
- var import_jsx_runtime101 = require("react/jsx-runtime");
3031
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3017
3032
  var HomeSolid = (props) => {
3018
3033
  const { color, ...svgProps } = use_icon_props_default(props);
3019
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3034
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3020
3035
  "path",
3021
3036
  {
3022
3037
  fillRule: "evenodd",
@@ -3029,10 +3044,10 @@ var HomeSolid = (props) => {
3029
3044
  var home_solid_default = HomeSolid;
3030
3045
 
3031
3046
  // src/icons/v2/solid/info-solid.tsx
3032
- var import_jsx_runtime102 = require("react/jsx-runtime");
3047
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3033
3048
  var InfoSolid = (props) => {
3034
3049
  const { color, ...svgProps } = use_icon_props_default(props);
3035
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3050
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3036
3051
  "path",
3037
3052
  {
3038
3053
  fillRule: "evenodd",
@@ -3045,11 +3060,11 @@ var InfoSolid = (props) => {
3045
3060
  var info_solid_default = InfoSolid;
3046
3061
 
3047
3062
  // src/icons/v2/solid/lock-solid.tsx
3048
- var import_jsx_runtime103 = require("react/jsx-runtime");
3063
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3049
3064
  var InfoSolid2 = (props) => {
3050
3065
  const { color, ...svgProps } = use_icon_props_default(props);
3051
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3052
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3066
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3067
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3053
3068
  "path",
3054
3069
  {
3055
3070
  fillRule: "evenodd",
@@ -3058,24 +3073,24 @@ var InfoSolid2 = (props) => {
3058
3073
  fill: color
3059
3074
  }
3060
3075
  ) }),
3061
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
3076
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("rect", { width: "20", height: "20", fill: "white" }) }) })
3062
3077
  ] });
3063
3078
  };
3064
3079
  var lock_solid_default = InfoSolid2;
3065
3080
 
3066
3081
  // src/icons/v2/solid/map-marker-solid.tsx
3067
- var import_jsx_runtime104 = require("react/jsx-runtime");
3082
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3068
3083
  var MapMarkerSolid = (props) => {
3069
3084
  const { color, ...svgProps } = use_icon_props_default(props);
3070
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3071
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3085
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3086
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3072
3087
  "path",
3073
3088
  {
3074
3089
  d: "M12 7.78C10.74 7.78 9.72 8.8 9.72 10.06C9.72 11.32 10.74 12.34 12 12.34C13.26 12.34 14.28 11.32 14.28 10.06C14.28 8.8 13.26 7.78 12 7.78Z",
3075
3090
  fill: color
3076
3091
  }
3077
3092
  ),
3078
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3093
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3079
3094
  "path",
3080
3095
  {
3081
3096
  d: "M17.66 4.38C16.16 2.86 14.12 2 12 2C9.88 2 7.84 2.86 6.34 4.38C4.84 5.9 4 7.96 4 10.1C4 14.68 7.9 19.08 10.26 21.3C11.24 22.24 12.74 22.24 13.74 21.3C16.1 19.06 20 14.68 20 10.1C20 7.96 19.16 5.9 17.66 4.38ZM12 13.82C9.92 13.82 8.22 12.14 8.22 10.04C8.22 7.96 9.9 6.26 12 6.26C14.1 6.26 15.78 7.94 15.78 10.04C15.78 12.14 14.08 13.82 12 13.82Z",
@@ -3087,18 +3102,18 @@ var MapMarkerSolid = (props) => {
3087
3102
  var map_marker_solid_default = MapMarkerSolid;
3088
3103
 
3089
3104
  // src/icons/v2/solid/profile-solid.tsx
3090
- var import_jsx_runtime105 = require("react/jsx-runtime");
3105
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3091
3106
  var ProfileSolid = (props) => {
3092
3107
  const { color, ...svgProps } = use_icon_props_default(props);
3093
- return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3094
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3108
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3109
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3095
3110
  "path",
3096
3111
  {
3097
3112
  d: "M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z",
3098
3113
  fill: color
3099
3114
  }
3100
3115
  ),
3101
- /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3116
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3102
3117
  "path",
3103
3118
  {
3104
3119
  d: "M4.0556 19.5212C4.95811 16.06 8.17325 13.5 12.0011 13.5C15.829 13.5 19.0441 16.06 19.9467 19.5212C20.2254 20.59 19.3039 21.5 18.1994 21.5H5.80289C4.69832 21.5 3.77691 20.59 4.0556 19.5212Z",
@@ -3110,25 +3125,25 @@ var ProfileSolid = (props) => {
3110
3125
  var profile_solid_default = ProfileSolid;
3111
3126
 
3112
3127
  // src/icons/v2/solid/purchase-history.tsx
3113
- var import_jsx_runtime106 = require("react/jsx-runtime");
3128
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3114
3129
  var PurchaseHistory = (props) => {
3115
3130
  const { color, ...svgProps } = use_icon_props_default(props);
3116
- return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
3117
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3131
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...svgProps, children: [
3132
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3118
3133
  "path",
3119
3134
  {
3120
3135
  d: "M17.252 2.01562C18.7707 2.01563 20.002 3.24684 20.002 4.76562V9.00098C19.166 8.37243 18.1265 8 17 8C14.2386 8 12 10.2386 12 13C12 15.7614 14.2386 18 17 18C18.1267 18 19.1659 17.6268 20.002 16.998V19.2402C20.0018 20.7589 18.7707 21.9902 17.252 21.9902H6.74902C5.23056 21.99 3.99916 20.7587 3.99902 19.2402V9.69727C3.99908 9.08117 4.20628 8.48248 4.58691 7.99805L8.46484 3.06543C8.98617 2.40241 9.78352 2.0157 10.627 2.01562H17.252ZM7.49902 13.8496C7.14009 13.8497 6.84863 14.1411 6.84863 14.5C6.84863 14.8589 7.14009 15.1503 7.49902 15.1504H10.999C11.358 15.1504 11.6494 14.859 11.6494 14.5C11.6494 14.141 11.358 13.8496 10.999 13.8496H7.49902ZM7.49902 10.8496C7.14009 10.8497 6.84863 11.1411 6.84863 11.5C6.84863 11.8589 7.14009 12.1503 7.49902 12.1504H11C11.3589 12.1503 11.6494 11.8589 11.6494 11.5C11.6494 11.1411 11.3589 10.8497 11 10.8496H7.49902Z",
3121
3136
  fill: color
3122
3137
  }
3123
3138
  ),
3124
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3139
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3125
3140
  "path",
3126
3141
  {
3127
3142
  d: "M20.7002 13C20.7002 10.9565 19.0435 9.2998 17 9.2998C14.9565 9.2998 13.2998 10.9565 13.2998 13C13.2998 15.0435 14.9565 16.7002 17 16.7002V18C14.2386 18 12 15.7614 12 13C12 10.2386 14.2386 8 17 8C19.7614 8 22 10.2386 22 13C22 15.7614 19.7614 18 17 18V16.7002C19.0435 16.7002 20.7002 15.0435 20.7002 13Z",
3128
3143
  fill: color
3129
3144
  }
3130
3145
  ),
3131
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3146
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3132
3147
  "path",
3133
3148
  {
3134
3149
  d: "M16.0372 11.2329C16.0372 10.8739 16.3286 10.5825 16.6876 10.5825C17.0465 10.5825 17.338 10.8739 17.338 11.2329V12.9429H18.6876C19.0464 12.9429 19.3378 13.2335 19.338 13.5923C19.338 13.9513 19.0465 14.2427 18.6876 14.2427H16.6876C16.3286 14.2427 16.0372 13.9513 16.0372 13.5923V11.2329Z",
@@ -3140,10 +3155,10 @@ var PurchaseHistory = (props) => {
3140
3155
  var purchase_history_default = PurchaseHistory;
3141
3156
 
3142
3157
  // src/icons/v2/solid/redeem-point-solid.tsx
3143
- var import_jsx_runtime107 = require("react/jsx-runtime");
3158
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3144
3159
  var RedeemPointSolid = (props) => {
3145
3160
  const { color, ...svgProps } = use_icon_props_default(props);
3146
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3161
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { width: "13", height: "14", viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3147
3162
  "path",
3148
3163
  {
3149
3164
  d: "M5.97211 0C7.70607 0.000206476 9.11171 1.40565 9.11176 3.13965H9.11078C9.1109 3.14404 9.11176 3.14891 9.11176 3.15332V3.32617H9.66352L9.78754 3.33105C9.84627 3.33649 9.90397 3.34653 9.96039 3.35938C9.97965 3.36376 9.99906 3.36784 10.018 3.37305C10.0732 3.38825 10.1269 3.40777 10.1791 3.42969C10.1974 3.43736 10.216 3.44467 10.2338 3.45312C10.291 3.48018 10.3455 3.51223 10.3979 3.54688C10.4041 3.55099 10.4103 3.55535 10.4164 3.55957C10.4405 3.57603 10.4639 3.59336 10.4868 3.61133C10.4953 3.61803 10.5038 3.62492 10.5121 3.63184C10.526 3.6433 10.5398 3.65498 10.5532 3.66699C10.5712 3.68312 10.5888 3.69971 10.6059 3.7168C10.6176 3.7285 10.6288 3.74079 10.6401 3.75293C10.6518 3.76557 10.664 3.77792 10.6752 3.79102C10.6883 3.80627 10.7009 3.82204 10.7133 3.83789C10.729 3.85785 10.7437 3.87854 10.7582 3.89941C10.7633 3.90666 10.769 3.91354 10.7739 3.9209C10.7909 3.94649 10.8064 3.97316 10.8217 4C10.8258 4.00721 10.8304 4.01419 10.8344 4.02148C10.8476 4.04558 10.8589 4.07069 10.8705 4.0957C10.8763 4.10808 10.8827 4.12022 10.8881 4.13281C10.896 4.15104 10.9026 4.16982 10.9096 4.18848C10.9161 4.20578 10.9243 4.22258 10.9301 4.24023C10.948 4.29425 10.9611 4.35019 10.9721 4.40723C10.9762 4.42857 10.9807 4.44995 10.9838 4.47168L11.2407 6.28906C12.0959 7.02267 12.6381 8.11101 12.6381 9.32617C12.6379 11.5351 10.8471 13.3262 8.63813 13.3262C7.82063 13.3261 7.06055 13.0802 6.42719 12.6592H1.33344L1.18402 12.6504C1.11046 12.6422 1.03937 12.626 0.970156 12.6064C0.94858 12.6003 0.9268 12.595 0.905703 12.5879C0.89086 12.5829 0.876351 12.5768 0.861758 12.5713C0.835727 12.5614 0.809806 12.5514 0.78461 12.54C0.762278 12.5299 0.740813 12.5181 0.71918 12.5068C0.700168 12.4969 0.680987 12.4873 0.662539 12.4766C0.640125 12.4635 0.618646 12.4489 0.59711 12.4346C0.58321 12.4253 0.568639 12.417 0.555117 12.4072C0.529727 12.3889 0.505857 12.3687 0.481875 12.3486C0.471766 12.3402 0.461451 12.332 0.451602 12.3232C0.429688 12.3038 0.4087 12.2835 0.388125 12.2627C0.374834 12.2493 0.361773 12.2356 0.349063 12.2217C0.335706 12.207 0.322694 12.192 0.31 12.1768C0.292035 12.1552 0.27483 12.133 0.258242 12.1104C0.247531 12.0957 0.236133 12.0815 0.226016 12.0664C0.212183 12.0458 0.199637 12.0243 0.186953 12.0029C0.176112 11.9846 0.165676 11.9661 0.155703 11.9473C0.143164 11.9236 0.131669 11.8994 0.120547 11.875C0.113794 11.8601 0.107231 11.8452 0.101016 11.8301C0.0912309 11.8063 0.0820871 11.7822 0.0736721 11.7578C0.0656501 11.7345 0.0569707 11.7113 0.0502346 11.6875C0.0437831 11.6647 0.0388702 11.6414 0.033633 11.6182C0.0295508 11.6 0.0252397 11.5819 0.0219142 11.5635C-0.00284927 11.4266 -0.007804 11.2831 0.0131252 11.1367L0.967227 4.46973C0.978934 4.38809 0.998381 4.30919 1.02387 4.2334C1.02794 4.22128 1.03216 4.20921 1.03656 4.19727C1.04594 4.17183 1.05599 4.14672 1.06684 4.12207C1.07235 4.10953 1.07853 4.09728 1.08441 4.08496C1.09157 4.06997 1.09821 4.0547 1.1059 4.04004L1.11957 4.01465C1.12648 4.00214 1.13376 3.98979 1.14105 3.97754C1.15025 3.96209 1.15958 3.94667 1.16938 3.93164C1.18062 3.91439 1.19253 3.89753 1.20453 3.88086C1.21457 3.86691 1.22523 3.85337 1.23578 3.83984C1.24901 3.82288 1.26279 3.80631 1.2768 3.79004C1.28702 3.77817 1.29742 3.76638 1.30805 3.75488C1.32398 3.73764 1.34007 3.72047 1.35688 3.7041C1.36544 3.69577 1.37446 3.68779 1.38324 3.67969C1.40051 3.66375 1.41789 3.64782 1.43598 3.63281C1.45059 3.6207 1.46578 3.60914 1.4809 3.59766C1.49404 3.58767 1.50743 3.57786 1.52094 3.56836C1.54048 3.55463 1.56023 3.541 1.58051 3.52832C1.59112 3.52168 1.60193 3.51514 1.61273 3.50879C1.63692 3.4946 1.66185 3.48142 1.68695 3.46875C1.6964 3.46398 1.7057 3.45865 1.71527 3.4541C1.73536 3.44456 1.75619 3.43628 1.7768 3.42773C1.79304 3.42099 1.80908 3.41333 1.82563 3.40723C1.84862 3.39875 1.8724 3.39199 1.89594 3.38477C1.90798 3.38106 1.91989 3.37641 1.93207 3.37305C1.95419 3.36695 1.97691 3.36239 1.99945 3.35742C2.05308 3.3456 2.10783 3.3362 2.16352 3.33105L2.28754 3.32617H2.83148V3.15332C2.83148 3.14891 2.83235 3.14403 2.83246 3.13965H2.83148C2.83153 1.40553 4.23798 9.53327e-06 5.97211 0ZM8.63813 6.19238C6.90777 6.19255 5.50531 7.59578 5.50531 9.32617C5.50558 11.0563 6.90793 12.4588 8.63813 12.459C10.3685 12.459 11.7717 11.0564 11.7719 9.32617C11.7719 7.59568 10.3686 6.19238 8.63813 6.19238ZM9.55805 7.9834C9.66518 7.76958 9.92515 7.68306 10.1391 7.79004C10.3529 7.89715 10.4393 8.15717 10.3325 8.37109L8.99945 11.0381C8.92601 11.1847 8.77578 11.2773 8.61176 11.2773C8.44773 11.2773 8.29752 11.1847 8.22406 11.0381L6.89105 8.37109C6.78415 8.15715 6.87061 7.89714 7.08441 7.79004C7.29838 7.68305 7.55836 7.76953 7.66547 7.9834L8.61176 9.875L9.55805 7.9834ZM5.97211 1C4.79027 1.00001 3.83153 1.95782 3.83148 3.13965H3.83051C3.83062 3.14404 3.83148 3.1489 3.83148 3.15332V3.32617H8.11176V3.15332C8.11176 3.14891 8.11262 3.14404 8.11273 3.13965H8.11176C8.11171 1.95794 7.15378 1.00021 5.97211 1Z",
@@ -3154,10 +3169,10 @@ var RedeemPointSolid = (props) => {
3154
3169
  var redeem_point_solid_default = RedeemPointSolid;
3155
3170
 
3156
3171
  // src/icons/v2/solid/search-solid.tsx
3157
- var import_jsx_runtime108 = require("react/jsx-runtime");
3172
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3158
3173
  var SearchSolid = (props) => {
3159
3174
  const { color, ...svgProps } = use_icon_props_default(props);
3160
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3175
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3161
3176
  "path",
3162
3177
  {
3163
3178
  d: "M20.7876 20.2156L16.2978 15.7258C17.355 14.4323 17.9893 12.7782 17.9893 10.9872C17.9893 6.85805 14.6312 3.5 10.4896 3.5C6.36048 3.5 2.98999 6.85805 2.98999 10.9872C2.98999 15.1164 6.34805 18.4744 10.4896 18.4744C12.2806 18.4744 13.9347 17.8401 15.2282 16.783L19.7305 21.2728C19.8797 21.422 20.0663 21.4967 20.2529 21.4967C20.4394 21.4967 20.6384 21.422 20.7752 21.2728C21.0862 20.9867 21.0861 20.5141 20.7876 20.2156ZM10.4896 16.982C7.18134 16.982 4.49488 14.2955 4.49488 10.9872C4.49488 7.67891 7.18134 4.99247 10.4896 4.99247C13.7979 4.99247 16.4844 7.67891 16.4844 10.9872C16.4844 14.2955 13.7979 16.982 10.4896 16.982Z",
@@ -3168,18 +3183,18 @@ var SearchSolid = (props) => {
3168
3183
  var search_solid_default = SearchSolid;
3169
3184
 
3170
3185
  // src/icons/v2/solid/setting-solid.tsx
3171
- var import_jsx_runtime109 = require("react/jsx-runtime");
3186
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3172
3187
  var SettingSolid = (props) => {
3173
3188
  const { color, ...svgProps } = use_icon_props_default(props);
3174
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3175
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3189
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3190
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3176
3191
  "path",
3177
3192
  {
3178
3193
  d: "M9.91663 13.0145C9.91663 11.8715 10.8433 10.9448 11.9863 10.9448C13.1294 10.9448 14.056 11.8715 14.056 13.0145C14.056 14.1576 13.1294 15.0842 11.9863 15.0842C10.8433 15.0842 9.91663 14.1576 9.91663 13.0145Z",
3179
3194
  fill: "#999999"
3180
3195
  }
3181
3196
  ),
3182
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3197
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3183
3198
  "path",
3184
3199
  {
3185
3200
  fillRule: "evenodd",
@@ -3193,10 +3208,10 @@ var SettingSolid = (props) => {
3193
3208
  var setting_solid_default = SettingSolid;
3194
3209
 
3195
3210
  // src/icons/v2/solid/start-solid-rounded.tsx
3196
- var import_jsx_runtime110 = require("react/jsx-runtime");
3211
+ var import_jsx_runtime111 = require("react/jsx-runtime");
3197
3212
  var StarSolidRounded = (props) => {
3198
3213
  const { color, ...svgProps } = use_icon_props_default(props);
3199
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3214
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3200
3215
  "path",
3201
3216
  {
3202
3217
  d: "M13.113 5.69333C13.313 5.52 13.3797 5.24 13.2997 4.98667C13.2197 4.73333 12.993 4.56 12.7263 4.53333L9.193 4.21333C8.93967 4.18667 8.72634 4.02667 8.633 3.8L7.273 0.413333C7.16634 0.16 6.92634 0 6.65967 0C6.37967 0 6.13967 0.16 6.04634 0.413333L4.68634 3.8C4.593 4.04 4.37967 4.2 4.12634 4.21333L0.606337 4.53333C0.33967 4.56 0.113003 4.73333 0.0330031 4.98667C-0.046997 5.24 0.0196689 5.50667 0.219669 5.69333L2.953 8.2C3.12634 8.36 3.20634 8.6 3.153 8.84L2.33967 12.5333C2.28634 12.8 2.393 13.0667 2.60634 13.2267C2.72634 13.3067 2.85967 13.3467 2.993 13.3467C3.113 13.3467 3.24634 13.3067 3.353 13.24L6.29967 11.3333C6.513 11.2 6.80634 11.2 7.01967 11.3333L9.97967 13.2267C10.2063 13.3733 10.4997 13.3733 10.7263 13.2133C10.953 13.0533 11.0597 12.7867 10.993 12.52L10.1797 8.82667C10.1263 8.6 10.2063 8.34667 10.3797 8.18667L13.113 5.69333Z",
@@ -3207,10 +3222,10 @@ var StarSolidRounded = (props) => {
3207
3222
  var start_solid_rounded_default = StarSolidRounded;
3208
3223
 
3209
3224
  // src/icons/v2/solid/success-solid.tsx
3210
- var import_jsx_runtime111 = require("react/jsx-runtime");
3225
+ var import_jsx_runtime112 = require("react/jsx-runtime");
3211
3226
  var SuccessSolid = (props) => {
3212
3227
  const { color, ...svgProps } = use_icon_props_default(props);
3213
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3228
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3214
3229
  "path",
3215
3230
  {
3216
3231
  d: "M10 0.5C15.5228 0.5 20 4.97715 20 10.5C20 16.0228 15.5228 20.5 10 20.5C4.47715 20.5 0 16.0228 0 10.5C0 4.97715 4.47715 0.5 10 0.5ZM14.4805 7.76953C14.1213 7.41038 13.5388 7.41038 13.1797 7.76953L9.13086 11.8184L6.82031 9.50781C6.46117 9.14867 5.87868 9.14868 5.51953 9.50781C5.16039 9.86696 5.16038 10.4494 5.51953 10.8086L8.48047 13.7695C8.83962 14.1287 9.4221 14.1287 9.78125 13.7695L14.4805 9.07031C14.8396 8.71116 14.8396 8.12868 14.4805 7.76953Z",
@@ -3221,11 +3236,11 @@ var SuccessSolid = (props) => {
3221
3236
  var success_solid_default = SuccessSolid;
3222
3237
 
3223
3238
  // src/icons/v2/solid/trash-solid.tsx
3224
- var import_jsx_runtime112 = require("react/jsx-runtime");
3239
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3225
3240
  var TrashSolid = (props) => {
3226
3241
  const { color, ...svgProps } = use_icon_props_default(props);
3227
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3228
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3242
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3243
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3229
3244
  "path",
3230
3245
  {
3231
3246
  fillRule: "evenodd",
@@ -3234,7 +3249,7 @@ var TrashSolid = (props) => {
3234
3249
  fill: color
3235
3250
  }
3236
3251
  ),
3237
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3252
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3238
3253
  "path",
3239
3254
  {
3240
3255
  fillRule: "evenodd",
@@ -3248,11 +3263,11 @@ var TrashSolid = (props) => {
3248
3263
  var trash_solid_default = TrashSolid;
3249
3264
 
3250
3265
  // src/icons/v2/solid/trend-up.tsx
3251
- var import_jsx_runtime113 = require("react/jsx-runtime");
3266
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3252
3267
  var TrendUp = (props) => {
3253
3268
  const { color, ...svgProps } = use_icon_props_default(props);
3254
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("g", { id: "Vector", children: [
3255
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3269
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("g", { id: "Vector", children: [
3270
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3256
3271
  "path",
3257
3272
  {
3258
3273
  fillRule: "evenodd",
@@ -3261,14 +3276,14 @@ var TrendUp = (props) => {
3261
3276
  fill: color
3262
3277
  }
3263
3278
  ),
3264
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3279
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3265
3280
  "path",
3266
3281
  {
3267
3282
  d: "M16.0599 20.2002C16.4686 20.2002 16.7999 19.8689 16.7999 19.4602C16.7999 19.0515 16.4686 18.7202 16.0599 18.7202C15.6513 18.7202 15.3199 19.0515 15.3199 19.4602C15.3199 19.8689 15.6513 20.2002 16.0599 20.2002Z",
3268
3283
  fill: color
3269
3284
  }
3270
3285
  ),
3271
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3286
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3272
3287
  "path",
3273
3288
  {
3274
3289
  fillRule: "evenodd",
@@ -3282,32 +3297,32 @@ var TrendUp = (props) => {
3282
3297
  var trend_up_default = TrendUp;
3283
3298
 
3284
3299
  // src/icons/v2/solid/voila-point-base.tsx
3285
- var import_jsx_runtime114 = require("react/jsx-runtime");
3300
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3286
3301
  var VoilaPointBase = (props) => {
3287
3302
  const { color, ...svgProps } = use_icon_props_default(props);
3288
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3289
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3303
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
3304
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3290
3305
  "path",
3291
3306
  {
3292
3307
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3293
3308
  fill: "#8F8F8F"
3294
3309
  }
3295
3310
  ),
3296
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3311
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3297
3312
  "path",
3298
3313
  {
3299
3314
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3300
3315
  fill: "url(#paint0_linear_1327_167461)"
3301
3316
  }
3302
3317
  ),
3303
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3318
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3304
3319
  "path",
3305
3320
  {
3306
3321
  d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
3307
3322
  stroke: "white"
3308
3323
  }
3309
3324
  ),
3310
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3325
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3311
3326
  "path",
3312
3327
  {
3313
3328
  fillRule: "evenodd",
@@ -3316,15 +3331,15 @@ var VoilaPointBase = (props) => {
3316
3331
  fill: "url(#paint1_linear_1327_167461)"
3317
3332
  }
3318
3333
  ),
3319
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3334
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3320
3335
  "path",
3321
3336
  {
3322
3337
  d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
3323
3338
  fill: "white"
3324
3339
  }
3325
3340
  ),
3326
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("defs", { children: [
3327
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3341
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("defs", { children: [
3342
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3328
3343
  "linearGradient",
3329
3344
  {
3330
3345
  id: "paint0_linear_1327_167461",
@@ -3334,12 +3349,12 @@ var VoilaPointBase = (props) => {
3334
3349
  y2: "2.51294",
3335
3350
  gradientUnits: "userSpaceOnUse",
3336
3351
  children: [
3337
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { stopColor: "#E6E6E6" }),
3338
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3352
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("stop", { stopColor: "#E6E6E6" }),
3353
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("stop", { offset: "0.648152", stopColor: "#ACACAC" })
3339
3354
  ]
3340
3355
  }
3341
3356
  ),
3342
- /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
3357
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
3343
3358
  "linearGradient",
3344
3359
  {
3345
3360
  id: "paint1_linear_1327_167461",
@@ -3349,9 +3364,9 @@ var VoilaPointBase = (props) => {
3349
3364
  y2: "19.984",
3350
3365
  gradientUnits: "userSpaceOnUse",
3351
3366
  children: [
3352
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { stopColor: "#E6E6E6" }),
3353
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3354
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
3367
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("stop", { stopColor: "#E6E6E6" }),
3368
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
3369
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
3355
3370
  ]
3356
3371
  }
3357
3372
  )
@@ -3361,10 +3376,10 @@ var VoilaPointBase = (props) => {
3361
3376
  var voila_point_base_default = VoilaPointBase;
3362
3377
 
3363
3378
  // src/icons/v2/solid/voucher.tsx
3364
- var import_jsx_runtime115 = require("react/jsx-runtime");
3379
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3365
3380
  var Voucher = (props) => {
3366
3381
  const { color, ...svgProps } = use_icon_props_default(props);
3367
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3382
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3368
3383
  "path",
3369
3384
  {
3370
3385
  fillRule: "evenodd",
@@ -3377,10 +3392,10 @@ var Voucher = (props) => {
3377
3392
  var voucher_default = Voucher;
3378
3393
 
3379
3394
  // src/icons/v2/solid/wallet.tsx
3380
- var import_jsx_runtime116 = require("react/jsx-runtime");
3395
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3381
3396
  var Wallet = (props) => {
3382
3397
  const { color, ...svgProps } = use_icon_props_default(props);
3383
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3398
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3384
3399
  "path",
3385
3400
  {
3386
3401
  id: "Subtract",
@@ -3433,6 +3448,7 @@ var wallet_default = Wallet;
3433
3448
  ContactBook,
3434
3449
  Copy,
3435
3450
  Delivered,
3451
+ DeliveredRounded,
3436
3452
  Direction,
3437
3453
  Edit,
3438
3454
  Enveloped,