am-shared-assets 0.0.18 → 1.0.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.
@@ -0,0 +1,5 @@
1
+ declare const BalloonIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default BalloonIcon;
@@ -0,0 +1,5 @@
1
+ declare const CartIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default CartIcon;
@@ -0,0 +1,5 @@
1
+ declare const CosmeticsIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default CosmeticsIcon;
@@ -0,0 +1,5 @@
1
+ declare const DigitalDevicesIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default DigitalDevicesIcon;
@@ -0,0 +1,5 @@
1
+ declare const FireIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default FireIcon;
@@ -0,0 +1,5 @@
1
+ declare const FridgeIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default FridgeIcon;
@@ -0,0 +1,5 @@
1
+ declare const GoldIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default GoldIcon;
@@ -0,0 +1,5 @@
1
+ declare const HammerIcon: ({ color, size }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default HammerIcon;
@@ -0,0 +1,5 @@
1
+ declare const LaptopIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default LaptopIcon;
@@ -0,0 +1,5 @@
1
+ declare const MobileIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MobileIcon;
@@ -0,0 +1,5 @@
1
+ declare const MotorcycleIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MotorcycleIcon;
@@ -0,0 +1,5 @@
1
+ declare const PetIcon: ({ color, size }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default PetIcon;
@@ -0,0 +1,5 @@
1
+ declare const SofaIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default SofaIcon;
@@ -0,0 +1,5 @@
1
+ declare const TShirtIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default TShirtIcon;
@@ -0,0 +1,5 @@
1
+ declare const WheelIcon: ({ color, size, }: {
2
+ color?: string;
3
+ size?: number;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default WheelIcon;
@@ -44,4 +44,19 @@ import { default as WalletIcon } from './components/WalletIcon';
44
44
  import { default as BoxTickIcon } from './components/BoxTickIcon';
45
45
  import { default as ReceiptIcon } from './components/ReceiptIcon';
46
46
  import { default as LogoutIcon } from './components/LogoutIcon';
47
- export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon };
47
+ import { default as MobileIcon } from './components/MobileIcon';
48
+ import { default as LaptopIcon } from './components/LaptopIcon';
49
+ import { default as DigitalDevicesIcon } from './components/DigitalDevicesIcon';
50
+ import { default as SofaIcon } from './components/SofaIcon';
51
+ import { default as FridgeIcon } from './components/FridgeIcon';
52
+ import { default as CosmeticsIcon } from './components/CosmeticsIcon';
53
+ import { default as TShirtIcon } from './components/TShirtIcon';
54
+ import { default as GoldIcon } from './components/GoldIcon';
55
+ import { default as MotorcycleIcon } from './components/MotorcycleIcon';
56
+ import { default as WheelIcon } from './components/WheelIcon';
57
+ import { default as HammerIcon } from './components/HammerIcon';
58
+ import { default as FireIcon } from './components/FireIcon';
59
+ import { default as CartIcon } from './components/CartIcon';
60
+ import { default as BalloonIcon } from './components/BalloonIcon';
61
+ import { default as PetIcon } from './components/PetIcon';
62
+ export { CloseIcon, InfoIcon, WarningIcon, CloseCircleIcon, TickCircleIcon, ShoppingCartIcon, SearchIcon, ArrowRightIcon, ChevronLeftIcon, ChevronRightIcon, ChevronTopIcon, ShopIcon, StarIcon, HeartIcon, ShareIcon, TruckIcon, BoxIcon, CardTickIcon, CardsIcon, WalletCheckIcon, RotateBoxIcon, LikeIcon, DislikeIcon, RotateInfoIcon, ChevronBottomIcon, EditIcon, SettingIcon, UserIcon, BagIcon, CategoryIcon, HomeIcon, TrashIcon, MoreIcon, MessageIcon, AddIcon, BoxTimeIcon, MoneyIcon, ArrowDownIcon, SpinnerIcon, OutlineTickCircleIcon, FillShoppingCartIcon, UserSquareIcon, WalletIcon, BoxTickIcon, ReceiptIcon, LogoutIcon, MobileIcon, LaptopIcon, DigitalDevicesIcon, SofaIcon, FridgeIcon, CosmeticsIcon, TShirtIcon, GoldIcon, MotorcycleIcon, WheelIcon, HammerIcon, FireIcon, CartIcon, BalloonIcon, PetIcon };
package/dist/icons.js CHANGED
@@ -1,6 +1,6 @@
1
- import { C as P, a as Q, b as X, I as Y, T as _, W as $ } from "./ChevronBottomIcon-BM6pUrh1.js";
1
+ import { C as s1, a as d1, b as h1, I as c1, T as k1, W as u1 } from "./ChevronBottomIcon-BM6pUrh1.js";
2
2
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
3
- const i = ({
3
+ const C = ({
4
4
  color: t,
5
5
  size: o = 24
6
6
  }) => /* @__PURE__ */ e(
@@ -59,7 +59,7 @@ const i = ({
59
59
  )
60
60
  ]
61
61
  }
62
- ), l = ({
62
+ ), i = ({
63
63
  color: t,
64
64
  size: o = 24
65
65
  }) => /* @__PURE__ */ e(
@@ -94,7 +94,7 @@ const i = ({
94
94
  )
95
95
  ]
96
96
  }
97
- ), s = ({
97
+ ), l = ({
98
98
  color: t,
99
99
  size: o = 24
100
100
  }) => /* @__PURE__ */ e(
@@ -131,7 +131,7 @@ const i = ({
131
131
  )
132
132
  ]
133
133
  }
134
- ), C = ({
134
+ ), s = ({
135
135
  color: t,
136
136
  size: o = 12
137
137
  }) => /* @__PURE__ */ r(
@@ -179,7 +179,7 @@ const i = ({
179
179
  }
180
180
  )
181
181
  }
182
- ), k = ({
182
+ ), h = ({
183
183
  color: t,
184
184
  size: o = 12
185
185
  }) => /* @__PURE__ */ r(
@@ -203,7 +203,7 @@ const i = ({
203
203
  }
204
204
  )
205
205
  }
206
- ), h = ({
206
+ ), c = ({
207
207
  color: t,
208
208
  size: o = 24
209
209
  }) => /* @__PURE__ */ e(
@@ -268,7 +268,7 @@ const i = ({
268
268
  )
269
269
  ]
270
270
  }
271
- ), u = ({
271
+ ), k = ({
272
272
  color: t,
273
273
  size: o = 12
274
274
  }) => /* @__PURE__ */ r(
@@ -292,7 +292,7 @@ const i = ({
292
292
  }
293
293
  )
294
294
  }
295
- ), c = ({
295
+ ), u = ({
296
296
  color: t,
297
297
  size: o = 20
298
298
  }) => /* @__PURE__ */ r(
@@ -590,7 +590,7 @@ const i = ({
590
590
  )
591
591
  ]
592
592
  }
593
- ), m = ({
593
+ ), v = ({
594
594
  color: t,
595
595
  size: o = 20
596
596
  }) => /* @__PURE__ */ e(
@@ -651,7 +651,7 @@ const i = ({
651
651
  )
652
652
  ]
653
653
  }
654
- ), v = ({
654
+ ), L = ({
655
655
  color: t,
656
656
  size: o = 20
657
657
  }) => /* @__PURE__ */ e(
@@ -748,7 +748,7 @@ const i = ({
748
748
  )
749
749
  ]
750
750
  }
751
- ), j = ({
751
+ ), m = ({
752
752
  color: t,
753
753
  size: o = 20
754
754
  }) => /* @__PURE__ */ e(
@@ -780,7 +780,7 @@ const i = ({
780
780
  )
781
781
  ]
782
782
  }
783
- ), L = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
783
+ ), V = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
784
784
  "svg",
785
785
  {
786
786
  width: o,
@@ -820,7 +820,7 @@ const i = ({
820
820
  )
821
821
  ]
822
822
  }
823
- ), x = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
823
+ ), Z = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
824
824
  "svg",
825
825
  {
826
826
  width: o,
@@ -865,7 +865,7 @@ const i = ({
865
865
  )
866
866
  ]
867
867
  }
868
- ), V = ({
868
+ ), j = ({
869
869
  color: t,
870
870
  size: o = 24
871
871
  }) => /* @__PURE__ */ e(
@@ -946,7 +946,7 @@ const i = ({
946
946
  )
947
947
  ]
948
948
  }
949
- ), Z = ({
949
+ ), x = ({
950
950
  color: t,
951
951
  size: o = 20
952
952
  }) => /* @__PURE__ */ e(
@@ -1212,7 +1212,7 @@ const i = ({
1212
1212
  )
1213
1213
  ]
1214
1214
  }
1215
- ), R = ({ color: t, size: o = 24 }) => /* @__PURE__ */ e(
1215
+ ), _ = ({ color: t, size: o = 24 }) => /* @__PURE__ */ e(
1216
1216
  "svg",
1217
1217
  {
1218
1218
  width: o,
@@ -1242,7 +1242,7 @@ const i = ({
1242
1242
  )
1243
1243
  ]
1244
1244
  }
1245
- ), W = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
1245
+ ), R = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
1246
1246
  "svg",
1247
1247
  {
1248
1248
  width: o,
@@ -1301,7 +1301,7 @@ const i = ({
1301
1301
  )
1302
1302
  ]
1303
1303
  }
1304
- ), A = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
1304
+ ), W = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
1305
1305
  "svg",
1306
1306
  {
1307
1307
  width: o,
@@ -1393,7 +1393,7 @@ const i = ({
1393
1393
  }
1394
1394
  )
1395
1395
  }
1396
- ), U = ({
1396
+ ), A = ({
1397
1397
  color: t,
1398
1398
  size: o = 24
1399
1399
  }) => /* @__PURE__ */ r(
@@ -1413,7 +1413,7 @@ const i = ({
1413
1413
  }
1414
1414
  )
1415
1415
  }
1416
- ), b = ({
1416
+ ), F = ({
1417
1417
  color: t,
1418
1418
  size: o = 20
1419
1419
  }) => /* @__PURE__ */ e(
@@ -1448,7 +1448,7 @@ const i = ({
1448
1448
  )
1449
1449
  ]
1450
1450
  }
1451
- ), q = ({
1451
+ ), P = ({
1452
1452
  color: t,
1453
1453
  size: o = 20
1454
1454
  }) => /* @__PURE__ */ e(
@@ -1491,7 +1491,7 @@ const i = ({
1491
1491
  )
1492
1492
  ]
1493
1493
  }
1494
- ), E = ({
1494
+ ), b = ({
1495
1495
  color: t,
1496
1496
  size: o = 20
1497
1497
  }) => /* @__PURE__ */ e(
@@ -1536,7 +1536,7 @@ const i = ({
1536
1536
  )
1537
1537
  ]
1538
1538
  }
1539
- ), F = ({
1539
+ ), U = ({
1540
1540
  color: t,
1541
1541
  size: o = 20
1542
1542
  }) => /* @__PURE__ */ e(
@@ -1591,7 +1591,7 @@ const i = ({
1591
1591
  )
1592
1592
  ]
1593
1593
  }
1594
- ), O = ({
1594
+ ), q = ({
1595
1595
  color: t,
1596
1596
  size: o = 20
1597
1597
  }) => /* @__PURE__ */ e(
@@ -1657,7 +1657,7 @@ const i = ({
1657
1657
  )
1658
1658
  ]
1659
1659
  }
1660
- ), G = ({
1660
+ ), E = ({
1661
1661
  color: t,
1662
1662
  size: o = 20
1663
1663
  }) => /* @__PURE__ */ e(
@@ -1734,7 +1734,7 @@ const i = ({
1734
1734
  )
1735
1735
  ]
1736
1736
  }
1737
- ), J = ({
1737
+ ), G = ({
1738
1738
  color: t,
1739
1739
  size: o = 20
1740
1740
  }) => /* @__PURE__ */ e(
@@ -1779,52 +1779,574 @@ const i = ({
1779
1779
  )
1780
1780
  ]
1781
1781
  }
1782
+ ), O = ({
1783
+ color: t,
1784
+ size: o = 20
1785
+ }) => /* @__PURE__ */ e(
1786
+ "svg",
1787
+ {
1788
+ width: o,
1789
+ height: o,
1790
+ viewBox: "0 0 16 16",
1791
+ fill: "none",
1792
+ xmlns: "http://www.w3.org/2000/svg",
1793
+ style: { color: t },
1794
+ children: [
1795
+ /* @__PURE__ */ r(
1796
+ "path",
1797
+ {
1798
+ d: "M13.3346 4.66732V11.334C13.3346 14.0007 12.668 14.6673 10.0013 14.6673H6.0013C3.33464 14.6673 2.66797 14.0007 2.66797 11.334V4.66732C2.66797 2.00065 3.33464 1.33398 6.0013 1.33398H10.0013C12.668 1.33398 13.3346 2.00065 13.3346 4.66732Z",
1799
+ stroke: "currentColor",
1800
+ "stroke-linecap": "round",
1801
+ "stroke-linejoin": "round"
1802
+ }
1803
+ ),
1804
+ /* @__PURE__ */ r(
1805
+ "path",
1806
+ {
1807
+ d: "M9.33464 3.66797H6.66797",
1808
+ stroke: "currentColor",
1809
+ "stroke-linecap": "round",
1810
+ "stroke-linejoin": "round"
1811
+ }
1812
+ ),
1813
+ /* @__PURE__ */ r(
1814
+ "path",
1815
+ {
1816
+ d: "M8.00208 12.7346C8.57278 12.7346 9.03542 12.272 9.03542 11.7013C9.03542 11.1306 8.57278 10.668 8.00208 10.668C7.43139 10.668 6.96875 11.1306 6.96875 11.7013C6.96875 12.272 7.43139 12.7346 8.00208 12.7346Z",
1817
+ stroke: "currentColor",
1818
+ "stroke-linecap": "round",
1819
+ "stroke-linejoin": "round"
1820
+ }
1821
+ )
1822
+ ]
1823
+ }
1824
+ ), J = ({
1825
+ color: t,
1826
+ size: o = 20
1827
+ }) => /* @__PURE__ */ e(
1828
+ "svg",
1829
+ {
1830
+ width: o,
1831
+ height: o,
1832
+ viewBox: "0 0 16 16",
1833
+ fill: "none",
1834
+ xmlns: "http://www.w3.org/2000/svg",
1835
+ style: { color: t },
1836
+ children: [
1837
+ /* @__PURE__ */ r(
1838
+ "path",
1839
+ {
1840
+ d: "M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H10C11.8856 2 12.8284 2 13.4142 2.58579C14 3.17157 14 4.11438 14 6V9.33333C14 10.5904 14 11.219 13.6095 11.6095C13.219 12 12.5904 12 11.3333 12H4.66667C3.40959 12 2.78105 12 2.39052 11.6095C2 11.219 2 10.5904 2 9.33333V6Z",
1841
+ stroke: "currentColor"
1842
+ }
1843
+ ),
1844
+ /* @__PURE__ */ r("path", { d: "M14.6654 14H1.33203", stroke: "currentColor", "stroke-linecap": "round" }),
1845
+ /* @__PURE__ */ r("path", { d: "M10 10H6", stroke: "currentColor", "stroke-linecap": "round" })
1846
+ ]
1847
+ }
1848
+ ), K = ({
1849
+ color: t,
1850
+ size: o = 24
1851
+ }) => /* @__PURE__ */ e(
1852
+ "svg",
1853
+ {
1854
+ width: o,
1855
+ height: o,
1856
+ viewBox: "0 0 16 16",
1857
+ fill: "none",
1858
+ xmlns: "http://www.w3.org/2000/svg",
1859
+ style: { color: t },
1860
+ children: [
1861
+ /* @__PURE__ */ r(
1862
+ "path",
1863
+ {
1864
+ d: "M6.66536 11.3008H4.1387C1.89203 11.3008 1.33203 10.7408 1.33203 8.49417V4.49417C1.33203 2.2475 1.89203 1.6875 4.1387 1.6875H11.1587C13.4054 1.6875 13.9654 2.2475 13.9654 4.49417",
1865
+ stroke: "currentColor",
1866
+ "stroke-linecap": "round",
1867
+ "stroke-linejoin": "round"
1868
+ }
1869
+ ),
1870
+ /* @__PURE__ */ r(
1871
+ "path",
1872
+ {
1873
+ d: "M6.66797 14.3141V11.3008",
1874
+ stroke: "currentColor",
1875
+ "stroke-linecap": "round",
1876
+ "stroke-linejoin": "round"
1877
+ }
1878
+ ),
1879
+ /* @__PURE__ */ r(
1880
+ "path",
1881
+ {
1882
+ d: "M1.33203 8.63281H6.66536",
1883
+ stroke: "currentColor",
1884
+ "stroke-linecap": "round",
1885
+ "stroke-linejoin": "round"
1886
+ }
1887
+ ),
1888
+ /* @__PURE__ */ r(
1889
+ "path",
1890
+ {
1891
+ d: "M4.49219 14.3125H6.66552",
1892
+ stroke: "currentColor",
1893
+ "stroke-linecap": "round",
1894
+ "stroke-linejoin": "round"
1895
+ }
1896
+ ),
1897
+ /* @__PURE__ */ r(
1898
+ "path",
1899
+ {
1900
+ d: "M14.6649 8.53388V12.3405C14.6649 13.9205 14.2716 14.3139 12.6916 14.3139H10.3249C8.7449 14.3139 8.35156 13.9205 8.35156 12.3405V8.53388C8.35156 6.95388 8.7449 6.56055 10.3249 6.56055H12.6916C14.2716 6.56055 14.6649 6.95388 14.6649 8.53388Z",
1901
+ stroke: "currentColor",
1902
+ "stroke-linecap": "round",
1903
+ "stroke-linejoin": "round"
1904
+ }
1905
+ ),
1906
+ /* @__PURE__ */ r(
1907
+ "path",
1908
+ {
1909
+ d: "M11.4976 12.1673H11.5036",
1910
+ stroke: "currentColor",
1911
+ "stroke-width": "1.33333",
1912
+ "stroke-linecap": "round",
1913
+ "stroke-linejoin": "round"
1914
+ }
1915
+ )
1916
+ ]
1917
+ }
1918
+ ), N = ({
1919
+ color: t,
1920
+ size: o = 20
1921
+ }) => /* @__PURE__ */ r(
1922
+ "svg",
1923
+ {
1924
+ width: o,
1925
+ height: o,
1926
+ viewBox: "0 0 16 16",
1927
+ fill: "none",
1928
+ xmlns: "http://www.w3.org/2000/svg",
1929
+ style: { color: t },
1930
+ children: /* @__PURE__ */ r(
1931
+ "path",
1932
+ {
1933
+ "fill-rule": "evenodd",
1934
+ "clip-rule": "evenodd",
1935
+ d: "M5.93519 2.83399C5.95607 2.83399 5.97724 2.834 5.9987 2.834H9.9987C10.0202 2.834 10.0413 2.83399 10.0622 2.83399C10.6209 2.83391 10.9765 2.83385 11.2832 2.89484C12.5393 3.14471 13.5213 4.12669 13.7712 5.38288L13.2808 5.48042L13.7712 5.38288C13.8176 5.61625 13.8287 5.87802 13.8313 6.23613C14.6012 6.45351 15.1654 7.1612 15.1654 8.00066V9.63029C15.1654 10.6501 14.6335 11.5457 13.832 12.0549V12.6673C13.832 12.9435 13.6082 13.1673 13.332 13.1673C13.0559 13.1673 12.832 12.9435 12.832 12.6673V12.4505C12.6581 12.4834 12.4785 12.5007 12.295 12.5007H3.7024C3.51886 12.5007 3.33933 12.4834 3.16536 12.4505V12.6673C3.16536 12.9435 2.94151 13.1673 2.66536 13.1673C2.38922 13.1673 2.16536 12.9435 2.16536 12.6673V12.0549C1.36389 11.5457 0.832031 10.6501 0.832031 9.63029V8.00066C0.832031 7.1612 1.39624 6.45351 2.16614 6.23612C2.16873 5.87802 2.17979 5.61625 2.22621 5.38288C2.47608 4.12669 3.45806 3.14471 4.71425 2.89484C5.02086 2.83385 5.37647 2.83391 5.93519 2.83399ZM3.16648 6.23666C3.93541 6.45467 4.4987 7.16189 4.4987 8.00066V8.80066C4.4987 8.81907 4.51362 8.834 4.53203 8.834H11.4654C11.4838 8.834 11.4987 8.81907 11.4987 8.80066V8.00066C11.4987 7.16189 12.062 6.45467 12.8309 6.23666C12.8282 5.89703 12.8193 5.72344 12.7904 5.57797C12.6194 4.71847 11.9476 4.04659 11.0881 3.87563C10.8909 3.83642 10.6422 3.834 9.9987 3.834H5.9987C5.35519 3.834 5.10646 3.83642 4.90934 3.87563C4.04984 4.04659 3.37796 4.71847 3.207 5.57797C3.17806 5.72344 3.16916 5.89703 3.16648 6.23666ZM2.66536 7.16733C2.20513 7.16733 1.83203 7.54043 1.83203 8.00066V9.63029C1.83203 10.6633 2.66943 11.5007 3.7024 11.5007H12.295C13.328 11.5007 14.1654 10.6633 14.1654 9.63029V8.00066C14.1654 7.54043 13.7923 7.16733 13.332 7.16733C12.8718 7.16733 12.4987 7.54043 12.4987 8.00066V8.80066C12.4987 9.37136 12.0361 9.834 11.4654 9.834H4.53203C3.96134 9.834 3.4987 9.37136 3.4987 8.80066V8.00066C3.4987 7.54043 3.1256 7.16733 2.66536 7.16733Z",
1936
+ fill: "currentColor"
1937
+ }
1938
+ )
1939
+ }
1940
+ ), Q = ({
1941
+ color: t,
1942
+ size: o = 20
1943
+ }) => /* @__PURE__ */ e(
1944
+ "svg",
1945
+ {
1946
+ width: o,
1947
+ height: o,
1948
+ viewBox: "0 0 16 16",
1949
+ fill: "none",
1950
+ xmlns: "http://www.w3.org/2000/svg",
1951
+ style: { color: t },
1952
+ children: [
1953
+ /* @__PURE__ */ r(
1954
+ "path",
1955
+ {
1956
+ d: "M11.2857 4.74419C11.2857 4.47447 11.0938 4.25581 10.8571 4.25581C10.6205 4.25581 10.4286 4.47447 10.4286 4.74419V6.04651C10.4286 6.31623 10.6205 6.53488 10.8571 6.53488C11.0938 6.53488 11.2857 6.31623 11.2857 6.04651V4.74419Z",
1957
+ fill: "currentColor"
1958
+ }
1959
+ ),
1960
+ /* @__PURE__ */ r(
1961
+ "path",
1962
+ {
1963
+ d: "M11.2857 9.30233C11.2857 9.03261 11.0938 8.81395 10.8571 8.81395C10.6205 8.81395 10.4286 9.03261 10.4286 9.30233V10.6047C10.4286 10.8744 10.6205 11.093 10.8571 11.093C11.0938 11.093 11.2857 10.8744 11.2857 10.6047V9.30233Z",
1964
+ fill: "currentColor"
1965
+ }
1966
+ ),
1967
+ /* @__PURE__ */ r(
1968
+ "path",
1969
+ {
1970
+ "fill-rule": "evenodd",
1971
+ "clip-rule": "evenodd",
1972
+ d: "M8.03224 1H7.96776C6.91762 0.99999 6.08582 0.999982 5.43484 1.09972C4.76489 1.20236 4.22263 1.41862 3.795 1.90593C3.36736 2.39323 3.17758 3.01115 3.08751 3.77459C2.99998 4.5164 2.99999 5.46425 3 6.66093V8.6879C2.99999 9.88458 2.99998 10.8324 3.08751 11.5742C3.17758 12.3377 3.36736 12.9556 3.795 13.4429C4.0573 13.7418 4.36272 13.9387 4.71429 14.07V14.5116C4.71429 14.7813 4.90616 15 5.14286 15H5.71429C5.95098 15 6.14286 14.7813 6.14286 14.5116V14.319C6.66101 14.3489 7.26556 14.3488 7.96774 14.3488H8.03224C8.73441 14.3488 9.33899 14.3489 9.85714 14.319V14.5116C9.85714 14.7813 10.049 15 10.2857 15H10.8571C11.0938 15 11.2857 14.7813 11.2857 14.5116V14.07C11.6373 13.9387 11.9427 13.7418 12.205 13.4429C12.6326 12.9556 12.8224 12.3377 12.9125 11.5742C13 10.8324 13 9.88459 13 8.68793V6.66094C13 5.46427 13 4.5164 12.9125 3.77459C12.8224 3.01115 12.6326 2.39323 12.205 1.90593C11.7774 1.41862 11.2351 1.20236 10.5652 1.09972C9.91418 0.999982 9.08238 0.99999 8.03224 1ZM4.40109 2.59659C4.64292 2.32101 4.97415 2.15583 5.54906 2.06775C6.13629 1.97778 6.91039 1.97674 8 1.97674C9.08961 1.97674 9.86371 1.97778 10.4509 2.06775C11.0259 2.15583 11.3571 2.32101 11.5989 2.59659C11.8407 2.87217 11.9857 3.24961 12.063 3.90474C12.1419 4.57392 12.1429 5.45602 12.1429 6.69768V7.18605H3.85714V6.69768C3.85714 5.45602 3.85805 4.57392 3.93701 3.90474C4.0143 3.24961 4.15925 2.87217 4.40109 2.59659ZM3.85714 8.16279H12.1429V8.65116C12.1429 9.89281 12.1419 10.7749 12.063 11.4441C11.9857 12.0992 11.8407 12.4767 11.5989 12.7522C11.3571 13.0278 11.0259 13.193 10.4509 13.2811C9.86371 13.3711 9.08961 13.3721 8 13.3721C6.91039 13.3721 6.13629 13.3711 5.54906 13.2811C4.97415 13.193 4.64292 13.0278 4.40109 12.7522C4.15925 12.4767 4.0143 12.0992 3.93701 11.4441C3.85805 10.7749 3.85714 9.89281 3.85714 8.65116V8.16279Z",
1973
+ fill: "currentColor"
1974
+ }
1975
+ )
1976
+ ]
1977
+ }
1978
+ ), X = ({
1979
+ color: t,
1980
+ size: o = 24
1981
+ }) => /* @__PURE__ */ e(
1982
+ "svg",
1983
+ {
1984
+ width: o,
1985
+ height: o,
1986
+ viewBox: "0 0 16 16",
1987
+ fill: "none",
1988
+ xmlns: "http://www.w3.org/2000/svg",
1989
+ style: { color: t },
1990
+ children: [
1991
+ /* @__PURE__ */ r(
1992
+ "path",
1993
+ {
1994
+ "fill-rule": "evenodd",
1995
+ "clip-rule": "evenodd",
1996
+ d: "M5.16536 3.7463C5.16536 2.87902 4.25267 2.31494 3.47695 2.7028L2.14362 3.36947C1.74837 3.56709 1.4987 3.97106 1.4987 4.41296V6.83427H1.33203C1.05589 6.83427 0.832031 7.05813 0.832031 7.33427V11.3343C0.832031 12.715 1.95132 13.8343 3.33203 13.8343C4.71274 13.8343 5.83203 12.715 5.83203 11.3343V7.33427C5.83203 7.05813 5.60817 6.83427 5.33203 6.83427H5.16536V3.7463ZM1.83203 7.83427H4.83203V11.3343C4.83203 12.1627 4.16046 12.8343 3.33203 12.8343C2.5036 12.8343 1.83203 12.1627 1.83203 11.3343V7.83427ZM4.16536 6.83427V3.7463C4.16536 3.6224 4.03498 3.54182 3.92416 3.59723L2.59083 4.26389C2.53436 4.29212 2.4987 4.34983 2.4987 4.41296V6.83427H4.16536Z",
1997
+ fill: "currentColor"
1998
+ }
1999
+ ),
2000
+ /* @__PURE__ */ r(
2001
+ "path",
2002
+ {
2003
+ "fill-rule": "evenodd",
2004
+ "clip-rule": "evenodd",
2005
+ d: "M10.9987 2.83427C8.69751 2.83427 6.83203 4.69975 6.83203 7.00094C6.83203 9.13291 8.43325 10.8909 10.4987 11.1379V12.8343H8.9987C8.72256 12.8343 8.4987 13.0581 8.4987 13.3343C8.4987 13.6104 8.72256 13.8343 8.9987 13.8343H12.9987C13.2748 13.8343 13.4987 13.6104 13.4987 13.3343C13.4987 13.0581 13.2748 12.8343 12.9987 12.8343H11.4987V11.1379C13.5641 10.8909 15.1654 9.13291 15.1654 7.00094C15.1654 4.69975 13.2999 2.83427 10.9987 2.83427ZM10.9987 10.1676C12.7476 10.1676 14.1654 8.74984 14.1654 7.00094C14.1654 5.25203 12.7476 3.83427 10.9987 3.83427C9.2498 3.83427 7.83203 5.25203 7.83203 7.00094C7.83203 8.74984 9.2498 10.1676 10.9987 10.1676Z",
2006
+ fill: "currentColor"
2007
+ }
2008
+ )
2009
+ ]
2010
+ }
2011
+ ), Y = ({
2012
+ color: t,
2013
+ size: o = 20
2014
+ }) => /* @__PURE__ */ e(
2015
+ "svg",
2016
+ {
2017
+ width: o,
2018
+ height: o,
2019
+ viewBox: "0 0 16 16",
2020
+ fill: "none",
2021
+ xmlns: "http://www.w3.org/2000/svg",
2022
+ style: { color: t },
2023
+ children: [
2024
+ /* @__PURE__ */ r("g", { "clip-path": "url(#clip0_3337_149970)", children: /* @__PURE__ */ r(
2025
+ "path",
2026
+ {
2027
+ "fill-rule": "evenodd",
2028
+ "clip-rule": "evenodd",
2029
+ d: "M4.05847 1.08631C4.49781 0.828911 5.00922 0.773018 5.48348 0.897752L5.8102 0.983684C6.19546 1.08501 6.52432 1.33195 6.73738 1.66817C7.34262 2.62326 8.65738 2.62326 9.26262 1.66817C9.47568 1.33195 9.80455 1.08501 10.1898 0.983684L10.5165 0.897752C10.9908 0.773018 11.5022 0.828911 11.9415 1.08631C12.2844 1.28717 12.7554 1.57819 13.0999 1.85436C13.2015 1.93584 13.3042 2.02558 13.4052 2.11886L13.4322 2.14383C13.7213 2.4109 13.9821 2.65186 14.1638 2.88719C14.3693 3.15323 14.5021 3.44592 14.5 3.81425C14.4978 4.19538 14.3419 4.49688 14.121 4.76767C13.9202 5.01385 13.6319 5.27381 13.3028 5.57053L13.1524 5.7061C12.7911 6.03194 12.729 6.10166 12.6946 6.18043C12.6587 6.26251 12.6489 6.36435 12.6489 6.8643L12.6489 12.2085C12.6489 12.6229 12.6489 12.9835 12.6067 13.2857C12.5603 13.6169 12.4598 13.9123 12.2403 14.1871C11.8229 14.7096 11.2878 14.8073 10.6536 14.9231C10.6252 14.9283 10.5966 14.9335 10.5678 14.9388C9.88007 15.0653 9.0119 15.1673 8 15.1673C6.9881 15.1673 6.11993 15.0653 5.43216 14.9388C5.40339 14.9335 5.37481 14.9283 5.34644 14.9231C4.71216 14.8073 4.17709 14.7096 3.7597 14.1871C3.5402 13.9123 3.43968 13.6169 3.39334 13.2857C3.35106 12.9835 3.35109 12.6229 3.35111 12.2085L3.35111 6.8643C3.35111 6.36435 3.34127 6.26251 3.30539 6.18043C3.27095 6.10166 3.20893 6.03194 2.84758 5.7061L2.72406 5.59472C2.71509 5.58662 2.70614 5.57856 2.69722 5.57052C2.36813 5.27381 2.0798 5.01385 1.87897 4.76767C1.65805 4.49688 1.50222 4.19538 1.50003 3.81425C1.4979 3.44592 1.63071 3.15323 1.83619 2.88719C2.01794 2.65186 2.27875 2.4109 2.56783 2.14382C2.57681 2.13552 2.58582 2.12721 2.59485 2.11886C2.69579 2.02558 2.79845 1.93584 2.90011 1.85436C3.24465 1.57819 3.71563 1.28717 4.05847 1.08631ZM5.22912 1.86486C4.99689 1.80378 4.76087 1.83378 4.56398 1.94913C4.22689 2.14663 3.80952 2.40702 3.52554 2.63464C3.44633 2.69813 3.36168 2.77183 3.27354 2.85329C2.94881 3.15337 2.75184 3.33761 2.62762 3.49844C2.52148 3.63587 2.49948 3.71725 2.50001 3.80849C2.50046 3.88692 2.522 3.97395 2.65382 4.13553C2.80029 4.31507 3.02983 4.52391 3.39374 4.85206L3.51726 4.96345C3.53578 4.98015 3.55419 4.99669 3.57245 5.01311C3.84677 5.25967 4.08969 5.47801 4.22165 5.77985C4.35226 6.07859 4.35176 6.40845 4.35119 6.78785C4.35115 6.81311 4.35111 6.8386 4.35111 6.8643V12.1773C4.35111 12.6319 4.35222 12.9222 4.3837 13.1472C4.41217 13.3507 4.46128 13.4631 4.54104 13.563C4.70347 13.7663 4.85429 13.8157 5.61307 13.9553C6.24782 14.0721 7.05519 14.1673 8 14.1673C8.94481 14.1673 9.75218 14.0721 10.3869 13.9553C11.1457 13.8157 11.2965 13.7663 11.459 13.563C11.5387 13.4631 11.5878 13.3507 11.6163 13.1472C11.6478 12.9222 11.6489 12.6319 11.6489 12.1773V6.8643C11.6489 6.8386 11.6488 6.81312 11.6488 6.78785C11.6482 6.40845 11.6477 6.07859 11.7783 5.77985C11.9103 5.47801 12.1532 5.25967 12.4276 5.01311C12.4458 4.99669 12.4642 4.98015 12.4827 4.96345L12.6063 4.85206C12.9702 4.52391 13.1997 4.31507 13.3462 4.13553C13.478 3.97395 13.4995 3.88692 13.5 3.80849C13.5005 3.71725 13.4785 3.63587 13.3724 3.49844C13.2482 3.33761 13.0512 3.15337 12.7265 2.85329C12.6383 2.77183 12.5537 2.69813 12.4745 2.63464C12.1905 2.40702 11.7731 2.14663 11.436 1.94913C11.2391 1.83378 11.0031 1.80378 10.7709 1.86486L10.4442 1.95079C10.3119 1.98557 10.1901 2.07275 10.1073 2.20344C9.1094 3.77817 6.8906 3.77817 5.8927 2.20344C5.80988 2.07275 5.68807 1.98557 5.55585 1.95079L5.22912 1.86486Z",
2030
+ fill: "currentColor"
2031
+ }
2032
+ ) }),
2033
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_3337_149970", children: /* @__PURE__ */ r("rect", { width: "16", height: "16", fill: "currentColor" }) }) })
2034
+ ]
2035
+ }
2036
+ ), $ = ({
2037
+ color: t,
2038
+ size: o = 20
2039
+ }) => /* @__PURE__ */ e(
2040
+ "svg",
2041
+ {
2042
+ width: o,
2043
+ height: o,
2044
+ viewBox: "0 0 16 16",
2045
+ fill: "none",
2046
+ xmlns: "http://www.w3.org/2000/svg",
2047
+ style: { color: t },
2048
+ children: [
2049
+ /* @__PURE__ */ r(
2050
+ "path",
2051
+ {
2052
+ d: "M9.63628 11.4769C9.84206 10.8505 9.94462 10.5376 10.1543 10.3221C10.2538 10.2204 10.3694 10.1357 10.4964 10.0715C10.7632 9.93716 11.0877 9.93716 11.7369 9.93716C12.386 9.93716 12.7106 9.93716 12.978 10.0715C13.1052 10.1356 13.2193 10.2191 13.3201 10.3221C13.5297 10.5376 13.6317 10.8505 13.8374 11.4769L14.0491 12.1228C14.3048 12.903 14.4327 13.2925 14.2418 13.5625C14.0503 13.8319 13.6466 13.8319 12.8384 13.8319H10.6359C9.82778 13.8319 9.42337 13.8319 9.23253 13.5625C9.04104 13.2925 9.16891 12.903 9.42467 12.1228L9.63628 11.4769ZM6.06609 6.28387C6.27121 5.65746 6.37442 5.34458 6.58344 5.12907C6.68427 5.02608 6.7983 4.94256 6.92553 4.87851C7.19297 4.74414 7.51753 4.74414 8.16666 4.74414C8.81579 4.74414 9.14035 4.74414 9.40779 4.87851C9.53502 4.94256 9.64905 5.02608 9.74988 5.12907C9.9589 5.34458 10.0615 5.65746 10.2672 6.28387L10.4789 6.92975C10.7346 7.71 10.8618 8.09948 10.6716 8.36952C10.4802 8.6389 10.0764 8.6389 9.26758 8.6389H7.06574C6.25693 8.6389 5.85317 8.6389 5.66233 8.36952C5.47084 8.09948 5.59871 7.71 5.85447 6.92975L6.06609 6.28387ZM2.49589 11.4769C2.70166 10.8505 2.80422 10.5376 3.01389 10.3221C3.11385 10.2191 3.22788 10.1356 3.35598 10.0715C3.62277 9.93716 3.94733 9.93716 4.59646 9.93716C5.24559 9.93716 5.57015 9.93716 5.83759 10.0715C5.96482 10.1356 6.07885 10.2191 6.17968 10.3221C6.38935 10.5376 6.49126 10.8505 6.69704 11.4769L6.90865 12.1228C7.16441 12.903 7.29229 13.2925 7.10144 13.5625C6.90995 13.8319 6.50619 13.8319 5.69803 13.8319H3.49554C2.68738 13.8319 2.28297 13.8319 2.09213 13.5625C1.90064 13.2925 2.02851 12.903 2.28427 12.1228L2.49589 11.4769Z",
2053
+ stroke: "currentColor",
2054
+ "stroke-width": "0.973691"
2055
+ }
2056
+ ),
2057
+ /* @__PURE__ */ r(
2058
+ "path",
2059
+ {
2060
+ d: "M8.16717 0.849609V2.14786M5.24609 1.8233L6.21978 2.79699M11.0882 1.8233L10.1145 2.79699",
2061
+ stroke: "currentColor",
2062
+ "stroke-width": "0.973691",
2063
+ "stroke-linecap": "round"
2064
+ }
2065
+ )
2066
+ ]
2067
+ }
2068
+ ), z = ({
2069
+ color: t,
2070
+ size: o = 20
2071
+ }) => /* @__PURE__ */ r(
2072
+ "svg",
2073
+ {
2074
+ width: o,
2075
+ height: o,
2076
+ viewBox: "0 0 16 16",
2077
+ fill: "none",
2078
+ xmlns: "http://www.w3.org/2000/svg",
2079
+ style: { color: t },
2080
+ children: /* @__PURE__ */ r(
2081
+ "path",
2082
+ {
2083
+ "fill-rule": "evenodd",
2084
+ "clip-rule": "evenodd",
2085
+ d: "M9.24158 3.85623C9.03244 3.8346 8.76182 3.83399 8.35062 3.83399H7.99871C7.72257 3.83399 7.49871 3.61013 7.49871 3.33399C7.49871 3.05784 7.72257 2.83399 7.99871 2.83399L8.3752 2.83398C8.75519 2.83397 9.07781 2.83396 9.34443 2.86153C9.6283 2.89088 9.89066 2.95461 10.1385 3.10779C10.3864 3.26097 10.5607 3.46712 10.7139 3.7079C10.849 3.9202 10.9844 4.18752 11.1411 4.50065L11.9109 4.50065C12.1001 4.50064 12.2738 4.50062 12.4186 4.51363C12.575 4.52768 12.7456 4.55997 12.9107 4.65424C13.0917 4.75764 13.2417 4.90767 13.3451 5.08871C13.4394 5.25377 13.4717 5.42431 13.4857 5.58077C13.4987 5.72554 13.4987 5.89929 13.4987 6.0885V6.1078L13.4988 6.15083C13.4992 6.324 13.4996 6.50942 13.4434 6.68539C13.4057 6.80326 13.3496 6.9144 13.277 7.01462C13.1687 7.16425 13.0191 7.27388 12.8795 7.37627L12.8448 7.40174L12.6598 7.53805L12.9845 8.18749C14.2145 8.3442 15.1654 9.39472 15.1654 10.6673C15.1654 12.048 14.0461 13.1673 12.6654 13.1673C11.4559 13.1673 10.447 12.3084 10.2154 11.1673H6.78203C6.5504 12.3084 5.54152 13.1673 4.33204 13.1673C3.12046 13.1673 2.11017 12.3054 1.88085 11.1614C1.32118 11.1047 0.879971 10.6555 0.835638 10.0922C0.831977 10.0457 0.832007 9.99532 0.832036 9.94682L0.832042 9.93399L0.832041 9.90859C0.832027 9.68522 0.832019 9.54319 0.841803 9.41886C0.964016 7.86601 2.1974 6.63263 3.75025 6.51041C3.87458 6.50063 4.01661 6.50064 4.23997 6.50065L4.26538 6.50065L4.70004 6.50065C5.29903 6.50063 5.79851 6.50062 6.19503 6.55393C6.61356 6.6102 6.99142 6.73398 7.29507 7.03762C7.59872 7.34127 7.7225 7.71914 7.77877 8.13767C7.83208 8.53419 7.83206 9.03367 7.83204 9.63266L7.83204 10.1673H10.2154C10.3969 9.27327 11.0555 8.55247 11.9138 8.28226L10.2885 5.03169C10.1046 4.6639 9.98307 4.42212 9.8702 4.24473C9.76355 4.07712 9.68713 4.0044 9.61277 3.95844C9.53842 3.91249 9.4392 3.87666 9.24158 3.85623ZM6.83204 10.1673V9.66732C6.83204 9.02464 6.83098 8.59294 6.78768 8.27091C6.74632 7.96327 6.67484 7.83161 6.58796 7.74473C6.50109 7.65785 6.36942 7.58637 6.06178 7.54501C5.73976 7.50171 5.30805 7.50065 4.66538 7.50065H4.26538C4.00824 7.50065 3.90864 7.50104 3.82871 7.50733C2.76623 7.59095 1.92234 8.43484 1.83872 9.49732C1.83243 9.57725 1.83204 9.67685 1.83204 9.93399C1.83204 9.96629 1.83205 9.98552 1.83225 10C1.83892 10.0813 1.91803 10.1604 1.99932 10.1671L6.83204 10.1673ZM2.91739 11.1673C3.12331 11.7499 3.67893 12.1673 4.33204 12.1673C4.98515 12.1673 5.54077 11.7499 5.74669 11.1673H2.91739ZM11.1654 10.6673C11.1654 9.83889 11.8369 9.16732 12.6654 9.16732C13.4938 9.16732 14.1654 9.83889 14.1654 10.6673C14.1654 11.4957 13.4938 12.1673 12.6654 12.1673C11.8369 12.1673 11.1654 11.4957 11.1654 10.6673ZM12.2059 6.63034L12.2517 6.59662C12.3439 6.5287 12.3957 6.49026 12.4332 6.45909C12.4563 6.43987 12.4649 6.43065 12.4671 6.42808C12.4774 6.41378 12.4854 6.39793 12.4908 6.38112C12.4895 6.38528 12.4931 6.37826 12.4956 6.33551C12.4985 6.28686 12.4987 6.22232 12.4987 6.1078C12.4987 5.89287 12.4982 5.7648 12.4897 5.67024C12.4846 5.6131 12.4779 5.58926 12.4756 5.58272C12.4613 5.55837 12.441 5.53807 12.4166 5.52372C12.4101 5.52146 12.3863 5.51475 12.3291 5.50962C12.2346 5.50112 12.1065 5.50065 11.8916 5.50065H11.6411L12.2059 6.63034Z",
2086
+ fill: "currentColor"
2087
+ }
2088
+ )
2089
+ }
2090
+ ), r1 = ({
2091
+ color: t,
2092
+ size: o = 20
2093
+ }) => /* @__PURE__ */ r(
2094
+ "svg",
2095
+ {
2096
+ width: o,
2097
+ height: o,
2098
+ viewBox: "0 0 16 16",
2099
+ fill: "none",
2100
+ xmlns: "http://www.w3.org/2000/svg",
2101
+ style: { color: t },
2102
+ children: /* @__PURE__ */ r(
2103
+ "path",
2104
+ {
2105
+ "fill-rule": "evenodd",
2106
+ "clip-rule": "evenodd",
2107
+ d: "M3.33464 3.49179C2.82695 4.61999 2.5 6.21366 2.5 8.00065C2.5 9.78764 2.82695 11.3813 3.33464 12.5095C3.86345 13.6846 4.49088 14.1673 5 14.1673C5.50912 14.1673 6.13655 13.6846 6.66536 12.5095C7.17305 11.3813 7.5 9.78764 7.5 8.00065C7.5 6.21366 7.17305 4.61999 6.66536 3.49179C6.13655 2.31666 5.50912 1.83398 5 1.83398C4.49088 1.83398 3.86345 2.31666 3.33464 3.49179ZM6.82591 1.83398C7.11873 2.19128 7.36989 2.62054 7.57728 3.08142C8.15538 4.36609 8.5 6.10574 8.5 8.00065C8.5 9.89556 8.15538 11.6352 7.57728 12.9199C7.36989 13.3808 7.11873 13.81 6.82591 14.1673H11C11.5091 14.1673 12.1366 13.6846 12.6654 12.5095C13.173 11.3813 13.5 9.78764 13.5 8.00065C13.5 6.21366 13.173 4.61999 12.6654 3.49179C12.1366 2.31666 11.5091 1.83398 11 1.83398H6.82591ZM5 0.833984H11C12.1477 0.833984 13.0203 1.8437 13.5773 3.08142C14.1554 4.36609 14.5 6.10574 14.5 8.00065C14.5 9.89556 14.1554 11.6352 13.5773 12.9199C13.0203 14.1576 12.1477 15.1673 11 15.1673H5C3.85226 15.1673 2.9797 14.1576 2.42272 12.9199C1.84462 11.6352 1.5 9.89556 1.5 8.00065C1.5 6.10574 1.84462 4.36609 2.42272 3.08142C2.9797 1.8437 3.85226 0.833984 5 0.833984ZM4.77796 5.29349C4.60951 5.9673 4.5 6.92465 4.5 8.00065C4.5 9.07665 4.60951 10.034 4.77796 10.7078C4.84953 10.9941 4.92694 11.2094 5 11.3558C5.07306 11.2094 5.15047 10.9941 5.22204 10.7078C5.3639 10.1404 5.46396 9.37181 5.49201 8.50065H5.33333C5.05719 8.50065 4.83333 8.27679 4.83333 8.00065C4.83333 7.72451 5.05719 7.50065 5.33333 7.50065H5.49201C5.46396 6.62949 5.3639 5.86094 5.22204 5.29349C5.15047 5.00725 5.07306 4.7919 5 4.64553C4.92694 4.7919 4.84953 5.00725 4.77796 5.29349ZM5.11573 4.46811C5.11576 4.46838 5.1138 4.47031 5.10975 4.47311C5.11367 4.46925 5.11569 4.46785 5.11573 4.46811ZM4.89025 4.47311C4.8862 4.47031 4.88424 4.46838 4.88427 4.46811C4.88431 4.46785 4.88633 4.46925 4.89025 4.47311ZM4.88427 11.5332C4.88424 11.5329 4.8862 11.531 4.89024 11.5282C4.88633 11.5321 4.88431 11.5335 4.88427 11.5332ZM5.10976 11.5282C5.1138 11.531 5.11576 11.5329 5.11573 11.5332C5.11569 11.5335 5.11367 11.5321 5.10976 11.5282ZM4.18032 4.06058C4.31526 3.83228 4.57601 3.50065 5 3.50065C5.42399 3.50065 5.68474 3.83228 5.81968 4.06058C5.9744 4.32234 6.0964 4.66785 6.19218 5.05096C6.38566 5.82487 6.5 6.86751 6.5 8.00065C6.5 9.13379 6.38566 10.1764 6.19218 10.9503C6.0964 11.3335 5.9744 11.679 5.81968 11.9407C5.68474 12.169 5.42399 12.5007 5 12.5007C4.57601 12.5007 4.31526 12.169 4.18032 11.9407C4.0256 11.679 3.9036 11.3335 3.80782 10.9503C3.61434 10.1764 3.5 9.13379 3.5 8.00065C3.5 6.86751 3.61434 5.82487 3.80782 5.05096C3.9036 4.66785 4.0256 4.32234 4.18032 4.06058Z",
2108
+ fill: "currentColor"
2109
+ }
2110
+ )
2111
+ }
2112
+ ), o1 = ({ color: t, size: o = 20 }) => /* @__PURE__ */ r(
2113
+ "svg",
2114
+ {
2115
+ width: o,
2116
+ height: o,
2117
+ viewBox: "0 0 16 16",
2118
+ fill: "none",
2119
+ xmlns: "http://www.w3.org/2000/svg",
2120
+ style: { color: t },
2121
+ children: /* @__PURE__ */ r(
2122
+ "path",
2123
+ {
2124
+ "fill-rule": "evenodd",
2125
+ "clip-rule": "evenodd",
2126
+ d: "M6.76897 2.16546C6.42272 2.42964 6.01608 2.83478 5.42746 3.4234C4.83885 4.01201 4.4337 4.41866 4.16952 4.7649C3.91415 5.09962 3.83805 5.31849 3.83805 5.52472C3.83805 5.73095 3.91415 5.94982 4.16952 6.28453C4.4337 6.63078 4.83885 7.03742 5.42746 7.62604L8.37331 10.5719C8.96192 11.1605 9.36857 11.5656 9.71482 11.8298C10.0495 12.0852 10.2684 12.1613 10.4746 12.1613C10.6809 12.1613 10.8997 12.0852 11.2344 11.8298C11.5807 11.5656 11.9873 11.1605 12.576 10.5719C13.1646 9.98327 13.5697 9.57663 13.8339 9.23038C14.0893 8.89567 14.1654 8.6768 14.1654 8.47057C14.1654 8.26434 14.0893 8.04546 13.8339 7.71075C13.5697 7.3645 13.1646 6.95786 12.576 6.36925L9.6301 3.4234C9.04149 2.83478 8.63484 2.42964 8.2886 2.16546C7.95388 1.91008 7.73501 1.83398 7.52878 1.83398C7.32255 1.83398 7.10368 1.91008 6.76897 2.16546ZM6.16239 1.37044C6.58605 1.04719 7.016 0.833984 7.52878 0.833984C8.04157 0.833984 8.47151 1.04719 8.89518 1.37044C9.30114 1.68018 9.7548 2.13386 10.3118 2.69085L10.4746 2.85369C10.6338 2.69516 10.7755 2.56128 10.9313 2.47131C11.4083 2.19595 11.9959 2.19595 12.4728 2.47131C12.6503 2.5738 12.8095 2.73328 12.9971 2.92127C13.0105 2.93463 13.0239 2.94814 13.0376 2.96178C13.0512 2.97541 13.0647 2.98889 13.0781 3.00222C13.2661 3.18984 13.4255 3.34901 13.528 3.52652C13.8034 4.00347 13.8034 4.59109 13.528 5.06804C13.4381 5.22386 13.3042 5.36554 13.1457 5.52474L13.3085 5.68759C13.8655 6.24456 14.3192 6.69821 14.6289 7.10417C14.9522 7.52783 15.1654 7.95778 15.1654 8.47057C15.1654 8.98335 14.9522 9.4133 14.6289 9.83696C14.3192 10.2429 13.8655 10.6966 13.3085 11.2535L13.2576 11.3044C12.7006 11.8614 12.247 12.3151 11.841 12.6248C11.4174 12.9481 10.9874 13.1613 10.4746 13.1613C9.96185 13.1613 9.5319 12.9481 9.10824 12.6248C8.70227 12.3151 8.24861 11.8614 7.69163 11.3044L7.52878 11.1416L4.20002 14.4703C4.18638 14.484 4.17291 14.4975 4.15957 14.5108C3.97196 14.6988 3.81279 14.8583 3.63528 14.9608C3.15833 15.2362 2.57071 15.2362 2.09376 14.9608C1.91625 14.8583 1.75708 14.6988 1.56946 14.5108C1.55613 14.4975 1.54265 14.484 1.52902 14.4703C1.51538 14.4567 1.50187 14.4432 1.48851 14.4299C1.30053 14.2423 1.14104 14.0831 1.03856 13.9056C0.76319 13.4286 0.76319 12.841 1.03855 12.3641C1.14104 12.1866 1.30052 12.0274 1.48851 11.8398C1.50187 11.8264 1.51538 11.813 1.52902 11.7993L4.85778 8.47057L4.6949 8.3077C4.13792 7.75073 3.68424 7.29707 3.3745 6.89111C3.05126 6.46745 2.83805 6.0375 2.83805 5.52472C2.83805 5.01193 3.05126 4.58199 3.3745 4.15832C3.68424 3.75236 4.13792 3.2987 4.69492 2.74172L4.7458 2.69085C5.30277 2.13385 5.75643 1.68018 6.16239 1.37044ZM5.56488 9.17767L2.23612 12.5064C1.98507 12.7575 1.93193 12.8167 1.90458 12.8641C1.80785 13.0316 1.80785 13.238 1.90458 13.4056C1.93193 13.453 1.98507 13.5122 2.23612 13.7632C2.48718 14.0143 2.54639 14.0674 2.59376 14.0948C2.76131 14.1915 2.96773 14.1915 3.13528 14.0948C3.18265 14.0674 3.24186 14.0143 3.49292 13.7632L6.82168 10.4345L5.56488 9.17767ZM12.4383 4.81735C12.5982 4.65562 12.6391 4.60768 12.662 4.56804C12.7587 4.40049 12.7587 4.19407 12.662 4.02652C12.6347 3.97915 12.5815 3.91994 12.3305 3.66888C12.0794 3.41783 12.0202 3.36469 11.9728 3.33734C11.8053 3.24061 11.5989 3.24061 11.4313 3.33734C11.3917 3.36023 11.3437 3.40118 11.182 3.56108L12.4383 4.81735Z",
2127
+ fill: "currentColor"
2128
+ }
2129
+ )
2130
+ }
2131
+ ), t1 = ({
2132
+ color: t,
2133
+ size: o = 24
2134
+ }) => /* @__PURE__ */ r(
2135
+ "svg",
2136
+ {
2137
+ width: o,
2138
+ height: o,
2139
+ viewBox: "0 0 16 16",
2140
+ fill: "none",
2141
+ xmlns: "http://www.w3.org/2000/svg",
2142
+ style: { color: t },
2143
+ children: /* @__PURE__ */ r(
2144
+ "path",
2145
+ {
2146
+ "fill-rule": "evenodd",
2147
+ "clip-rule": "evenodd",
2148
+ d: "M8.4473 1.00754C8.87899 0.761473 9.43622 0.760934 9.90207 1.11036C11.1338 2.03422 12.5014 3.63071 12.5014 5.87224C12.5014 7.6936 11.7049 8.8762 10.6872 9.5852C9.69579 10.2759 8.52263 10.5006 7.73476 10.5006C7.02164 10.5006 5.97223 10.2685 5.08999 9.5661C4.18581 8.8462 3.50143 7.66637 3.50143 5.87224C3.50143 4.25659 4.43838 3.21795 5.23037 2.68711C5.8444 2.27554 6.7584 2.54323 6.87835 3.38054C6.92226 3.68709 7.08016 3.90554 7.19302 3.97922C7.20617 3.9878 7.21613 3.99291 7.22314 3.99591C7.23596 3.98535 7.25785 3.963 7.28628 3.91843C7.60801 3.41389 7.73672 2.69358 7.73672 2.25992C7.73672 1.71362 8.02496 1.24828 8.4473 1.00754ZM7.21033 4.00442C7.21031 4.00432 7.21126 4.00377 7.21324 4.00304C7.21135 4.00415 7.21036 4.00451 7.21033 4.00442ZM7.23372 3.99961C7.23526 3.99969 7.23605 3.99988 7.23606 3.99995C7.23608 4.00003 7.23531 3.99999 7.23372 3.99961ZM8.94251 1.87631C8.83184 1.93939 8.73672 2.07334 8.73672 2.25992C8.73672 2.81656 8.58469 3.74218 8.12943 4.4561C7.96477 4.7143 7.73134 4.91404 7.43087 4.97861C7.13269 5.04269 6.85754 4.95442 6.64639 4.81659C6.24041 4.55157 5.96341 4.04562 5.88845 3.52234C5.88707 3.51266 5.88504 3.50707 5.88393 3.50449C5.88282 3.5019 5.882 3.50086 5.88181 3.50063L5.88181 3.50062C5.88168 3.50045 5.88037 3.49874 5.8755 3.49684C5.86666 3.49338 5.83439 3.4861 5.78714 3.51777C5.17566 3.92763 4.50143 4.69152 4.50143 5.87224C4.50143 7.38081 5.06149 8.26516 5.71287 8.78378C6.38618 9.31986 7.20344 9.50061 7.73476 9.50061C8.36912 9.50061 9.32929 9.31248 10.1156 8.76468C10.8757 8.23516 11.5014 7.35358 11.5014 5.87224C11.5014 4.07184 10.404 2.73687 9.30203 1.91033C9.16927 1.81075 9.04384 1.81856 8.94251 1.87631ZM10.1451 6.18836C10.4096 6.26771 10.5597 6.54646 10.4803 6.81095C10.3011 7.40852 9.55768 8.50061 8.00143 8.50061C7.72529 8.50061 7.50143 8.27675 7.50143 8.00061C7.50143 7.72447 7.72529 7.50061 8.00143 7.50061C9.00518 7.50061 9.43512 6.81492 9.52252 6.5236C9.60186 6.25911 9.88061 6.10902 10.1451 6.18836ZM2.21002 9.8002C2.3207 9.54721 2.61551 9.43185 2.8685 9.54253L6.20184 11.0009C6.45483 11.1115 6.57019 11.4064 6.45951 11.6594C6.34882 11.9123 6.05401 12.0277 5.80102 11.917L2.46769 10.4587C2.2147 10.348 2.09933 10.0532 2.21002 9.8002ZM13.7928 9.8002C13.9035 10.0532 13.7882 10.348 13.5352 10.4587L2.8685 15.1254C2.61551 15.236 2.3207 15.1207 2.21002 14.8677C2.09933 14.6147 2.2147 14.3199 2.46769 14.2092L13.1344 9.54253C13.3873 9.43185 13.6822 9.54721 13.7928 9.8002ZM9.21002 12.8627C9.3207 12.6097 9.61551 12.4944 9.86851 12.605L13.5352 14.2092C13.7882 14.3199 13.9035 14.6147 13.7928 14.8677C13.6822 15.1207 13.3873 15.236 13.1344 15.1254L9.46769 13.5212C9.2147 13.4105 9.09933 13.1157 9.21002 12.8627Z",
2149
+ fill: "currentColor"
2150
+ }
2151
+ )
2152
+ }
2153
+ ), e1 = ({
2154
+ color: t,
2155
+ size: o = 12
2156
+ }) => /* @__PURE__ */ e(
2157
+ "svg",
2158
+ {
2159
+ width: o,
2160
+ height: o,
2161
+ viewBox: "0 0 16 16",
2162
+ fill: "none",
2163
+ xmlns: "http://www.w3.org/2000/svg",
2164
+ style: { color: t },
2165
+ children: [
2166
+ /* @__PURE__ */ r(
2167
+ "path",
2168
+ {
2169
+ d: "M5.83294 8.66667C5.83294 8.39052 5.60908 8.16667 5.33294 8.16667C5.0568 8.16667 4.83294 8.39052 4.83294 8.66667V11.3333C4.83294 11.6095 5.0568 11.8333 5.33294 11.8333C5.60908 11.8333 5.83294 11.6095 5.83294 11.3333V8.66667Z",
2170
+ fill: "currentColor"
2171
+ }
2172
+ ),
2173
+ /* @__PURE__ */ r(
2174
+ "path",
2175
+ {
2176
+ d: "M10.6663 8.16667C10.9424 8.16667 11.1663 8.39052 11.1663 8.66667V11.3333C11.1663 11.6095 10.9424 11.8333 10.6663 11.8333C10.3901 11.8333 10.1663 11.6095 10.1663 11.3333V8.66667C10.1663 8.39052 10.3901 8.16667 10.6663 8.16667Z",
2177
+ fill: "currentColor"
2178
+ }
2179
+ ),
2180
+ /* @__PURE__ */ r(
2181
+ "path",
2182
+ {
2183
+ d: "M8.49961 8.66667C8.49961 8.39052 8.27575 8.16667 7.99961 8.16667C7.72347 8.16667 7.49961 8.39052 7.49961 8.66667V11.3333C7.49961 11.6095 7.72347 11.8333 7.99961 11.8333C8.27575 11.8333 8.49961 11.6095 8.49961 11.3333V8.66667Z",
2184
+ fill: "currentColor"
2185
+ }
2186
+ ),
2187
+ /* @__PURE__ */ r(
2188
+ "path",
2189
+ {
2190
+ "fill-rule": "evenodd",
2191
+ "clip-rule": "evenodd",
2192
+ d: "M11.5155 2.31532C11.1984 2.19141 10.8433 2.17049 10.3876 2.16718C10.2004 1.77275 9.79854 1.5 9.33294 1.5H6.66628C6.20067 1.5 5.79878 1.77275 5.61164 2.16718C5.15594 2.17049 4.80078 2.19141 4.48375 2.31532C4.10496 2.46336 3.77548 2.71503 3.533 3.04154C3.28838 3.37092 3.17355 3.79312 3.0155 4.37422L2.59692 5.90951C2.33859 6.04179 2.11253 6.21994 1.92395 6.46147C1.50929 6.99256 1.43586 7.62512 1.50962 8.35072C1.5812 9.05481 1.80287 9.94142 2.08034 11.0513L2.09794 11.1217C2.27339 11.8235 2.41585 12.3934 2.58528 12.8381C2.76192 13.3018 2.98619 13.6818 3.35594 13.9705C3.72568 14.2592 4.14877 14.3846 4.64145 14.4435C5.114 14.5 5.70138 14.5 6.42483 14.5H9.57433C10.2978 14.5 10.8852 14.5 11.3577 14.4435C11.8504 14.3846 12.2735 14.2592 12.6432 13.9705C13.013 13.6818 13.2372 13.3018 13.4139 12.8381C13.5833 12.3934 13.7258 11.8235 13.9012 11.1217L13.9188 11.0513C14.1963 9.94145 14.418 9.05481 14.4895 8.35072C14.5633 7.62512 14.4899 6.99256 14.0752 6.46147C13.8866 6.21996 13.6606 6.04182 13.4023 5.90954L12.9837 4.37422C12.8257 3.79312 12.7108 3.37092 12.4662 3.04154C12.2237 2.71503 11.8943 2.46336 11.5155 2.31532ZM4.84777 3.24671C4.9943 3.18944 5.17135 3.17259 5.61258 3.16813C5.80012 3.5615 6.20145 3.83333 6.66628 3.83333H9.33294C9.79777 3.83333 10.1991 3.5615 10.3866 3.16813C10.8279 3.17259 11.0049 3.18944 11.1515 3.24671C11.3554 3.32643 11.5328 3.46194 11.6634 3.63775C11.7808 3.79584 11.8497 4.01672 12.0436 4.72796L12.2793 5.59246C11.5875 5.49997 10.6943 5.49999 9.58451 5.5H6.41465C5.30493 5.49999 4.41174 5.49997 3.71988 5.59246L3.9556 4.72796C4.14953 4.01672 4.21842 3.79584 4.33583 3.63775C4.46639 3.46194 4.6438 3.32643 4.84777 3.24671ZM6.66628 2.5C6.57423 2.5 6.49961 2.57462 6.49961 2.66667C6.49961 2.75871 6.57423 2.83333 6.66628 2.83333H9.33294C9.42499 2.83333 9.49961 2.75871 9.49961 2.66667C9.49961 2.57462 9.42499 2.5 9.33294 2.5H6.66628ZM2.71216 7.07688C2.89805 6.8388 3.19203 6.67887 3.79948 6.591C4.4199 6.50124 5.26112 6.5 6.45602 6.5H9.54314C10.738 6.5 11.5793 6.50124 12.1997 6.591C12.8071 6.67887 13.1011 6.8388 13.287 7.07688C13.4729 7.31497 13.5567 7.63896 13.4947 8.24958C13.4313 8.87325 13.2284 9.68965 12.9386 10.8489C12.7538 11.5882 12.6251 12.0997 12.4794 12.4821C12.3385 12.8519 12.2006 13.0474 12.0278 13.1823C11.855 13.3172 11.6319 13.4036 11.239 13.4506C10.8327 13.4992 10.3053 13.5 9.54314 13.5H6.45602C5.69389 13.5 5.16644 13.4992 4.76018 13.4506C4.36727 13.4036 4.14412 13.3172 3.97135 13.1823C3.79857 13.0474 3.66063 12.8519 3.51976 12.4821C3.3741 12.0997 3.24536 11.5882 3.06052 10.8489C2.77072 9.68965 2.5679 8.87325 2.50449 8.24958C2.44242 7.63896 2.52627 7.31497 2.71216 7.07688Z",
2193
+ fill: "currentColor"
2194
+ }
2195
+ )
2196
+ ]
2197
+ }
2198
+ ), n1 = ({
2199
+ color: t,
2200
+ size: o = 24
2201
+ }) => /* @__PURE__ */ e(
2202
+ "svg",
2203
+ {
2204
+ width: o,
2205
+ height: o,
2206
+ viewBox: "0 0 16 16",
2207
+ fill: "none",
2208
+ xmlns: "http://www.w3.org/2000/svg",
2209
+ style: { color: t },
2210
+ children: [
2211
+ /* @__PURE__ */ e("g", { "clip-path": "url(#clip0_2535_110461)", children: [
2212
+ /* @__PURE__ */ r(
2213
+ "path",
2214
+ {
2215
+ d: "M8.33615 3.50069C8.06001 3.49846 7.83436 3.7205 7.83213 3.99664C7.8299 4.27277 8.05194 4.49843 8.32808 4.50066C9.15082 4.50729 9.82549 5.18197 9.83213 6.00471C9.83436 6.28084 10.06 6.50288 10.3361 6.50066C10.6123 6.49843 10.8343 6.27277 10.8321 5.99664C10.8211 4.62792 9.70486 3.51173 8.33615 3.50069Z",
2216
+ fill: "currentColor"
2217
+ }
2218
+ ),
2219
+ /* @__PURE__ */ r(
2220
+ "path",
2221
+ {
2222
+ "fill-rule": "evenodd",
2223
+ "clip-rule": "evenodd",
2224
+ d: "M2.53924 6.45747C2.5149 3.34325 4.94706 0.80872 8.00288 0.834174C11.0517 0.85957 13.5146 3.4243 13.5389 6.53294C13.5593 9.13816 11.7885 11.6219 9.37564 12.312C9.40342 12.3692 9.42694 12.4244 9.44339 12.477C9.66486 13.1853 9.20589 13.8982 8.49877 14.0419V15.0007C8.49877 15.2768 8.27492 15.5007 7.99877 15.5007C7.72263 15.5007 7.49877 15.2768 7.49877 15.0007V14.0419C6.79165 13.8982 6.33268 13.1853 6.55416 12.477C6.57247 12.4185 6.59954 12.3567 6.63151 12.2925C4.23665 11.5659 2.55947 9.04518 2.53924 6.45747ZM7.99455 1.83414C5.52771 1.81359 3.51899 3.86313 3.53921 6.44965C3.55989 9.09507 5.57788 11.4803 8.00288 11.5005C10.4392 11.5208 12.5594 9.15986 12.5389 6.54076C12.5187 3.94867 10.4684 1.85475 7.99455 1.83414ZM7.99455 12.5005C8.10974 12.5014 8.22408 12.4983 8.33749 12.4912C8.34285 12.5029 8.34869 12.5144 8.35503 12.5258L8.4648 12.7262L8.48957 12.7775C8.5232 12.8892 8.4565 13.0307 8.29857 13.0621C8.29857 13.0621 8.28329 13.0644 8.23442 13.0658L7.99877 13.0675C7.88869 13.0675 7.81696 13.0674 7.76312 13.0658C7.71425 13.0644 7.69898 13.0621 7.69898 13.0621C7.54105 13.0307 7.47449 12.8888 7.50811 12.7771C7.50931 12.7743 7.51535 12.7598 7.53274 12.7262C7.55653 12.6802 7.59018 12.6197 7.64252 12.5258C7.64974 12.5128 7.65632 12.4996 7.66227 12.4864C7.77199 12.4948 7.88277 12.4996 7.99455 12.5005Z",
2225
+ fill: "currentColor"
2226
+ }
2227
+ )
2228
+ ] }),
2229
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_2535_110461", children: /* @__PURE__ */ r("rect", { width: "16", height: "16", fill: "white" }) }) })
2230
+ ]
2231
+ }
2232
+ ), C1 = ({ color: t, size: o = 20 }) => /* @__PURE__ */ e(
2233
+ "svg",
2234
+ {
2235
+ width: o,
2236
+ height: o,
2237
+ viewBox: "0 0 16 16",
2238
+ fill: "none",
2239
+ xmlns: "http://www.w3.org/2000/svg",
2240
+ style: { color: t },
2241
+ children: [
2242
+ /* @__PURE__ */ r(
2243
+ "path",
2244
+ {
2245
+ d: "M2.94173 11.166C2.78173 13.0927 4.23506 14.666 6.1684 14.666H9.36173C11.5351 14.666 13.0284 12.9127 12.6684 10.766C12.2884 8.51268 10.1151 6.66602 7.8284 6.66602C5.3484 6.66602 3.1484 8.69268 2.94173 11.166Z",
2246
+ stroke: "currentColor",
2247
+ "stroke-linecap": "round",
2248
+ "stroke-linejoin": "round"
2249
+ }
2250
+ ),
2251
+ /* @__PURE__ */ r(
2252
+ "path",
2253
+ {
2254
+ d: "M6.97917 4.99935C7.89964 4.99935 8.64583 4.25316 8.64583 3.33268C8.64583 2.41221 7.89964 1.66602 6.97917 1.66602C6.05869 1.66602 5.3125 2.41221 5.3125 3.33268C5.3125 4.25316 6.05869 4.99935 6.97917 4.99935Z",
2255
+ stroke: "currentColor",
2256
+ "stroke-linecap": "round",
2257
+ "stroke-linejoin": "round"
2258
+ }
2259
+ ),
2260
+ /* @__PURE__ */ r(
2261
+ "path",
2262
+ {
2263
+ d: "M11.5326 5.79948C12.2689 5.79948 12.8659 5.20253 12.8659 4.46615C12.8659 3.72977 12.2689 3.13281 11.5326 3.13281C10.7962 3.13281 10.1992 3.72977 10.1992 4.46615C10.1992 5.20253 10.7962 5.79948 11.5326 5.79948Z",
2264
+ stroke: "currentColor",
2265
+ "stroke-linecap": "round",
2266
+ "stroke-linejoin": "round"
2267
+ }
2268
+ ),
2269
+ /* @__PURE__ */ r(
2270
+ "path",
2271
+ {
2272
+ d: "M14 8.4668C14.5523 8.4668 15 8.01908 15 7.4668C15 6.91451 14.5523 6.4668 14 6.4668C13.4477 6.4668 13 6.91451 13 7.4668C13 8.01908 13.4477 8.4668 14 8.4668Z",
2273
+ stroke: "currentColor",
2274
+ "stroke-linecap": "round",
2275
+ "stroke-linejoin": "round"
2276
+ }
2277
+ ),
2278
+ /* @__PURE__ */ r(
2279
+ "path",
2280
+ {
2281
+ d: "M2.64583 7.13346C3.38221 7.13346 3.97917 6.53651 3.97917 5.80013C3.97917 5.06375 3.38221 4.4668 2.64583 4.4668C1.90945 4.4668 1.3125 5.06375 1.3125 5.80013C1.3125 6.53651 1.90945 7.13346 2.64583 7.13346Z",
2282
+ stroke: "currentColor",
2283
+ "stroke-linecap": "round",
2284
+ "stroke-linejoin": "round"
2285
+ }
2286
+ )
2287
+ ]
2288
+ }
1782
2289
  );
1783
2290
  export {
1784
- R as AddIcon,
2291
+ _ as AddIcon,
1785
2292
  D as ArrowDownIcon,
1786
- s as ArrowRightIcon,
2293
+ l as ArrowRightIcon,
1787
2294
  f as BagIcon,
2295
+ n1 as BalloonIcon,
1788
2296
  a as BoxIcon,
1789
- O as BoxTickIcon,
1790
- W as BoxTimeIcon,
2297
+ q as BoxTickIcon,
2298
+ R as BoxTimeIcon,
1791
2299
  g as CardTickIcon,
1792
2300
  M as CardsIcon,
2301
+ e1 as CartIcon,
1793
2302
  I as CategoryIcon,
1794
- P as ChevronBottomIcon,
1795
- C as ChevronLeftIcon,
2303
+ s1 as ChevronBottomIcon,
2304
+ s as ChevronLeftIcon,
1796
2305
  d as ChevronRightIcon,
1797
- k as ChevronTopIcon,
1798
- Q as CloseCircleIcon,
1799
- X as CloseIcon,
1800
- j as DislikeIcon,
1801
- x as EditIcon,
1802
- q as FillShoppingCartIcon,
1803
- c as HeartIcon,
2306
+ h as ChevronTopIcon,
2307
+ d1 as CloseCircleIcon,
2308
+ h1 as CloseIcon,
2309
+ X as CosmeticsIcon,
2310
+ K as DigitalDevicesIcon,
2311
+ m as DislikeIcon,
2312
+ Z as EditIcon,
2313
+ P as FillShoppingCartIcon,
2314
+ t1 as FireIcon,
2315
+ Q as FridgeIcon,
2316
+ $ as GoldIcon,
2317
+ o1 as HammerIcon,
2318
+ u as HeartIcon,
1804
2319
  B as HomeIcon,
1805
- Y as InfoIcon,
2320
+ c1 as InfoIcon,
2321
+ J as LaptopIcon,
1806
2322
  H as LikeIcon,
1807
- J as LogoutIcon,
2323
+ G as LogoutIcon,
1808
2324
  T as MessageIcon,
1809
- A as MoneyIcon,
2325
+ O as MobileIcon,
2326
+ W as MoneyIcon,
1810
2327
  S as MoreIcon,
1811
- b as OutlineTickCircleIcon,
1812
- G as ReceiptIcon,
1813
- v as RotateBoxIcon,
1814
- L as RotateInfoIcon,
1815
- l as SearchIcon,
1816
- V as SettingIcon,
2328
+ z as MotorcycleIcon,
2329
+ F as OutlineTickCircleIcon,
2330
+ C1 as PetIcon,
2331
+ E as ReceiptIcon,
2332
+ L as RotateBoxIcon,
2333
+ V as RotateInfoIcon,
2334
+ i as SearchIcon,
2335
+ j as SettingIcon,
1817
2336
  w as ShareIcon,
1818
- h as ShopIcon,
1819
- i as ShoppingCartIcon,
1820
- U as SpinnerIcon,
1821
- u as StarIcon,
1822
- _ as TickCircleIcon,
2337
+ c as ShopIcon,
2338
+ C as ShoppingCartIcon,
2339
+ N as SofaIcon,
2340
+ A as SpinnerIcon,
2341
+ k as StarIcon,
2342
+ Y as TShirtIcon,
2343
+ k1 as TickCircleIcon,
1823
2344
  y as TrashIcon,
1824
2345
  p as TruckIcon,
1825
- Z as UserIcon,
1826
- E as UserSquareIcon,
1827
- m as WalletCheckIcon,
1828
- F as WalletIcon,
1829
- $ as WarningIcon
2346
+ x as UserIcon,
2347
+ b as UserSquareIcon,
2348
+ v as WalletCheckIcon,
2349
+ U as WalletIcon,
2350
+ u1 as WarningIcon,
2351
+ r1 as WheelIcon
1830
2352
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "am-shared-assets",
3
- "version": "0.0.18",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "",