@ctlyst.id/icons 2.8.15 → 2.8.17

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 CHANGED
@@ -56,7 +56,7 @@ declare const Close: FC<BaseIconProps>;
56
56
 
57
57
  declare const CloseLarge: FC<BaseIconProps>;
58
58
 
59
- declare const CompleteOrderRounded: FC<BaseIconProps>;
59
+ declare const CompletedOrder: FC<BaseIconProps>;
60
60
 
61
61
  declare const ContactBook: FC<BaseIconProps>;
62
62
 
@@ -66,8 +66,6 @@ declare const Cvv: FC<BaseIconProps>;
66
66
 
67
67
  declare const Delivered: FC<BaseIconProps>;
68
68
 
69
- declare const DeliveredRounded: FC<BaseIconProps>;
70
-
71
69
  declare const Edit: FC<BaseIconProps>;
72
70
 
73
71
  declare const Enveloped: FC<BaseIconProps>;
@@ -92,6 +90,8 @@ declare const Help: FC<BaseIconProps>;
92
90
 
93
91
  declare const Home: FC<BaseIconProps>;
94
92
 
93
+ declare const Incoming: FC<BaseIconProps>;
94
+
95
95
  declare const Info: FC<BaseIconProps>;
96
96
 
97
97
  declare const InstallmentRounded: FC<BaseIconProps>;
@@ -234,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
234
234
 
235
235
  declare const Wallet: FC<BaseIconProps>;
236
236
 
237
- export { AddBagSolid, AddressRounded, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompleteOrderRounded, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
237
+ export { AddBagSolid, AddressRounded, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
package/dist/v2.d.ts CHANGED
@@ -56,7 +56,7 @@ declare const Close: FC<BaseIconProps>;
56
56
 
57
57
  declare const CloseLarge: FC<BaseIconProps>;
58
58
 
59
- declare const CompleteOrderRounded: FC<BaseIconProps>;
59
+ declare const CompletedOrder: FC<BaseIconProps>;
60
60
 
61
61
  declare const ContactBook: FC<BaseIconProps>;
62
62
 
@@ -66,8 +66,6 @@ declare const Cvv: FC<BaseIconProps>;
66
66
 
67
67
  declare const Delivered: FC<BaseIconProps>;
68
68
 
69
- declare const DeliveredRounded: FC<BaseIconProps>;
70
-
71
69
  declare const Edit: FC<BaseIconProps>;
72
70
 
73
71
  declare const Enveloped: FC<BaseIconProps>;
@@ -92,6 +90,8 @@ declare const Help: FC<BaseIconProps>;
92
90
 
93
91
  declare const Home: FC<BaseIconProps>;
94
92
 
93
+ declare const Incoming: FC<BaseIconProps>;
94
+
95
95
  declare const Info: FC<BaseIconProps>;
96
96
 
97
97
  declare const InstallmentRounded: FC<BaseIconProps>;
@@ -234,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
234
234
 
235
235
  declare const Wallet: FC<BaseIconProps>;
236
236
 
237
- export { AddBagSolid, AddressRounded, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompleteOrderRounded, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
237
+ export { AddBagSolid, AddressRounded, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
package/dist/v2.js CHANGED
@@ -55,11 +55,10 @@ __export(v2_exports, {
55
55
  Clock: () => clock_default,
56
56
  Close: () => close_default,
57
57
  CloseLarge: () => close_large_default,
58
- CompleteOrderRounded: () => complete_order_rounded_default,
58
+ CompleteOrder: () => complete_order_default,
59
59
  ContactBook: () => contact_book_default,
60
60
  Copy: () => copy_default,
61
61
  Delivered: () => delivered_default,
62
- DeliveredRounded: () => delivered_rounded_default,
63
62
  Direction: () => direction_default,
64
63
  Edit: () => edit_default,
65
64
  Enveloped: () => enveloped_default,
@@ -79,6 +78,7 @@ __export(v2_exports, {
79
78
  Help: () => help_default,
80
79
  Home: () => home_default,
81
80
  HomeSolid: () => home_solid_default,
81
+ Incoming: () => incoming_default,
82
82
  Info: () => info_default,
83
83
  InfoSolid: () => info_solid_default,
84
84
  InstallmentRounded: () => installment_rounded_default,
@@ -787,9 +787,9 @@ var CloseLarge = (props) => {
787
787
  };
788
788
  var close_large_default = CloseLarge;
789
789
 
790
- // src/icons/v2/outline/complete-order-rounded.tsx
790
+ // src/icons/v2/outline/complete-order.tsx
791
791
  var import_jsx_runtime28 = require("react/jsx-runtime");
792
- var CompleteOrderRounded = (props) => {
792
+ var CompletedOrder = (props) => {
793
793
  const { color, ...svgProps } = use_icon_props_default(props);
794
794
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
795
795
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
@@ -797,7 +797,7 @@ var CompleteOrderRounded = (props) => {
797
797
  {
798
798
  fillRule: "evenodd",
799
799
  clipRule: "evenodd",
800
- d: "M4.25976 4H19.4198C19.8398 4 20.1798 3.66 20.1798 3.24C20.1798 2.82 19.8398 2.5 19.4198 2.5H4.25976C3.83976 2.5 3.49976 2.84 3.49976 3.24C3.49976 3.64 3.83976 4 4.25976 4Z",
800
+ d: "M21.9963 7.94195C21.9963 7.04007 21.2448 6.28851 20.3429 6.28851H13.679C12.7772 6.28851 12.0256 7.04007 12.0256 7.94195V14.5557C12.0256 14.7311 12.0506 14.9065 12.1007 15.0818H11.6247V13.1779C11.6247 11.4493 10.4222 10.0213 8.8189 9.6455C10.1467 9.01919 11.0736 7.71649 11.1237 6.16325H12.9776C13.2531 6.16325 13.4786 5.93778 13.4786 5.66221C13.4786 5.38663 13.2531 5.16116 12.9776 5.16116H11.0486C10.6477 3.38246 9.06943 2.05469 7.16547 2.05469C4.96087 2.05469 3.18216 3.8334 3.18216 6.03799C3.18216 7.69143 4.18424 9.09435 5.58717 9.6956C4.05898 10.1215 2.93164 11.5244 2.93164 13.2029V21.3699C2.93164 21.7206 3.23226 22.0213 3.58299 22.0213H10.9734C11.3241 22.0213 11.6247 21.7206 11.6247 21.3699V19.4158H12.6018C13.4536 20.9691 15.0819 22.0463 16.9859 22.0463C19.7416 22.0463 21.9963 19.8167 21.9963 17.0359C21.9963 16.4847 21.8961 15.9837 21.7208 15.4827C21.8961 15.2321 21.9963 14.9065 21.9963 14.5808V7.94195ZM17.988 7.71647V9.84591H16.0339V7.71647H17.988ZM7.16547 3.33234C8.34292 3.33234 9.31995 4.08391 9.69573 5.1361H4.63517C5.01095 4.08391 5.98801 3.33234 7.16547 3.33234ZM4.50991 6.13819H9.87108C9.79593 7.56616 8.64354 8.69352 7.19051 8.69352C5.73748 8.71857 4.56001 7.56616 4.50991 6.13819ZM4.25939 20.6935V13.1779C4.25939 11.8751 5.31159 10.823 6.6143 10.823H8.01721C9.31993 10.823 10.3721 11.8751 10.3721 13.1779V14.7812C10.2218 14.681 10.0965 14.5307 10.0214 14.3804L8.59343 11.7499C8.41806 11.4242 8.01723 11.324 7.7166 11.4994C7.39092 11.6747 7.29071 12.0756 7.46608 12.3762L8.869 14.9566L7.21556 16.0839L6.58925 15.0067C6.41389 14.706 6.01306 14.6058 5.68738 14.7812C5.38675 14.9566 5.28654 15.3574 5.4619 15.6831L6.58925 17.587C7.24061 18.7144 8.44311 19.3908 9.74582 19.3908H10.3972V20.6935H4.25939ZM9.69573 18.063C8.86901 18.063 8.11744 17.6371 7.69156 16.9106L9.47025 15.7081C9.94625 16.109 10.5475 16.3595 11.1738 16.3595H12.0506C12.0256 16.5599 11.9755 16.7854 11.9755 17.0108C11.9755 17.3866 12.0256 17.7374 12.1007 18.063H9.69573ZM16.9859 20.7186C14.9316 20.7186 13.2782 19.0651 13.2782 17.0108C13.2782 14.9566 14.9316 13.3031 16.9859 13.3031C19.0402 13.3031 20.6936 14.9566 20.6936 17.0108C20.6936 19.0651 19.0402 20.7186 16.9859 20.7186ZM16.9859 12.0004C15.5329 12.0004 14.2552 12.6267 13.3283 13.6037V7.94195C13.3283 7.74153 13.4786 7.59121 13.679 7.59121H15.0318V9.84591C15.0318 10.3971 15.4828 10.848 16.0339 10.848H17.988C18.5391 10.848 18.9901 10.3971 18.9901 9.84591V7.59121H20.3429C20.5433 7.59121 20.6936 7.74153 20.6936 7.94195V13.6789C19.7918 12.6768 18.464 12.0004 16.9859 12.0004Z",
801
801
  fill: color
802
802
  }
803
803
  ),
@@ -806,22 +806,13 @@ var CompleteOrderRounded = (props) => {
806
806
  {
807
807
  fillRule: "evenodd",
808
808
  clipRule: "evenodd",
809
- d: "M18.0197 16.0401L16.4797 17.5801L15.6797 16.7801C15.4197 16.5201 15.0197 16.5201 14.7597 16.7801C14.4997 17.0401 14.4997 17.4401 14.7597 17.7001L16.0197 18.9601C16.2797 19.2201 16.6797 19.2201 16.9397 18.9601L18.9397 16.9601C19.1997 16.7001 19.1997 16.3001 18.9397 16.0401C18.6797 15.8001 18.2597 15.8001 18.0197 16.0401Z",
810
- fill: color
811
- }
812
- ),
813
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
814
- "path",
815
- {
816
- fillRule: "evenodd",
817
- clipRule: "evenodd",
818
- d: "M20.2797 13.88V12.92C21.1797 12.74 21.7997 11.88 21.6597 10.94L20.9597 6.26001C20.8397 5.40001 20.0997 4.76001 19.2197 4.76001H4.45973C3.59973 4.76001 2.85973 5.40001 2.71973 6.24001L2.01973 10.88C1.87973 11.82 2.49973 12.68 3.39973 12.86V18.76C3.39973 20.28 4.63973 21.52 6.15973 21.52H13.8397C14.6797 22.16 15.7197 22.52 16.8397 22.52C19.5997 22.52 21.8397 20.28 21.8397 17.52C21.8397 16.08 21.2397 14.78 20.2797 13.88ZM3.75973 11.4C3.59973 11.4 3.49973 11.26 3.51973 11.12L4.21973 6.48001C4.23973 6.36001 4.33973 6.26001 4.45973 6.26001H19.2197C19.3397 6.26001 19.4397 6.36001 19.4597 6.48001L20.1597 11.16C20.1797 11.32 20.0597 11.44 19.9197 11.44L3.75973 11.4ZM9.83973 20H6.93973V15.5C6.93973 15.26 7.13973 15.06 7.37973 15.06H9.37973C9.61973 15.06 9.81973 15.26 9.81973 15.5V20H9.83973ZM10.9397 20V15.5C10.9397 14.64 10.2397 13.94 9.37973 13.94H7.37973C6.51973 13.94 5.81973 14.64 5.81973 15.5V19.96C5.27973 19.82 4.89973 19.34 4.89973 18.76V12.9L14.8197 12.94C13.0597 13.7 11.8397 15.46 11.8397 17.5C11.8397 18.4 12.0797 19.26 12.4997 20H10.9397ZM16.8397 21.2C14.7997 21.2 13.1397 19.54 13.1397 17.5C13.1397 15.46 14.7997 13.8 16.8397 13.8C18.8797 13.8 20.5397 15.46 20.5397 17.5C20.5397 19.56 18.8797 21.2 16.8397 21.2Z",
809
+ d: "M18.1633 15.5578L16.6101 17.111L15.8085 16.3094C15.5579 16.0589 15.132 16.0589 14.8815 16.3094C14.631 16.5599 14.631 16.9858 14.8815 17.2363L16.1341 18.4889C16.3846 18.7394 16.8106 18.7394 17.0611 18.4889L19.0653 16.4847C19.3158 16.2342 19.3158 15.8083 19.0653 15.5578C18.8398 15.3073 18.4139 15.3073 18.1633 15.5578Z",
819
810
  fill: color
820
811
  }
821
812
  )
822
813
  ] });
823
814
  };
824
- var complete_order_rounded_default = CompleteOrderRounded;
815
+ var complete_order_default = CompletedOrder;
825
816
 
826
817
  // src/icons/v2/outline/contact-book.tsx
827
818
  var import_jsx_runtime29 = require("react/jsx-runtime");
@@ -1000,25 +991,11 @@ var Delivered = (props) => {
1000
991
  };
1001
992
  var delivered_default = Delivered;
1002
993
 
1003
- // src/icons/v2/outline/delivered-rounded.tsx
1004
- var import_jsx_runtime33 = require("react/jsx-runtime");
1005
- var DeliveredRounded = (props) => {
1006
- const { color, ...svgProps } = use_icon_props_default(props);
1007
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1008
- "path",
1009
- {
1010
- d: "M7.18372 2C9.08406 2.00033 10.673 3.33047 11.0724 5.11035H13.0001C13.2761 5.11048 13.5 5.3344 13.5001 5.61035C13.5001 5.88641 13.2762 6.11022 13.0001 6.11035H11.1671C11.1201 7.65583 10.1934 8.97932 8.87122 9.59863C10.4664 9.98941 11.6505 11.428 11.6505 13.1436V15.0352H12.1368C12.0824 14.8714 12.0519 14.6966 12.0519 14.5146V7.9043C12.0519 6.99303 12.791 6.25391 13.7023 6.25391H20.3605C21.2717 6.25397 22.0109 6.99307 22.0109 7.9043V14.5146C22.0107 15.4258 21.2716 16.165 20.3605 16.165H16.382C16.5461 16.4688 16.6398 16.8162 16.6398 17.1855C16.6395 18.3727 15.6766 19.335 14.4894 19.335H11.6505V21.2988C11.6505 21.6578 11.3591 21.9492 11.0001 21.9492H3.60754C3.24856 21.9492 2.95715 21.6578 2.95715 21.2988V13.1436C2.95715 11.4827 4.06684 10.0809 5.58508 9.63867C4.17925 9.02257 3.1966 7.62034 3.19641 5.9873C3.19641 3.78544 4.98185 2 7.18372 2ZM6.60754 10.793C5.30967 10.793 4.25696 11.8457 4.25696 13.1436V20.6494H10.3497V19.335H9.70813C8.41307 19.3348 7.21474 18.6485 6.55969 17.5312L5.4386 15.6201C5.25711 15.3106 5.36166 14.9122 5.67102 14.7305C5.98066 14.549 6.37909 14.6523 6.56067 14.9619L7.18469 16.0273L8.82532 14.9092L7.41907 12.3379C7.24698 12.023 7.36317 11.6274 7.67786 11.4551C7.99272 11.2831 8.38745 11.3992 8.55969 11.7139L9.99133 14.333C10.0819 14.4986 10.2055 14.6392 10.3497 14.751V13.1436C10.3497 11.8457 9.29796 10.793 8.00012 10.793H6.60754ZM7.69153 16.8916C8.11546 17.6004 8.88128 18.035 9.70813 18.0352H14.4894C14.9586 18.0352 15.3397 17.6547 15.34 17.1855C15.34 16.7161 14.9588 16.335 14.4894 16.335H11.1759C10.5317 16.3349 9.9224 16.0999 9.44934 15.6934L7.69153 16.8916ZM13.7023 7.55371C13.509 7.55371 13.3517 7.711 13.3517 7.9043V14.5146C13.3518 14.7078 13.5091 14.8643 13.7023 14.8643H20.3605C20.5536 14.8642 20.7109 14.7078 20.7111 14.5146V7.9043C20.7111 7.71104 20.5537 7.55378 20.3605 7.55371H18.9972V9.81836C18.9968 10.3703 18.5491 10.8182 17.9972 10.8184H16.0509C15.4991 10.8181 15.0522 10.3702 15.0519 9.81836V7.55371H13.7023ZM16.0509 9.81836H17.9972V7.68066H16.0519L16.0509 9.81836ZM4.50208 6.11035C4.5667 7.53685 5.74127 8.67383 7.18372 8.67383C8.62584 8.67345 9.79977 7.53661 9.86438 6.11035H4.50208ZM7.18372 3.2998C6.00709 3.2998 5.00931 4.05734 4.64563 5.11035H9.72083C9.35724 4.05752 8.36005 3.30011 7.18372 3.2998Z",
1011
- fill: color
1012
- }
1013
- ) });
1014
- };
1015
- var delivered_rounded_default = DeliveredRounded;
1016
-
1017
994
  // src/icons/v2/outline/edit.tsx
1018
- var import_jsx_runtime34 = require("react/jsx-runtime");
995
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1019
996
  var Edit = (props) => {
1020
997
  const { color, ...svgProps } = use_icon_props_default(props);
1021
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
998
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1022
999
  "path",
1023
1000
  {
1024
1001
  fillRule: "evenodd",
@@ -1031,10 +1008,10 @@ var Edit = (props) => {
1031
1008
  var edit_default = Edit;
1032
1009
 
1033
1010
  // src/icons/v2/outline/enveloped.tsx
1034
- var import_jsx_runtime35 = require("react/jsx-runtime");
1011
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1035
1012
  var Enveloped = (props) => {
1036
1013
  const { color, ...svgProps } = use_icon_props_default(props);
1037
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1014
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1038
1015
  "path",
1039
1016
  {
1040
1017
  fillRule: "evenodd",
@@ -1047,11 +1024,11 @@ var Enveloped = (props) => {
1047
1024
  var enveloped_default = Enveloped;
1048
1025
 
1049
1026
  // src/icons/v2/outline/eye-close.tsx
1050
- var import_jsx_runtime36 = require("react/jsx-runtime");
1027
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1051
1028
  var EyeClose = (props) => {
1052
1029
  const { color, ...svgProps } = use_icon_props_default(props);
1053
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1054
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1030
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1031
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1055
1032
  "path",
1056
1033
  {
1057
1034
  fillRule: "evenodd",
@@ -1060,7 +1037,7 @@ var EyeClose = (props) => {
1060
1037
  fill: color
1061
1038
  }
1062
1039
  ),
1063
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1040
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1064
1041
  "path",
1065
1042
  {
1066
1043
  fillRule: "evenodd",
@@ -1069,7 +1046,7 @@ var EyeClose = (props) => {
1069
1046
  fill: color
1070
1047
  }
1071
1048
  ),
1072
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1049
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1073
1050
  "path",
1074
1051
  {
1075
1052
  fillRule: "evenodd",
@@ -1083,11 +1060,11 @@ var EyeClose = (props) => {
1083
1060
  var eye_close_default = EyeClose;
1084
1061
 
1085
1062
  // src/icons/v2/outline/eye-open.tsx
1086
- var import_jsx_runtime37 = require("react/jsx-runtime");
1063
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1087
1064
  var EyeOpen = (props) => {
1088
1065
  const { color, ...svgProps } = use_icon_props_default(props);
1089
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1090
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1066
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1067
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1091
1068
  "path",
1092
1069
  {
1093
1070
  fillRule: "evenodd",
@@ -1096,7 +1073,7 @@ var EyeOpen = (props) => {
1096
1073
  fill: color
1097
1074
  }
1098
1075
  ),
1099
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1076
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1100
1077
  "path",
1101
1078
  {
1102
1079
  fillRule: "evenodd",
@@ -1110,11 +1087,11 @@ var EyeOpen = (props) => {
1110
1087
  var eye_open_default = EyeOpen;
1111
1088
 
1112
1089
  // src/icons/v2/outline/filter.tsx
1113
- var import_jsx_runtime38 = require("react/jsx-runtime");
1090
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1114
1091
  var Filter = (props) => {
1115
1092
  const { color, ...svgProps } = use_icon_props_default(props);
1116
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1117
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1093
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1094
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1118
1095
  "path",
1119
1096
  {
1120
1097
  fillRule: "evenodd",
@@ -1123,7 +1100,7 @@ var Filter = (props) => {
1123
1100
  fill: color
1124
1101
  }
1125
1102
  ),
1126
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1103
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1127
1104
  "path",
1128
1105
  {
1129
1106
  fillRule: "evenodd",
@@ -1132,7 +1109,7 @@ var Filter = (props) => {
1132
1109
  fill: color
1133
1110
  }
1134
1111
  ),
1135
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1112
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1136
1113
  "path",
1137
1114
  {
1138
1115
  fillRule: "evenodd",
@@ -1146,11 +1123,11 @@ var Filter = (props) => {
1146
1123
  var filter_default = Filter;
1147
1124
 
1148
1125
  // src/icons/v2/outline/gift-card-check-rounded.tsx
1149
- var import_jsx_runtime39 = require("react/jsx-runtime");
1126
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1150
1127
  var GiftCardCheckRounded = (props) => {
1151
1128
  const { color, ...svgProps } = use_icon_props_default(props);
1152
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1153
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1129
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1130
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1154
1131
  "path",
1155
1132
  {
1156
1133
  fillRule: "evenodd",
@@ -1159,7 +1136,7 @@ var GiftCardCheckRounded = (props) => {
1159
1136
  fill: color
1160
1137
  }
1161
1138
  ),
1162
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1139
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1163
1140
  "path",
1164
1141
  {
1165
1142
  fillRule: "evenodd",
@@ -1173,11 +1150,11 @@ var GiftCardCheckRounded = (props) => {
1173
1150
  var gift_card_check_rounded_default = GiftCardCheckRounded;
1174
1151
 
1175
1152
  // src/icons/v2/outline/gift-card-failed-rounded.tsx
1176
- var import_jsx_runtime40 = require("react/jsx-runtime");
1153
+ var import_jsx_runtime39 = require("react/jsx-runtime");
1177
1154
  var GiftCardFailedRounded = (props) => {
1178
1155
  const { color, ...svgProps } = use_icon_props_default(props);
1179
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1180
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1156
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1157
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1181
1158
  "path",
1182
1159
  {
1183
1160
  fillRule: "evenodd",
@@ -1186,7 +1163,7 @@ var GiftCardFailedRounded = (props) => {
1186
1163
  fill: color
1187
1164
  }
1188
1165
  ),
1189
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1166
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
1190
1167
  "path",
1191
1168
  {
1192
1169
  fillRule: "evenodd",
@@ -1200,10 +1177,10 @@ var GiftCardFailedRounded = (props) => {
1200
1177
  var gift_card_failed_rounded_default = GiftCardFailedRounded;
1201
1178
 
1202
1179
  // src/icons/v2/outline/gps.tsx
1203
- var import_jsx_runtime41 = require("react/jsx-runtime");
1180
+ var import_jsx_runtime40 = require("react/jsx-runtime");
1204
1181
  var Gps = (props) => {
1205
1182
  const { color, ...svgProps } = use_icon_props_default(props);
1206
- 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)(
1183
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
1207
1184
  "path",
1208
1185
  {
1209
1186
  fillRule: "evenodd",
@@ -1216,25 +1193,25 @@ var Gps = (props) => {
1216
1193
  var gps_default = Gps;
1217
1194
 
1218
1195
  // src/icons/v2/outline/handphone.tsx
1219
- var import_jsx_runtime42 = require("react/jsx-runtime");
1196
+ var import_jsx_runtime41 = require("react/jsx-runtime");
1220
1197
  var Handphone = (props) => {
1221
1198
  const { color, ...svgProps } = use_icon_props_default(props);
1222
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1223
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1199
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1200
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1224
1201
  "path",
1225
1202
  {
1226
1203
  d: "M9.92627 5.80112C9.92627 5.44214 10.2173 5.15112 10.5763 5.15112H13.4337C13.7927 5.15112 14.0837 5.44214 14.0837 5.80112C14.0837 6.16011 13.7927 6.45112 13.4337 6.45112H10.5763C10.2173 6.45112 9.92627 6.16011 9.92627 5.80112Z",
1227
1204
  fill: color
1228
1205
  }
1229
1206
  ),
1230
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1207
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1231
1208
  "path",
1232
1209
  {
1233
1210
  d: "M12.005 20.1746C12.3995 20.1746 12.7194 19.8547 12.7194 19.4602C12.7194 19.0657 12.3995 18.7458 12.005 18.7458C11.6105 18.7458 11.2906 19.0657 11.2906 19.4602C11.2906 19.8547 11.6105 20.1746 12.005 20.1746Z",
1234
1211
  fill: color
1235
1212
  }
1236
1213
  ),
1237
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1214
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
1238
1215
  "path",
1239
1216
  {
1240
1217
  fillRule: "evenodd",
@@ -1248,11 +1225,11 @@ var Handphone = (props) => {
1248
1225
  var handphone_default = Handphone;
1249
1226
 
1250
1227
  // src/icons/v2/outline/heart.tsx
1251
- var import_jsx_runtime43 = require("react/jsx-runtime");
1228
+ var import_jsx_runtime42 = require("react/jsx-runtime");
1252
1229
  var Heart = (props) => {
1253
1230
  const { color, ...svgProps } = use_icon_props_default(props);
1254
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1255
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1231
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1232
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#icon-outline-heart)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
1256
1233
  "path",
1257
1234
  {
1258
1235
  fillRule: "evenodd",
@@ -1261,18 +1238,18 @@ var Heart = (props) => {
1261
1238
  fill: color
1262
1239
  }
1263
1240
  ) }),
1264
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1241
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "icon-outline-heart", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1265
1242
  ] });
1266
1243
  };
1267
1244
  var heart_default = Heart;
1268
1245
 
1269
1246
  // src/icons/v2/outline/help.tsx
1270
- var import_jsx_runtime44 = require("react/jsx-runtime");
1247
+ var import_jsx_runtime43 = require("react/jsx-runtime");
1271
1248
  var Help = (props) => {
1272
1249
  const { color, ...svgProps } = use_icon_props_default(props);
1273
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1274
- /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1275
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1250
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1251
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { clipPath: "url(#clip0_6779_7486)", children: [
1252
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1276
1253
  "path",
1277
1254
  {
1278
1255
  fillRule: "evenodd",
@@ -1281,14 +1258,14 @@ var Help = (props) => {
1281
1258
  fill: color
1282
1259
  }
1283
1260
  ),
1284
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1261
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1285
1262
  "path",
1286
1263
  {
1287
1264
  d: "M13.5 17.5C13.5 18.3284 12.8284 19 12 19C11.1716 19 10.5 18.3284 10.5 17.5C10.5 16.6716 11.1716 16 12 16C12.8284 16 13.5 16.6716 13.5 17.5Z",
1288
1265
  fill: color
1289
1266
  }
1290
1267
  ),
1291
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1268
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
1292
1269
  "path",
1293
1270
  {
1294
1271
  fillRule: "evenodd",
@@ -1298,18 +1275,18 @@ var Help = (props) => {
1298
1275
  }
1299
1276
  )
1300
1277
  ] }),
1301
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1278
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_6779_7486", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
1302
1279
  ] });
1303
1280
  };
1304
1281
  var help_default = Help;
1305
1282
 
1306
1283
  // src/icons/v2/outline/home.tsx
1307
- var import_jsx_runtime45 = require("react/jsx-runtime");
1284
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1308
1285
  var Home = (props) => {
1309
1286
  const { color, ...svgProps } = use_icon_props_default(props);
1310
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1311
- /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1312
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1287
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
1288
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("g", { clipPath: "url(#clip0_5761_9490)", children: [
1289
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1313
1290
  "path",
1314
1291
  {
1315
1292
  fillRule: "evenodd",
@@ -1318,7 +1295,7 @@ var Home = (props) => {
1318
1295
  fill: color
1319
1296
  }
1320
1297
  ),
1321
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1298
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1322
1299
  "path",
1323
1300
  {
1324
1301
  d: "M11.8961 17.2611C11.9676 17.2611 12.0316 17.2611 12.1038 17.2611C12.1204 17.2187 12.1392 17.1756 12.1542 17.1317C12.4522 16.2495 12.7487 15.3682 13.0467 14.486C13.514 13.1012 13.9813 11.7165 14.4494 10.3317C14.466 10.2831 14.4803 10.2321 14.5051 10.1882C14.5706 10.069 14.6691 10.0016 14.8038 10.0016C15.0409 10.0008 15.2779 10 15.515 10.0016C15.7806 10.0039 15.9431 10.2407 15.8528 10.5011C15.7558 10.7818 15.6504 11.0594 15.5481 11.3377C14.7466 13.5231 13.946 15.7077 13.1438 17.8931C13.1197 17.9597 13.0911 18.0256 13.0535 18.0852C12.9737 18.2114 12.8608 18.2867 12.7141 18.3016C12.672 18.3055 12.6306 18.3103 12.5884 18.3103C12.1986 18.311 11.8088 18.3103 11.419 18.311C11.2941 18.311 11.176 18.2899 11.0714 18.213C10.9705 18.1385 10.9096 18.0366 10.8667 17.9182C10.5898 17.1599 10.3106 16.4017 10.0329 15.6442C9.41207 13.9528 8.792 12.2622 8.17192 10.5716C8.13656 10.4744 8.10344 10.3787 8.1343 10.2705C8.1802 10.1113 8.30136 10.0039 8.46014 10.0024C8.71223 9.99922 8.96432 9.99922 9.21641 10.0024C9.37218 10.0039 9.48431 10.0925 9.54075 10.2564C9.67846 10.6571 9.81316 11.0586 9.94936 11.4601C10.4332 12.8935 10.9178 14.3269 11.4002 15.761C11.5545 16.219 11.702 16.6793 11.8525 17.138C11.8668 17.1787 11.8818 17.2187 11.8961 17.2611Z",
@@ -1326,11 +1303,25 @@ var Home = (props) => {
1326
1303
  }
1327
1304
  )
1328
1305
  ] }),
1329
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1306
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_5761_9490", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
1330
1307
  ] });
1331
1308
  };
1332
1309
  var home_default = Home;
1333
1310
 
1311
+ // src/icons/v2/outline/incoming.tsx
1312
+ var import_jsx_runtime45 = require("react/jsx-runtime");
1313
+ var Incoming = (props) => {
1314
+ const { color, ...svgProps } = use_icon_props_default(props);
1315
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
1316
+ "path",
1317
+ {
1318
+ d: "M6.99969 1.17285C8.51708 1.17285 9.74774 2.40351 9.74774 3.9209H9.74677C9.74685 3.92447 9.74774 3.92804 9.74774 3.93164V4.10352H9.89911C10.695 4.10365 11.3704 4.68719 11.486 5.47461L12.2106 10.4189C12.3526 11.3872 11.6023 12.2558 10.6237 12.2559H6.99384C6.75236 12.2557 6.55635 12.0599 6.55634 11.8184C6.55649 11.577 6.75245 11.381 6.99384 11.3809H10.6237C11.0685 11.3808 11.4099 10.986 11.3454 10.5459L10.6198 5.60156C10.5672 5.24373 10.2608 4.97865 9.89911 4.97852H9.74774V5.25C9.74759 5.49141 9.55166 5.68737 9.31024 5.6875C9.06871 5.6875 8.8729 5.49149 8.87274 5.25V4.97852H5.10419V5.25C5.10403 5.49149 4.90822 5.6875 4.66669 5.6875C4.42516 5.6875 4.22934 5.49149 4.22919 5.25V4.97852H4.09735C3.73599 4.97855 3.42967 5.24315 3.37665 5.60059L3.15985 7.06348C3.1245 7.30242 2.90171 7.46783 2.66278 7.43262C2.42412 7.39717 2.2587 7.1752 2.29364 6.93652L2.51044 5.47266C2.62683 4.68597 3.30211 4.10355 4.09735 4.10352H4.22919V3.93164C4.22923 3.87544 4.24011 3.82181 4.25946 3.77246C4.33645 2.32409 5.53218 1.17302 6.99969 1.17285ZM5.8327 10.1201C6.04211 10.1201 6.21259 10.2906 6.21259 10.5C6.21254 10.7094 6.04208 10.8789 5.8327 10.8789H3.26141C3.05216 10.8788 2.88255 10.7093 2.88251 10.5C2.88251 10.2907 3.05213 10.1203 3.26141 10.1201H5.8327ZM5.83368 8.21094C6.04291 8.21115 6.21259 8.38057 6.21259 8.58984C6.21259 8.79912 6.04291 8.96951 5.83368 8.96973H2.13348C1.92427 8.9695 1.75458 8.79911 1.75458 8.58984C1.75458 8.38058 1.92427 8.21116 2.13348 8.21094H5.83368ZM6.99969 2.04785C5.9657 2.04803 5.12762 2.88687 5.12762 3.9209H5.10321C5.1033 3.92448 5.10418 3.92804 5.10419 3.93164V4.10352H8.87274V3.93164C8.87274 3.92804 8.87363 3.92448 8.87372 3.9209H8.87274C8.87274 2.88676 8.03384 2.04785 6.99969 2.04785Z",
1319
+ fill: color
1320
+ }
1321
+ ) });
1322
+ };
1323
+ var incoming_default = Incoming;
1324
+
1334
1325
  // src/icons/v2/outline/info.tsx
1335
1326
  var import_jsx_runtime46 = require("react/jsx-runtime");
1336
1327
  var Info = (props) => {
@@ -3438,11 +3429,10 @@ var wallet_default = Wallet;
3438
3429
  Clock,
3439
3430
  Close,
3440
3431
  CloseLarge,
3441
- CompleteOrderRounded,
3432
+ CompleteOrder,
3442
3433
  ContactBook,
3443
3434
  Copy,
3444
3435
  Delivered,
3445
- DeliveredRounded,
3446
3436
  Direction,
3447
3437
  Edit,
3448
3438
  Enveloped,
@@ -3462,6 +3452,7 @@ var wallet_default = Wallet;
3462
3452
  Help,
3463
3453
  Home,
3464
3454
  HomeSolid,
3455
+ Incoming,
3465
3456
  Info,
3466
3457
  InfoSolid,
3467
3458
  InstallmentRounded,