am-shared-assets 1.1.2 → 1.1.4
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-A2dumjri.js → CheckIcon-DOBPX5J0.js} +68 -188
- package/dist/components.js +387 -754
- package/dist/essetionalIcons.js +176 -512
- package/dist/icons.js +937 -3081
- package/package.json +2 -2
package/dist/essetionalIcons.js
CHANGED
|
@@ -1,71 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
color:
|
|
4
|
-
size:
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
color: r,
|
|
4
|
+
size: t = 24
|
|
5
5
|
}) => /* @__PURE__ */ e(
|
|
6
6
|
"svg",
|
|
7
7
|
{
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
8
|
+
width: t,
|
|
9
|
+
height: t,
|
|
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: r },
|
|
14
14
|
children: [
|
|
15
|
-
/* @__PURE__ */
|
|
15
|
+
/* @__PURE__ */ o(
|
|
16
16
|
"path",
|
|
17
17
|
{
|
|
18
18
|
d: "M19.3399 14.49L18.3399 12.83C18.1299 12.46 17.9399 11.76 17.9399 11.35V8.82C17.9399 6.47 16.5599 4.44 14.5699 3.49C14.0499 2.57 13.0899 2 11.9899 2C10.8999 2 9.91994 2.59 9.39994 3.52C7.44994 4.49 6.09994 6.5 6.09994 8.82V11.35C6.09994 11.76 5.90994 12.46 5.69994 12.82L4.68994 14.49C4.28994 15.16 4.19994 15.9 4.44994 16.58C4.68994 17.25 5.25994 17.77 5.99994 18.02C7.93994 18.68 9.97994 19 12.0199 19C14.0599 19 16.0999 18.68 18.0399 18.03C18.7399 17.8 19.2799 17.27 19.5399 16.58C19.7999 15.89 19.7299 15.13 19.3399 14.49Z",
|
|
19
19
|
fill: "currentColor"
|
|
20
|
-
}
|
|
21
|
-
void 0,
|
|
22
|
-
!1,
|
|
23
|
-
{
|
|
24
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBoldIcon.tsx",
|
|
25
|
-
lineNumber: 17,
|
|
26
|
-
columnNumber: 7
|
|
27
|
-
},
|
|
28
|
-
void 0
|
|
20
|
+
}
|
|
29
21
|
),
|
|
30
|
-
/* @__PURE__ */
|
|
22
|
+
/* @__PURE__ */ o(
|
|
31
23
|
"path",
|
|
32
24
|
{
|
|
33
25
|
d: "M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z",
|
|
34
26
|
fill: "currentColor"
|
|
35
|
-
}
|
|
36
|
-
void 0,
|
|
37
|
-
!1,
|
|
38
|
-
{
|
|
39
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBoldIcon.tsx",
|
|
40
|
-
lineNumber: 21,
|
|
41
|
-
columnNumber: 7
|
|
42
|
-
},
|
|
43
|
-
void 0
|
|
27
|
+
}
|
|
44
28
|
)
|
|
45
29
|
]
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBoldIcon.tsx",
|
|
51
|
-
lineNumber: 9,
|
|
52
|
-
columnNumber: 5
|
|
53
|
-
},
|
|
54
|
-
void 0
|
|
55
|
-
), n = ({
|
|
56
|
-
color: o,
|
|
57
|
-
size: s = 24
|
|
30
|
+
}
|
|
31
|
+
), l = ({
|
|
32
|
+
color: r,
|
|
33
|
+
size: t = 24
|
|
58
34
|
}) => /* @__PURE__ */ e(
|
|
59
35
|
"svg",
|
|
60
36
|
{
|
|
61
|
-
width:
|
|
62
|
-
height:
|
|
37
|
+
width: t,
|
|
38
|
+
height: t,
|
|
63
39
|
viewBox: "0 0 24 24",
|
|
64
40
|
fill: "none",
|
|
65
41
|
xmlns: "http://www.w3.org/2000/svg",
|
|
66
|
-
style: { color:
|
|
42
|
+
style: { color: r },
|
|
67
43
|
children: [
|
|
68
|
-
/* @__PURE__ */
|
|
44
|
+
/* @__PURE__ */ o(
|
|
69
45
|
"path",
|
|
70
46
|
{
|
|
71
47
|
d: "M18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702",
|
|
@@ -73,17 +49,9 @@ const t = ({
|
|
|
73
49
|
"stroke-width": "1.5",
|
|
74
50
|
"stroke-miterlimit": "10",
|
|
75
51
|
"stroke-linecap": "round"
|
|
76
|
-
}
|
|
77
|
-
void 0,
|
|
78
|
-
!1,
|
|
79
|
-
{
|
|
80
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBrokenIcon.tsx",
|
|
81
|
-
lineNumber: 17,
|
|
82
|
-
columnNumber: 7
|
|
83
|
-
},
|
|
84
|
-
void 0
|
|
52
|
+
}
|
|
85
53
|
),
|
|
86
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ o(
|
|
87
55
|
"path",
|
|
88
56
|
{
|
|
89
57
|
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
@@ -92,126 +60,70 @@ const t = ({
|
|
|
92
60
|
"stroke-miterlimit": "10",
|
|
93
61
|
"stroke-linecap": "round",
|
|
94
62
|
"stroke-linejoin": "round"
|
|
95
|
-
}
|
|
96
|
-
void 0,
|
|
97
|
-
!1,
|
|
98
|
-
{
|
|
99
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBrokenIcon.tsx",
|
|
100
|
-
lineNumber: 24,
|
|
101
|
-
columnNumber: 7
|
|
102
|
-
},
|
|
103
|
-
void 0
|
|
63
|
+
}
|
|
104
64
|
),
|
|
105
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ o(
|
|
106
66
|
"path",
|
|
107
67
|
{
|
|
108
68
|
d: "M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601",
|
|
109
69
|
stroke: "currentColor",
|
|
110
70
|
"stroke-width": "1.5",
|
|
111
71
|
"stroke-miterlimit": "10"
|
|
112
|
-
}
|
|
113
|
-
void 0,
|
|
114
|
-
!1,
|
|
115
|
-
{
|
|
116
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBrokenIcon.tsx",
|
|
117
|
-
lineNumber: 32,
|
|
118
|
-
columnNumber: 7
|
|
119
|
-
},
|
|
120
|
-
void 0
|
|
72
|
+
}
|
|
121
73
|
)
|
|
122
74
|
]
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBrokenIcon.tsx",
|
|
128
|
-
lineNumber: 9,
|
|
129
|
-
columnNumber: 5
|
|
130
|
-
},
|
|
131
|
-
void 0
|
|
132
|
-
), r = ({
|
|
133
|
-
color: o,
|
|
134
|
-
size: s = 24
|
|
75
|
+
}
|
|
76
|
+
), i = ({
|
|
77
|
+
color: r,
|
|
78
|
+
size: t = 24
|
|
135
79
|
}) => /* @__PURE__ */ e(
|
|
136
80
|
"svg",
|
|
137
81
|
{
|
|
138
|
-
width:
|
|
139
|
-
height:
|
|
82
|
+
width: t,
|
|
83
|
+
height: t,
|
|
140
84
|
viewBox: "0 0 24 24",
|
|
141
85
|
fill: "none",
|
|
142
86
|
xmlns: "http://www.w3.org/2000/svg",
|
|
143
|
-
style: { color:
|
|
87
|
+
style: { color: r },
|
|
144
88
|
children: [
|
|
145
|
-
/* @__PURE__ */
|
|
89
|
+
/* @__PURE__ */ o(
|
|
146
90
|
"path",
|
|
147
91
|
{
|
|
148
92
|
opacity: "0.4",
|
|
149
93
|
d: "M19.3399 14.4899L18.3399 12.8299C18.1299 12.4599 17.9399 11.7599 17.9399 11.3499V8.8199C17.9399 5.5599 15.2899 2.8999 12.0199 2.8999C8.74994 2.8999 6.09994 5.5599 6.09994 8.8199V11.3499C6.09994 11.7599 5.90994 12.4599 5.69994 12.8199L4.68994 14.4899C4.28994 15.1599 4.19994 15.8999 4.44994 16.5799C4.68994 17.2499 5.25994 17.7699 5.99994 18.0199C7.93994 18.6799 9.97994 18.9999 12.0199 18.9999C14.0599 18.9999 16.0999 18.6799 18.0399 18.0299C18.7399 17.7999 19.2799 17.2699 19.5399 16.5799C19.7999 15.8899 19.7299 15.1299 19.3399 14.4899Z",
|
|
150
94
|
fill: "currentColor"
|
|
151
|
-
}
|
|
152
|
-
void 0,
|
|
153
|
-
!1,
|
|
154
|
-
{
|
|
155
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBulkIcon.tsx",
|
|
156
|
-
lineNumber: 17,
|
|
157
|
-
columnNumber: 7
|
|
158
|
-
},
|
|
159
|
-
void 0
|
|
95
|
+
}
|
|
160
96
|
),
|
|
161
|
-
/* @__PURE__ */
|
|
97
|
+
/* @__PURE__ */ o(
|
|
162
98
|
"path",
|
|
163
99
|
{
|
|
164
100
|
d: "M14.2498 3.32C13.5598 3.05 12.8098 2.9 12.0198 2.9C11.2398 2.9 10.4898 3.04 9.7998 3.32C10.2298 2.51 11.0798 2 12.0198 2C12.9698 2 13.8098 2.51 14.2498 3.32Z",
|
|
165
101
|
fill: "currentColor"
|
|
166
|
-
}
|
|
167
|
-
void 0,
|
|
168
|
-
!1,
|
|
169
|
-
{
|
|
170
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBulkIcon.tsx",
|
|
171
|
-
lineNumber: 22,
|
|
172
|
-
columnNumber: 7
|
|
173
|
-
},
|
|
174
|
-
void 0
|
|
102
|
+
}
|
|
175
103
|
),
|
|
176
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ o(
|
|
177
105
|
"path",
|
|
178
106
|
{
|
|
179
107
|
d: "M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z",
|
|
180
108
|
fill: "currentColor"
|
|
181
|
-
}
|
|
182
|
-
void 0,
|
|
183
|
-
!1,
|
|
184
|
-
{
|
|
185
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBulkIcon.tsx",
|
|
186
|
-
lineNumber: 26,
|
|
187
|
-
columnNumber: 7
|
|
188
|
-
},
|
|
189
|
-
void 0
|
|
109
|
+
}
|
|
190
110
|
)
|
|
191
111
|
]
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationBulkIcon.tsx",
|
|
197
|
-
lineNumber: 9,
|
|
198
|
-
columnNumber: 5
|
|
199
|
-
},
|
|
200
|
-
void 0
|
|
201
|
-
), i = ({
|
|
202
|
-
color: o,
|
|
203
|
-
size: s = 24
|
|
112
|
+
}
|
|
113
|
+
), C = ({
|
|
114
|
+
color: r,
|
|
115
|
+
size: t = 24
|
|
204
116
|
}) => /* @__PURE__ */ e(
|
|
205
117
|
"svg",
|
|
206
118
|
{
|
|
207
|
-
width:
|
|
208
|
-
height:
|
|
119
|
+
width: t,
|
|
120
|
+
height: t,
|
|
209
121
|
viewBox: "0 0 24 24",
|
|
210
122
|
fill: "none",
|
|
211
123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
212
|
-
style: { color:
|
|
124
|
+
style: { color: r },
|
|
213
125
|
children: [
|
|
214
|
-
/* @__PURE__ */
|
|
126
|
+
/* @__PURE__ */ o(
|
|
215
127
|
"path",
|
|
216
128
|
{
|
|
217
129
|
d: "M12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702L18.5796 13.8602C18.2796 13.3402 18.0196 12.4102 18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016Z",
|
|
@@ -219,17 +131,9 @@ const t = ({
|
|
|
219
131
|
"stroke-width": "1.5",
|
|
220
132
|
"stroke-miterlimit": "10",
|
|
221
133
|
"stroke-linecap": "round"
|
|
222
|
-
}
|
|
223
|
-
void 0,
|
|
224
|
-
!1,
|
|
225
|
-
{
|
|
226
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationLinearIcon.tsx",
|
|
227
|
-
lineNumber: 17,
|
|
228
|
-
columnNumber: 7
|
|
229
|
-
},
|
|
230
|
-
void 0
|
|
134
|
+
}
|
|
231
135
|
),
|
|
232
|
-
/* @__PURE__ */
|
|
136
|
+
/* @__PURE__ */ o(
|
|
233
137
|
"path",
|
|
234
138
|
{
|
|
235
139
|
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
@@ -238,125 +142,69 @@ const t = ({
|
|
|
238
142
|
"stroke-miterlimit": "10",
|
|
239
143
|
"stroke-linecap": "round",
|
|
240
144
|
"stroke-linejoin": "round"
|
|
241
|
-
}
|
|
242
|
-
void 0,
|
|
243
|
-
!1,
|
|
244
|
-
{
|
|
245
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationLinearIcon.tsx",
|
|
246
|
-
lineNumber: 24,
|
|
247
|
-
columnNumber: 7
|
|
248
|
-
},
|
|
249
|
-
void 0
|
|
145
|
+
}
|
|
250
146
|
),
|
|
251
|
-
/* @__PURE__ */
|
|
147
|
+
/* @__PURE__ */ o(
|
|
252
148
|
"path",
|
|
253
149
|
{
|
|
254
150
|
d: "M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601",
|
|
255
151
|
stroke: "currentColor",
|
|
256
152
|
"stroke-width": "1.5",
|
|
257
153
|
"stroke-miterlimit": "10"
|
|
258
|
-
}
|
|
259
|
-
void 0,
|
|
260
|
-
!1,
|
|
261
|
-
{
|
|
262
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationLinearIcon.tsx",
|
|
263
|
-
lineNumber: 32,
|
|
264
|
-
columnNumber: 7
|
|
265
|
-
},
|
|
266
|
-
void 0
|
|
154
|
+
}
|
|
267
155
|
)
|
|
268
156
|
]
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationLinearIcon.tsx",
|
|
274
|
-
lineNumber: 9,
|
|
275
|
-
columnNumber: 5
|
|
276
|
-
},
|
|
277
|
-
void 0
|
|
278
|
-
), a = ({
|
|
279
|
-
color: o,
|
|
280
|
-
size: s = 24
|
|
157
|
+
}
|
|
158
|
+
), c = ({
|
|
159
|
+
color: r,
|
|
160
|
+
size: t = 24
|
|
281
161
|
}) => /* @__PURE__ */ e(
|
|
282
162
|
"svg",
|
|
283
163
|
{
|
|
284
|
-
width:
|
|
285
|
-
height:
|
|
164
|
+
width: t,
|
|
165
|
+
height: t,
|
|
286
166
|
viewBox: "0 0 24 24",
|
|
287
167
|
fill: "none",
|
|
288
168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
289
|
-
style: { color:
|
|
169
|
+
style: { color: r },
|
|
290
170
|
children: [
|
|
291
|
-
/* @__PURE__ */
|
|
171
|
+
/* @__PURE__ */ o(
|
|
292
172
|
"path",
|
|
293
173
|
{
|
|
294
174
|
d: "M12.0199 20.5299C9.68987 20.5299 7.35987 20.1599 5.14987 19.4199C4.30987 19.1299 3.66987 18.5399 3.38987 17.7699C3.09987 16.9999 3.19987 16.1499 3.65987 15.3899L4.80987 13.4799C5.04987 13.0799 5.26987 12.2799 5.26987 11.8099V8.91992C5.26987 5.19992 8.29987 2.16992 12.0199 2.16992C15.7399 2.16992 18.7699 5.19992 18.7699 8.91992V11.8099C18.7699 12.2699 18.9899 13.0799 19.2299 13.4899L20.3699 15.3899C20.7999 16.1099 20.8799 16.9799 20.5899 17.7699C20.2999 18.5599 19.6699 19.1599 18.8799 19.4199C16.6799 20.1599 14.3499 20.5299 12.0199 20.5299ZM12.0199 3.66992C9.12987 3.66992 6.76987 6.01992 6.76987 8.91992V11.8099C6.76987 12.5399 6.46987 13.6199 6.09987 14.2499L4.94987 16.1599C4.72987 16.5299 4.66987 16.9199 4.79987 17.2499C4.91987 17.5899 5.21987 17.8499 5.62987 17.9899C9.80987 19.3899 14.2399 19.3899 18.4199 17.9899C18.7799 17.8699 19.0599 17.5999 19.1899 17.2399C19.3199 16.8799 19.2899 16.4899 19.0899 16.1599L17.9399 14.2499C17.5599 13.5999 17.2699 12.5299 17.2699 11.7999V8.91992C17.2699 6.01992 14.9199 3.66992 12.0199 3.66992Z",
|
|
295
175
|
fill: "currentColor"
|
|
296
|
-
}
|
|
297
|
-
void 0,
|
|
298
|
-
!1,
|
|
299
|
-
{
|
|
300
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationOutlineIcon.tsx",
|
|
301
|
-
lineNumber: 17,
|
|
302
|
-
columnNumber: 7
|
|
303
|
-
},
|
|
304
|
-
void 0
|
|
176
|
+
}
|
|
305
177
|
),
|
|
306
|
-
/* @__PURE__ */
|
|
178
|
+
/* @__PURE__ */ o(
|
|
307
179
|
"path",
|
|
308
180
|
{
|
|
309
181
|
d: "M13.8796 3.94018C13.8096 3.94018 13.7396 3.93018 13.6696 3.91018C13.3796 3.83018 13.0996 3.77018 12.8296 3.73018C11.9796 3.62018 11.1596 3.68018 10.3896 3.91018C10.1096 4.00018 9.80963 3.91018 9.61963 3.70018C9.42963 3.49018 9.36963 3.19018 9.47963 2.92018C9.88963 1.87018 10.8896 1.18018 12.0296 1.18018C13.1696 1.18018 14.1696 1.86018 14.5796 2.92018C14.6796 3.19018 14.6296 3.49018 14.4396 3.70018C14.2896 3.86018 14.0796 3.94018 13.8796 3.94018Z",
|
|
310
182
|
fill: "currentColor"
|
|
311
|
-
}
|
|
312
|
-
void 0,
|
|
313
|
-
!1,
|
|
314
|
-
{
|
|
315
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationOutlineIcon.tsx",
|
|
316
|
-
lineNumber: 21,
|
|
317
|
-
columnNumber: 7
|
|
318
|
-
},
|
|
319
|
-
void 0
|
|
183
|
+
}
|
|
320
184
|
),
|
|
321
|
-
/* @__PURE__ */
|
|
185
|
+
/* @__PURE__ */ o(
|
|
322
186
|
"path",
|
|
323
187
|
{
|
|
324
188
|
d: "M12.0195 22.8101C11.0295 22.8101 10.0695 22.4101 9.36953 21.7101C8.66953 21.0101 8.26953 20.0501 8.26953 19.0601H9.76953C9.76953 19.6501 10.0095 20.2301 10.4295 20.6501C10.8495 21.0701 11.4295 21.3101 12.0195 21.3101C13.2595 21.3101 14.2695 20.3001 14.2695 19.0601H15.7695C15.7695 21.1301 14.0895 22.8101 12.0195 22.8101Z",
|
|
325
189
|
fill: "currentColor"
|
|
326
|
-
}
|
|
327
|
-
void 0,
|
|
328
|
-
!1,
|
|
329
|
-
{
|
|
330
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationOutlineIcon.tsx",
|
|
331
|
-
lineNumber: 25,
|
|
332
|
-
columnNumber: 7
|
|
333
|
-
},
|
|
334
|
-
void 0
|
|
190
|
+
}
|
|
335
191
|
)
|
|
336
192
|
]
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationOutlineIcon.tsx",
|
|
342
|
-
lineNumber: 9,
|
|
343
|
-
columnNumber: 5
|
|
344
|
-
},
|
|
345
|
-
void 0
|
|
346
|
-
), l = ({
|
|
347
|
-
color: o,
|
|
348
|
-
size: s = 24
|
|
193
|
+
}
|
|
194
|
+
), h = ({
|
|
195
|
+
color: r,
|
|
196
|
+
size: t = 24
|
|
349
197
|
}) => /* @__PURE__ */ e(
|
|
350
198
|
"svg",
|
|
351
199
|
{
|
|
352
|
-
width:
|
|
353
|
-
height:
|
|
200
|
+
width: t,
|
|
201
|
+
height: t,
|
|
354
202
|
viewBox: "0 0 24 24",
|
|
355
203
|
fill: "none",
|
|
356
204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
-
style: { color:
|
|
205
|
+
style: { color: r },
|
|
358
206
|
children: [
|
|
359
|
-
/* @__PURE__ */
|
|
207
|
+
/* @__PURE__ */ o(
|
|
360
208
|
"path",
|
|
361
209
|
{
|
|
362
210
|
d: "M12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702L18.5796 13.8602C18.2796 13.3402 18.0196 12.4102 18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016Z",
|
|
@@ -364,17 +212,9 @@ const t = ({
|
|
|
364
212
|
"stroke-width": "1.5",
|
|
365
213
|
"stroke-miterlimit": "10",
|
|
366
214
|
"stroke-linecap": "round"
|
|
367
|
-
}
|
|
368
|
-
void 0,
|
|
369
|
-
!1,
|
|
370
|
-
{
|
|
371
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationTwotoneIcon.tsx",
|
|
372
|
-
lineNumber: 17,
|
|
373
|
-
columnNumber: 7
|
|
374
|
-
},
|
|
375
|
-
void 0
|
|
215
|
+
}
|
|
376
216
|
),
|
|
377
|
-
/* @__PURE__ */
|
|
217
|
+
/* @__PURE__ */ o(
|
|
378
218
|
"path",
|
|
379
219
|
{
|
|
380
220
|
d: "M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z",
|
|
@@ -383,17 +223,9 @@ const t = ({
|
|
|
383
223
|
"stroke-miterlimit": "10",
|
|
384
224
|
"stroke-linecap": "round",
|
|
385
225
|
"stroke-linejoin": "round"
|
|
386
|
-
}
|
|
387
|
-
void 0,
|
|
388
|
-
!1,
|
|
389
|
-
{
|
|
390
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationTwotoneIcon.tsx",
|
|
391
|
-
lineNumber: 24,
|
|
392
|
-
columnNumber: 7
|
|
393
|
-
},
|
|
394
|
-
void 0
|
|
226
|
+
}
|
|
395
227
|
),
|
|
396
|
-
/* @__PURE__ */
|
|
228
|
+
/* @__PURE__ */ o(
|
|
397
229
|
"path",
|
|
398
230
|
{
|
|
399
231
|
opacity: "0.4",
|
|
@@ -401,75 +233,43 @@ const t = ({
|
|
|
401
233
|
stroke: "currentColor",
|
|
402
234
|
"stroke-width": "1.5",
|
|
403
235
|
"stroke-miterlimit": "10"
|
|
404
|
-
}
|
|
405
|
-
void 0,
|
|
406
|
-
!1,
|
|
407
|
-
{
|
|
408
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/NotificationTwotoneIcon.tsx",
|
|
409
|
-
lineNumber: 32,
|
|
410
|
-
columnNumber: 7
|
|
411
|
-
},
|
|
412
|
-
void 0
|
|
236
|
+
}
|
|
413
237
|
)
|
|
414
238
|
]
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
lineNumber: 9,
|
|
421
|
-
columnNumber: 5
|
|
422
|
-
},
|
|
423
|
-
void 0
|
|
424
|
-
), c = ({
|
|
425
|
-
color: o,
|
|
426
|
-
size: s = 24
|
|
427
|
-
}) => /* @__PURE__ */ e(
|
|
239
|
+
}
|
|
240
|
+
), s = ({
|
|
241
|
+
color: r,
|
|
242
|
+
size: t = 24
|
|
243
|
+
}) => /* @__PURE__ */ o(
|
|
428
244
|
"svg",
|
|
429
245
|
{
|
|
430
|
-
width:
|
|
431
|
-
height:
|
|
246
|
+
width: t,
|
|
247
|
+
height: t,
|
|
432
248
|
viewBox: "0 0 24 24",
|
|
433
249
|
fill: "none",
|
|
434
250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
435
|
-
style: { color:
|
|
436
|
-
children: /* @__PURE__ */
|
|
251
|
+
style: { color: r },
|
|
252
|
+
children: /* @__PURE__ */ o(
|
|
437
253
|
"path",
|
|
438
254
|
{
|
|
439
255
|
d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82ZM19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Zm-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75Zm.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
440
256
|
fill: "currentColor"
|
|
441
|
-
}
|
|
442
|
-
void 0,
|
|
443
|
-
!1,
|
|
444
|
-
{
|
|
445
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBoldIcon.tsx",
|
|
446
|
-
lineNumber: 16,
|
|
447
|
-
columnNumber: 5
|
|
448
|
-
},
|
|
449
|
-
void 0
|
|
257
|
+
}
|
|
450
258
|
)
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
lineNumber: 8,
|
|
457
|
-
columnNumber: 3
|
|
458
|
-
},
|
|
459
|
-
void 0
|
|
460
|
-
), u = ({
|
|
461
|
-
color: o,
|
|
462
|
-
size: s = 24
|
|
463
|
-
}) => /* @__PURE__ */ e(
|
|
259
|
+
}
|
|
260
|
+
), d = ({
|
|
261
|
+
color: r,
|
|
262
|
+
size: t = 24
|
|
263
|
+
}) => /* @__PURE__ */ o(
|
|
464
264
|
"svg",
|
|
465
265
|
{
|
|
466
|
-
width:
|
|
467
|
-
height:
|
|
266
|
+
width: t,
|
|
267
|
+
height: t,
|
|
468
268
|
viewBox: "0 0 24 24",
|
|
469
269
|
fill: "none",
|
|
470
270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
471
|
-
style: { color:
|
|
472
|
-
children: /* @__PURE__ */
|
|
271
|
+
style: { color: r },
|
|
272
|
+
children: /* @__PURE__ */ o(
|
|
473
273
|
"path",
|
|
474
274
|
{
|
|
475
275
|
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98M8.5 4.97l.22-1.31C8.88 2.71 9 2 10.69 2h2.62c1.69 0 1.82.75 1.97 1.67l.22 1.3M15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M18.85 9.14l-.65 10.07M10.33 16.5h3.33M12.82 12.5h1.68M9.5 12.5h.83",
|
|
@@ -477,109 +277,61 @@ const t = ({
|
|
|
477
277
|
strokeWidth: 1.5,
|
|
478
278
|
strokeLinecap: "round",
|
|
479
279
|
strokeLinejoin: "round"
|
|
480
|
-
}
|
|
481
|
-
void 0,
|
|
482
|
-
!1,
|
|
483
|
-
{
|
|
484
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBrokenIcon.tsx",
|
|
485
|
-
lineNumber: 16,
|
|
486
|
-
columnNumber: 5
|
|
487
|
-
},
|
|
488
|
-
void 0
|
|
280
|
+
}
|
|
489
281
|
)
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBrokenIcon.tsx",
|
|
495
|
-
lineNumber: 8,
|
|
496
|
-
columnNumber: 3
|
|
497
|
-
},
|
|
498
|
-
void 0
|
|
499
|
-
), d = ({
|
|
500
|
-
color: o,
|
|
501
|
-
size: s = 24
|
|
282
|
+
}
|
|
283
|
+
), w = ({
|
|
284
|
+
color: r,
|
|
285
|
+
size: t = 24
|
|
502
286
|
}) => /* @__PURE__ */ e(
|
|
503
287
|
"svg",
|
|
504
288
|
{
|
|
505
|
-
width:
|
|
506
|
-
height:
|
|
289
|
+
width: t,
|
|
290
|
+
height: t,
|
|
507
291
|
viewBox: "0 0 24 24",
|
|
508
292
|
fill: "none",
|
|
509
293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
510
|
-
style: { color:
|
|
294
|
+
style: { color: r },
|
|
511
295
|
children: [
|
|
512
|
-
/* @__PURE__ */
|
|
296
|
+
/* @__PURE__ */ o(
|
|
513
297
|
"path",
|
|
514
298
|
{
|
|
515
299
|
d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82Z",
|
|
516
300
|
fill: "currentColor"
|
|
517
|
-
}
|
|
518
|
-
void 0,
|
|
519
|
-
!1,
|
|
520
|
-
{
|
|
521
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBulkIcon.tsx",
|
|
522
|
-
lineNumber: 16,
|
|
523
|
-
columnNumber: 5
|
|
524
|
-
},
|
|
525
|
-
void 0
|
|
301
|
+
}
|
|
526
302
|
),
|
|
527
|
-
/* @__PURE__ */
|
|
303
|
+
/* @__PURE__ */ o(
|
|
528
304
|
"path",
|
|
529
305
|
{
|
|
530
306
|
opacity: 0.399,
|
|
531
307
|
d: "M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Z",
|
|
532
308
|
fill: "currentColor"
|
|
533
|
-
}
|
|
534
|
-
void 0,
|
|
535
|
-
!1,
|
|
536
|
-
{
|
|
537
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBulkIcon.tsx",
|
|
538
|
-
lineNumber: 20,
|
|
539
|
-
columnNumber: 5
|
|
540
|
-
},
|
|
541
|
-
void 0
|
|
309
|
+
}
|
|
542
310
|
),
|
|
543
|
-
/* @__PURE__ */
|
|
311
|
+
/* @__PURE__ */ o(
|
|
544
312
|
"path",
|
|
545
313
|
{
|
|
546
314
|
fillRule: "evenodd",
|
|
547
315
|
clipRule: "evenodd",
|
|
548
316
|
d: "M9.58 17a.75.75 0 0 1 .75-.75h3.33a.75.75 0 0 1 0 1.5h-3.33a.75.75 0 0 1-.75-.75ZM8.75 13a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z",
|
|
549
317
|
fill: "currentColor"
|
|
550
|
-
}
|
|
551
|
-
void 0,
|
|
552
|
-
!1,
|
|
553
|
-
{
|
|
554
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashBulkIcon.tsx",
|
|
555
|
-
lineNumber: 25,
|
|
556
|
-
columnNumber: 5
|
|
557
|
-
},
|
|
558
|
-
void 0
|
|
318
|
+
}
|
|
559
319
|
)
|
|
560
320
|
]
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
lineNumber: 8,
|
|
567
|
-
columnNumber: 3
|
|
568
|
-
},
|
|
569
|
-
void 0
|
|
570
|
-
), h = ({
|
|
571
|
-
color: o,
|
|
572
|
-
size: s = 24
|
|
573
|
-
}) => /* @__PURE__ */ e(
|
|
321
|
+
}
|
|
322
|
+
), a = ({
|
|
323
|
+
color: r,
|
|
324
|
+
size: t = 24
|
|
325
|
+
}) => /* @__PURE__ */ o(
|
|
574
326
|
"svg",
|
|
575
327
|
{
|
|
576
|
-
width:
|
|
577
|
-
height:
|
|
328
|
+
width: t,
|
|
329
|
+
height: t,
|
|
578
330
|
viewBox: "0 0 24 24",
|
|
579
331
|
fill: "none",
|
|
580
332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
581
|
-
style: { color:
|
|
582
|
-
children: /* @__PURE__ */
|
|
333
|
+
style: { color: r },
|
|
334
|
+
children: /* @__PURE__ */ o(
|
|
583
335
|
"path",
|
|
584
336
|
{
|
|
585
337
|
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98M8.5 4.97l.22-1.31C8.88 2.71 9 2 10.69 2h2.62c1.69 0 1.82.75 1.97 1.67l.22 1.3M18.85 9.14l-.65 10.07C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5h3.33M9.5 12.5h5",
|
|
@@ -587,107 +339,59 @@ const t = ({
|
|
|
587
339
|
strokeWidth: 1.5,
|
|
588
340
|
strokeLinecap: "round",
|
|
589
341
|
strokeLinejoin: "round"
|
|
590
|
-
}
|
|
591
|
-
void 0,
|
|
592
|
-
!1,
|
|
593
|
-
{
|
|
594
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashLinearIcon.tsx",
|
|
595
|
-
lineNumber: 16,
|
|
596
|
-
columnNumber: 5
|
|
597
|
-
},
|
|
598
|
-
void 0
|
|
342
|
+
}
|
|
599
343
|
)
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashLinearIcon.tsx",
|
|
605
|
-
lineNumber: 8,
|
|
606
|
-
columnNumber: 3
|
|
607
|
-
},
|
|
608
|
-
void 0
|
|
609
|
-
), m = ({
|
|
610
|
-
color: o,
|
|
611
|
-
size: s = 24
|
|
344
|
+
}
|
|
345
|
+
), k = ({
|
|
346
|
+
color: r,
|
|
347
|
+
size: t = 24
|
|
612
348
|
}) => /* @__PURE__ */ e(
|
|
613
349
|
"svg",
|
|
614
350
|
{
|
|
615
|
-
width:
|
|
616
|
-
height:
|
|
351
|
+
width: t,
|
|
352
|
+
height: t,
|
|
617
353
|
viewBox: "0 0 24 24",
|
|
618
354
|
fill: "none",
|
|
619
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
620
|
-
style: { color:
|
|
356
|
+
style: { color: r },
|
|
621
357
|
children: [
|
|
622
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ o(
|
|
623
359
|
"path",
|
|
624
360
|
{
|
|
625
361
|
d: "M21 6.73h-.08c-5.29-.53-10.57-.73-15.8-.2l-2.04.2a.755.755 0 0 1-.83-.68c-.04-.42.26-.78.67-.82l2.04-.2c5.32-.54 10.71-.33 16.11.2.41.04.71.41.67.82a.74.74 0 0 1-.74.68Z",
|
|
626
362
|
fill: "currentColor"
|
|
627
|
-
}
|
|
628
|
-
void 0,
|
|
629
|
-
!1,
|
|
630
|
-
{
|
|
631
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashOutlineIcon.tsx",
|
|
632
|
-
lineNumber: 16,
|
|
633
|
-
columnNumber: 5
|
|
634
|
-
},
|
|
635
|
-
void 0
|
|
363
|
+
}
|
|
636
364
|
),
|
|
637
|
-
/* @__PURE__ */
|
|
365
|
+
/* @__PURE__ */ o(
|
|
638
366
|
"path",
|
|
639
367
|
{
|
|
640
368
|
d: "M8.5 5.72c-.04 0-.08 0-.13-.01a.753.753 0 0 1-.61-.86l.22-1.31c.16-.96.38-2.29 2.71-2.29h2.62c2.34 0 2.56 1.38 2.71 2.3l.22 1.3c.07.41-.21.8-.61.86-.41.07-.8-.21-.86-.61l-.22-1.3c-.14-.87-.17-1.04-1.23-1.04H10.7c-1.06 0-1.08.14-1.23 1.03l-.23 1.3a.75.75 0 0 1-.74.63ZM15.21 22.75H8.79c-3.49 0-3.63-1.93-3.74-3.49L4.4 9.19c-.03-.41.29-.77.7-.8.42-.02.77.29.8.7l.65 10.07c.11 1.52.15 2.09 2.24 2.09h6.42c2.1 0 2.14-.57 2.24-2.09l.65-10.07c.03-.41.39-.72.8-.7.41.03.73.38.7.8l-.65 10.07c-.11 1.56-.25 3.49-3.74 3.49Z",
|
|
641
369
|
fill: "currentColor"
|
|
642
|
-
}
|
|
643
|
-
void 0,
|
|
644
|
-
!1,
|
|
645
|
-
{
|
|
646
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashOutlineIcon.tsx",
|
|
647
|
-
lineNumber: 20,
|
|
648
|
-
columnNumber: 5
|
|
649
|
-
},
|
|
650
|
-
void 0
|
|
370
|
+
}
|
|
651
371
|
),
|
|
652
|
-
/* @__PURE__ */
|
|
372
|
+
/* @__PURE__ */ o(
|
|
653
373
|
"path",
|
|
654
374
|
{
|
|
655
375
|
d: "M13.66 17.25h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75ZM14.5 13.25h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75Z",
|
|
656
376
|
fill: "currentColor"
|
|
657
|
-
}
|
|
658
|
-
void 0,
|
|
659
|
-
!1,
|
|
660
|
-
{
|
|
661
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashOutlineIcon.tsx",
|
|
662
|
-
lineNumber: 24,
|
|
663
|
-
columnNumber: 5
|
|
664
|
-
},
|
|
665
|
-
void 0
|
|
377
|
+
}
|
|
666
378
|
)
|
|
667
379
|
]
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashOutlineIcon.tsx",
|
|
673
|
-
lineNumber: 8,
|
|
674
|
-
columnNumber: 3
|
|
675
|
-
},
|
|
676
|
-
void 0
|
|
677
|
-
), C = ({
|
|
678
|
-
color: o,
|
|
679
|
-
size: s = 24
|
|
380
|
+
}
|
|
381
|
+
), u = ({
|
|
382
|
+
color: r,
|
|
383
|
+
size: t = 24
|
|
680
384
|
}) => /* @__PURE__ */ e(
|
|
681
385
|
"svg",
|
|
682
386
|
{
|
|
683
|
-
width:
|
|
684
|
-
height:
|
|
387
|
+
width: t,
|
|
388
|
+
height: t,
|
|
685
389
|
viewBox: "0 0 24 24",
|
|
686
390
|
fill: "none",
|
|
687
391
|
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
-
style: { color:
|
|
392
|
+
style: { color: r },
|
|
689
393
|
children: [
|
|
690
|
-
/* @__PURE__ */
|
|
394
|
+
/* @__PURE__ */ o(
|
|
691
395
|
"path",
|
|
692
396
|
{
|
|
693
397
|
d: "M21 5.98c-3.33-.33-6.68-.5-10.02-.5-1.98 0-3.96.1-5.94.3L3 5.98",
|
|
@@ -695,17 +399,9 @@ const t = ({
|
|
|
695
399
|
strokeWidth: 1.5,
|
|
696
400
|
strokeLinecap: "round",
|
|
697
401
|
strokeLinejoin: "round"
|
|
698
|
-
}
|
|
699
|
-
void 0,
|
|
700
|
-
!1,
|
|
701
|
-
{
|
|
702
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashTwotoneIcon.tsx",
|
|
703
|
-
lineNumber: 16,
|
|
704
|
-
columnNumber: 5
|
|
705
|
-
},
|
|
706
|
-
void 0
|
|
402
|
+
}
|
|
707
403
|
),
|
|
708
|
-
/* @__PURE__ */
|
|
404
|
+
/* @__PURE__ */ o(
|
|
709
405
|
"path",
|
|
710
406
|
{
|
|
711
407
|
opacity: 0.34,
|
|
@@ -714,17 +410,9 @@ const t = ({
|
|
|
714
410
|
strokeWidth: 1.5,
|
|
715
411
|
strokeLinecap: "round",
|
|
716
412
|
strokeLinejoin: "round"
|
|
717
|
-
}
|
|
718
|
-
void 0,
|
|
719
|
-
!1,
|
|
720
|
-
{
|
|
721
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashTwotoneIcon.tsx",
|
|
722
|
-
lineNumber: 23,
|
|
723
|
-
columnNumber: 5
|
|
724
|
-
},
|
|
725
|
-
void 0
|
|
413
|
+
}
|
|
726
414
|
),
|
|
727
|
-
/* @__PURE__ */
|
|
415
|
+
/* @__PURE__ */ o(
|
|
728
416
|
"path",
|
|
729
417
|
{
|
|
730
418
|
d: "m18.85 9.14-.65 10.07C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14",
|
|
@@ -732,17 +420,9 @@ const t = ({
|
|
|
732
420
|
strokeWidth: 1.5,
|
|
733
421
|
strokeLinecap: "round",
|
|
734
422
|
strokeLinejoin: "round"
|
|
735
|
-
}
|
|
736
|
-
void 0,
|
|
737
|
-
!1,
|
|
738
|
-
{
|
|
739
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashTwotoneIcon.tsx",
|
|
740
|
-
lineNumber: 31,
|
|
741
|
-
columnNumber: 5
|
|
742
|
-
},
|
|
743
|
-
void 0
|
|
423
|
+
}
|
|
744
424
|
),
|
|
745
|
-
/* @__PURE__ */
|
|
425
|
+
/* @__PURE__ */ o(
|
|
746
426
|
"path",
|
|
747
427
|
{
|
|
748
428
|
opacity: 0.34,
|
|
@@ -751,53 +431,37 @@ const t = ({
|
|
|
751
431
|
strokeWidth: 1.5,
|
|
752
432
|
strokeLinecap: "round",
|
|
753
433
|
strokeLinejoin: "round"
|
|
754
|
-
}
|
|
755
|
-
void 0,
|
|
756
|
-
!1,
|
|
757
|
-
{
|
|
758
|
-
fileName: "C:/Users/asus/Desktop/AghsatMarket/shared-assets/src/icons/components/essetional/TrashTwotoneIcon.tsx",
|
|
759
|
-
lineNumber: 38,
|
|
760
|
-
columnNumber: 5
|
|
761
|
-
},
|
|
762
|
-
void 0
|
|
434
|
+
}
|
|
763
435
|
)
|
|
764
436
|
]
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
}, k = {
|
|
782
|
-
NotificationLinearIcon: i,
|
|
783
|
-
NotificationBoldIcon: t,
|
|
784
|
-
NotificationBrokenIcon: n,
|
|
785
|
-
NotificationBulkIcon: r,
|
|
786
|
-
NotificationOutlineIcon: a,
|
|
787
|
-
NotificationTwotoneIcon: l
|
|
788
|
-
}, p = { trash: f, notification: k };
|
|
437
|
+
}
|
|
438
|
+
), p = {
|
|
439
|
+
TrashBoldIcon: s,
|
|
440
|
+
TrashBrokenIcon: d,
|
|
441
|
+
TrashBulkIcon: w,
|
|
442
|
+
TrashLinearIcon: a,
|
|
443
|
+
TrashOutlineIcon: k,
|
|
444
|
+
TrashTwotoneIcon: u
|
|
445
|
+
}, g = {
|
|
446
|
+
NotificationLinearIcon: C,
|
|
447
|
+
NotificationBoldIcon: n,
|
|
448
|
+
NotificationBrokenIcon: l,
|
|
449
|
+
NotificationBulkIcon: i,
|
|
450
|
+
NotificationOutlineIcon: c,
|
|
451
|
+
NotificationTwotoneIcon: h
|
|
452
|
+
}, v = { trash: p, notification: g };
|
|
789
453
|
export {
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
454
|
+
n as NotificationBoldIcon,
|
|
455
|
+
l as NotificationBrokenIcon,
|
|
456
|
+
i as NotificationBulkIcon,
|
|
457
|
+
C as NotificationLinearIcon,
|
|
458
|
+
c as NotificationOutlineIcon,
|
|
459
|
+
h as NotificationTwotoneIcon,
|
|
460
|
+
s as TrashBoldIcon,
|
|
461
|
+
d as TrashBrokenIcon,
|
|
462
|
+
w as TrashBulkIcon,
|
|
463
|
+
a as TrashLinearIcon,
|
|
464
|
+
k as TrashOutlineIcon,
|
|
465
|
+
u as TrashTwotoneIcon,
|
|
466
|
+
v as default
|
|
803
467
|
};
|