-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-icon.html
More file actions
387 lines (387 loc) · 17.3 KB
/
Copy pathapp-icon.html
File metadata and controls
387 lines (387 loc) · 17.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<span
[class]="wrapperClasses()"
class="inline-flex items-center justify-center shrink-0 leading-none"
>
@switch (name()) { @case ('box') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"
/>
</svg>
} @case ('layout-dashboard') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<rect x="3" y="3" width="7" height="9" rx="1" stroke-linecap="round" stroke-linejoin="round" />
<rect x="14" y="3" width="7" height="5" rx="1" stroke-linecap="round" stroke-linejoin="round" />
<rect
x="14"
y="12"
width="7"
height="9"
rx="1"
stroke-linecap="round"
stroke-linejoin="round"
/>
<rect x="3" y="16" width="7" height="5" rx="1" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('layers') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polygon points="12 2 2 7 12 12 22 7 12 2" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="2 17 12 22 22 17" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="2 12 12 17 22 12" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('car') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H8c-.7 0-1.3.3-1.8.7C5.3 8.6 4 10 4 10s-2.7.6-4.5 1.1C.7 11.3 0 12.1 0 13v3c0 .6.4 1 1 1h2"
/>
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
</svg>
} @case ('shopping-bag') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z"
/>
<line x1="3" y1="6" x2="21" y2="6" stroke-linecap="round" stroke-linejoin="round" />
<path stroke-linecap="round" stroke-linejoin="round" d="M16 10a4 4 0 01-8 0" />
</svg>
} @case ('upload-cloud') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="16 16 12 12 8 16" stroke-linecap="round" stroke-linejoin="round" />
<line x1="12" y1="12" x2="12" y2="21" stroke-linecap="round" stroke-linejoin="round" />
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M20.39 18.39A5 5 0 0018 9h-1.26A8 8 0 103 16.3"
/>
</svg>
} @case ('bar-chart-3') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<line x1="18" y1="20" x2="18" y2="10" stroke-linecap="round" stroke-linejoin="round" />
<line x1="12" y1="20" x2="12" y2="4" stroke-linecap="round" stroke-linejoin="round" />
<line x1="6" y1="20" x2="6" y2="14" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('bell') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9"
/>
<path stroke-linecap="round" stroke-linejoin="round" d="M13.73 21a2 2 0 01-3.46 0" />
</svg>
} @case ('settings') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="3" />
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z"
/>
</svg>
} @case ('help-circle') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<path stroke-linecap="round" stroke-linejoin="round" d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3" />
<line x1="12" y1="17" x2="12.01" y2="17" stroke-width="3" stroke-linecap="round" />
</svg>
} @case ('search') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="11" cy="11" r="8" />
<line x1="21" y1="21" x2="16.65" y2="16.65" stroke-linecap="round" />
</svg>
} @case ('chevron-down') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="6 9 12 15 18 9" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('chevron-right') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="9 18 15 12 9 6" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('chevron-left') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="15 18 9 12 15 6" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('chevrons-left') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="11 17 6 12 11 7" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="18 17 13 12 18 7" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('chevrons-right') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="13 17 18 12 13 7" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="6 17 11 12 6 7" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('menu') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<line x1="3" y1="12" x2="21" y2="12" stroke-linecap="round" />
<line x1="3" y1="6" x2="21" y2="6" stroke-linecap="round" />
<line x1="3" y1="18" x2="21" y2="18" stroke-linecap="round" />
</svg>
} @case ('x') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<line x1="18" y1="6" x2="6" y2="18" stroke-linecap="round" />
<line x1="6" y1="6" x2="18" y2="18" stroke-linecap="round" />
</svg>
} @case ('plus') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<line x1="12" y1="5" x2="12" y2="19" stroke-linecap="round" />
<line x1="5" y1="12" x2="19" y2="12" stroke-linecap="round" />
</svg>
} @case ('plus-circle') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<line x1="12" y1="8" x2="12" y2="16" stroke-linecap="round" />
<line x1="8" y1="12" x2="16" y2="12" stroke-linecap="round" />
</svg>
} @case ('sun') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="5" />
<line x1="12" y1="1" x2="12" y2="3" stroke-linecap="round" />
<line x1="12" y1="21" x2="12" y2="23" stroke-linecap="round" />
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64" stroke-linecap="round" />
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78" stroke-linecap="round" />
<line x1="1" y1="12" x2="3" y2="12" stroke-linecap="round" />
<line x1="21" y1="12" x2="23" y2="12" stroke-linecap="round" />
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36" stroke-linecap="round" />
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22" stroke-linecap="round" />
</svg>
} @case ('moon') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
/>
</svg>
} @case ('user') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"
/>
<circle cx="12" cy="7" r="4" />
</svg>
} @case ('filter') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polygon
points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
} @case ('refresh-cw') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="23 4 23 10 17 10" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="1 20 1 14 7 14" stroke-linecap="round" stroke-linejoin="round" />
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15"
/>
</svg>
} @case ('trash-2') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="3 6 5 6 21 6" stroke-linecap="round" stroke-linejoin="round" />
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2"
/>
<line x1="10" y1="11" x2="10" y2="17" stroke-linecap="round" />
<line x1="14" y1="11" x2="14" y2="17" stroke-linecap="round" />
</svg>
} @case ('edit') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"
/>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"
/>
</svg>
} @case ('check') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="20 6 9 17 4 12" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('alert-circle') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<line x1="12" y1="8" x2="12" y2="12" stroke-linecap="round" />
<line x1="12" y1="16" x2="12.01" y2="16" stroke-width="3" stroke-linecap="round" />
</svg>
} @case ('info') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<line x1="12" y1="16" x2="12" y2="12" stroke-linecap="round" />
<line x1="12" y1="8" x2="12.01" y2="8" stroke-width="3" stroke-linecap="round" />
</svg>
} @case ('external-link') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"
/>
<polyline points="15 3 21 3 21 9" stroke-linecap="round" stroke-linejoin="round" />
<line x1="10" y1="14" x2="21" y2="3" stroke-linecap="round" />
</svg>
} @case ('download') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"
/>
<polyline points="7 10 12 15 17 10" stroke-linecap="round" stroke-linejoin="round" />
<line x1="12" y1="15" x2="12" y2="3" stroke-linecap="round" />
</svg>
} @case ('upload') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"
/>
<polyline points="17 8 12 3 7 8" stroke-linecap="round" stroke-linejoin="round" />
<line x1="12" y1="3" x2="12" y2="15" stroke-linecap="round" />
</svg>
} @case ('folder-plus') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"
/>
<line x1="12" y1="11" x2="12" y2="17" stroke-linecap="round" />
<line x1="9" y1="14" x2="15" y2="14" stroke-linecap="round" />
</svg>
} @case ('building') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<rect
x="4"
y="2"
width="16"
height="20"
rx="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<line x1="9" y1="6" x2="9" y2="6.01" stroke-width="3" />
<line x1="15" y1="6" x2="15" y2="6.01" stroke-width="3" />
<line x1="9" y1="10" x2="9" y2="10.01" stroke-width="3" />
<line x1="15" y1="10" x2="15" y2="10.01" stroke-width="3" />
<line x1="9" y1="14" x2="9" y2="14.01" stroke-width="3" />
<line x1="15" y1="14" x2="15" y2="14.01" stroke-width="3" />
<path d="M10 22v-4h4v4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('package-check') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M16 16l2 2 4-4" />
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14"
/>
<polyline
points="3.27 6.96 12 12.01 20.73 6.96"
stroke-linecap="round"
stroke-linejoin="round"
/>
<line x1="12" y1="22.08" x2="12" y2="12" stroke-linecap="round" />
</svg>
} @case ('log-out') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4" />
<polyline points="16 17 21 12 16 7" stroke-linecap="round" stroke-linejoin="round" />
<line x1="21" y1="12" x2="9" y2="12" stroke-linecap="round" />
</svg>
} @case ('star') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
} @case ('copy') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<rect
x="9"
y="9"
width="13"
height="13"
rx="2"
ry="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
} @case ('eye') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"
/>
<circle cx="12" cy="12" r="3" />
</svg>
} @case ('arrow-left') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<line x1="19" y1="12" x2="5" y2="12" stroke-linecap="round" stroke-linejoin="round" />
<polyline points="12 19 5 12 12 5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('image') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<rect
x="3"
y="3"
width="18"
height="18"
rx="2"
ry="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle cx="8.5" cy="8.5" r="1.5" />
<polyline points="21 15 16 10 5 21" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('archive') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<polyline points="21 8 21 21 3 21 3 8" stroke-linecap="round" stroke-linejoin="round" />
<rect x="1" y="3" width="22" height="5" stroke-linecap="round" stroke-linejoin="round" />
<line x1="10" y1="12" x2="14" y2="12" stroke-linecap="round" stroke-linejoin="round" />
</svg>
} @case ('receipt') {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1-2-1z"
/>
<line x1="8" y1="8" x2="16" y2="8" stroke-linecap="round" />
<line x1="8" y1="12" x2="16" y2="12" stroke-linecap="round" />
<line x1="8" y1="16" x2="12" y2="16" stroke-linecap="round" />
</svg>
} @default {
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2">
<circle cx="12" cy="12" r="8" />
</svg>
} }
</span>