@ctlyst.id/icons 2.5.0 → 2.6.0
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.d.mts +31 -1
- package/dist/v2.d.ts +31 -1
- package/dist/v2.js +449 -103
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +419 -88
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -962,12 +962,28 @@ var MinusLarge = (props) => {
|
|
|
962
962
|
};
|
|
963
963
|
var minus_large_default = MinusLarge;
|
|
964
964
|
|
|
965
|
+
// src/icons/v2/outline/no-gps.tsx
|
|
966
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
967
|
+
var NoGps = (props) => {
|
|
968
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
969
|
+
return /* @__PURE__ */ jsx39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx39(
|
|
970
|
+
"path",
|
|
971
|
+
{
|
|
972
|
+
fillRule: "evenodd",
|
|
973
|
+
clipRule: "evenodd",
|
|
974
|
+
d: "M12.0049 2.5C12.3931 2.50012 12.7126 2.79571 12.751 3.17383L12.7549 3.25V4.54004C16.5759 4.89392 19.6164 7.93431 19.9717 11.7549H21.2598L21.3359 11.7588C21.7141 11.7972 22.0098 12.1166 22.0098 12.5049C22.0098 12.8932 21.7141 13.2125 21.3359 13.251L21.2598 13.2549H19.9717C19.8235 14.8478 19.2076 16.3037 18.2637 17.4873L20.832 20.0557L20.8936 20.124C21.1819 20.4775 21.1615 20.9996 20.832 21.3291C20.5025 21.6586 19.9805 21.679 19.627 21.3906L19.5586 21.3291L16.9902 18.7607C15.8059 19.7053 14.349 20.3211 12.7549 20.4688V21.7598C12.7548 22.1738 12.4189 22.5096 12.0049 22.5098C11.5908 22.5098 11.255 22.1739 11.2549 21.7598V20.4678C7.43672 20.1113 4.39905 17.0735 4.04395 13.2549H2.75C2.33579 13.2549 2 12.9191 2 12.5049C2 12.0907 2.33579 11.7549 2.75 11.7549H4.04395C4.19208 10.1619 4.80697 8.70515 5.75098 7.52148L3.19434 4.96484L3.13281 4.89648C2.84463 4.54299 2.86488 4.02086 3.19434 3.69141C3.5238 3.36201 4.04594 3.34171 4.39941 3.62988L4.46777 3.69141L7.02441 6.24805C8.20736 5.30462 9.66301 4.68963 11.2549 4.54102V3.25L11.2588 3.17383C11.2972 2.79563 11.6166 2.5 12.0049 2.5ZM6.81934 8.58984C5.99634 9.67882 5.50781 11.0347 5.50781 12.5049C5.50781 16.0947 8.41796 19.0049 12.0078 19.0049C13.4779 19.0049 14.8329 18.5153 15.9219 17.6924L14.3076 16.0781C13.6446 16.5058 12.8555 16.7549 12.0078 16.7549C9.6606 16.7549 7.75781 14.8521 7.75781 12.5049C7.75781 11.6571 8.00586 10.8672 8.43359 10.2041L6.81934 8.58984ZM12.0078 6.00488C10.5376 6.00488 9.18175 6.49341 8.09277 7.31641L9.70703 8.93066C10.3701 8.50293 11.16 8.25488 12.0078 8.25488C14.355 8.25488 16.2578 10.1577 16.2578 12.5049C16.2578 13.3525 16.0087 14.1416 15.5811 14.8047L17.1953 16.4189C18.0182 15.33 18.5078 13.975 18.5078 12.5049C18.5078 8.91503 15.5977 6.00488 12.0078 6.00488ZM9.53516 11.3057C9.35892 11.6684 9.25781 12.0745 9.25781 12.5049C9.25781 14.0237 10.489 15.2549 12.0078 15.2549C12.438 15.2549 12.8435 15.1527 13.2061 14.9766L9.53516 11.3057ZM12.0078 9.75488C11.5775 9.75488 11.1713 9.85599 10.8086 10.0322L14.4795 13.7031C14.6556 13.3405 14.7578 12.9351 14.7578 12.5049C14.7578 10.9861 13.5266 9.75488 12.0078 9.75488Z",
|
|
975
|
+
fill: color
|
|
976
|
+
}
|
|
977
|
+
) });
|
|
978
|
+
};
|
|
979
|
+
var no_gps_default = NoGps;
|
|
980
|
+
|
|
965
981
|
// src/icons/v2/outline/order-history.tsx
|
|
966
|
-
import { jsx as
|
|
982
|
+
import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
967
983
|
var OrderHistory = (props) => {
|
|
968
984
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
969
985
|
return /* @__PURE__ */ jsxs28("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
970
|
-
/* @__PURE__ */
|
|
986
|
+
/* @__PURE__ */ jsx40(
|
|
971
987
|
"path",
|
|
972
988
|
{
|
|
973
989
|
fillRule: "evenodd",
|
|
@@ -976,7 +992,7 @@ var OrderHistory = (props) => {
|
|
|
976
992
|
fill: color
|
|
977
993
|
}
|
|
978
994
|
),
|
|
979
|
-
/* @__PURE__ */
|
|
995
|
+
/* @__PURE__ */ jsx40(
|
|
980
996
|
"path",
|
|
981
997
|
{
|
|
982
998
|
fillRule: "evenodd",
|
|
@@ -990,11 +1006,11 @@ var OrderHistory = (props) => {
|
|
|
990
1006
|
var order_history_default = OrderHistory;
|
|
991
1007
|
|
|
992
1008
|
// src/icons/v2/outline/otp.tsx
|
|
993
|
-
import { jsx as
|
|
1009
|
+
import { jsx as jsx41, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
994
1010
|
var Otp = (props) => {
|
|
995
1011
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
996
1012
|
return /* @__PURE__ */ jsxs29("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
997
|
-
/* @__PURE__ */
|
|
1013
|
+
/* @__PURE__ */ jsx41(
|
|
998
1014
|
"path",
|
|
999
1015
|
{
|
|
1000
1016
|
fillRule: "evenodd",
|
|
@@ -1003,7 +1019,7 @@ var Otp = (props) => {
|
|
|
1003
1019
|
fill: color
|
|
1004
1020
|
}
|
|
1005
1021
|
),
|
|
1006
|
-
/* @__PURE__ */
|
|
1022
|
+
/* @__PURE__ */ jsx41(
|
|
1007
1023
|
"path",
|
|
1008
1024
|
{
|
|
1009
1025
|
fillRule: "evenodd",
|
|
@@ -1012,7 +1028,7 @@ var Otp = (props) => {
|
|
|
1012
1028
|
fill: color
|
|
1013
1029
|
}
|
|
1014
1030
|
),
|
|
1015
|
-
/* @__PURE__ */
|
|
1031
|
+
/* @__PURE__ */ jsx41(
|
|
1016
1032
|
"path",
|
|
1017
1033
|
{
|
|
1018
1034
|
fillRule: "evenodd",
|
|
@@ -1021,7 +1037,7 @@ var Otp = (props) => {
|
|
|
1021
1037
|
fill: color
|
|
1022
1038
|
}
|
|
1023
1039
|
),
|
|
1024
|
-
/* @__PURE__ */
|
|
1040
|
+
/* @__PURE__ */ jsx41(
|
|
1025
1041
|
"path",
|
|
1026
1042
|
{
|
|
1027
1043
|
fillRule: "evenodd",
|
|
@@ -1030,7 +1046,7 @@ var Otp = (props) => {
|
|
|
1030
1046
|
fill: color
|
|
1031
1047
|
}
|
|
1032
1048
|
),
|
|
1033
|
-
/* @__PURE__ */
|
|
1049
|
+
/* @__PURE__ */ jsx41(
|
|
1034
1050
|
"path",
|
|
1035
1051
|
{
|
|
1036
1052
|
fillRule: "evenodd",
|
|
@@ -1039,7 +1055,7 @@ var Otp = (props) => {
|
|
|
1039
1055
|
fill: color
|
|
1040
1056
|
}
|
|
1041
1057
|
),
|
|
1042
|
-
/* @__PURE__ */
|
|
1058
|
+
/* @__PURE__ */ jsx41(
|
|
1043
1059
|
"path",
|
|
1044
1060
|
{
|
|
1045
1061
|
fillRule: "evenodd",
|
|
@@ -1053,11 +1069,11 @@ var Otp = (props) => {
|
|
|
1053
1069
|
var otp_default = Otp;
|
|
1054
1070
|
|
|
1055
1071
|
// src/icons/v2/outline/plus.tsx
|
|
1056
|
-
import { jsx as
|
|
1072
|
+
import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1057
1073
|
var Plus = (props) => {
|
|
1058
1074
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1059
1075
|
return /* @__PURE__ */ jsxs30("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1060
|
-
/* @__PURE__ */
|
|
1076
|
+
/* @__PURE__ */ jsx42("g", { clipPath: "url(#icon-outline-plus)", children: /* @__PURE__ */ jsx42(
|
|
1061
1077
|
"path",
|
|
1062
1078
|
{
|
|
1063
1079
|
fillRule: "evenodd",
|
|
@@ -1066,24 +1082,24 @@ var Plus = (props) => {
|
|
|
1066
1082
|
fill: color
|
|
1067
1083
|
}
|
|
1068
1084
|
) }),
|
|
1069
|
-
/* @__PURE__ */
|
|
1085
|
+
/* @__PURE__ */ jsx42("defs", { children: /* @__PURE__ */ jsx42("clipPath", { id: "icon-outline-plus", children: /* @__PURE__ */ jsx42("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1070
1086
|
] });
|
|
1071
1087
|
};
|
|
1072
1088
|
var plus_default = Plus;
|
|
1073
1089
|
|
|
1074
1090
|
// src/icons/v2/outline/plus-large.tsx
|
|
1075
|
-
import { jsx as
|
|
1091
|
+
import { jsx as jsx43, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1076
1092
|
var PlusLarge = (props) => {
|
|
1077
1093
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1078
1094
|
return /* @__PURE__ */ jsxs31("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1079
|
-
/* @__PURE__ */
|
|
1095
|
+
/* @__PURE__ */ jsx43(
|
|
1080
1096
|
"path",
|
|
1081
1097
|
{
|
|
1082
1098
|
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",
|
|
1083
1099
|
fill: color
|
|
1084
1100
|
}
|
|
1085
1101
|
),
|
|
1086
|
-
/* @__PURE__ */
|
|
1102
|
+
/* @__PURE__ */ jsx43(
|
|
1087
1103
|
"path",
|
|
1088
1104
|
{
|
|
1089
1105
|
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",
|
|
@@ -1095,12 +1111,12 @@ var PlusLarge = (props) => {
|
|
|
1095
1111
|
var plus_large_default = PlusLarge;
|
|
1096
1112
|
|
|
1097
1113
|
// src/icons/v2/outline/privacy-policy.tsx
|
|
1098
|
-
import { jsx as
|
|
1114
|
+
import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1099
1115
|
var PrivacyPolicy = (props) => {
|
|
1100
1116
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1101
1117
|
return /* @__PURE__ */ jsxs32("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1102
1118
|
/* @__PURE__ */ jsxs32("g", { clipPath: "url(#clip0_6322_13346)", children: [
|
|
1103
|
-
/* @__PURE__ */
|
|
1119
|
+
/* @__PURE__ */ jsx44(
|
|
1104
1120
|
"path",
|
|
1105
1121
|
{
|
|
1106
1122
|
fillRule: "evenodd",
|
|
@@ -1109,7 +1125,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1109
1125
|
fill: color
|
|
1110
1126
|
}
|
|
1111
1127
|
),
|
|
1112
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx44(
|
|
1113
1129
|
"path",
|
|
1114
1130
|
{
|
|
1115
1131
|
fillRule: "evenodd",
|
|
@@ -1118,7 +1134,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1118
1134
|
fill: color
|
|
1119
1135
|
}
|
|
1120
1136
|
),
|
|
1121
|
-
/* @__PURE__ */
|
|
1137
|
+
/* @__PURE__ */ jsx44(
|
|
1122
1138
|
"path",
|
|
1123
1139
|
{
|
|
1124
1140
|
fillRule: "evenodd",
|
|
@@ -1127,7 +1143,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1127
1143
|
fill: color
|
|
1128
1144
|
}
|
|
1129
1145
|
),
|
|
1130
|
-
/* @__PURE__ */
|
|
1146
|
+
/* @__PURE__ */ jsx44(
|
|
1131
1147
|
"path",
|
|
1132
1148
|
{
|
|
1133
1149
|
fillRule: "evenodd",
|
|
@@ -1136,7 +1152,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1136
1152
|
fill: color
|
|
1137
1153
|
}
|
|
1138
1154
|
),
|
|
1139
|
-
/* @__PURE__ */
|
|
1155
|
+
/* @__PURE__ */ jsx44(
|
|
1140
1156
|
"path",
|
|
1141
1157
|
{
|
|
1142
1158
|
fillRule: "evenodd",
|
|
@@ -1145,7 +1161,7 @@ var PrivacyPolicy = (props) => {
|
|
|
1145
1161
|
fill: color
|
|
1146
1162
|
}
|
|
1147
1163
|
),
|
|
1148
|
-
/* @__PURE__ */
|
|
1164
|
+
/* @__PURE__ */ jsx44(
|
|
1149
1165
|
"path",
|
|
1150
1166
|
{
|
|
1151
1167
|
fillRule: "evenodd",
|
|
@@ -1155,18 +1171,18 @@ var PrivacyPolicy = (props) => {
|
|
|
1155
1171
|
}
|
|
1156
1172
|
)
|
|
1157
1173
|
] }),
|
|
1158
|
-
/* @__PURE__ */
|
|
1174
|
+
/* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "clip0_6322_13346", children: /* @__PURE__ */ jsx44("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1159
1175
|
] });
|
|
1160
1176
|
};
|
|
1161
1177
|
var privacy_policy_default = PrivacyPolicy;
|
|
1162
1178
|
|
|
1163
1179
|
// src/icons/v2/outline/profile.tsx
|
|
1164
|
-
import { jsx as
|
|
1180
|
+
import { jsx as jsx45, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1165
1181
|
var Profile = (props) => {
|
|
1166
1182
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1167
1183
|
return /* @__PURE__ */ jsxs33("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1168
1184
|
/* @__PURE__ */ jsxs33("g", { clipPath: "url(#icon-outline-profile)", children: [
|
|
1169
|
-
/* @__PURE__ */
|
|
1185
|
+
/* @__PURE__ */ jsx45(
|
|
1170
1186
|
"path",
|
|
1171
1187
|
{
|
|
1172
1188
|
fillRule: "evenodd",
|
|
@@ -1175,7 +1191,7 @@ var Profile = (props) => {
|
|
|
1175
1191
|
fill: color
|
|
1176
1192
|
}
|
|
1177
1193
|
),
|
|
1178
|
-
/* @__PURE__ */
|
|
1194
|
+
/* @__PURE__ */ jsx45(
|
|
1179
1195
|
"path",
|
|
1180
1196
|
{
|
|
1181
1197
|
fillRule: "evenodd",
|
|
@@ -1185,17 +1201,17 @@ var Profile = (props) => {
|
|
|
1185
1201
|
}
|
|
1186
1202
|
)
|
|
1187
1203
|
] }),
|
|
1188
|
-
/* @__PURE__ */
|
|
1204
|
+
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "icon-outline-profile", children: /* @__PURE__ */ jsx45("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1189
1205
|
] });
|
|
1190
1206
|
};
|
|
1191
1207
|
var profile_default = Profile;
|
|
1192
1208
|
|
|
1193
1209
|
// src/icons/v2/outline/qr-code.tsx
|
|
1194
|
-
import { jsx as
|
|
1210
|
+
import { jsx as jsx46, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1195
1211
|
var QRCode = (props) => {
|
|
1196
1212
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1197
1213
|
return /* @__PURE__ */ jsxs34("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1198
|
-
/* @__PURE__ */
|
|
1214
|
+
/* @__PURE__ */ jsx46(
|
|
1199
1215
|
"path",
|
|
1200
1216
|
{
|
|
1201
1217
|
fillRule: "evenodd",
|
|
@@ -1204,7 +1220,7 @@ var QRCode = (props) => {
|
|
|
1204
1220
|
fill: color
|
|
1205
1221
|
}
|
|
1206
1222
|
),
|
|
1207
|
-
/* @__PURE__ */
|
|
1223
|
+
/* @__PURE__ */ jsx46(
|
|
1208
1224
|
"path",
|
|
1209
1225
|
{
|
|
1210
1226
|
fillRule: "evenodd",
|
|
@@ -1213,7 +1229,7 @@ var QRCode = (props) => {
|
|
|
1213
1229
|
fill: color
|
|
1214
1230
|
}
|
|
1215
1231
|
),
|
|
1216
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx46(
|
|
1217
1233
|
"path",
|
|
1218
1234
|
{
|
|
1219
1235
|
fillRule: "evenodd",
|
|
@@ -1222,7 +1238,7 @@ var QRCode = (props) => {
|
|
|
1222
1238
|
fill: color
|
|
1223
1239
|
}
|
|
1224
1240
|
),
|
|
1225
|
-
/* @__PURE__ */
|
|
1241
|
+
/* @__PURE__ */ jsx46(
|
|
1226
1242
|
"path",
|
|
1227
1243
|
{
|
|
1228
1244
|
fillRule: "evenodd",
|
|
@@ -1231,7 +1247,7 @@ var QRCode = (props) => {
|
|
|
1231
1247
|
fill: color
|
|
1232
1248
|
}
|
|
1233
1249
|
),
|
|
1234
|
-
/* @__PURE__ */
|
|
1250
|
+
/* @__PURE__ */ jsx46(
|
|
1235
1251
|
"path",
|
|
1236
1252
|
{
|
|
1237
1253
|
fillRule: "evenodd",
|
|
@@ -1240,7 +1256,7 @@ var QRCode = (props) => {
|
|
|
1240
1256
|
fill: color
|
|
1241
1257
|
}
|
|
1242
1258
|
),
|
|
1243
|
-
/* @__PURE__ */
|
|
1259
|
+
/* @__PURE__ */ jsx46(
|
|
1244
1260
|
"path",
|
|
1245
1261
|
{
|
|
1246
1262
|
fillRule: "evenodd",
|
|
@@ -1249,7 +1265,7 @@ var QRCode = (props) => {
|
|
|
1249
1265
|
fill: color
|
|
1250
1266
|
}
|
|
1251
1267
|
),
|
|
1252
|
-
/* @__PURE__ */
|
|
1268
|
+
/* @__PURE__ */ jsx46(
|
|
1253
1269
|
"path",
|
|
1254
1270
|
{
|
|
1255
1271
|
fillRule: "evenodd",
|
|
@@ -1258,7 +1274,7 @@ var QRCode = (props) => {
|
|
|
1258
1274
|
fill: color
|
|
1259
1275
|
}
|
|
1260
1276
|
),
|
|
1261
|
-
/* @__PURE__ */
|
|
1277
|
+
/* @__PURE__ */ jsx46(
|
|
1262
1278
|
"path",
|
|
1263
1279
|
{
|
|
1264
1280
|
fillRule: "evenodd",
|
|
@@ -1267,7 +1283,7 @@ var QRCode = (props) => {
|
|
|
1267
1283
|
fill: color
|
|
1268
1284
|
}
|
|
1269
1285
|
),
|
|
1270
|
-
/* @__PURE__ */
|
|
1286
|
+
/* @__PURE__ */ jsx46(
|
|
1271
1287
|
"path",
|
|
1272
1288
|
{
|
|
1273
1289
|
fillRule: "evenodd",
|
|
@@ -1276,7 +1292,7 @@ var QRCode = (props) => {
|
|
|
1276
1292
|
fill: color
|
|
1277
1293
|
}
|
|
1278
1294
|
),
|
|
1279
|
-
/* @__PURE__ */
|
|
1295
|
+
/* @__PURE__ */ jsx46(
|
|
1280
1296
|
"path",
|
|
1281
1297
|
{
|
|
1282
1298
|
fillRule: "evenodd",
|
|
@@ -1289,12 +1305,28 @@ var QRCode = (props) => {
|
|
|
1289
1305
|
};
|
|
1290
1306
|
var qr_code_default = QRCode;
|
|
1291
1307
|
|
|
1308
|
+
// src/icons/v2/outline/qr-code-base.tsx
|
|
1309
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1310
|
+
var QRCodeBase = (props) => {
|
|
1311
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1312
|
+
return /* @__PURE__ */ jsx47("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx47(
|
|
1313
|
+
"path",
|
|
1314
|
+
{
|
|
1315
|
+
fillRule: "evenodd",
|
|
1316
|
+
clipRule: "evenodd",
|
|
1317
|
+
d: "M15.3167 2.5C14.9024 2.5 14.5667 2.83579 14.5667 3.25V9.17944C14.5667 9.59366 14.9024 9.92944 15.3167 9.92944H21.2461C21.6603 9.92944 21.9961 9.59366 21.9961 9.17944V3.25C21.9961 2.83579 21.6603 2.5 21.2461 2.5H15.3167ZM16.0667 8.42944V4H20.4961V8.42944H16.0667ZM2.75861 2.5022C2.34439 2.5022 2.00861 2.83798 2.00861 3.2522V9.18164C2.00861 9.59585 2.34439 9.93164 2.75861 9.93164H8.68805C9.10226 9.93164 9.43805 9.59585 9.43805 9.18164V3.2522C9.43805 2.83798 9.10226 2.5022 8.68805 2.5022H2.75861ZM3.50861 8.43164V4.0022H7.93805V8.43164H3.50861ZM6.31403 16.3481C6.31403 16.072 6.53788 15.8481 6.81403 15.8481H8.26379C8.53994 15.8481 8.76379 16.072 8.76379 16.3481V17.7979C8.76379 18.0741 8.53994 18.2979 8.26379 18.2979H6.81403C6.53788 18.2979 6.31403 18.0741 6.31403 17.7979V16.3481ZM12.0078 5.49707C12.422 5.49707 12.7578 5.83286 12.7578 6.24707V12.5014C12.7578 12.9156 12.422 13.2514 12.0078 13.2514H2.75861C2.34439 13.2514 2.00861 12.9156 2.00861 12.5014C2.00861 12.0872 2.34439 11.7514 2.75861 11.7514H11.2578V6.24707C11.2578 5.83286 11.5936 5.49707 12.0078 5.49707ZM12.9028 19.5016C12.9028 19.0045 12.4998 18.6016 12.0028 18.6016C11.5057 18.6016 11.1028 19.0045 11.1028 19.5016V21.6062C11.1028 22.1032 11.5057 22.5062 12.0028 22.5062C12.4998 22.5062 12.9028 22.1032 12.9028 21.6062V19.5016ZM14.1028 12.5016C14.1028 12.0045 14.5057 11.6016 15.0028 11.6016H21.1154C21.6125 11.6016 22.0154 12.0045 22.0154 12.5016C22.0154 12.9986 21.6125 13.4016 21.1154 13.4016H15.0028C14.5057 13.4016 14.1028 12.9986 14.1028 12.5016ZM14.5667 15.8279C14.5667 15.4137 14.9024 15.0779 15.3167 15.0779H21.2461C21.6603 15.0779 21.9961 15.4137 21.9961 15.8279V21.7573C21.9961 22.1715 21.6603 22.5073 21.2461 22.5073H15.3167C14.9024 22.5073 14.5667 22.1715 14.5667 21.7573V15.8279ZM16.0667 16.5779V21.0073H20.4961V16.5779H16.0667ZM3.5 15.8279C3.5 15.4137 3.16421 15.0779 2.75 15.0779C2.33579 15.0779 2 15.4137 2 15.8279V21.7573C2 22.1715 2.33579 22.5073 2.75 22.5073H8.67944C9.09366 22.5073 9.42944 22.1715 9.42944 21.7573C9.42944 21.3431 9.09366 21.0073 8.67944 21.0073H3.5V15.8279ZM17.5737 17.585C17.2975 17.585 17.0737 17.8088 17.0737 18.085V19.5004C17.0737 19.7765 17.2975 20.0004 17.5737 20.0004H18.9891C19.2652 20.0004 19.4891 19.7765 19.4891 19.5004V18.085C19.4891 17.8088 19.2652 17.585 18.9891 17.585H17.5737ZM11.4596 2.50073C11.1834 2.50073 10.9596 2.72459 10.9596 3.00073V4.08707C10.9596 4.36322 11.1834 4.58707 11.4596 4.58707H12.5459C12.822 4.58707 13.0459 4.36322 13.0459 4.08707V3.00073C13.0459 2.72459 12.822 2.50073 12.5459 2.50073H11.4596ZM11.4595 15.4868C11.1834 15.4868 10.9595 15.7107 10.9595 15.9868V17.0732C10.9595 17.3493 11.1834 17.5732 11.4595 17.5732H12.5459C12.822 17.5732 13.0459 17.3493 13.0459 17.0732V15.9868C13.0459 15.7107 12.822 15.4868 12.5459 15.4868H11.4595Z",
|
|
1318
|
+
fill: color
|
|
1319
|
+
}
|
|
1320
|
+
) });
|
|
1321
|
+
};
|
|
1322
|
+
var qr_code_base_default = QRCodeBase;
|
|
1323
|
+
|
|
1292
1324
|
// src/icons/v2/outline/search.tsx
|
|
1293
|
-
import { jsx as
|
|
1325
|
+
import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1294
1326
|
var Search = (props) => {
|
|
1295
1327
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1296
1328
|
return /* @__PURE__ */ jsxs35("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1297
|
-
/* @__PURE__ */
|
|
1329
|
+
/* @__PURE__ */ jsx48(
|
|
1298
1330
|
"path",
|
|
1299
1331
|
{
|
|
1300
1332
|
fillRule: "evenodd",
|
|
@@ -1303,7 +1335,7 @@ var Search = (props) => {
|
|
|
1303
1335
|
fill: color
|
|
1304
1336
|
}
|
|
1305
1337
|
),
|
|
1306
|
-
/* @__PURE__ */
|
|
1338
|
+
/* @__PURE__ */ jsx48(
|
|
1307
1339
|
"path",
|
|
1308
1340
|
{
|
|
1309
1341
|
fillRule: "evenodd",
|
|
@@ -1317,10 +1349,10 @@ var Search = (props) => {
|
|
|
1317
1349
|
var search_default = Search;
|
|
1318
1350
|
|
|
1319
1351
|
// src/icons/v2/outline/setting.tsx
|
|
1320
|
-
import { jsx as
|
|
1352
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
1321
1353
|
var Setting = (props) => {
|
|
1322
1354
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1323
|
-
return /* @__PURE__ */
|
|
1355
|
+
return /* @__PURE__ */ jsx49("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx49(
|
|
1324
1356
|
"path",
|
|
1325
1357
|
{
|
|
1326
1358
|
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",
|
|
@@ -1331,11 +1363,11 @@ var Setting = (props) => {
|
|
|
1331
1363
|
var setting_default = Setting;
|
|
1332
1364
|
|
|
1333
1365
|
// src/icons/v2/outline/share.tsx
|
|
1334
|
-
import { jsx as
|
|
1366
|
+
import { jsx as jsx50, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1335
1367
|
var Bag2 = (props) => {
|
|
1336
1368
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1337
1369
|
return /* @__PURE__ */ jsxs36("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1338
|
-
/* @__PURE__ */
|
|
1370
|
+
/* @__PURE__ */ jsx50(
|
|
1339
1371
|
"path",
|
|
1340
1372
|
{
|
|
1341
1373
|
fillRule: "evenodd",
|
|
@@ -1344,7 +1376,7 @@ var Bag2 = (props) => {
|
|
|
1344
1376
|
fill: color
|
|
1345
1377
|
}
|
|
1346
1378
|
),
|
|
1347
|
-
/* @__PURE__ */
|
|
1379
|
+
/* @__PURE__ */ jsx50(
|
|
1348
1380
|
"path",
|
|
1349
1381
|
{
|
|
1350
1382
|
fillRule: "evenodd",
|
|
@@ -1353,7 +1385,7 @@ var Bag2 = (props) => {
|
|
|
1353
1385
|
fill: color
|
|
1354
1386
|
}
|
|
1355
1387
|
),
|
|
1356
|
-
/* @__PURE__ */
|
|
1388
|
+
/* @__PURE__ */ jsx50(
|
|
1357
1389
|
"path",
|
|
1358
1390
|
{
|
|
1359
1391
|
fillRule: "evenodd",
|
|
@@ -1367,11 +1399,11 @@ var Bag2 = (props) => {
|
|
|
1367
1399
|
var share_default = Bag2;
|
|
1368
1400
|
|
|
1369
1401
|
// src/icons/v2/outline/sort.tsx
|
|
1370
|
-
import { jsx as
|
|
1402
|
+
import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1371
1403
|
var Sort = (props) => {
|
|
1372
1404
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1373
1405
|
return /* @__PURE__ */ jsxs37("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1374
|
-
/* @__PURE__ */
|
|
1406
|
+
/* @__PURE__ */ jsx51(
|
|
1375
1407
|
"path",
|
|
1376
1408
|
{
|
|
1377
1409
|
fillRule: "evenodd",
|
|
@@ -1380,7 +1412,7 @@ var Sort = (props) => {
|
|
|
1380
1412
|
fill: color
|
|
1381
1413
|
}
|
|
1382
1414
|
),
|
|
1383
|
-
/* @__PURE__ */
|
|
1415
|
+
/* @__PURE__ */ jsx51(
|
|
1384
1416
|
"path",
|
|
1385
1417
|
{
|
|
1386
1418
|
fillRule: "evenodd",
|
|
@@ -1394,25 +1426,25 @@ var Sort = (props) => {
|
|
|
1394
1426
|
var sort_default = Sort;
|
|
1395
1427
|
|
|
1396
1428
|
// src/icons/v2/outline/store-complete.tsx
|
|
1397
|
-
import { jsx as
|
|
1429
|
+
import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1398
1430
|
var StoreComplete = (props) => {
|
|
1399
1431
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1400
1432
|
return /* @__PURE__ */ jsxs38("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1401
|
-
/* @__PURE__ */
|
|
1433
|
+
/* @__PURE__ */ jsx52(
|
|
1402
1434
|
"path",
|
|
1403
1435
|
{
|
|
1404
1436
|
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",
|
|
1405
1437
|
fill: color
|
|
1406
1438
|
}
|
|
1407
1439
|
),
|
|
1408
|
-
/* @__PURE__ */
|
|
1440
|
+
/* @__PURE__ */ jsx52(
|
|
1409
1441
|
"path",
|
|
1410
1442
|
{
|
|
1411
1443
|
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",
|
|
1412
1444
|
fill: color
|
|
1413
1445
|
}
|
|
1414
1446
|
),
|
|
1415
|
-
/* @__PURE__ */
|
|
1447
|
+
/* @__PURE__ */ jsx52(
|
|
1416
1448
|
"path",
|
|
1417
1449
|
{
|
|
1418
1450
|
fillRule: "evenodd",
|
|
@@ -1426,12 +1458,12 @@ var StoreComplete = (props) => {
|
|
|
1426
1458
|
var store_complete_default = StoreComplete;
|
|
1427
1459
|
|
|
1428
1460
|
// src/icons/v2/outline/term-conditions.tsx
|
|
1429
|
-
import { jsx as
|
|
1461
|
+
import { jsx as jsx53, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1430
1462
|
var TermConditions = (props) => {
|
|
1431
1463
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1432
1464
|
return /* @__PURE__ */ jsxs39("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1433
1465
|
/* @__PURE__ */ jsxs39("g", { clipPath: "url(#clip0_6322_13347)", children: [
|
|
1434
|
-
/* @__PURE__ */
|
|
1466
|
+
/* @__PURE__ */ jsx53(
|
|
1435
1467
|
"path",
|
|
1436
1468
|
{
|
|
1437
1469
|
fillRule: "evenodd",
|
|
@@ -1440,7 +1472,7 @@ var TermConditions = (props) => {
|
|
|
1440
1472
|
fill: color
|
|
1441
1473
|
}
|
|
1442
1474
|
),
|
|
1443
|
-
/* @__PURE__ */
|
|
1475
|
+
/* @__PURE__ */ jsx53(
|
|
1444
1476
|
"path",
|
|
1445
1477
|
{
|
|
1446
1478
|
fillRule: "evenodd",
|
|
@@ -1449,7 +1481,7 @@ var TermConditions = (props) => {
|
|
|
1449
1481
|
fill: color
|
|
1450
1482
|
}
|
|
1451
1483
|
),
|
|
1452
|
-
/* @__PURE__ */
|
|
1484
|
+
/* @__PURE__ */ jsx53(
|
|
1453
1485
|
"path",
|
|
1454
1486
|
{
|
|
1455
1487
|
fillRule: "evenodd",
|
|
@@ -1458,7 +1490,7 @@ var TermConditions = (props) => {
|
|
|
1458
1490
|
fill: color
|
|
1459
1491
|
}
|
|
1460
1492
|
),
|
|
1461
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ jsx53(
|
|
1462
1494
|
"path",
|
|
1463
1495
|
{
|
|
1464
1496
|
fillRule: "evenodd",
|
|
@@ -1467,7 +1499,7 @@ var TermConditions = (props) => {
|
|
|
1467
1499
|
fill: color
|
|
1468
1500
|
}
|
|
1469
1501
|
),
|
|
1470
|
-
/* @__PURE__ */
|
|
1502
|
+
/* @__PURE__ */ jsx53(
|
|
1471
1503
|
"path",
|
|
1472
1504
|
{
|
|
1473
1505
|
fillRule: "evenodd",
|
|
@@ -1476,7 +1508,7 @@ var TermConditions = (props) => {
|
|
|
1476
1508
|
fill: color
|
|
1477
1509
|
}
|
|
1478
1510
|
),
|
|
1479
|
-
/* @__PURE__ */
|
|
1511
|
+
/* @__PURE__ */ jsx53(
|
|
1480
1512
|
"path",
|
|
1481
1513
|
{
|
|
1482
1514
|
fillRule: "evenodd",
|
|
@@ -1486,17 +1518,65 @@ var TermConditions = (props) => {
|
|
|
1486
1518
|
}
|
|
1487
1519
|
)
|
|
1488
1520
|
] }),
|
|
1489
|
-
/* @__PURE__ */
|
|
1521
|
+
/* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "clip0_6322_13347", children: /* @__PURE__ */ jsx53("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1490
1522
|
] });
|
|
1491
1523
|
};
|
|
1492
1524
|
var term_conditions_default = TermConditions;
|
|
1493
1525
|
|
|
1526
|
+
// src/icons/v2/outline/trash.tsx
|
|
1527
|
+
import { jsx as jsx54, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1528
|
+
var Trash = (props) => {
|
|
1529
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1530
|
+
return /* @__PURE__ */ jsxs40("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1531
|
+
/* @__PURE__ */ jsxs40("g", { clipPath: "url(#clip0_5761_9499)", children: [
|
|
1532
|
+
/* @__PURE__ */ jsx54(
|
|
1533
|
+
"path",
|
|
1534
|
+
{
|
|
1535
|
+
fillRule: "evenodd",
|
|
1536
|
+
clipRule: "evenodd",
|
|
1537
|
+
d: "M19.2467 4.50614H16.0591V4.25712C16.0591 3.2859 15.2747 2.50146 14.3034 2.50146H9.69642C8.72521 2.50146 7.94077 3.2859 7.94077 4.25712V4.50614H4.76566C3.79445 4.50614 3.01001 5.29058 3.01001 6.26179V7.49448C3.01001 8.21667 3.44581 8.82679 4.05593 9.10072L5.15165 20.9047C5.23881 21.8012 5.9859 22.4984 6.89485 22.4984H17.0677C17.9766 22.4984 18.7237 21.8136 18.8109 20.9171L19.919 9.12562C20.5416 8.86414 20.9899 8.24157 20.9899 7.51939V6.2867C21.0023 5.29058 20.2179 4.50614 19.2467 4.50614ZM9.44739 4.25712C9.44739 4.12015 9.55946 4.00809 9.69642 4.00809H14.3034C14.4404 4.00809 14.5525 4.12015 14.5525 4.25712V4.50614H9.44739V4.25712ZM4.51663 6.26179C4.51663 6.12483 4.62869 6.01277 4.76566 6.01277H8.68786H15.2996H19.2467C19.3836 6.01277 19.4957 6.12483 19.4957 6.26179V7.49448C19.4957 7.63145 19.3836 7.74351 19.2467 7.74351H19.2342H4.76566C4.62869 7.74351 4.51663 7.63145 4.51663 7.49448V6.26179ZM17.3416 20.7553C17.3291 20.8798 17.2171 20.9794 17.0926 20.9794H6.9073C6.78279 20.9794 6.67073 20.8798 6.65828 20.7553L5.58745 9.23768H18.4124L17.3416 20.7553Z",
|
|
1538
|
+
fill: color
|
|
1539
|
+
}
|
|
1540
|
+
),
|
|
1541
|
+
/* @__PURE__ */ jsx54(
|
|
1542
|
+
"path",
|
|
1543
|
+
{
|
|
1544
|
+
fillRule: "evenodd",
|
|
1545
|
+
clipRule: "evenodd",
|
|
1546
|
+
d: "M11.9999 19.2487C12.4108 19.2487 12.747 18.9125 12.747 18.5016V11.4915C12.747 11.0806 12.4108 10.7444 11.9999 10.7444C11.589 10.7444 11.2528 11.0806 11.2528 11.4915V18.4892C11.2528 18.9125 11.589 19.2487 11.9999 19.2487Z",
|
|
1547
|
+
fill: color
|
|
1548
|
+
}
|
|
1549
|
+
),
|
|
1550
|
+
/* @__PURE__ */ jsx54(
|
|
1551
|
+
"path",
|
|
1552
|
+
{
|
|
1553
|
+
fillRule: "evenodd",
|
|
1554
|
+
clipRule: "evenodd",
|
|
1555
|
+
d: "M15.4988 19.2487C15.9097 19.2487 16.2459 18.9125 16.2459 18.5016V11.4915C16.2459 11.0806 15.9097 10.7444 15.4988 10.7444C15.0879 10.7444 14.7517 11.0806 14.7517 11.4915V18.4892C14.7517 18.9125 15.0879 19.2487 15.4988 19.2487Z",
|
|
1556
|
+
fill: color
|
|
1557
|
+
}
|
|
1558
|
+
),
|
|
1559
|
+
/* @__PURE__ */ jsx54(
|
|
1560
|
+
"path",
|
|
1561
|
+
{
|
|
1562
|
+
fillRule: "evenodd",
|
|
1563
|
+
clipRule: "evenodd",
|
|
1564
|
+
d: "M8.50108 19.2487C8.91198 19.2487 9.24817 18.9125 9.24817 18.5016V11.4915C9.24817 11.0806 8.91198 10.7444 8.50108 10.7444C8.09019 10.7444 7.754 11.0806 7.754 11.4915V18.4892C7.754 18.9125 8.09019 19.2487 8.50108 19.2487Z",
|
|
1565
|
+
fill: color
|
|
1566
|
+
}
|
|
1567
|
+
)
|
|
1568
|
+
] }),
|
|
1569
|
+
/* @__PURE__ */ jsx54("defs", { children: /* @__PURE__ */ jsx54("clipPath", { id: "clip0_5761_9499", children: /* @__PURE__ */ jsx54("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
1570
|
+
] });
|
|
1571
|
+
};
|
|
1572
|
+
var trash_default = Trash;
|
|
1573
|
+
|
|
1494
1574
|
// src/icons/v2/outline/truck.tsx
|
|
1495
|
-
import { jsx as
|
|
1575
|
+
import { jsx as jsx55, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1496
1576
|
var Truck = (props) => {
|
|
1497
1577
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1498
|
-
return /* @__PURE__ */
|
|
1499
|
-
/* @__PURE__ */
|
|
1578
|
+
return /* @__PURE__ */ jsxs41("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1579
|
+
/* @__PURE__ */ jsx55("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ jsx55(
|
|
1500
1580
|
"path",
|
|
1501
1581
|
{
|
|
1502
1582
|
fillRule: "evenodd",
|
|
@@ -1505,19 +1585,88 @@ var Truck = (props) => {
|
|
|
1505
1585
|
fill: color
|
|
1506
1586
|
}
|
|
1507
1587
|
) }),
|
|
1508
|
-
/* @__PURE__ */
|
|
1588
|
+
/* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "truck", children: /* @__PURE__ */ jsx55("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1509
1589
|
] });
|
|
1510
1590
|
};
|
|
1511
1591
|
var truck_default = Truck;
|
|
1512
1592
|
|
|
1593
|
+
// src/icons/v2/solid/bag-solid.tsx
|
|
1594
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
1595
|
+
var BagSolid = (props) => {
|
|
1596
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1597
|
+
return /* @__PURE__ */ jsx56("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx56(
|
|
1598
|
+
"path",
|
|
1599
|
+
{
|
|
1600
|
+
fillRule: "evenodd",
|
|
1601
|
+
clipRule: "evenodd",
|
|
1602
|
+
d: "M7.25 7.98901V7.72974C7.25 7.6386 7.26625 7.55126 7.29602 7.47046C7.42073 4.98051 9.47908 3 12 3C14.6012 3 16.71 5.10872 16.71 7.70996V7.98901H17.5381C18.5342 7.98901 19.3784 8.72203 19.5183 9.70827L20.936 19.7083C21.1067 20.9125 20.172 21.989 18.9558 21.989H5.04277C3.82552 21.989 2.89056 20.9108 3.06292 19.7058L4.49332 9.70582C4.63423 8.72068 5.478 7.98901 6.47317 7.98901H7.25ZM8.79004 7.70996C8.79004 5.93715 10.2272 4.5 12 4.5C13.7728 4.5 15.21 5.93715 15.21 7.70996V7.98901H8.75V7.72974L8.74974 7.70996H8.79004Z",
|
|
1603
|
+
fill: color
|
|
1604
|
+
}
|
|
1605
|
+
) });
|
|
1606
|
+
};
|
|
1607
|
+
var bag_solid_default = BagSolid;
|
|
1608
|
+
|
|
1609
|
+
// src/icons/v2/solid/category-solid.tsx
|
|
1610
|
+
import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1611
|
+
var CategorySolid = (props) => {
|
|
1612
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1613
|
+
return /* @__PURE__ */ jsxs42("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1614
|
+
/* @__PURE__ */ jsx57(
|
|
1615
|
+
"path",
|
|
1616
|
+
{
|
|
1617
|
+
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",
|
|
1618
|
+
fill: color
|
|
1619
|
+
}
|
|
1620
|
+
),
|
|
1621
|
+
/* @__PURE__ */ jsx57(
|
|
1622
|
+
"path",
|
|
1623
|
+
{
|
|
1624
|
+
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",
|
|
1625
|
+
fill: color
|
|
1626
|
+
}
|
|
1627
|
+
),
|
|
1628
|
+
/* @__PURE__ */ jsx57(
|
|
1629
|
+
"path",
|
|
1630
|
+
{
|
|
1631
|
+
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",
|
|
1632
|
+
fill: color
|
|
1633
|
+
}
|
|
1634
|
+
),
|
|
1635
|
+
/* @__PURE__ */ jsx57(
|
|
1636
|
+
"path",
|
|
1637
|
+
{
|
|
1638
|
+
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",
|
|
1639
|
+
fill: color
|
|
1640
|
+
}
|
|
1641
|
+
)
|
|
1642
|
+
] });
|
|
1643
|
+
};
|
|
1644
|
+
var category_solid_default = CategorySolid;
|
|
1645
|
+
|
|
1646
|
+
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
1647
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1648
|
+
var ChatCsSolid = (props) => {
|
|
1649
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1650
|
+
return /* @__PURE__ */ jsx58("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx58(
|
|
1651
|
+
"path",
|
|
1652
|
+
{
|
|
1653
|
+
fillRule: "evenodd",
|
|
1654
|
+
clipRule: "evenodd",
|
|
1655
|
+
d: "M6.75 3.5C4.67893 3.5 3 5.17893 3 7.25V14.8995C3 16.9706 4.67893 18.6495 6.75 18.6495H9.61561L10.897 20.8689C11.3781 21.7023 12.5809 21.7023 13.0621 20.8689L14.3434 18.6495H17.209C19.2801 18.6495 20.959 16.9706 20.959 14.8995V7.25C20.959 5.17893 19.2801 3.5 17.209 3.5H6.75ZM7.69605 7.35693C7.33707 7.35693 7.04605 7.64795 7.04605 8.00693C7.04605 8.36592 7.33707 8.65693 7.69605 8.65693H16.2629C16.6219 8.65693 16.9129 8.36592 16.9129 8.00693C16.9129 7.64795 16.6219 7.35693 16.2629 7.35693H7.69605ZM7.04605 11.0069C7.04605 10.6479 7.33707 10.3569 7.69605 10.3569H16.2629C16.6219 10.3569 16.9129 10.6479 16.9129 11.0069C16.9129 11.3659 16.6219 11.6569 16.2629 11.6569H7.69605C7.33707 11.6569 7.04605 11.3659 7.04605 11.0069ZM7.69605 13.3569C7.33707 13.3569 7.04605 13.6479 7.04605 14.0069C7.04605 14.3659 7.33707 14.6569 7.69605 14.6569H11.9795C12.3385 14.6569 12.6295 14.3659 12.6295 14.0069C12.6295 13.6479 12.3385 13.3569 11.9795 13.3569H7.69605Z",
|
|
1656
|
+
fill: color
|
|
1657
|
+
}
|
|
1658
|
+
) });
|
|
1659
|
+
};
|
|
1660
|
+
var chat_cs_solid_default = ChatCsSolid;
|
|
1661
|
+
|
|
1513
1662
|
// src/icons/v2/solid/direction.tsx
|
|
1514
|
-
import { jsx as
|
|
1663
|
+
import { jsx as jsx59, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1515
1664
|
var Direction = (props) => {
|
|
1516
1665
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1517
|
-
return /* @__PURE__ */
|
|
1518
|
-
/* @__PURE__ */
|
|
1519
|
-
/* @__PURE__ */
|
|
1520
|
-
/* @__PURE__ */
|
|
1666
|
+
return /* @__PURE__ */ jsxs43("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1667
|
+
/* @__PURE__ */ jsxs43("g", { clipPath: "url(#direction)", children: [
|
|
1668
|
+
/* @__PURE__ */ jsx59("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
1669
|
+
/* @__PURE__ */ jsx59(
|
|
1521
1670
|
"path",
|
|
1522
1671
|
{
|
|
1523
1672
|
fillRule: "evenodd",
|
|
@@ -1527,16 +1676,32 @@ var Direction = (props) => {
|
|
|
1527
1676
|
}
|
|
1528
1677
|
)
|
|
1529
1678
|
] }),
|
|
1530
|
-
/* @__PURE__ */
|
|
1679
|
+
/* @__PURE__ */ jsx59("defs", { children: /* @__PURE__ */ jsx59("clipPath", { id: "direction", children: /* @__PURE__ */ jsx59("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1531
1680
|
] });
|
|
1532
1681
|
};
|
|
1533
1682
|
var direction_default = Direction;
|
|
1534
1683
|
|
|
1684
|
+
// src/icons/v2/solid/enveloped-solid.tsx
|
|
1685
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
1686
|
+
var EnvelopedSolid = (props) => {
|
|
1687
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1688
|
+
return /* @__PURE__ */ jsx60("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx60(
|
|
1689
|
+
"path",
|
|
1690
|
+
{
|
|
1691
|
+
fillRule: "evenodd",
|
|
1692
|
+
clipRule: "evenodd",
|
|
1693
|
+
d: "M2.00879 7.25C2.00879 5.73122 3.24001 4.5 4.75879 4.5H19.2412C20.76 4.5 21.9912 5.73122 21.9912 7.25V17.7302C21.9912 19.249 20.76 20.4802 19.2412 20.4802H4.75879C3.24001 20.4802 2.00879 19.249 2.00879 17.7302V7.25ZM5.22955 6.61054C4.93666 6.31765 4.46178 6.31765 4.16889 6.61054C3.876 6.90343 3.876 7.37831 4.16889 7.6712L10.1101 13.6124C11.184 14.6863 12.9252 14.6863 13.9992 13.6124L19.9404 7.6712C20.2333 7.37831 20.2333 6.90343 19.9404 6.61054C19.6475 6.31765 19.1726 6.31765 18.8797 6.61054L12.9385 12.5517C12.4504 13.0399 11.6589 13.0399 11.1707 12.5517L5.22955 6.61054Z",
|
|
1694
|
+
fill: color
|
|
1695
|
+
}
|
|
1696
|
+
) });
|
|
1697
|
+
};
|
|
1698
|
+
var enveloped_solid_default = EnvelopedSolid;
|
|
1699
|
+
|
|
1535
1700
|
// src/icons/v2/solid/hand.tsx
|
|
1536
|
-
import { jsx as
|
|
1701
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
1537
1702
|
var Hand = (props) => {
|
|
1538
1703
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1539
|
-
return /* @__PURE__ */
|
|
1704
|
+
return /* @__PURE__ */ jsx61("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx61("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx61(
|
|
1540
1705
|
"path",
|
|
1541
1706
|
{
|
|
1542
1707
|
id: "Vector 650",
|
|
@@ -1547,19 +1712,81 @@ var Hand = (props) => {
|
|
|
1547
1712
|
};
|
|
1548
1713
|
var hand_default = Hand;
|
|
1549
1714
|
|
|
1715
|
+
// src/icons/v2/solid/handphone-solid.tsx
|
|
1716
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1717
|
+
var HandphoneSolid = (props) => {
|
|
1718
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1719
|
+
return /* @__PURE__ */ jsx62("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx62(
|
|
1720
|
+
"path",
|
|
1721
|
+
{
|
|
1722
|
+
fillRule: "evenodd",
|
|
1723
|
+
clipRule: "evenodd",
|
|
1724
|
+
d: "M8.375 2.5C6.85622 2.5 5.625 3.73122 5.625 5.25V19.7275C5.625 21.2463 6.85622 22.4775 8.375 22.4775H15.625C17.1438 22.4775 18.375 21.2463 18.375 19.7275V5.25C18.375 3.73122 17.1438 2.5 15.625 2.5H8.375ZM9.92126 5.80112C9.92126 5.44214 10.2123 5.15112 10.5713 5.15112H13.4287C13.7877 5.15112 14.0787 5.44214 14.0787 5.80112C14.0787 6.16011 13.7877 6.45112 13.4287 6.45112H10.5713C10.2123 6.45112 9.92126 6.16011 9.92126 5.80112ZM12 20.1746C12.3945 20.1746 12.7144 19.8547 12.7144 19.4602C12.7144 19.0657 12.3945 18.7458 12 18.7458C11.6055 18.7458 11.2856 19.0657 11.2856 19.4602C11.2856 19.8547 11.6055 20.1746 12 20.1746Z",
|
|
1725
|
+
fill: color
|
|
1726
|
+
}
|
|
1727
|
+
) });
|
|
1728
|
+
};
|
|
1729
|
+
var handphone_solid_default = HandphoneSolid;
|
|
1730
|
+
|
|
1731
|
+
// src/icons/v2/solid/heart-solid.tsx
|
|
1732
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1733
|
+
var HeartSolid = (props) => {
|
|
1734
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1735
|
+
return /* @__PURE__ */ jsx63("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx63(
|
|
1736
|
+
"path",
|
|
1737
|
+
{
|
|
1738
|
+
d: "M7.20462 3.5C5.39384 3.5 4.14221 4.37618 3.34541 5.43938C2.57995 6.46075 2.22083 7.66404 2.116 8.49343C1.76363 10.1208 2.361 13.8065 6.47489 17.5459C7.15011 18.1878 9.07394 19.8084 11.6021 21.3911C11.8455 21.5435 12.1546 21.5435 12.398 21.3911C14.9261 19.8084 16.8499 18.188 17.5251 17.5461C21.639 13.8067 22.2364 10.1209 21.884 8.49357C21.7792 7.66418 21.4201 6.4609 20.6546 5.43954C19.8578 4.37634 18.6062 3.50016 16.7954 3.50016C14.3637 3.50016 12.8356 4.75586 12 5.97304C11.1645 4.75581 9.63638 3.5 7.20462 3.5Z",
|
|
1739
|
+
fill: color
|
|
1740
|
+
}
|
|
1741
|
+
) });
|
|
1742
|
+
};
|
|
1743
|
+
var heart_solid_default = HeartSolid;
|
|
1744
|
+
|
|
1745
|
+
// src/icons/v2/solid/home-solid.tsx
|
|
1746
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1747
|
+
var HomeSolid = (props) => {
|
|
1748
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1749
|
+
return /* @__PURE__ */ jsx64("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx64(
|
|
1750
|
+
"path",
|
|
1751
|
+
{
|
|
1752
|
+
fillRule: "evenodd",
|
|
1753
|
+
clipRule: "evenodd",
|
|
1754
|
+
d: "M3 10.446V19.4663C3 20.5708 3.89543 21.4663 5 21.4663H19C20.1046 21.4663 21 20.5708 21 19.4663V10.4429C21 9.8266 20.7158 9.2447 20.2298 8.86572L13.2495 3.42281C12.528 2.86019 11.5167 2.85895 10.7938 3.41979L3.77406 8.86575C3.28574 9.2446 3 9.82792 3 10.446ZM12.1038 16.7274H11.8961C11.8874 16.7017 11.8785 16.6768 11.8696 16.6522C11.8638 16.6362 11.8581 16.6203 11.8525 16.6043C11.8046 16.4582 11.7569 16.312 11.7093 16.1658C11.6074 15.8527 11.5054 15.5395 11.4002 15.2273C11.0287 14.1228 10.6559 13.0187 10.2831 11.9147C10.1718 11.5852 10.0606 11.2558 9.94936 10.9264C9.90648 10.8 9.86375 10.6736 9.82103 10.5472C9.72805 10.2722 9.6351 9.99727 9.54075 9.72272C9.48431 9.55884 9.37218 9.47023 9.21641 9.46866C8.96432 9.46552 8.71223 9.46552 8.46014 9.46866C8.30136 9.47023 8.1802 9.57766 8.1343 9.73683C8.10344 9.84505 8.13656 9.94071 8.17192 10.0379C8.792 11.7285 9.41207 13.4191 10.0329 15.1105C10.1301 15.3758 10.2276 15.6412 10.325 15.9066C10.5059 16.3991 10.6867 16.8918 10.8667 17.3845C10.9096 17.5029 10.9705 17.6048 11.0714 17.6793C11.176 17.7562 11.2941 17.7773 11.419 17.7773C11.6139 17.777 11.8088 17.777 12.0037 17.777C12.1986 17.777 12.3935 17.777 12.5884 17.7766C12.6242 17.7766 12.6594 17.7732 12.6949 17.7698C12.7013 17.7691 12.7077 17.7685 12.7141 17.7679C12.8608 17.753 12.9737 17.6778 13.0535 17.5515C13.0911 17.4919 13.1197 17.4261 13.1438 17.3594C13.7245 15.7775 14.3043 14.196 14.8843 12.6143C15.1055 12.0109 15.3268 11.4075 15.5481 10.804C15.5746 10.7319 15.6013 10.6598 15.628 10.5877C15.7045 10.3816 15.7809 10.1754 15.8528 9.96737C15.9431 9.70704 15.7806 9.47023 15.515 9.46788C15.278 9.46631 15.041 9.46709 14.804 9.46788C14.6693 9.46788 14.5706 9.53531 14.5051 9.6545C14.485 9.69003 14.4718 9.73019 14.4587 9.76998C14.4556 9.77936 14.4526 9.78872 14.4494 9.798C13.9815 11.1822 13.5144 12.5664 13.0473 13.9506L13.0467 13.9523C12.8978 14.3932 12.7492 14.8338 12.6007 15.2745C12.452 15.7156 12.3033 16.1567 12.1542 16.598C12.144 16.6278 12.1321 16.6572 12.1203 16.6862C12.1147 16.7 12.1091 16.7138 12.1038 16.7274Z",
|
|
1755
|
+
fill: color
|
|
1756
|
+
}
|
|
1757
|
+
) });
|
|
1758
|
+
};
|
|
1759
|
+
var home_solid_default = HomeSolid;
|
|
1760
|
+
|
|
1761
|
+
// src/icons/v2/solid/info-solid.tsx
|
|
1762
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1763
|
+
var InfoSolid = (props) => {
|
|
1764
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1765
|
+
return /* @__PURE__ */ jsx65("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx65(
|
|
1766
|
+
"path",
|
|
1767
|
+
{
|
|
1768
|
+
fillRule: "evenodd",
|
|
1769
|
+
clipRule: "evenodd",
|
|
1770
|
+
d: "M12 22.5C17.5228 22.5 22 18.0228 22 12.5C22 6.97715 17.5228 2.5 12 2.5C6.47715 2.5 2 6.97715 2 12.5C2 18.0228 6.47715 22.5 12 22.5ZM13.5 8C13.5 8.82843 12.8284 9.5 12 9.5C11.1716 9.5 10.5 8.82843 10.5 8C10.5 7.17157 11.1716 6.5 12 6.5C12.8284 6.5 13.5 7.17157 13.5 8ZM12.75 11.7271C12.75 11.3128 12.4142 10.9771 12 10.9771C11.5858 10.9771 11.25 11.3128 11.25 11.7271V17.7271C11.25 18.1413 11.5858 18.4771 12 18.4771C12.4142 18.4771 12.75 18.1413 12.75 17.7271V11.7271Z",
|
|
1771
|
+
fill: color
|
|
1772
|
+
}
|
|
1773
|
+
) });
|
|
1774
|
+
};
|
|
1775
|
+
var info_solid_default = InfoSolid;
|
|
1776
|
+
|
|
1550
1777
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
1551
|
-
import { jsx as
|
|
1778
|
+
import { jsx as jsx66, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1552
1779
|
var MapMarkerSolid = (props) => {
|
|
1553
1780
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1554
|
-
return /* @__PURE__ */
|
|
1555
|
-
/* @__PURE__ */
|
|
1781
|
+
return /* @__PURE__ */ jsxs44("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1782
|
+
/* @__PURE__ */ jsx66(
|
|
1556
1783
|
"path",
|
|
1557
1784
|
{
|
|
1558
1785
|
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",
|
|
1559
1786
|
fill: color
|
|
1560
1787
|
}
|
|
1561
1788
|
),
|
|
1562
|
-
/* @__PURE__ */
|
|
1789
|
+
/* @__PURE__ */ jsx66(
|
|
1563
1790
|
"path",
|
|
1564
1791
|
{
|
|
1565
1792
|
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",
|
|
@@ -1570,12 +1797,101 @@ var MapMarkerSolid = (props) => {
|
|
|
1570
1797
|
};
|
|
1571
1798
|
var map_marker_solid_default = MapMarkerSolid;
|
|
1572
1799
|
|
|
1800
|
+
// src/icons/v2/solid/profile-solid.tsx
|
|
1801
|
+
import { jsx as jsx67, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1802
|
+
var ProfileSolid = (props) => {
|
|
1803
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1804
|
+
return /* @__PURE__ */ jsxs45("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1805
|
+
/* @__PURE__ */ jsx67(
|
|
1806
|
+
"path",
|
|
1807
|
+
{
|
|
1808
|
+
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",
|
|
1809
|
+
fill: color
|
|
1810
|
+
}
|
|
1811
|
+
),
|
|
1812
|
+
/* @__PURE__ */ jsx67(
|
|
1813
|
+
"path",
|
|
1814
|
+
{
|
|
1815
|
+
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",
|
|
1816
|
+
fill: color
|
|
1817
|
+
}
|
|
1818
|
+
)
|
|
1819
|
+
] });
|
|
1820
|
+
};
|
|
1821
|
+
var profile_solid_default = ProfileSolid;
|
|
1822
|
+
|
|
1823
|
+
// src/icons/v2/solid/search-solid.tsx
|
|
1824
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1825
|
+
var SearchSolid = (props) => {
|
|
1826
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1827
|
+
return /* @__PURE__ */ jsx68("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx68(
|
|
1828
|
+
"path",
|
|
1829
|
+
{
|
|
1830
|
+
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",
|
|
1831
|
+
fill: color
|
|
1832
|
+
}
|
|
1833
|
+
) });
|
|
1834
|
+
};
|
|
1835
|
+
var search_solid_default = SearchSolid;
|
|
1836
|
+
|
|
1837
|
+
// src/icons/v2/solid/setting-solid.tsx
|
|
1838
|
+
import { jsx as jsx69, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1839
|
+
var SettingSolid = (props) => {
|
|
1840
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1841
|
+
return /* @__PURE__ */ jsxs46("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1842
|
+
/* @__PURE__ */ jsx69(
|
|
1843
|
+
"path",
|
|
1844
|
+
{
|
|
1845
|
+
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",
|
|
1846
|
+
fill: "#999999"
|
|
1847
|
+
}
|
|
1848
|
+
),
|
|
1849
|
+
/* @__PURE__ */ jsx69(
|
|
1850
|
+
"path",
|
|
1851
|
+
{
|
|
1852
|
+
fillRule: "evenodd",
|
|
1853
|
+
clipRule: "evenodd",
|
|
1854
|
+
d: "M14.7203 22.5144C14.2843 22.5144 13.8483 22.3694 13.485 22.1156C12.5586 21.4448 11.4505 21.4448 10.5059 22.1156C9.94278 22.5144 9.21617 22.6232 8.56222 22.3875C7.4723 21.9887 6.47321 21.4085 5.58311 20.6652C5.05631 20.2301 4.78383 19.5412 4.85649 18.8522C4.91099 18.2902 4.802 17.7463 4.54768 17.3112C4.29337 16.8761 3.87557 16.5135 3.36694 16.2778C2.73115 15.9877 2.27702 15.4076 2.14986 14.7186C1.95005 13.5765 1.95005 12.4343 2.14986 11.2921C2.27702 10.6032 2.73115 10.023 3.36694 9.73295C3.89373 9.49726 4.29337 9.1528 4.54768 8.69955C4.802 8.26444 4.91099 7.73867 4.85649 7.15852C4.78383 6.46959 5.05631 5.79879 5.58311 5.34554C6.47321 4.60222 7.4723 4.02207 8.56222 3.62322C9.21617 3.38753 9.96095 3.49631 10.5241 3.89516C11.4505 4.54783 12.5586 4.56596 13.485 3.89516C14.03 3.51444 14.7566 3.40566 15.4287 3.64135C16.5186 4.0402 17.5177 4.62035 18.4078 5.36367C18.9346 5.81692 19.2253 6.50585 19.1344 7.19478C19.0799 7.7568 19.1889 8.28257 19.4432 8.73581C19.6975 9.17092 20.1154 9.53352 20.624 9.76921C21.2598 10.0412 21.7139 10.6213 21.8411 11.3102C22.0409 12.4524 22.0409 13.6127 21.8411 14.7368C21.7321 15.4076 21.2779 15.9877 20.624 16.2778C20.0972 16.5135 19.6975 16.8761 19.4432 17.3112C19.1889 17.7463 19.0799 18.2721 19.1344 18.8522C19.2071 19.5412 18.9346 20.2301 18.4078 20.6652C17.5177 21.4085 16.5186 21.9887 15.4287 22.3875C15.1926 22.4782 14.9564 22.5144 14.7203 22.5144ZM11.9863 9.44482C10.0148 9.44482 8.41663 11.043 8.41663 13.0145C8.41663 14.986 10.0148 16.5842 11.9863 16.5842C13.9578 16.5842 15.556 14.986 15.556 13.0145C15.556 11.043 13.9578 9.44482 11.9863 9.44482Z",
|
|
1855
|
+
fill: color
|
|
1856
|
+
}
|
|
1857
|
+
)
|
|
1858
|
+
] });
|
|
1859
|
+
};
|
|
1860
|
+
var setting_solid_default = SettingSolid;
|
|
1861
|
+
|
|
1862
|
+
// src/icons/v2/solid/trash-solid.tsx
|
|
1863
|
+
import { jsx as jsx70, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1864
|
+
var TrashSolid = (props) => {
|
|
1865
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1866
|
+
return /* @__PURE__ */ jsxs47("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1867
|
+
/* @__PURE__ */ jsx70(
|
|
1868
|
+
"path",
|
|
1869
|
+
{
|
|
1870
|
+
fillRule: "evenodd",
|
|
1871
|
+
clipRule: "evenodd",
|
|
1872
|
+
d: "M18.1357 9.83887C19.0138 9.93384 19.6869 10.6755 19.6953 11.5586L19.6865 11.75L18.832 20.4092C18.7437 21.3045 17.9904 21.987 17.0908 21.9873H6.90625C6.06265 21.9871 5.3482 21.3871 5.18945 20.5742L5.16504 20.4082L4.31348 11.749C4.21253 10.72 5.02173 9.82827 6.05566 9.82812H17.9453L18.1357 9.83887ZM8.5 11.3047C8.0859 11.3048 7.75 11.6406 7.75 12.0547V18C7.75005 18.4141 8.08593 18.7499 8.5 18.75C8.91406 18.7499 9.24995 18.4141 9.25 18V12.0547C9.25 11.6406 8.91409 11.3048 8.5 11.3047ZM12 11.3047C11.5859 11.3048 11.25 11.6406 11.25 12.0547V18C11.25 18.4141 11.5859 18.7499 12 18.75C12.4141 18.7499 12.75 18.4141 12.75 18V12.0547C12.75 11.6406 12.4141 11.3048 12 11.3047ZM15.5 11.3047C15.0859 11.3048 14.75 11.6406 14.75 12.0547V18C14.75 18.4141 15.0859 18.7499 15.5 18.75C15.9141 18.7499 16.25 18.4141 16.25 18V12.0547C16.25 11.6406 15.9141 11.3048 15.5 11.3047Z",
|
|
1873
|
+
fill: color
|
|
1874
|
+
}
|
|
1875
|
+
),
|
|
1876
|
+
/* @__PURE__ */ jsx70(
|
|
1877
|
+
"path",
|
|
1878
|
+
{
|
|
1879
|
+
fillRule: "evenodd",
|
|
1880
|
+
clipRule: "evenodd",
|
|
1881
|
+
d: "M14.3037 2.0127C15.2702 2.0127 16.0537 2.79717 16.0537 3.76367V4.01367H19.2461C20.2126 4.01367 20.9961 4.79717 20.9961 5.76367V7C20.9958 7.96627 20.2124 8.75 19.2461 8.75H4.77051C3.80428 8.74987 3.02077 7.96619 3.02051 7V5.76367C3.02051 4.79726 3.80412 4.0138 4.77051 4.01367H7.94531V3.76367C7.94531 2.7973 8.72898 2.01289 9.69531 2.0127H14.3037ZM9.69531 3.51367C9.55741 3.51387 9.44531 3.62572 9.44531 3.76367V4.01367H14.5537V3.76367C14.5537 3.6256 14.4418 3.51367 14.3037 3.51367H9.69531Z",
|
|
1882
|
+
fill: color
|
|
1883
|
+
}
|
|
1884
|
+
)
|
|
1885
|
+
] });
|
|
1886
|
+
};
|
|
1887
|
+
var trash_solid_default = TrashSolid;
|
|
1888
|
+
|
|
1573
1889
|
// src/icons/v2/solid/trend-up.tsx
|
|
1574
|
-
import { jsx as
|
|
1890
|
+
import { jsx as jsx71, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1575
1891
|
var TrendUp = (props) => {
|
|
1576
1892
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1577
|
-
return /* @__PURE__ */
|
|
1578
|
-
/* @__PURE__ */
|
|
1893
|
+
return /* @__PURE__ */ jsx71("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx71("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs48("g", { id: "Vector", children: [
|
|
1894
|
+
/* @__PURE__ */ jsx71(
|
|
1579
1895
|
"path",
|
|
1580
1896
|
{
|
|
1581
1897
|
fillRule: "evenodd",
|
|
@@ -1584,14 +1900,14 @@ var TrendUp = (props) => {
|
|
|
1584
1900
|
fill: color
|
|
1585
1901
|
}
|
|
1586
1902
|
),
|
|
1587
|
-
/* @__PURE__ */
|
|
1903
|
+
/* @__PURE__ */ jsx71(
|
|
1588
1904
|
"path",
|
|
1589
1905
|
{
|
|
1590
1906
|
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",
|
|
1591
1907
|
fill: color
|
|
1592
1908
|
}
|
|
1593
1909
|
),
|
|
1594
|
-
/* @__PURE__ */
|
|
1910
|
+
/* @__PURE__ */ jsx71(
|
|
1595
1911
|
"path",
|
|
1596
1912
|
{
|
|
1597
1913
|
fillRule: "evenodd",
|
|
@@ -1605,10 +1921,10 @@ var TrendUp = (props) => {
|
|
|
1605
1921
|
var trend_up_default = TrendUp;
|
|
1606
1922
|
|
|
1607
1923
|
// src/icons/v2/solid/voucher.tsx
|
|
1608
|
-
import { jsx as
|
|
1924
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1609
1925
|
var Voucher = (props) => {
|
|
1610
1926
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1611
|
-
return /* @__PURE__ */
|
|
1927
|
+
return /* @__PURE__ */ jsx72("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
1612
1928
|
"path",
|
|
1613
1929
|
{
|
|
1614
1930
|
fillRule: "evenodd",
|
|
@@ -1621,10 +1937,10 @@ var Voucher = (props) => {
|
|
|
1621
1937
|
var voucher_default = Voucher;
|
|
1622
1938
|
|
|
1623
1939
|
// src/icons/v2/solid/wallet.tsx
|
|
1624
|
-
import { jsx as
|
|
1940
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1625
1941
|
var Wallet = (props) => {
|
|
1626
1942
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1627
|
-
return /* @__PURE__ */
|
|
1943
|
+
return /* @__PURE__ */ jsx73("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx73("g", { id: "24x24", children: /* @__PURE__ */ jsx73(
|
|
1628
1944
|
"path",
|
|
1629
1945
|
{
|
|
1630
1946
|
id: "Subtract",
|
|
@@ -1642,10 +1958,13 @@ export {
|
|
|
1642
1958
|
arrow_right_default as ArrowRight,
|
|
1643
1959
|
arrow_right_large_default as ArrowRightLarge,
|
|
1644
1960
|
bag_default as Bag,
|
|
1961
|
+
bag_solid_default as BagSolid,
|
|
1645
1962
|
calendar_default as Calendar,
|
|
1646
1963
|
calendar_event_default as CalendarEvent,
|
|
1647
1964
|
category_default as Category,
|
|
1965
|
+
category_solid_default as CategorySolid,
|
|
1648
1966
|
chat_cs_default as ChatCs,
|
|
1967
|
+
chat_cs_solid_default as ChatCsSolid,
|
|
1649
1968
|
check_default as Check,
|
|
1650
1969
|
check_large_default as CheckLarge,
|
|
1651
1970
|
chevron_down_default as ChevronDown,
|
|
@@ -1663,34 +1982,46 @@ export {
|
|
|
1663
1982
|
direction_default as Direction,
|
|
1664
1983
|
edit_default as Edit,
|
|
1665
1984
|
enveloped_default as Enveloped,
|
|
1985
|
+
enveloped_solid_default as EnvelopedSolid,
|
|
1666
1986
|
eye_close_default as EyeClose,
|
|
1667
1987
|
eye_open_default as EyeOpen,
|
|
1668
1988
|
filter_default as Filter,
|
|
1669
1989
|
gps_default as Gps,
|
|
1670
1990
|
hand_default as Hand,
|
|
1671
1991
|
handphone_default as Handphone,
|
|
1992
|
+
handphone_solid_default as HandphoneSolid,
|
|
1672
1993
|
heart_default as Heart,
|
|
1994
|
+
heart_solid_default as HeartSolid,
|
|
1673
1995
|
home_default as Home,
|
|
1996
|
+
home_solid_default as HomeSolid,
|
|
1674
1997
|
info_default as Info,
|
|
1998
|
+
info_solid_default as InfoSolid,
|
|
1675
1999
|
kebab_menu_default as KebabMenu,
|
|
1676
2000
|
logout_default as Logout,
|
|
1677
2001
|
map_marker_default as MapMarker,
|
|
1678
2002
|
map_marker_solid_default as MapMarkerSolid,
|
|
1679
2003
|
minus_default as Minus,
|
|
1680
2004
|
minus_large_default as MinusLarge,
|
|
2005
|
+
no_gps_default as NoGps,
|
|
1681
2006
|
order_history_default as OrderHistory,
|
|
1682
2007
|
otp_default as Otp,
|
|
1683
2008
|
plus_default as Plus,
|
|
1684
2009
|
plus_large_default as PlusLarge,
|
|
1685
2010
|
privacy_policy_default as PrivacyPolicy,
|
|
1686
2011
|
profile_default as Profile,
|
|
2012
|
+
profile_solid_default as ProfileSolid,
|
|
1687
2013
|
qr_code_default as QRCode,
|
|
2014
|
+
qr_code_base_default as QRCodeBase,
|
|
1688
2015
|
search_default as Search,
|
|
2016
|
+
search_solid_default as SearchSolid,
|
|
1689
2017
|
setting_default as Setting,
|
|
2018
|
+
setting_solid_default as SettingSolid,
|
|
1690
2019
|
share_default as Share,
|
|
1691
2020
|
sort_default as Sort,
|
|
1692
2021
|
store_complete_default as StoreComplete,
|
|
1693
2022
|
term_conditions_default as TermConditions,
|
|
2023
|
+
trash_default as Trash,
|
|
2024
|
+
trash_solid_default as TrashSolid,
|
|
1694
2025
|
trend_up_default as TrendUp,
|
|
1695
2026
|
truck_default as Truck,
|
|
1696
2027
|
voucher_default as Voucher,
|