@ctlyst.id/icons 2.3.0 → 2.4.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 +3 -1
- package/dist/v2.d.ts +3 -1
- package/dist/v2.js +140 -39
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +139 -39
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -66,6 +66,8 @@ declare const PlusLarge: FC<BaseIconProps>;
|
|
|
66
66
|
|
|
67
67
|
declare const Profile: FC<BaseIconProps>;
|
|
68
68
|
|
|
69
|
+
declare const QRCode: FC<BaseIconProps>;
|
|
70
|
+
|
|
69
71
|
declare const Search: FC<BaseIconProps>;
|
|
70
72
|
|
|
71
73
|
declare const Bag: FC<BaseIconProps>;
|
|
@@ -86,4 +88,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
86
88
|
|
|
87
89
|
declare const Wallet: FC<BaseIconProps>;
|
|
88
90
|
|
|
89
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
|
91
|
+
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, QRCode, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -66,6 +66,8 @@ declare const PlusLarge: FC<BaseIconProps>;
|
|
|
66
66
|
|
|
67
67
|
declare const Profile: FC<BaseIconProps>;
|
|
68
68
|
|
|
69
|
+
declare const QRCode: FC<BaseIconProps>;
|
|
70
|
+
|
|
69
71
|
declare const Search: FC<BaseIconProps>;
|
|
70
72
|
|
|
71
73
|
declare const Bag: FC<BaseIconProps>;
|
|
@@ -86,4 +88,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
86
88
|
|
|
87
89
|
declare const Wallet: FC<BaseIconProps>;
|
|
88
90
|
|
|
89
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
|
91
|
+
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, QRCode, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
package/dist/v2.js
CHANGED
|
@@ -54,6 +54,7 @@ __export(v2_exports, {
|
|
|
54
54
|
Plus: () => plus_default,
|
|
55
55
|
PlusLarge: () => plus_large_default,
|
|
56
56
|
Profile: () => profile_default,
|
|
57
|
+
QRCode: () => qr_code_default,
|
|
57
58
|
Search: () => search_default,
|
|
58
59
|
Share: () => share_default,
|
|
59
60
|
Sort: () => sort_default,
|
|
@@ -873,21 +874,120 @@ var Profile = (props) => {
|
|
|
873
874
|
};
|
|
874
875
|
var profile_default = Profile;
|
|
875
876
|
|
|
876
|
-
// src/icons/v2/outline/
|
|
877
|
+
// src/icons/v2/outline/qr-code.tsx
|
|
877
878
|
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
878
|
-
var
|
|
879
|
+
var QRCode = (props) => {
|
|
879
880
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
880
|
-
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 25
|
|
881
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
881
882
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
882
883
|
"path",
|
|
883
884
|
{
|
|
884
885
|
fillRule: "evenodd",
|
|
885
886
|
clipRule: "evenodd",
|
|
886
|
-
d: "
|
|
887
|
+
d: "M3.73998 10C4.15998 10 4.49998 9.66 4.49998 9.24V6.24C4.49998 5.54 5.05998 5 5.73998 5H8.73998C9.15998 5 9.49998 4.66 9.49998 4.24C9.49998 3.82 9.15998 3.5 8.73998 3.5H5.73998C4.21998 3.5 2.97998 4.74 2.97998 6.26V9.26C2.97998 9.68 3.31998 10 3.73998 10Z",
|
|
888
|
+
fill: color
|
|
889
|
+
}
|
|
890
|
+
),
|
|
891
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
892
|
+
"path",
|
|
893
|
+
{
|
|
894
|
+
fillRule: "evenodd",
|
|
895
|
+
clipRule: "evenodd",
|
|
896
|
+
d: "M18.26 3.5H15.26C14.84 3.5 14.5 3.84 14.5 4.26C14.5 4.68 14.84 5.02 15.26 5.02H18.26C18.96 5.02 19.5 5.58 19.5 6.26V9.26C19.5 9.68 19.84 10.02 20.26 10.02C20.68 10.02 21.02 9.68 21.02 9.26V6.26C21.02 4.74 19.78 3.5 18.26 3.5Z",
|
|
887
897
|
fill: color
|
|
888
898
|
}
|
|
889
899
|
),
|
|
890
900
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
901
|
+
"path",
|
|
902
|
+
{
|
|
903
|
+
fillRule: "evenodd",
|
|
904
|
+
clipRule: "evenodd",
|
|
905
|
+
d: "M20.26 15C19.84 15 19.5 15.34 19.5 15.76V18.76C19.5 19.46 18.94 20 18.26 20H15.26C14.84 20 14.5 20.34 14.5 20.76C14.5 21.18 14.84 21.52 15.26 21.52H18.26C19.78 21.52 21.02 20.28 21.02 18.76V15.76C21.02 15.34 20.68 15 20.26 15Z",
|
|
906
|
+
fill: color
|
|
907
|
+
}
|
|
908
|
+
),
|
|
909
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
910
|
+
"path",
|
|
911
|
+
{
|
|
912
|
+
fillRule: "evenodd",
|
|
913
|
+
clipRule: "evenodd",
|
|
914
|
+
d: "M8.73998 20H5.73998C5.03998 20 4.49998 19.44 4.49998 18.76V15.76C4.49998 15.34 4.15998 15 3.73998 15C3.31998 15 2.97998 15.34 2.97998 15.76V18.76C2.97998 20.28 4.21998 21.52 5.73998 21.52H8.73998C9.15998 21.52 9.49998 21.18 9.49998 20.76C9.47998 20.34 9.15998 20 8.73998 20Z",
|
|
915
|
+
fill: color
|
|
916
|
+
}
|
|
917
|
+
),
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
919
|
+
"path",
|
|
920
|
+
{
|
|
921
|
+
fillRule: "evenodd",
|
|
922
|
+
clipRule: "evenodd",
|
|
923
|
+
d: "M14 12.12H16.74C17.66 12.12 18.38 11.38 18.38 10.48V7.74C18.38 6.82 17.64 6.1 16.74 6.1H14C13.08 6.1 12.36 6.84 12.36 7.74V10.48C12.36 11.38 13.1 12.12 14 12.12ZM13.66 7.74C13.66 7.54 13.82 7.38 14.02 7.38H16.76C16.96 7.38 17.12 7.54 17.12 7.74V10.48C17.12 10.68 16.96 10.84 16.76 10.84H14C13.8 10.84 13.64 10.68 13.64 10.48V7.74H13.66Z",
|
|
924
|
+
fill: color
|
|
925
|
+
}
|
|
926
|
+
),
|
|
927
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
928
|
+
"path",
|
|
929
|
+
{
|
|
930
|
+
fillRule: "evenodd",
|
|
931
|
+
clipRule: "evenodd",
|
|
932
|
+
d: "M14.94 10.04H15.82C16.1 10.04 16.32 9.82 16.32 9.54V8.66C16.32 8.38 16.1 8.16 15.82 8.16H14.94C14.66 8.16 14.44 8.38 14.44 8.66V9.54C14.44 9.82 14.66 10.04 14.94 10.04Z",
|
|
933
|
+
fill: color
|
|
934
|
+
}
|
|
935
|
+
),
|
|
936
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
937
|
+
"path",
|
|
938
|
+
{
|
|
939
|
+
fillRule: "evenodd",
|
|
940
|
+
clipRule: "evenodd",
|
|
941
|
+
d: "M9.61998 16.26C9.89998 16.26 10.12 16.04 10.12 15.76V14.88C10.12 14.6 9.89998 14.38 9.61998 14.38H8.73998C8.45998 14.38 8.23998 14.6 8.23998 14.88V15.76C8.23998 16.04 8.45998 16.26 8.73998 16.26H9.61998Z",
|
|
942
|
+
fill: color
|
|
943
|
+
}
|
|
944
|
+
),
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
946
|
+
"path",
|
|
947
|
+
{
|
|
948
|
+
fillRule: "evenodd",
|
|
949
|
+
clipRule: "evenodd",
|
|
950
|
+
d: "M18.4 17.26V14.52C18.4 13.6 17.66 12.88 16.76 12.88H14C13.08 12.88 12.36 13.62 12.36 14.52V17.26C12.36 18.18 13.1 18.9 14 18.9H16.74C17.66 18.92 18.4 18.18 18.4 17.26ZM13.66 17.26V14.52C13.66 14.32 13.82 14.16 14.02 14.16H16.76C16.96 14.16 17.12 14.32 17.12 14.52V17.26C17.12 17.46 16.96 17.62 16.76 17.62H14C13.82 17.62 13.66 17.46 13.66 17.26Z",
|
|
951
|
+
fill: color
|
|
952
|
+
}
|
|
953
|
+
),
|
|
954
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
955
|
+
"path",
|
|
956
|
+
{
|
|
957
|
+
fillRule: "evenodd",
|
|
958
|
+
clipRule: "evenodd",
|
|
959
|
+
d: "M9.99998 6.08H7.25998C6.33998 6.08 5.61998 6.82 5.61998 7.72V10.46C5.61998 11.38 6.35998 12.1 7.25998 12.1H9.99998C10.92 12.1 11.64 11.36 11.64 10.46V7.74C11.64 6.82 10.9 6.08 9.99998 6.08ZM10.34 10.48C10.34 10.68 10.18 10.84 9.97998 10.84H7.25998C7.05998 10.84 6.89998 10.68 6.89998 10.48V7.74C6.89998 7.54 7.05998 7.38 7.25998 7.38H9.99998C10.2 7.38 10.36 7.54 10.36 7.74V10.48H10.34Z",
|
|
960
|
+
fill: color
|
|
961
|
+
}
|
|
962
|
+
),
|
|
963
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
964
|
+
"path",
|
|
965
|
+
{
|
|
966
|
+
fillRule: "evenodd",
|
|
967
|
+
clipRule: "evenodd",
|
|
968
|
+
d: "M10.4 17.62H7.25998C7.05998 17.62 6.89998 17.46 6.89998 17.26V14.12C6.89998 13.76 6.59998 13.48 6.25998 13.48C5.89998 13.48 5.61998 13.78 5.61998 14.12V17.28C5.61998 18.2 6.35998 18.92 7.25998 18.92H10.4C10.76 18.92 11.04 18.62 11.04 18.28C11.04 17.94 10.76 17.62 10.4 17.62Z",
|
|
969
|
+
fill: color
|
|
970
|
+
}
|
|
971
|
+
)
|
|
972
|
+
] });
|
|
973
|
+
};
|
|
974
|
+
var qr_code_default = QRCode;
|
|
975
|
+
|
|
976
|
+
// src/icons/v2/outline/search.tsx
|
|
977
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
978
|
+
var Search = (props) => {
|
|
979
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
980
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
982
|
+
"path",
|
|
983
|
+
{
|
|
984
|
+
fillRule: "evenodd",
|
|
985
|
+
clipRule: "evenodd",
|
|
986
|
+
d: "M11 16.5C14.3137 16.5 17 13.8137 17 10.5C17 7.18629 14.3137 4.5 11 4.5C7.68629 4.5 5 7.18629 5 10.5C5 13.8137 7.68629 16.5 11 16.5ZM11 18C15.1421 18 18.5 14.6421 18.5 10.5C18.5 6.35786 15.1421 3 11 3C6.85786 3 3.5 6.35786 3.5 10.5C3.5 14.6421 6.85786 18 11 18Z",
|
|
987
|
+
fill: color
|
|
988
|
+
}
|
|
989
|
+
),
|
|
990
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
891
991
|
"path",
|
|
892
992
|
{
|
|
893
993
|
fillRule: "evenodd",
|
|
@@ -901,11 +1001,11 @@ var Search = (props) => {
|
|
|
901
1001
|
var search_default = Search;
|
|
902
1002
|
|
|
903
1003
|
// src/icons/v2/outline/share.tsx
|
|
904
|
-
var
|
|
1004
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
905
1005
|
var Bag2 = (props) => {
|
|
906
1006
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
907
|
-
return /* @__PURE__ */ (0,
|
|
908
|
-
/* @__PURE__ */ (0,
|
|
1007
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", fill: color, ...svgProps, children: [
|
|
1008
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
909
1009
|
"path",
|
|
910
1010
|
{
|
|
911
1011
|
fillRule: "evenodd",
|
|
@@ -914,7 +1014,7 @@ var Bag2 = (props) => {
|
|
|
914
1014
|
fill: color
|
|
915
1015
|
}
|
|
916
1016
|
),
|
|
917
|
-
/* @__PURE__ */ (0,
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
918
1018
|
"path",
|
|
919
1019
|
{
|
|
920
1020
|
fillRule: "evenodd",
|
|
@@ -923,7 +1023,7 @@ var Bag2 = (props) => {
|
|
|
923
1023
|
fill: color
|
|
924
1024
|
}
|
|
925
1025
|
),
|
|
926
|
-
/* @__PURE__ */ (0,
|
|
1026
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
927
1027
|
"path",
|
|
928
1028
|
{
|
|
929
1029
|
fillRule: "evenodd",
|
|
@@ -937,11 +1037,11 @@ var Bag2 = (props) => {
|
|
|
937
1037
|
var share_default = Bag2;
|
|
938
1038
|
|
|
939
1039
|
// src/icons/v2/outline/sort.tsx
|
|
940
|
-
var
|
|
1040
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
941
1041
|
var Sort = (props) => {
|
|
942
1042
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
943
|
-
return /* @__PURE__ */ (0,
|
|
944
|
-
/* @__PURE__ */ (0,
|
|
1043
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 25", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1044
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
945
1045
|
"path",
|
|
946
1046
|
{
|
|
947
1047
|
fillRule: "evenodd",
|
|
@@ -950,7 +1050,7 @@ var Sort = (props) => {
|
|
|
950
1050
|
fill: color
|
|
951
1051
|
}
|
|
952
1052
|
),
|
|
953
|
-
/* @__PURE__ */ (0,
|
|
1053
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
954
1054
|
"path",
|
|
955
1055
|
{
|
|
956
1056
|
fillRule: "evenodd",
|
|
@@ -964,25 +1064,25 @@ var Sort = (props) => {
|
|
|
964
1064
|
var sort_default = Sort;
|
|
965
1065
|
|
|
966
1066
|
// src/icons/v2/outline/store-complete.tsx
|
|
967
|
-
var
|
|
1067
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
968
1068
|
var StoreComplete = (props) => {
|
|
969
1069
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
970
|
-
return /* @__PURE__ */ (0,
|
|
971
|
-
/* @__PURE__ */ (0,
|
|
1070
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1071
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
972
1072
|
"path",
|
|
973
1073
|
{
|
|
974
1074
|
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",
|
|
975
1075
|
fill: color
|
|
976
1076
|
}
|
|
977
1077
|
),
|
|
978
|
-
/* @__PURE__ */ (0,
|
|
1078
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
979
1079
|
"path",
|
|
980
1080
|
{
|
|
981
1081
|
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",
|
|
982
1082
|
fill: color
|
|
983
1083
|
}
|
|
984
1084
|
),
|
|
985
|
-
/* @__PURE__ */ (0,
|
|
1085
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
986
1086
|
"path",
|
|
987
1087
|
{
|
|
988
1088
|
fillRule: "evenodd",
|
|
@@ -996,11 +1096,11 @@ var StoreComplete = (props) => {
|
|
|
996
1096
|
var store_complete_default = StoreComplete;
|
|
997
1097
|
|
|
998
1098
|
// src/icons/v2/outline/truck.tsx
|
|
999
|
-
var
|
|
1099
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1000
1100
|
var Truck = (props) => {
|
|
1001
1101
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1002
|
-
return /* @__PURE__ */ (0,
|
|
1003
|
-
/* @__PURE__ */ (0,
|
|
1102
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1103
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1004
1104
|
"path",
|
|
1005
1105
|
{
|
|
1006
1106
|
fillRule: "evenodd",
|
|
@@ -1009,19 +1109,19 @@ var Truck = (props) => {
|
|
|
1009
1109
|
fill: color
|
|
1010
1110
|
}
|
|
1011
1111
|
) }),
|
|
1012
|
-
/* @__PURE__ */ (0,
|
|
1112
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
1013
1113
|
] });
|
|
1014
1114
|
};
|
|
1015
1115
|
var truck_default = Truck;
|
|
1016
1116
|
|
|
1017
1117
|
// src/icons/v2/solid/direction.tsx
|
|
1018
|
-
var
|
|
1118
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1019
1119
|
var Direction = (props) => {
|
|
1020
1120
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1021
|
-
return /* @__PURE__ */ (0,
|
|
1022
|
-
/* @__PURE__ */ (0,
|
|
1023
|
-
/* @__PURE__ */ (0,
|
|
1024
|
-
/* @__PURE__ */ (0,
|
|
1121
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
1123
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
1124
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1025
1125
|
"path",
|
|
1026
1126
|
{
|
|
1027
1127
|
fillRule: "evenodd",
|
|
@@ -1031,16 +1131,16 @@ var Direction = (props) => {
|
|
|
1031
1131
|
}
|
|
1032
1132
|
)
|
|
1033
1133
|
] }),
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1134
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1035
1135
|
] });
|
|
1036
1136
|
};
|
|
1037
1137
|
var direction_default = Direction;
|
|
1038
1138
|
|
|
1039
1139
|
// src/icons/v2/solid/hand.tsx
|
|
1040
|
-
var
|
|
1140
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
1041
1141
|
var Hand = (props) => {
|
|
1042
1142
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1043
|
-
return /* @__PURE__ */ (0,
|
|
1143
|
+
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)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1044
1144
|
"path",
|
|
1045
1145
|
{
|
|
1046
1146
|
id: "Vector 650",
|
|
@@ -1052,11 +1152,11 @@ var Hand = (props) => {
|
|
|
1052
1152
|
var hand_default = Hand;
|
|
1053
1153
|
|
|
1054
1154
|
// src/icons/v2/solid/trend-up.tsx
|
|
1055
|
-
var
|
|
1155
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
1056
1156
|
var TrendUp = (props) => {
|
|
1057
1157
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1058
|
-
return /* @__PURE__ */ (0,
|
|
1059
|
-
/* @__PURE__ */ (0,
|
|
1158
|
+
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)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { id: "Vector", children: [
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1060
1160
|
"path",
|
|
1061
1161
|
{
|
|
1062
1162
|
fillRule: "evenodd",
|
|
@@ -1065,14 +1165,14 @@ var TrendUp = (props) => {
|
|
|
1065
1165
|
fill: color
|
|
1066
1166
|
}
|
|
1067
1167
|
),
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1168
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1069
1169
|
"path",
|
|
1070
1170
|
{
|
|
1071
1171
|
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",
|
|
1072
1172
|
fill: color
|
|
1073
1173
|
}
|
|
1074
1174
|
),
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1175
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1076
1176
|
"path",
|
|
1077
1177
|
{
|
|
1078
1178
|
fillRule: "evenodd",
|
|
@@ -1086,10 +1186,10 @@ var TrendUp = (props) => {
|
|
|
1086
1186
|
var trend_up_default = TrendUp;
|
|
1087
1187
|
|
|
1088
1188
|
// src/icons/v2/solid/voucher.tsx
|
|
1089
|
-
var
|
|
1189
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1090
1190
|
var Voucher = (props) => {
|
|
1091
1191
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1092
|
-
return /* @__PURE__ */ (0,
|
|
1192
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1093
1193
|
"path",
|
|
1094
1194
|
{
|
|
1095
1195
|
fillRule: "evenodd",
|
|
@@ -1102,10 +1202,10 @@ var Voucher = (props) => {
|
|
|
1102
1202
|
var voucher_default = Voucher;
|
|
1103
1203
|
|
|
1104
1204
|
// src/icons/v2/solid/wallet.tsx
|
|
1105
|
-
var
|
|
1205
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1106
1206
|
var Wallet = (props) => {
|
|
1107
1207
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1108
|
-
return /* @__PURE__ */ (0,
|
|
1208
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
1109
1209
|
"path",
|
|
1110
1210
|
{
|
|
1111
1211
|
id: "Subtract",
|
|
@@ -1153,6 +1253,7 @@ var wallet_default = Wallet;
|
|
|
1153
1253
|
Plus,
|
|
1154
1254
|
PlusLarge,
|
|
1155
1255
|
Profile,
|
|
1256
|
+
QRCode,
|
|
1156
1257
|
Search,
|
|
1157
1258
|
Share,
|
|
1158
1259
|
Sort,
|