@ctlyst.id/icons 2.8.0 → 2.8.2
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 +7 -1
- package/dist/v2.d.ts +7 -1
- package/dist/v2.js +159 -61
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +156 -61
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -114,8 +114,12 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
114
114
|
|
|
115
115
|
declare const Truck: FC<BaseIconProps>;
|
|
116
116
|
|
|
117
|
+
declare const VoucherApplied: FC<BaseIconProps>;
|
|
118
|
+
|
|
117
119
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
118
120
|
|
|
121
|
+
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
122
|
+
|
|
119
123
|
declare const BagSolid: FC<BaseIconProps>;
|
|
120
124
|
|
|
121
125
|
declare const CategorySolid: FC<BaseIconProps>;
|
|
@@ -126,6 +130,8 @@ declare const Direction: FC<BaseIconProps>;
|
|
|
126
130
|
|
|
127
131
|
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
128
132
|
|
|
133
|
+
declare const FastTruckSolid: FC<BaseIconProps>;
|
|
134
|
+
|
|
129
135
|
declare const Hand: FC<BaseIconProps>;
|
|
130
136
|
|
|
131
137
|
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
@@ -154,4 +160,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
154
160
|
|
|
155
161
|
declare const Wallet: FC<BaseIconProps>;
|
|
156
162
|
|
|
157
|
-
export { AddBagSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
|
163
|
+
export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, VoucherApplied, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -114,8 +114,12 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
114
114
|
|
|
115
115
|
declare const Truck: FC<BaseIconProps>;
|
|
116
116
|
|
|
117
|
+
declare const VoucherApplied: FC<BaseIconProps>;
|
|
118
|
+
|
|
117
119
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
118
120
|
|
|
121
|
+
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
122
|
+
|
|
119
123
|
declare const BagSolid: FC<BaseIconProps>;
|
|
120
124
|
|
|
121
125
|
declare const CategorySolid: FC<BaseIconProps>;
|
|
@@ -126,6 +130,8 @@ declare const Direction: FC<BaseIconProps>;
|
|
|
126
130
|
|
|
127
131
|
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
128
132
|
|
|
133
|
+
declare const FastTruckSolid: FC<BaseIconProps>;
|
|
134
|
+
|
|
129
135
|
declare const Hand: FC<BaseIconProps>;
|
|
130
136
|
|
|
131
137
|
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
@@ -154,4 +160,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
154
160
|
|
|
155
161
|
declare const Wallet: FC<BaseIconProps>;
|
|
156
162
|
|
|
157
|
-
export { AddBagSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
|
163
|
+
export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, VoucherApplied, Wallet };
|
package/dist/v2.js
CHANGED
|
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
var v2_exports = {};
|
|
22
22
|
__export(v2_exports, {
|
|
23
23
|
AddBagSolid: () => add_bag_solid_default,
|
|
24
|
+
ArrowDownCircleSolid: () => arrow_down_circle_solid_default,
|
|
24
25
|
ArrowLeft: () => arrow_left_default,
|
|
25
26
|
ArrowLeftLarge: () => arrow_left_large_default,
|
|
26
27
|
ArrowRight: () => arrow_right_default,
|
|
@@ -54,6 +55,7 @@ __export(v2_exports, {
|
|
|
54
55
|
EnvelopedSolid: () => enveloped_solid_default,
|
|
55
56
|
EyeClose: () => eye_close_default,
|
|
56
57
|
EyeOpen: () => eye_open_default,
|
|
58
|
+
FastTruckSolid: () => fast_truck_solid_default,
|
|
57
59
|
Filter: () => filter_default,
|
|
58
60
|
Gps: () => gps_default,
|
|
59
61
|
Hand: () => hand_default,
|
|
@@ -95,6 +97,7 @@ __export(v2_exports, {
|
|
|
95
97
|
TrendUp: () => trend_up_default,
|
|
96
98
|
Truck: () => truck_default,
|
|
97
99
|
Voucher: () => voucher_default,
|
|
100
|
+
VoucherApplied: () => voucher_applied_default,
|
|
98
101
|
Wallet: () => wallet_default
|
|
99
102
|
});
|
|
100
103
|
module.exports = __toCommonJS(v2_exports);
|
|
@@ -1754,13 +1757,58 @@ var Truck = (props) => {
|
|
|
1754
1757
|
};
|
|
1755
1758
|
var truck_default = Truck;
|
|
1756
1759
|
|
|
1757
|
-
// src/icons/v2/
|
|
1760
|
+
// src/icons/v2/outline/voucher-applied.tsx
|
|
1758
1761
|
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1762
|
+
var VoucherApplied = (props) => {
|
|
1763
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1764
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...svgProps, children: [
|
|
1765
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1766
|
+
"path",
|
|
1767
|
+
{
|
|
1768
|
+
fillRule: "evenodd",
|
|
1769
|
+
clipRule: "evenodd",
|
|
1770
|
+
d: "M8.33158 10.8552C8.03931 10.8552 7.78878 11.1057 7.78878 11.398V13.3813C7.78878 13.6736 8.03931 13.9241 8.33158 13.9241C8.62386 13.9241 8.87438 13.6736 8.87438 13.3813V11.398C8.87438 11.1057 8.64474 10.8552 8.33158 10.8552Z",
|
|
1771
|
+
fill: color
|
|
1772
|
+
}
|
|
1773
|
+
),
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1775
|
+
"path",
|
|
1776
|
+
{
|
|
1777
|
+
fillRule: "evenodd",
|
|
1778
|
+
clipRule: "evenodd",
|
|
1779
|
+
d: "M8.33158 6.88861C8.03931 6.88861 7.78878 7.13913 7.78878 7.4314V9.4147C7.78878 9.70698 8.03931 9.95751 8.33158 9.95751C8.62386 9.95751 8.87438 9.70698 8.87438 9.4147V7.4314C8.87438 7.13913 8.64474 6.88861 8.33158 6.88861Z",
|
|
1780
|
+
fill: color
|
|
1781
|
+
}
|
|
1782
|
+
),
|
|
1783
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1784
|
+
"path",
|
|
1785
|
+
{
|
|
1786
|
+
fillRule: "evenodd",
|
|
1787
|
+
clipRule: "evenodd",
|
|
1788
|
+
d: "M18.3316 14.6757C18.3316 14.6339 18.3316 14.613 18.3316 14.5713C18.3316 14.5295 18.3316 14.5087 18.3316 14.4669V13.0681C18.3316 12.6506 18.0184 12.3583 17.6635 12.2957C17.2251 11.6276 16.5988 11.1057 15.8681 10.7717C15.8472 10.6464 15.8264 10.5212 15.8264 10.3959C15.8264 9.39383 16.5988 8.57963 17.58 8.517C17.9767 8.49613 18.3316 8.1621 18.3316 7.72369V6.01178C18.3316 4.7383 17.3086 3.71533 16.0351 3.71533H3.96833C2.69484 3.71533 1.67188 4.7383 1.67188 6.01178V7.72369C1.67188 8.1621 2.02678 8.49613 2.42344 8.517C3.40465 8.57963 4.17709 9.39383 4.17709 10.3959C4.17709 11.398 3.40465 12.2122 2.42344 12.2748C2.02678 12.2957 1.67188 12.6297 1.67188 13.0681V14.7801C1.67188 16.0535 2.69484 17.0765 3.96833 17.0765H10.8577C11.6092 18.0786 12.8201 18.7466 14.1771 18.7466C16.223 18.7466 17.9349 17.2644 18.269 15.302C18.3107 15.135 18.3316 14.9679 18.3316 14.7801V14.6757ZM8.87438 15.8239V15.3646C8.87438 15.0723 8.62386 14.8218 8.33158 14.8218C8.03931 14.8218 7.78878 15.0723 7.78878 15.3646V15.8239H3.96833C3.38377 15.8239 2.92448 15.3646 2.92448 14.7801V13.4648C4.34411 13.1725 5.4297 11.9199 5.4297 10.3959C5.4297 8.89279 4.36499 7.6193 2.92448 7.32702V6.01178C2.92448 5.42723 3.38377 4.96794 3.96833 4.96794H7.80966V5.40635C7.80966 5.69863 8.06018 5.94916 8.35246 5.94916C8.64473 5.94916 8.89526 5.69863 8.89526 5.40635V4.96794H16.056C16.6406 4.96794 17.0998 5.42723 17.0998 6.01178V7.32702C15.6802 7.6193 14.5946 8.87191 14.5946 10.3959C14.5946 10.4168 14.5946 10.4168 14.5946 10.4377C14.4485 10.4168 14.3232 10.3959 14.1771 10.3959C11.8806 10.3959 10.0017 12.254 10.0017 14.5713C10.0017 15.0097 10.0852 15.4272 10.2105 15.8239H8.87438ZM14.1771 17.661C12.4652 17.661 11.0873 16.2832 11.0873 14.5713C11.0873 12.8594 12.4652 11.4815 14.1771 11.4815C15.889 11.4815 17.2669 12.8594 17.2669 14.5713C17.246 16.2832 15.8681 17.661 14.1771 17.661Z",
|
|
1789
|
+
fill: color
|
|
1790
|
+
}
|
|
1791
|
+
),
|
|
1792
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1793
|
+
"path",
|
|
1794
|
+
{
|
|
1795
|
+
fillRule: "evenodd",
|
|
1796
|
+
clipRule: "evenodd",
|
|
1797
|
+
d: "M15.1374 13.3604L13.8639 14.6548L13.1959 13.9867C12.9871 13.778 12.6322 13.778 12.4234 13.9867C12.2147 14.1955 12.2147 14.5504 12.4234 14.7592L13.4673 15.803C13.6761 16.0118 14.031 16.0118 14.2397 15.803L15.9099 14.1329C16.1186 13.9241 16.1186 13.5692 15.9099 13.3604C15.7011 13.1517 15.3671 13.1517 15.1374 13.3604Z",
|
|
1798
|
+
fill: color
|
|
1799
|
+
}
|
|
1800
|
+
)
|
|
1801
|
+
] });
|
|
1802
|
+
};
|
|
1803
|
+
var voucher_applied_default = VoucherApplied;
|
|
1804
|
+
|
|
1805
|
+
// src/icons/v2/solid/add-bag-solid.tsx
|
|
1806
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1759
1807
|
var AddBagSolid = (props) => {
|
|
1760
1808
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1761
1809
|
const fillColor = color || "#12784A";
|
|
1762
|
-
return /* @__PURE__ */ (0,
|
|
1763
|
-
/* @__PURE__ */ (0,
|
|
1810
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1811
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1764
1812
|
"path",
|
|
1765
1813
|
{
|
|
1766
1814
|
fillRule: "evenodd",
|
|
@@ -1769,7 +1817,7 @@ var AddBagSolid = (props) => {
|
|
|
1769
1817
|
fill: fillColor
|
|
1770
1818
|
}
|
|
1771
1819
|
),
|
|
1772
|
-
/* @__PURE__ */ (0,
|
|
1820
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1773
1821
|
"path",
|
|
1774
1822
|
{
|
|
1775
1823
|
fillRule: "evenodd",
|
|
@@ -1782,11 +1830,25 @@ var AddBagSolid = (props) => {
|
|
|
1782
1830
|
};
|
|
1783
1831
|
var add_bag_solid_default = AddBagSolid;
|
|
1784
1832
|
|
|
1833
|
+
// src/icons/v2/solid/arrow-down-circle-solid.tsx
|
|
1834
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1835
|
+
var ArrowDownCircleSolid = (props) => {
|
|
1836
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1837
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.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_runtime59.jsx)(
|
|
1838
|
+
"path",
|
|
1839
|
+
{
|
|
1840
|
+
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",
|
|
1841
|
+
fill: color
|
|
1842
|
+
}
|
|
1843
|
+
) });
|
|
1844
|
+
};
|
|
1845
|
+
var arrow_down_circle_solid_default = ArrowDownCircleSolid;
|
|
1846
|
+
|
|
1785
1847
|
// src/icons/v2/solid/bag-solid.tsx
|
|
1786
|
-
var
|
|
1848
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1787
1849
|
var BagSolid = (props) => {
|
|
1788
1850
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1789
|
-
return /* @__PURE__ */ (0,
|
|
1851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1790
1852
|
"path",
|
|
1791
1853
|
{
|
|
1792
1854
|
fillRule: "evenodd",
|
|
@@ -1799,32 +1861,32 @@ var BagSolid = (props) => {
|
|
|
1799
1861
|
var bag_solid_default = BagSolid;
|
|
1800
1862
|
|
|
1801
1863
|
// src/icons/v2/solid/category-solid.tsx
|
|
1802
|
-
var
|
|
1864
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1803
1865
|
var CategorySolid = (props) => {
|
|
1804
1866
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1805
|
-
return /* @__PURE__ */ (0,
|
|
1806
|
-
/* @__PURE__ */ (0,
|
|
1867
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1807
1869
|
"path",
|
|
1808
1870
|
{
|
|
1809
1871
|
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",
|
|
1810
1872
|
fill: color
|
|
1811
1873
|
}
|
|
1812
1874
|
),
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1814
1876
|
"path",
|
|
1815
1877
|
{
|
|
1816
1878
|
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",
|
|
1817
1879
|
fill: color
|
|
1818
1880
|
}
|
|
1819
1881
|
),
|
|
1820
|
-
/* @__PURE__ */ (0,
|
|
1882
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1821
1883
|
"path",
|
|
1822
1884
|
{
|
|
1823
1885
|
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",
|
|
1824
1886
|
fill: color
|
|
1825
1887
|
}
|
|
1826
1888
|
),
|
|
1827
|
-
/* @__PURE__ */ (0,
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1828
1890
|
"path",
|
|
1829
1891
|
{
|
|
1830
1892
|
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",
|
|
@@ -1836,10 +1898,10 @@ var CategorySolid = (props) => {
|
|
|
1836
1898
|
var category_solid_default = CategorySolid;
|
|
1837
1899
|
|
|
1838
1900
|
// src/icons/v2/solid/chat-cs-solid.tsx
|
|
1839
|
-
var
|
|
1901
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1840
1902
|
var ChatCsSolid = (props) => {
|
|
1841
1903
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1842
|
-
return /* @__PURE__ */ (0,
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1843
1905
|
"path",
|
|
1844
1906
|
{
|
|
1845
1907
|
fillRule: "evenodd",
|
|
@@ -1852,13 +1914,13 @@ var ChatCsSolid = (props) => {
|
|
|
1852
1914
|
var chat_cs_solid_default = ChatCsSolid;
|
|
1853
1915
|
|
|
1854
1916
|
// src/icons/v2/solid/direction.tsx
|
|
1855
|
-
var
|
|
1917
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1856
1918
|
var Direction = (props) => {
|
|
1857
1919
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1858
|
-
return /* @__PURE__ */ (0,
|
|
1859
|
-
/* @__PURE__ */ (0,
|
|
1860
|
-
/* @__PURE__ */ (0,
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1920
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1921
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
1922
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
1923
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1862
1924
|
"path",
|
|
1863
1925
|
{
|
|
1864
1926
|
fillRule: "evenodd",
|
|
@@ -1868,16 +1930,16 @@ var Direction = (props) => {
|
|
|
1868
1930
|
}
|
|
1869
1931
|
)
|
|
1870
1932
|
] }),
|
|
1871
|
-
/* @__PURE__ */ (0,
|
|
1933
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1872
1934
|
] });
|
|
1873
1935
|
};
|
|
1874
1936
|
var direction_default = Direction;
|
|
1875
1937
|
|
|
1876
1938
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
1877
|
-
var
|
|
1939
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1878
1940
|
var EnvelopedSolid = (props) => {
|
|
1879
1941
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1880
|
-
return /* @__PURE__ */ (0,
|
|
1942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1881
1943
|
"path",
|
|
1882
1944
|
{
|
|
1883
1945
|
fillRule: "evenodd",
|
|
@@ -1889,11 +1951,44 @@ var EnvelopedSolid = (props) => {
|
|
|
1889
1951
|
};
|
|
1890
1952
|
var enveloped_solid_default = EnvelopedSolid;
|
|
1891
1953
|
|
|
1954
|
+
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
1955
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1956
|
+
var FastTruckSolid = (props) => {
|
|
1957
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1958
|
+
const fillColor = color || "#12784A";
|
|
1959
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
1960
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1961
|
+
"path",
|
|
1962
|
+
{
|
|
1963
|
+
fillRule: "evenodd",
|
|
1964
|
+
clipRule: "evenodd",
|
|
1965
|
+
d: "M13.355 5.04429L14.4162 6.88487C14.5738 7.16675 14.665 7.48181 14.6733 7.79686V9.82812C14.6733 10.8147 13.9022 11.6189 12.9239 11.6604C12.9239 11.6507 12.9267 11.6438 12.9291 11.6381C12.9307 11.6341 12.9322 11.6307 12.9322 11.6272C12.7332 12.2242 12.1694 12.6553 11.5061 12.6553C10.8429 12.6553 10.2791 12.2242 10.0801 11.6272C10.0801 11.6314 10.0822 11.6376 10.0843 11.6438C10.0863 11.65 10.0884 11.6563 10.0884 11.6604H5.9181C5.9181 11.6563 5.92017 11.65 5.92225 11.6438C5.92432 11.6376 5.92639 11.6314 5.92639 11.6272C5.72741 12.2242 5.16363 12.6553 4.50036 12.6553C3.83709 12.6553 3.27331 12.2242 3.07433 11.6272C3.07433 11.6314 3.07641 11.6376 3.07848 11.6438C3.08055 11.65 3.08262 11.6563 3.08262 11.6604H1.8307C1.55711 11.6604 1.33325 11.4365 1.33325 11.1629C1.33325 10.8894 1.55711 10.6655 1.8307 10.6655H3.08262C3.08262 10.6696 3.08055 10.6759 3.07848 10.6821C3.07641 10.6883 3.07433 10.6945 3.07433 10.6987C3.27331 10.1017 3.83709 9.67059 4.50036 9.67059C5.16363 9.67059 5.72741 10.1017 5.92639 10.6987C5.92639 10.6889 5.92355 10.6821 5.92119 10.6764C5.91952 10.6724 5.9181 10.6689 5.9181 10.6655H7.85816L8.88623 5.33447C8.98572 4.82044 8.58776 4.33957 8.06543 4.33957H1.8307C1.55711 4.33957 1.33325 4.11572 1.33325 3.84212C1.33325 3.56852 1.55711 3.34467 1.8307 3.34467H8.07373C8.70383 3.34467 9.24274 3.65142 9.57437 4.124H11.7632C12.4264 4.124 13.0317 4.47222 13.355 5.04429ZM2.99972 11.1629C2.99972 11.2127 2.99972 11.2624 3.00801 11.3039C2.99972 11.2541 2.99972 11.2127 2.99972 11.1629ZM2.99972 11.1629C2.99972 11.1132 2.99972 11.0717 3.00801 11.022C3.00801 11.0469 3.00593 11.0697 3.00386 11.0925C3.00179 11.1153 2.99972 11.1381 2.99972 11.1629ZM3.02498 10.9269C3.02693 10.9122 3.02899 10.8966 3.03288 10.8811C3.02459 10.9142 3.0163 10.9474 3.0163 10.9723C3.0207 10.9591 3.02277 10.9435 3.02498 10.9269ZM3.05361 11.536C3.04946 11.5215 3.04532 11.507 3.04117 11.4946C3.04946 11.5277 3.05775 11.5526 3.06604 11.5775C3.0619 11.5651 3.05775 11.5505 3.05361 11.536ZM3.03288 11.4448C3.02459 11.42 3.0163 11.3868 3.0163 11.3536C3.0163 11.3811 3.02199 11.4029 3.02865 11.4284C3.03004 11.4337 3.03146 11.4392 3.03288 11.4448ZM3.87026 11.1712C3.87026 11.5195 4.15215 11.8013 4.50036 11.8013C4.84858 11.8013 5.13876 11.5112 5.13047 11.1712C5.13047 10.823 4.84858 10.5411 4.50036 10.5411C4.15215 10.5411 3.87026 10.823 3.87026 11.1712ZM5.99272 11.3039C6.00101 11.2541 6.00101 11.2127 6.00101 11.1629C6.00101 11.2127 6.00101 11.2624 5.99272 11.3039ZM5.99272 11.022C6.00101 11.0717 6.00101 11.1132 6.00101 11.1629C6.00101 11.1132 6.00101 11.0635 5.99272 11.022ZM5.95541 11.5443C5.95126 11.5588 5.94712 11.5733 5.94297 11.5858C5.95126 11.5526 5.95955 11.5277 5.96785 11.5029C5.9637 11.5153 5.95955 11.5298 5.95541 11.5443ZM5.98404 11.399C5.98209 11.4137 5.98002 11.4293 5.97614 11.4448C5.97614 11.4174 5.98182 11.3956 5.98848 11.3701C5.98668 11.3792 5.98539 11.3889 5.98404 11.399ZM5.99272 11.3536C5.9913 11.3593 5.98986 11.3648 5.98848 11.3701L5.99272 11.3536ZM5.98848 11.3701C5.98847 11.3701 5.98848 11.3701 5.98848 11.3701V11.3701ZM5.98404 10.9269C5.98209 10.9122 5.98002 10.8966 5.97614 10.8811C5.97614 10.9142 5.98443 10.9474 5.99272 10.9723C5.98831 10.9591 5.98625 10.9435 5.98404 10.9269ZM10.0511 11.536C10.047 11.5215 10.0428 11.507 10.0387 11.4946C10.0387 11.5277 10.047 11.5526 10.0635 11.5775C10.0594 11.5651 10.0552 11.5506 10.0511 11.536ZM10.5768 5.1272H11.7715C12.0699 5.1272 12.3435 5.28473 12.4928 5.54174L13.554 7.38232C13.5976 7.45505 13.6271 7.53346 13.644 7.61588H11.2435C10.8753 7.61588 10.5768 7.31741 10.5768 6.94922V5.1272ZM12.9729 10.9268L12.9754 10.9256C12.9793 10.9429 12.9819 10.9617 12.9819 10.9805C12.978 10.965 12.976 10.9495 12.974 10.9348C12.9737 10.9321 12.9733 10.9294 12.9729 10.9268ZM10.0304 11.4448C10.0221 11.42 10.0138 11.3868 10.0138 11.3536C10.0138 11.3811 10.0195 11.4029 10.0261 11.4284C10.0275 11.4337 10.0289 11.4392 10.0304 11.4448ZM10.8677 11.1712C10.8677 11.5195 11.1496 11.8013 11.4979 11.8013C11.8461 11.8013 12.128 11.5112 12.128 11.1712C12.128 10.823 11.8461 10.5411 11.4979 10.5411C11.1496 10.5411 10.8677 10.823 10.8677 11.1712ZM12.9985 11.1629C12.9985 11.2127 12.9985 11.2541 12.9902 11.3039C12.9902 11.2841 12.9921 11.2624 12.9941 11.2398C12.9962 11.215 12.9985 11.189 12.9985 11.1629ZM12.9902 11.022C12.9985 11.0717 12.9985 11.1132 12.9985 11.1629C12.9985 11.1132 12.9985 11.0635 12.9902 11.022ZM12.9446 11.5443C12.9405 11.5588 12.9363 11.5733 12.9322 11.5858C12.9402 11.5537 12.9482 11.5293 12.9563 11.5052C12.9524 11.5171 12.9485 11.5307 12.9446 11.5443Z",
|
|
1966
|
+
fill: fillColor
|
|
1967
|
+
}
|
|
1968
|
+
),
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1970
|
+
"path",
|
|
1971
|
+
{
|
|
1972
|
+
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",
|
|
1973
|
+
fill: fillColor
|
|
1974
|
+
}
|
|
1975
|
+
),
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1977
|
+
"path",
|
|
1978
|
+
{
|
|
1979
|
+
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",
|
|
1980
|
+
fill: fillColor
|
|
1981
|
+
}
|
|
1982
|
+
)
|
|
1983
|
+
] });
|
|
1984
|
+
};
|
|
1985
|
+
var fast_truck_solid_default = FastTruckSolid;
|
|
1986
|
+
|
|
1892
1987
|
// src/icons/v2/solid/hand.tsx
|
|
1893
|
-
var
|
|
1988
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1894
1989
|
var Hand = (props) => {
|
|
1895
1990
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1896
|
-
return /* @__PURE__ */ (0,
|
|
1991
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1897
1992
|
"path",
|
|
1898
1993
|
{
|
|
1899
1994
|
id: "Vector 650",
|
|
@@ -1905,10 +2000,10 @@ var Hand = (props) => {
|
|
|
1905
2000
|
var hand_default = Hand;
|
|
1906
2001
|
|
|
1907
2002
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
1908
|
-
var
|
|
2003
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
1909
2004
|
var HandphoneSolid = (props) => {
|
|
1910
2005
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1911
|
-
return /* @__PURE__ */ (0,
|
|
2006
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1912
2007
|
"path",
|
|
1913
2008
|
{
|
|
1914
2009
|
fillRule: "evenodd",
|
|
@@ -1921,10 +2016,10 @@ var HandphoneSolid = (props) => {
|
|
|
1921
2016
|
var handphone_solid_default = HandphoneSolid;
|
|
1922
2017
|
|
|
1923
2018
|
// src/icons/v2/solid/heart-solid.tsx
|
|
1924
|
-
var
|
|
2019
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
1925
2020
|
var HeartSolid = (props) => {
|
|
1926
2021
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1927
|
-
return /* @__PURE__ */ (0,
|
|
2022
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.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_runtime68.jsx)(
|
|
1928
2023
|
"path",
|
|
1929
2024
|
{
|
|
1930
2025
|
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",
|
|
@@ -1935,10 +2030,10 @@ var HeartSolid = (props) => {
|
|
|
1935
2030
|
var heart_solid_default = HeartSolid;
|
|
1936
2031
|
|
|
1937
2032
|
// src/icons/v2/solid/home-solid.tsx
|
|
1938
|
-
var
|
|
2033
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
1939
2034
|
var HomeSolid = (props) => {
|
|
1940
2035
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1941
|
-
return /* @__PURE__ */ (0,
|
|
2036
|
+
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)(
|
|
1942
2037
|
"path",
|
|
1943
2038
|
{
|
|
1944
2039
|
fillRule: "evenodd",
|
|
@@ -1951,10 +2046,10 @@ var HomeSolid = (props) => {
|
|
|
1951
2046
|
var home_solid_default = HomeSolid;
|
|
1952
2047
|
|
|
1953
2048
|
// src/icons/v2/solid/info-solid.tsx
|
|
1954
|
-
var
|
|
2049
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
1955
2050
|
var InfoSolid = (props) => {
|
|
1956
2051
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1957
|
-
return /* @__PURE__ */ (0,
|
|
2052
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1958
2053
|
"path",
|
|
1959
2054
|
{
|
|
1960
2055
|
fillRule: "evenodd",
|
|
@@ -1967,18 +2062,18 @@ var InfoSolid = (props) => {
|
|
|
1967
2062
|
var info_solid_default = InfoSolid;
|
|
1968
2063
|
|
|
1969
2064
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
1970
|
-
var
|
|
2065
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
1971
2066
|
var MapMarkerSolid = (props) => {
|
|
1972
2067
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1973
|
-
return /* @__PURE__ */ (0,
|
|
1974
|
-
/* @__PURE__ */ (0,
|
|
2068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1975
2070
|
"path",
|
|
1976
2071
|
{
|
|
1977
2072
|
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",
|
|
1978
2073
|
fill: color
|
|
1979
2074
|
}
|
|
1980
2075
|
),
|
|
1981
|
-
/* @__PURE__ */ (0,
|
|
2076
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1982
2077
|
"path",
|
|
1983
2078
|
{
|
|
1984
2079
|
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",
|
|
@@ -1990,18 +2085,18 @@ var MapMarkerSolid = (props) => {
|
|
|
1990
2085
|
var map_marker_solid_default = MapMarkerSolid;
|
|
1991
2086
|
|
|
1992
2087
|
// src/icons/v2/solid/profile-solid.tsx
|
|
1993
|
-
var
|
|
2088
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
1994
2089
|
var ProfileSolid = (props) => {
|
|
1995
2090
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
1996
|
-
return /* @__PURE__ */ (0,
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
2091
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2092
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1998
2093
|
"path",
|
|
1999
2094
|
{
|
|
2000
2095
|
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",
|
|
2001
2096
|
fill: color
|
|
2002
2097
|
}
|
|
2003
2098
|
),
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2005
2100
|
"path",
|
|
2006
2101
|
{
|
|
2007
2102
|
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",
|
|
@@ -2013,10 +2108,10 @@ var ProfileSolid = (props) => {
|
|
|
2013
2108
|
var profile_solid_default = ProfileSolid;
|
|
2014
2109
|
|
|
2015
2110
|
// src/icons/v2/solid/search-solid.tsx
|
|
2016
|
-
var
|
|
2111
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2017
2112
|
var SearchSolid = (props) => {
|
|
2018
2113
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2019
|
-
return /* @__PURE__ */ (0,
|
|
2114
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2020
2115
|
"path",
|
|
2021
2116
|
{
|
|
2022
2117
|
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",
|
|
@@ -2027,18 +2122,18 @@ var SearchSolid = (props) => {
|
|
|
2027
2122
|
var search_solid_default = SearchSolid;
|
|
2028
2123
|
|
|
2029
2124
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2030
|
-
var
|
|
2125
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2031
2126
|
var SettingSolid = (props) => {
|
|
2032
2127
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2033
|
-
return /* @__PURE__ */ (0,
|
|
2034
|
-
/* @__PURE__ */ (0,
|
|
2128
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2129
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2035
2130
|
"path",
|
|
2036
2131
|
{
|
|
2037
2132
|
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",
|
|
2038
2133
|
fill: "#999999"
|
|
2039
2134
|
}
|
|
2040
2135
|
),
|
|
2041
|
-
/* @__PURE__ */ (0,
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2042
2137
|
"path",
|
|
2043
2138
|
{
|
|
2044
2139
|
fillRule: "evenodd",
|
|
@@ -2052,10 +2147,10 @@ var SettingSolid = (props) => {
|
|
|
2052
2147
|
var setting_solid_default = SettingSolid;
|
|
2053
2148
|
|
|
2054
2149
|
// src/icons/v2/solid/success-solid.tsx
|
|
2055
|
-
var
|
|
2150
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2056
2151
|
var SuccessSolid = (props) => {
|
|
2057
2152
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2058
|
-
return /* @__PURE__ */ (0,
|
|
2153
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.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_runtime75.jsx)(
|
|
2059
2154
|
"path",
|
|
2060
2155
|
{
|
|
2061
2156
|
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",
|
|
@@ -2066,11 +2161,11 @@ var SuccessSolid = (props) => {
|
|
|
2066
2161
|
var success_solid_default = SuccessSolid;
|
|
2067
2162
|
|
|
2068
2163
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2069
|
-
var
|
|
2164
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2070
2165
|
var TrashSolid = (props) => {
|
|
2071
2166
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2072
|
-
return /* @__PURE__ */ (0,
|
|
2073
|
-
/* @__PURE__ */ (0,
|
|
2167
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2168
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2074
2169
|
"path",
|
|
2075
2170
|
{
|
|
2076
2171
|
fillRule: "evenodd",
|
|
@@ -2079,7 +2174,7 @@ var TrashSolid = (props) => {
|
|
|
2079
2174
|
fill: color
|
|
2080
2175
|
}
|
|
2081
2176
|
),
|
|
2082
|
-
/* @__PURE__ */ (0,
|
|
2177
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2083
2178
|
"path",
|
|
2084
2179
|
{
|
|
2085
2180
|
fillRule: "evenodd",
|
|
@@ -2093,11 +2188,11 @@ var TrashSolid = (props) => {
|
|
|
2093
2188
|
var trash_solid_default = TrashSolid;
|
|
2094
2189
|
|
|
2095
2190
|
// src/icons/v2/solid/trend-up.tsx
|
|
2096
|
-
var
|
|
2191
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2097
2192
|
var TrendUp = (props) => {
|
|
2098
2193
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2099
|
-
return /* @__PURE__ */ (0,
|
|
2100
|
-
/* @__PURE__ */ (0,
|
|
2194
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { id: "Vector", children: [
|
|
2195
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2101
2196
|
"path",
|
|
2102
2197
|
{
|
|
2103
2198
|
fillRule: "evenodd",
|
|
@@ -2106,14 +2201,14 @@ var TrendUp = (props) => {
|
|
|
2106
2201
|
fill: color
|
|
2107
2202
|
}
|
|
2108
2203
|
),
|
|
2109
|
-
/* @__PURE__ */ (0,
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2110
2205
|
"path",
|
|
2111
2206
|
{
|
|
2112
2207
|
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",
|
|
2113
2208
|
fill: color
|
|
2114
2209
|
}
|
|
2115
2210
|
),
|
|
2116
|
-
/* @__PURE__ */ (0,
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2117
2212
|
"path",
|
|
2118
2213
|
{
|
|
2119
2214
|
fillRule: "evenodd",
|
|
@@ -2127,10 +2222,10 @@ var TrendUp = (props) => {
|
|
|
2127
2222
|
var trend_up_default = TrendUp;
|
|
2128
2223
|
|
|
2129
2224
|
// src/icons/v2/solid/voucher.tsx
|
|
2130
|
-
var
|
|
2225
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2131
2226
|
var Voucher = (props) => {
|
|
2132
2227
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2133
|
-
return /* @__PURE__ */ (0,
|
|
2228
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2134
2229
|
"path",
|
|
2135
2230
|
{
|
|
2136
2231
|
fillRule: "evenodd",
|
|
@@ -2143,10 +2238,10 @@ var Voucher = (props) => {
|
|
|
2143
2238
|
var voucher_default = Voucher;
|
|
2144
2239
|
|
|
2145
2240
|
// src/icons/v2/solid/wallet.tsx
|
|
2146
|
-
var
|
|
2241
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2147
2242
|
var Wallet = (props) => {
|
|
2148
2243
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2149
|
-
return /* @__PURE__ */ (0,
|
|
2244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2150
2245
|
"path",
|
|
2151
2246
|
{
|
|
2152
2247
|
id: "Subtract",
|
|
@@ -2161,6 +2256,7 @@ var wallet_default = Wallet;
|
|
|
2161
2256
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2162
2257
|
0 && (module.exports = {
|
|
2163
2258
|
AddBagSolid,
|
|
2259
|
+
ArrowDownCircleSolid,
|
|
2164
2260
|
ArrowLeft,
|
|
2165
2261
|
ArrowLeftLarge,
|
|
2166
2262
|
ArrowRight,
|
|
@@ -2194,6 +2290,7 @@ var wallet_default = Wallet;
|
|
|
2194
2290
|
EnvelopedSolid,
|
|
2195
2291
|
EyeClose,
|
|
2196
2292
|
EyeOpen,
|
|
2293
|
+
FastTruckSolid,
|
|
2197
2294
|
Filter,
|
|
2198
2295
|
Gps,
|
|
2199
2296
|
Hand,
|
|
@@ -2235,6 +2332,7 @@ var wallet_default = Wallet;
|
|
|
2235
2332
|
TrendUp,
|
|
2236
2333
|
Truck,
|
|
2237
2334
|
Voucher,
|
|
2335
|
+
VoucherApplied,
|
|
2238
2336
|
Wallet
|
|
2239
2337
|
});
|
|
2240
2338
|
//# sourceMappingURL=v2.js.map
|