am-shared-assets 1.2.6 → 1.2.7
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/{CheckIcon-DUoRNL64.js → CheckIcon-8yw1tx0W.js} +68 -188
- package/dist/arrowIcons.js +209 -545
- package/dist/components.js +387 -754
- package/dist/essetionalIcons.js +1550 -980
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +25 -1
- package/dist/icons.js +937 -3081
- package/dist/moneyIcons.js +101 -341
- package/dist/styles.css +1 -1
- package/dist/usersIcons.js +75 -219
- package/package.json +1 -1
- package/dist/overlays/Drawer.d.ts +0 -11
- package/dist/overlays/index.d.ts +0 -2
- package/dist/overlays.d.ts +0 -2
- package/dist/overlays.js +0 -2030
package/dist/moneyIcons.js
CHANGED
|
@@ -1,86 +1,54 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsxs as C, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
const n = ({
|
|
3
|
-
color:
|
|
4
|
-
size:
|
|
5
|
-
}) => /* @__PURE__ */
|
|
3
|
+
color: t,
|
|
4
|
+
size: o = 24
|
|
5
|
+
}) => /* @__PURE__ */ C(
|
|
6
6
|
"svg",
|
|
7
7
|
{
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
8
|
+
width: o,
|
|
9
|
+
height: o,
|
|
10
10
|
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
style: { color:
|
|
13
|
+
style: { color: t },
|
|
14
14
|
children: [
|
|
15
|
-
/* @__PURE__ */
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
16
|
"path",
|
|
17
17
|
{
|
|
18
18
|
d: "M22 12.62V14.68C22 15.24 21.54 15.7 20.97 15.7H19.04C17.96 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.06 12.61 17.48 12.2C17.85 11.82 18.36 11.6 18.92 11.6H20.97C21.54 11.6 22 12.06 22 12.62Z",
|
|
19
19
|
fill: "currentColor"
|
|
20
|
-
}
|
|
21
|
-
void 0,
|
|
22
|
-
!1,
|
|
23
|
-
{
|
|
24
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBoldIcon.tsx",
|
|
25
|
-
lineNumber: 17,
|
|
26
|
-
columnNumber: 7
|
|
27
|
-
},
|
|
28
|
-
void 0
|
|
20
|
+
}
|
|
29
21
|
),
|
|
30
|
-
/* @__PURE__ */
|
|
22
|
+
/* @__PURE__ */ r(
|
|
31
23
|
"path",
|
|
32
24
|
{
|
|
33
25
|
d: "M15.38 13.96C15.29 12.91 15.67 11.88 16.43 11.13C17.07 10.48 17.96 10.1 18.92 10.1H19.49C19.77 10.1 20 9.87002 19.96 9.59002C19.69 7.65002 18.01 6.15002 16 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V17.15C2 19.36 3.79 21.15 6 21.15H16C18.02 21.15 19.69 19.65 19.96 17.71C20 17.43 19.77 17.2 19.49 17.2H19.04C17.14 17.2 15.54 15.78 15.38 13.96ZM13 11.9H7C6.59 11.9 6.25 11.57 6.25 11.15C6.25 10.73 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
34
26
|
fill: "currentColor"
|
|
35
|
-
}
|
|
36
|
-
void 0,
|
|
37
|
-
!1,
|
|
38
|
-
{
|
|
39
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBoldIcon.tsx",
|
|
40
|
-
lineNumber: 21,
|
|
41
|
-
columnNumber: 7
|
|
42
|
-
},
|
|
43
|
-
void 0
|
|
27
|
+
}
|
|
44
28
|
),
|
|
45
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ r(
|
|
46
30
|
"path",
|
|
47
31
|
{
|
|
48
32
|
d: "M14.2099 3.97998C14.4699 4.24998 14.2399 4.64998 13.8599 4.64998H6.02991C4.93991 4.64998 3.91991 4.96998 3.06991 5.51998C2.67991 5.76998 2.14991 5.49998 2.33991 5.06998C2.89991 3.75998 4.20991 2.84998 5.71991 2.84998H11.3399C12.4999 2.84998 13.5299 3.25998 14.2099 3.97998Z",
|
|
49
33
|
fill: "currentColor"
|
|
50
|
-
}
|
|
51
|
-
void 0,
|
|
52
|
-
!1,
|
|
53
|
-
{
|
|
54
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBoldIcon.tsx",
|
|
55
|
-
lineNumber: 25,
|
|
56
|
-
columnNumber: 7
|
|
57
|
-
},
|
|
58
|
-
void 0
|
|
34
|
+
}
|
|
59
35
|
)
|
|
60
36
|
]
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
lineNumber: 9,
|
|
67
|
-
columnNumber: 5
|
|
68
|
-
},
|
|
69
|
-
void 0
|
|
70
|
-
), t = ({
|
|
71
|
-
color: r,
|
|
72
|
-
size: s = 24
|
|
73
|
-
}) => /* @__PURE__ */ e(
|
|
37
|
+
}
|
|
38
|
+
), l = ({
|
|
39
|
+
color: t,
|
|
40
|
+
size: o = 24
|
|
41
|
+
}) => /* @__PURE__ */ C(
|
|
74
42
|
"svg",
|
|
75
43
|
{
|
|
76
|
-
width:
|
|
77
|
-
height:
|
|
44
|
+
width: o,
|
|
45
|
+
height: o,
|
|
78
46
|
viewBox: "0 0 24 24",
|
|
79
47
|
fill: "none",
|
|
80
48
|
xmlns: "http://www.w3.org/2000/svg",
|
|
81
|
-
style: { color:
|
|
49
|
+
style: { color: t },
|
|
82
50
|
children: [
|
|
83
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ r(
|
|
84
52
|
"path",
|
|
85
53
|
{
|
|
86
54
|
d: "M13 11.15H7",
|
|
@@ -88,17 +56,9 @@ const n = ({
|
|
|
88
56
|
"stroke-width": "1.5",
|
|
89
57
|
"stroke-linecap": "round",
|
|
90
58
|
"stroke-linejoin": "round"
|
|
91
|
-
}
|
|
92
|
-
void 0,
|
|
93
|
-
!1,
|
|
94
|
-
{
|
|
95
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdLinearIcon.tsx",
|
|
96
|
-
lineNumber: 17,
|
|
97
|
-
columnNumber: 7
|
|
98
|
-
},
|
|
99
|
-
void 0
|
|
59
|
+
}
|
|
100
60
|
),
|
|
101
|
-
/* @__PURE__ */
|
|
61
|
+
/* @__PURE__ */ r(
|
|
102
62
|
"path",
|
|
103
63
|
{
|
|
104
64
|
d: "M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009",
|
|
@@ -106,17 +66,9 @@ const n = ({
|
|
|
106
66
|
"stroke-width": "1.5",
|
|
107
67
|
"stroke-linecap": "round",
|
|
108
68
|
"stroke-linejoin": "round"
|
|
109
|
-
}
|
|
110
|
-
void 0,
|
|
111
|
-
!1,
|
|
112
|
-
{
|
|
113
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdLinearIcon.tsx",
|
|
114
|
-
lineNumber: 24,
|
|
115
|
-
columnNumber: 7
|
|
116
|
-
},
|
|
117
|
-
void 0
|
|
69
|
+
}
|
|
118
70
|
),
|
|
119
|
-
/* @__PURE__ */
|
|
71
|
+
/* @__PURE__ */ r(
|
|
120
72
|
"path",
|
|
121
73
|
{
|
|
122
74
|
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
@@ -124,17 +76,9 @@ const n = ({
|
|
|
124
76
|
"stroke-width": "1.5",
|
|
125
77
|
"stroke-linecap": "round",
|
|
126
78
|
"stroke-linejoin": "round"
|
|
127
|
-
}
|
|
128
|
-
void 0,
|
|
129
|
-
!1,
|
|
130
|
-
{
|
|
131
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdLinearIcon.tsx",
|
|
132
|
-
lineNumber: 31,
|
|
133
|
-
columnNumber: 7
|
|
134
|
-
},
|
|
135
|
-
void 0
|
|
79
|
+
}
|
|
136
80
|
),
|
|
137
|
-
/* @__PURE__ */
|
|
81
|
+
/* @__PURE__ */ r(
|
|
138
82
|
"path",
|
|
139
83
|
{
|
|
140
84
|
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
@@ -142,123 +86,67 @@ const n = ({
|
|
|
142
86
|
"stroke-width": "1.5",
|
|
143
87
|
"stroke-linecap": "round",
|
|
144
88
|
"stroke-linejoin": "round"
|
|
145
|
-
}
|
|
146
|
-
void 0,
|
|
147
|
-
!1,
|
|
148
|
-
{
|
|
149
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdLinearIcon.tsx",
|
|
150
|
-
lineNumber: 38,
|
|
151
|
-
columnNumber: 7
|
|
152
|
-
},
|
|
153
|
-
void 0
|
|
89
|
+
}
|
|
154
90
|
)
|
|
155
91
|
]
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
lineNumber: 9,
|
|
162
|
-
columnNumber: 5
|
|
163
|
-
},
|
|
164
|
-
void 0
|
|
165
|
-
), l = ({
|
|
166
|
-
color: r,
|
|
167
|
-
size: s = 24
|
|
168
|
-
}) => /* @__PURE__ */ e(
|
|
92
|
+
}
|
|
93
|
+
), i = ({
|
|
94
|
+
color: t,
|
|
95
|
+
size: o = 24
|
|
96
|
+
}) => /* @__PURE__ */ C(
|
|
169
97
|
"svg",
|
|
170
98
|
{
|
|
171
|
-
width:
|
|
172
|
-
height:
|
|
99
|
+
width: o,
|
|
100
|
+
height: o,
|
|
173
101
|
viewBox: "0 0 24 24",
|
|
174
102
|
fill: "none",
|
|
175
103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
176
|
-
style: { color:
|
|
104
|
+
style: { color: t },
|
|
177
105
|
children: [
|
|
178
|
-
/* @__PURE__ */
|
|
106
|
+
/* @__PURE__ */ r(
|
|
179
107
|
"path",
|
|
180
108
|
{
|
|
181
109
|
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
182
110
|
fill: "currentColor"
|
|
183
|
-
}
|
|
184
|
-
void 0,
|
|
185
|
-
!1,
|
|
186
|
-
{
|
|
187
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdOutlineIcon.tsx",
|
|
188
|
-
lineNumber: 17,
|
|
189
|
-
columnNumber: 7
|
|
190
|
-
},
|
|
191
|
-
void 0
|
|
111
|
+
}
|
|
192
112
|
),
|
|
193
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ r(
|
|
194
114
|
"path",
|
|
195
115
|
{
|
|
196
116
|
d: "M2 11.9001C1.59 11.9001 1.25 11.5601 1.25 11.1501V6.53009C1.25 4.08009 3.24 2.09009 5.69 2.09009H11.31C13.88 2.09009 15.75 3.80009 15.75 6.15009C15.75 6.56009 15.41 6.90009 15 6.90009C14.59 6.90009 14.25 6.56009 14.25 6.15009C14.25 4.39009 12.72 3.59009 11.31 3.59009H5.69C4.07 3.59009 2.75 4.91009 2.75 6.53009V11.1501C2.75 11.5701 2.41 11.9001 2 11.9001Z",
|
|
197
117
|
fill: "currentColor"
|
|
198
|
-
}
|
|
199
|
-
void 0,
|
|
200
|
-
!1,
|
|
201
|
-
{
|
|
202
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdOutlineIcon.tsx",
|
|
203
|
-
lineNumber: 21,
|
|
204
|
-
columnNumber: 7
|
|
205
|
-
},
|
|
206
|
-
void 0
|
|
118
|
+
}
|
|
207
119
|
),
|
|
208
|
-
/* @__PURE__ */
|
|
120
|
+
/* @__PURE__ */ r(
|
|
209
121
|
"path",
|
|
210
122
|
{
|
|
211
123
|
d: "M16 21.9H6C3.38 21.9 1.25 19.77 1.25 17.15V10.15C1.25 7.53002 3.38 5.40002 6 5.40002H16C18.62 5.40002 20.75 7.53002 20.75 10.15V11.6C20.75 12.01 20.41 12.35 20 12.35H18.92C18.57 12.35 18.25 12.48 18.02 12.72L18.01 12.73C17.68 13.06 17.55 13.52 17.67 13.97C17.82 14.53 18.41 14.94 19.07 14.94H20C20.41 14.94 20.75 15.28 20.75 15.69V17.14C20.75 19.77 18.62 21.9 16 21.9ZM6 6.90002C4.21 6.90002 2.75 8.36002 2.75 10.15V17.15C2.75 18.94 4.21 20.4 6 20.4H16C17.79 20.4 19.25 18.94 19.25 17.15V16.45H19.07C17.72 16.45 16.55 15.6 16.22 14.37C15.96 13.4 16.24 12.37 16.95 11.67C17.47 11.14 18.17 10.85 18.92 10.85H19.25V10.15C19.25 8.36002 17.79 6.90002 16 6.90002H6Z",
|
|
212
124
|
fill: "currentColor"
|
|
213
|
-
}
|
|
214
|
-
void 0,
|
|
215
|
-
!1,
|
|
216
|
-
{
|
|
217
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdOutlineIcon.tsx",
|
|
218
|
-
lineNumber: 25,
|
|
219
|
-
columnNumber: 7
|
|
220
|
-
},
|
|
221
|
-
void 0
|
|
125
|
+
}
|
|
222
126
|
),
|
|
223
|
-
/* @__PURE__ */
|
|
127
|
+
/* @__PURE__ */ r(
|
|
224
128
|
"path",
|
|
225
129
|
{
|
|
226
130
|
d: "M20.9699 16.45H19.0399C17.5299 16.45 16.2499 15.33 16.1299 13.89C16.0499 13.06 16.3499 12.25 16.9499 11.66C17.4499 11.14 18.1599 10.85 18.9099 10.85H20.9599C21.9399 10.85 22.7399 11.64 22.7399 12.62V14.68C22.7499 15.66 21.9499 16.45 20.9699 16.45ZM18.9199 12.35C18.5699 12.35 18.2499 12.48 18.0199 12.72C17.7299 13 17.5899 13.38 17.6299 13.76C17.6799 14.42 18.3199 14.95 19.0399 14.95H20.9699C21.1199 14.95 21.2499 14.83 21.2499 14.68V12.62C21.2499 12.47 21.1199 12.35 20.9699 12.35H18.9199Z",
|
|
227
131
|
fill: "currentColor"
|
|
228
|
-
}
|
|
229
|
-
void 0,
|
|
230
|
-
!1,
|
|
231
|
-
{
|
|
232
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdOutlineIcon.tsx",
|
|
233
|
-
lineNumber: 29,
|
|
234
|
-
columnNumber: 7
|
|
235
|
-
},
|
|
236
|
-
void 0
|
|
132
|
+
}
|
|
237
133
|
)
|
|
238
134
|
]
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
lineNumber: 9,
|
|
245
|
-
columnNumber: 5
|
|
246
|
-
},
|
|
247
|
-
void 0
|
|
248
|
-
), i = ({
|
|
249
|
-
color: r,
|
|
250
|
-
size: s = 24
|
|
251
|
-
}) => /* @__PURE__ */ e(
|
|
135
|
+
}
|
|
136
|
+
), d = ({
|
|
137
|
+
color: t,
|
|
138
|
+
size: o = 24
|
|
139
|
+
}) => /* @__PURE__ */ C(
|
|
252
140
|
"svg",
|
|
253
141
|
{
|
|
254
|
-
width:
|
|
255
|
-
height:
|
|
142
|
+
width: o,
|
|
143
|
+
height: o,
|
|
256
144
|
viewBox: "0 0 24 24",
|
|
257
145
|
fill: "none",
|
|
258
146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
259
|
-
style: { color:
|
|
147
|
+
style: { color: t },
|
|
260
148
|
children: [
|
|
261
|
-
/* @__PURE__ */
|
|
149
|
+
/* @__PURE__ */ r(
|
|
262
150
|
"path",
|
|
263
151
|
{
|
|
264
152
|
d: "M13 11.15H7",
|
|
@@ -266,17 +154,9 @@ const n = ({
|
|
|
266
154
|
"stroke-width": "1.5",
|
|
267
155
|
"stroke-linecap": "round",
|
|
268
156
|
"stroke-linejoin": "round"
|
|
269
|
-
}
|
|
270
|
-
void 0,
|
|
271
|
-
!1,
|
|
272
|
-
{
|
|
273
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBrokenIcon.tsx",
|
|
274
|
-
lineNumber: 17,
|
|
275
|
-
columnNumber: 7
|
|
276
|
-
},
|
|
277
|
-
void 0
|
|
157
|
+
}
|
|
278
158
|
),
|
|
279
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ r(
|
|
280
160
|
"path",
|
|
281
161
|
{
|
|
282
162
|
d: "M11.3101 2.84998C13.3501 2.84998 15.0001 4.11997 15.0001 6.15997",
|
|
@@ -284,17 +164,9 @@ const n = ({
|
|
|
284
164
|
"stroke-width": "1.5",
|
|
285
165
|
"stroke-linecap": "round",
|
|
286
166
|
"stroke-linejoin": "round"
|
|
287
|
-
}
|
|
288
|
-
void 0,
|
|
289
|
-
!1,
|
|
290
|
-
{
|
|
291
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBrokenIcon.tsx",
|
|
292
|
-
lineNumber: 24,
|
|
293
|
-
columnNumber: 7
|
|
294
|
-
},
|
|
295
|
-
void 0
|
|
167
|
+
}
|
|
296
168
|
),
|
|
297
|
-
/* @__PURE__ */
|
|
169
|
+
/* @__PURE__ */ r(
|
|
298
170
|
"path",
|
|
299
171
|
{
|
|
300
172
|
d: "M2 10.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H7.62",
|
|
@@ -302,17 +174,9 @@ const n = ({
|
|
|
302
174
|
"stroke-width": "1.5",
|
|
303
175
|
"stroke-linecap": "round",
|
|
304
176
|
"stroke-linejoin": "round"
|
|
305
|
-
}
|
|
306
|
-
void 0,
|
|
307
|
-
!1,
|
|
308
|
-
{
|
|
309
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBrokenIcon.tsx",
|
|
310
|
-
lineNumber: 31,
|
|
311
|
-
columnNumber: 7
|
|
312
|
-
},
|
|
313
|
-
void 0
|
|
177
|
+
}
|
|
314
178
|
),
|
|
315
|
-
/* @__PURE__ */
|
|
179
|
+
/* @__PURE__ */ r(
|
|
316
180
|
"path",
|
|
317
181
|
{
|
|
318
182
|
d: "M2 10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V14.52",
|
|
@@ -320,17 +184,9 @@ const n = ({
|
|
|
320
184
|
"stroke-width": "1.5",
|
|
321
185
|
"stroke-linecap": "round",
|
|
322
186
|
"stroke-linejoin": "round"
|
|
323
|
-
}
|
|
324
|
-
void 0,
|
|
325
|
-
!1,
|
|
326
|
-
{
|
|
327
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBrokenIcon.tsx",
|
|
328
|
-
lineNumber: 38,
|
|
329
|
-
columnNumber: 7
|
|
330
|
-
},
|
|
331
|
-
void 0
|
|
187
|
+
}
|
|
332
188
|
),
|
|
333
|
-
/* @__PURE__ */
|
|
189
|
+
/* @__PURE__ */ r(
|
|
334
190
|
"path",
|
|
335
191
|
{
|
|
336
192
|
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
@@ -338,124 +194,68 @@ const n = ({
|
|
|
338
194
|
"stroke-width": "1.5",
|
|
339
195
|
"stroke-linecap": "round",
|
|
340
196
|
"stroke-linejoin": "round"
|
|
341
|
-
}
|
|
342
|
-
void 0,
|
|
343
|
-
!1,
|
|
344
|
-
{
|
|
345
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBrokenIcon.tsx",
|
|
346
|
-
lineNumber: 45,
|
|
347
|
-
columnNumber: 7
|
|
348
|
-
},
|
|
349
|
-
void 0
|
|
197
|
+
}
|
|
350
198
|
)
|
|
351
199
|
]
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
lineNumber: 9,
|
|
358
|
-
columnNumber: 5
|
|
359
|
-
},
|
|
360
|
-
void 0
|
|
361
|
-
), a = ({
|
|
362
|
-
color: r,
|
|
363
|
-
size: s = 24
|
|
364
|
-
}) => /* @__PURE__ */ e(
|
|
200
|
+
}
|
|
201
|
+
), s = ({
|
|
202
|
+
color: t,
|
|
203
|
+
size: o = 24
|
|
204
|
+
}) => /* @__PURE__ */ C(
|
|
365
205
|
"svg",
|
|
366
206
|
{
|
|
367
|
-
width:
|
|
368
|
-
height:
|
|
207
|
+
width: o,
|
|
208
|
+
height: o,
|
|
369
209
|
viewBox: "0 0 24 24",
|
|
370
210
|
fill: "none",
|
|
371
211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
372
|
-
style: { color:
|
|
212
|
+
style: { color: t },
|
|
373
213
|
children: [
|
|
374
|
-
/* @__PURE__ */
|
|
214
|
+
/* @__PURE__ */ r(
|
|
375
215
|
"path",
|
|
376
216
|
{
|
|
377
217
|
d: "M15 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V6.53998C2 4.49998 3.65 2.84998 5.69 2.84998H11.31C13.35 2.84998 15 4.11002 15 6.15002Z",
|
|
378
218
|
fill: "currentColor"
|
|
379
|
-
}
|
|
380
|
-
void 0,
|
|
381
|
-
!1,
|
|
382
|
-
{
|
|
383
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBulkIcon.tsx",
|
|
384
|
-
lineNumber: 17,
|
|
385
|
-
columnNumber: 7
|
|
386
|
-
},
|
|
387
|
-
void 0
|
|
219
|
+
}
|
|
388
220
|
),
|
|
389
|
-
/* @__PURE__ */
|
|
221
|
+
/* @__PURE__ */ r(
|
|
390
222
|
"path",
|
|
391
223
|
{
|
|
392
224
|
opacity: "0.4",
|
|
393
225
|
d: "M17.48 12.2C16.98 12.69 16.74 13.43 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
394
226
|
fill: "currentColor"
|
|
395
|
-
}
|
|
396
|
-
void 0,
|
|
397
|
-
!1,
|
|
398
|
-
{
|
|
399
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBulkIcon.tsx",
|
|
400
|
-
lineNumber: 21,
|
|
401
|
-
columnNumber: 7
|
|
402
|
-
},
|
|
403
|
-
void 0
|
|
227
|
+
}
|
|
404
228
|
),
|
|
405
|
-
/* @__PURE__ */
|
|
229
|
+
/* @__PURE__ */ r(
|
|
406
230
|
"path",
|
|
407
231
|
{
|
|
408
232
|
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
409
233
|
fill: "currentColor"
|
|
410
|
-
}
|
|
411
|
-
void 0,
|
|
412
|
-
!1,
|
|
413
|
-
{
|
|
414
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBulkIcon.tsx",
|
|
415
|
-
lineNumber: 26,
|
|
416
|
-
columnNumber: 7
|
|
417
|
-
},
|
|
418
|
-
void 0
|
|
234
|
+
}
|
|
419
235
|
),
|
|
420
|
-
/* @__PURE__ */
|
|
236
|
+
/* @__PURE__ */ r(
|
|
421
237
|
"path",
|
|
422
238
|
{
|
|
423
239
|
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
424
240
|
fill: "currentColor"
|
|
425
|
-
}
|
|
426
|
-
void 0,
|
|
427
|
-
!1,
|
|
428
|
-
{
|
|
429
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdBulkIcon.tsx",
|
|
430
|
-
lineNumber: 30,
|
|
431
|
-
columnNumber: 7
|
|
432
|
-
},
|
|
433
|
-
void 0
|
|
241
|
+
}
|
|
434
242
|
)
|
|
435
243
|
]
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
lineNumber: 9,
|
|
442
|
-
columnNumber: 5
|
|
443
|
-
},
|
|
444
|
-
void 0
|
|
445
|
-
), d = ({
|
|
446
|
-
color: r,
|
|
447
|
-
size: s = 24
|
|
448
|
-
}) => /* @__PURE__ */ e(
|
|
244
|
+
}
|
|
245
|
+
), h = ({
|
|
246
|
+
color: t,
|
|
247
|
+
size: o = 24
|
|
248
|
+
}) => /* @__PURE__ */ C(
|
|
449
249
|
"svg",
|
|
450
250
|
{
|
|
451
|
-
width:
|
|
452
|
-
height:
|
|
251
|
+
width: o,
|
|
252
|
+
height: o,
|
|
453
253
|
viewBox: "0 0 24 24",
|
|
454
254
|
fill: "none",
|
|
455
255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
-
style: { color:
|
|
256
|
+
style: { color: t },
|
|
457
257
|
children: [
|
|
458
|
-
/* @__PURE__ */
|
|
258
|
+
/* @__PURE__ */ r(
|
|
459
259
|
"path",
|
|
460
260
|
{
|
|
461
261
|
opacity: "0.4",
|
|
@@ -464,17 +264,9 @@ const n = ({
|
|
|
464
264
|
"stroke-width": "1.5",
|
|
465
265
|
"stroke-linecap": "round",
|
|
466
266
|
"stroke-linejoin": "round"
|
|
467
|
-
}
|
|
468
|
-
void 0,
|
|
469
|
-
!1,
|
|
470
|
-
{
|
|
471
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdTwotoneIcon.tsx",
|
|
472
|
-
lineNumber: 17,
|
|
473
|
-
columnNumber: 7
|
|
474
|
-
},
|
|
475
|
-
void 0
|
|
267
|
+
}
|
|
476
268
|
),
|
|
477
|
-
/* @__PURE__ */
|
|
269
|
+
/* @__PURE__ */ r(
|
|
478
270
|
"path",
|
|
479
271
|
{
|
|
480
272
|
opacity: "0.4",
|
|
@@ -483,17 +275,9 @@ const n = ({
|
|
|
483
275
|
"stroke-width": "1.5",
|
|
484
276
|
"stroke-linecap": "round",
|
|
485
277
|
"stroke-linejoin": "round"
|
|
486
|
-
}
|
|
487
|
-
void 0,
|
|
488
|
-
!1,
|
|
489
|
-
{
|
|
490
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdTwotoneIcon.tsx",
|
|
491
|
-
lineNumber: 25,
|
|
492
|
-
columnNumber: 7
|
|
493
|
-
},
|
|
494
|
-
void 0
|
|
278
|
+
}
|
|
495
279
|
),
|
|
496
|
-
/* @__PURE__ */
|
|
280
|
+
/* @__PURE__ */ r(
|
|
497
281
|
"path",
|
|
498
282
|
{
|
|
499
283
|
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
@@ -501,17 +285,9 @@ const n = ({
|
|
|
501
285
|
"stroke-width": "1.5",
|
|
502
286
|
"stroke-linecap": "round",
|
|
503
287
|
"stroke-linejoin": "round"
|
|
504
|
-
}
|
|
505
|
-
void 0,
|
|
506
|
-
!1,
|
|
507
|
-
{
|
|
508
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdTwotoneIcon.tsx",
|
|
509
|
-
lineNumber: 33,
|
|
510
|
-
columnNumber: 7
|
|
511
|
-
},
|
|
512
|
-
void 0
|
|
288
|
+
}
|
|
513
289
|
),
|
|
514
|
-
/* @__PURE__ */
|
|
290
|
+
/* @__PURE__ */ r(
|
|
515
291
|
"path",
|
|
516
292
|
{
|
|
517
293
|
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
@@ -519,32 +295,16 @@ const n = ({
|
|
|
519
295
|
"stroke-width": "1.5",
|
|
520
296
|
"stroke-linecap": "round",
|
|
521
297
|
"stroke-linejoin": "round"
|
|
522
|
-
}
|
|
523
|
-
void 0,
|
|
524
|
-
!1,
|
|
525
|
-
{
|
|
526
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdTwotoneIcon.tsx",
|
|
527
|
-
lineNumber: 40,
|
|
528
|
-
columnNumber: 7
|
|
529
|
-
},
|
|
530
|
-
void 0
|
|
298
|
+
}
|
|
531
299
|
)
|
|
532
300
|
]
|
|
533
|
-
}
|
|
534
|
-
void 0,
|
|
535
|
-
!0,
|
|
536
|
-
{
|
|
537
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/money/walletThird/WalletThirdTwotoneIcon.tsx",
|
|
538
|
-
lineNumber: 9,
|
|
539
|
-
columnNumber: 5
|
|
540
|
-
},
|
|
541
|
-
void 0
|
|
301
|
+
}
|
|
542
302
|
);
|
|
543
303
|
export {
|
|
544
304
|
n as WalletThirdBoldIcon,
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
305
|
+
d as WalletThirdBrokenIcon,
|
|
306
|
+
s as WalletThirdBulkIcon,
|
|
307
|
+
l as WalletThirdLinearIcon,
|
|
308
|
+
i as WalletThirdOutlineIcon,
|
|
309
|
+
h as WalletThirdTwotoneIcon
|
|
550
310
|
};
|