@ippon-ui/icons 0.0.2
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/LICENCE +202 -0
- package/dist/index.html +98 -0
- package/dist/ionicons.css +1377 -0
- package/dist/ionicons.eot +0 -0
- package/dist/ionicons.svg +8154 -0
- package/dist/ionicons.symbol.svg +1 -0
- package/dist/ionicons.ttf +0 -0
- package/dist/ionicons.woff +0 -0
- package/dist/ionicons.woff2 +0 -0
- package/dist/symbol.html +9595 -0
- package/dist/unicode.html +117 -0
- package/package.json +24 -0
- package/types/index.d.ts +520 -0
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ippon-ui/icons",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Ippon UI Icons based on Ionicons",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"types": "types/index.d.ts",
|
|
7
|
+
"keywords": [],
|
|
8
|
+
"author": "Ippon Technologies",
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"devDependencies": {
|
|
11
|
+
"@types/node": "24.12.2",
|
|
12
|
+
"ionicons": "8.0.13",
|
|
13
|
+
"oslllo-svg-fixer": "6.0.1",
|
|
14
|
+
"svgtofont": "6.5.1",
|
|
15
|
+
"typescript": "5.9.3"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist",
|
|
19
|
+
"types"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "node index.ts"
|
|
23
|
+
}
|
|
24
|
+
}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
export type IconClassic =
|
|
2
|
+
| 'accessibility'
|
|
3
|
+
| 'add-circle'
|
|
4
|
+
| 'add'
|
|
5
|
+
| 'airplane'
|
|
6
|
+
| 'alarm'
|
|
7
|
+
| 'albums'
|
|
8
|
+
| 'alert-circle'
|
|
9
|
+
| 'alert'
|
|
10
|
+
| 'american-football'
|
|
11
|
+
| 'analytics'
|
|
12
|
+
| 'aperture'
|
|
13
|
+
| 'apps'
|
|
14
|
+
| 'archive'
|
|
15
|
+
| 'arrow-back-circle'
|
|
16
|
+
| 'arrow-back'
|
|
17
|
+
| 'arrow-down-circle'
|
|
18
|
+
| 'arrow-down-left-box'
|
|
19
|
+
| 'arrow-down-right-box'
|
|
20
|
+
| 'arrow-down'
|
|
21
|
+
| 'arrow-forward-circle'
|
|
22
|
+
| 'arrow-forward'
|
|
23
|
+
| 'arrow-redo-circle'
|
|
24
|
+
| 'arrow-redo'
|
|
25
|
+
| 'arrow-undo-circle'
|
|
26
|
+
| 'arrow-undo'
|
|
27
|
+
| 'arrow-up-circle'
|
|
28
|
+
| 'arrow-up-left-box'
|
|
29
|
+
| 'arrow-up-right-box'
|
|
30
|
+
| 'arrow-up'
|
|
31
|
+
| 'at-circle'
|
|
32
|
+
| 'at'
|
|
33
|
+
| 'attach'
|
|
34
|
+
| 'backspace'
|
|
35
|
+
| 'bag-add'
|
|
36
|
+
| 'bag-check'
|
|
37
|
+
| 'bag-handle'
|
|
38
|
+
| 'bag-remove'
|
|
39
|
+
| 'bag'
|
|
40
|
+
| 'balloon'
|
|
41
|
+
| 'ban'
|
|
42
|
+
| 'bandage'
|
|
43
|
+
| 'bar-chart'
|
|
44
|
+
| 'barbell'
|
|
45
|
+
| 'barcode'
|
|
46
|
+
| 'baseball'
|
|
47
|
+
| 'basket'
|
|
48
|
+
| 'basketball'
|
|
49
|
+
| 'battery-charging'
|
|
50
|
+
| 'battery-dead'
|
|
51
|
+
| 'battery-full'
|
|
52
|
+
| 'battery-half'
|
|
53
|
+
| 'beaker'
|
|
54
|
+
| 'bed'
|
|
55
|
+
| 'beer'
|
|
56
|
+
| 'bicycle'
|
|
57
|
+
| 'binoculars'
|
|
58
|
+
| 'bluetooth'
|
|
59
|
+
| 'boat'
|
|
60
|
+
| 'body'
|
|
61
|
+
| 'bonfire'
|
|
62
|
+
| 'book'
|
|
63
|
+
| 'bookmark'
|
|
64
|
+
| 'bookmarks'
|
|
65
|
+
| 'bowling-ball'
|
|
66
|
+
| 'briefcase'
|
|
67
|
+
| 'browsers'
|
|
68
|
+
| 'brush'
|
|
69
|
+
| 'bug'
|
|
70
|
+
| 'build'
|
|
71
|
+
| 'bulb'
|
|
72
|
+
| 'bus'
|
|
73
|
+
| 'business'
|
|
74
|
+
| 'cafe'
|
|
75
|
+
| 'calculator'
|
|
76
|
+
| 'calendar-clear'
|
|
77
|
+
| 'calendar-number'
|
|
78
|
+
| 'calendar'
|
|
79
|
+
| 'call'
|
|
80
|
+
| 'camera-reverse'
|
|
81
|
+
| 'camera'
|
|
82
|
+
| 'car-sport'
|
|
83
|
+
| 'car'
|
|
84
|
+
| 'card'
|
|
85
|
+
| 'caret-back-circle'
|
|
86
|
+
| 'caret-back'
|
|
87
|
+
| 'caret-down-circle'
|
|
88
|
+
| 'caret-down'
|
|
89
|
+
| 'caret-forward-circle'
|
|
90
|
+
| 'caret-forward'
|
|
91
|
+
| 'caret-up-circle'
|
|
92
|
+
| 'caret-up'
|
|
93
|
+
| 'cart'
|
|
94
|
+
| 'cash'
|
|
95
|
+
| 'cellular'
|
|
96
|
+
| 'chatbox-ellipses'
|
|
97
|
+
| 'chatbox'
|
|
98
|
+
| 'chatbubble-ellipses'
|
|
99
|
+
| 'chatbubble'
|
|
100
|
+
| 'chatbubbles'
|
|
101
|
+
| 'checkbox'
|
|
102
|
+
| 'checkmark-circle'
|
|
103
|
+
| 'checkmark-done-circle'
|
|
104
|
+
| 'checkmark-done'
|
|
105
|
+
| 'checkmark'
|
|
106
|
+
| 'chevron-back-circle'
|
|
107
|
+
| 'chevron-back'
|
|
108
|
+
| 'chevron-collapse'
|
|
109
|
+
| 'chevron-down-circle'
|
|
110
|
+
| 'chevron-down'
|
|
111
|
+
| 'chevron-expand'
|
|
112
|
+
| 'chevron-forward-circle'
|
|
113
|
+
| 'chevron-forward'
|
|
114
|
+
| 'chevron-up-circle'
|
|
115
|
+
| 'chevron-up'
|
|
116
|
+
| 'clipboard'
|
|
117
|
+
| 'close-circle'
|
|
118
|
+
| 'close'
|
|
119
|
+
| 'cloud-circle'
|
|
120
|
+
| 'cloud-done'
|
|
121
|
+
| 'cloud-download'
|
|
122
|
+
| 'cloud-offline'
|
|
123
|
+
| 'cloud-upload'
|
|
124
|
+
| 'cloud'
|
|
125
|
+
| 'cloudy-night'
|
|
126
|
+
| 'cloudy'
|
|
127
|
+
| 'code-download'
|
|
128
|
+
| 'code-slash'
|
|
129
|
+
| 'code-working'
|
|
130
|
+
| 'code'
|
|
131
|
+
| 'cog'
|
|
132
|
+
| 'color-fill'
|
|
133
|
+
| 'color-filter'
|
|
134
|
+
| 'color-palette'
|
|
135
|
+
| 'color-wand'
|
|
136
|
+
| 'compass'
|
|
137
|
+
| 'construct'
|
|
138
|
+
| 'contract'
|
|
139
|
+
| 'contrast'
|
|
140
|
+
| 'copy'
|
|
141
|
+
| 'create'
|
|
142
|
+
| 'crop'
|
|
143
|
+
| 'cube'
|
|
144
|
+
| 'cut'
|
|
145
|
+
| 'desktop'
|
|
146
|
+
| 'diamond'
|
|
147
|
+
| 'dice'
|
|
148
|
+
| 'disc'
|
|
149
|
+
| 'document-attach'
|
|
150
|
+
| 'document-lock'
|
|
151
|
+
| 'document-text'
|
|
152
|
+
| 'document'
|
|
153
|
+
| 'documents'
|
|
154
|
+
| 'download'
|
|
155
|
+
| 'duplicate'
|
|
156
|
+
| 'ear'
|
|
157
|
+
| 'earth'
|
|
158
|
+
| 'easel'
|
|
159
|
+
| 'egg'
|
|
160
|
+
| 'ellipse'
|
|
161
|
+
| 'ellipsis-horizontal-circle'
|
|
162
|
+
| 'ellipsis-horizontal'
|
|
163
|
+
| 'ellipsis-vertical-circle'
|
|
164
|
+
| 'ellipsis-vertical'
|
|
165
|
+
| 'enter'
|
|
166
|
+
| 'exit'
|
|
167
|
+
| 'expand'
|
|
168
|
+
| 'extension-puzzle'
|
|
169
|
+
| 'eye-off'
|
|
170
|
+
| 'eye'
|
|
171
|
+
| 'eyedrop'
|
|
172
|
+
| 'fast-food'
|
|
173
|
+
| 'female'
|
|
174
|
+
| 'file-tray-full'
|
|
175
|
+
| 'file-tray-stacked'
|
|
176
|
+
| 'file-tray'
|
|
177
|
+
| 'film'
|
|
178
|
+
| 'filter-circle'
|
|
179
|
+
| 'filter'
|
|
180
|
+
| 'finger-print'
|
|
181
|
+
| 'fish'
|
|
182
|
+
| 'fitness'
|
|
183
|
+
| 'flag'
|
|
184
|
+
| 'flame'
|
|
185
|
+
| 'flash-off'
|
|
186
|
+
| 'flash'
|
|
187
|
+
| 'flashlight'
|
|
188
|
+
| 'flask'
|
|
189
|
+
| 'flower'
|
|
190
|
+
| 'folder-open'
|
|
191
|
+
| 'folder'
|
|
192
|
+
| 'football'
|
|
193
|
+
| 'footsteps'
|
|
194
|
+
| 'funnel'
|
|
195
|
+
| 'game-controller'
|
|
196
|
+
| 'gift'
|
|
197
|
+
| 'git-branch'
|
|
198
|
+
| 'git-commit'
|
|
199
|
+
| 'git-compare'
|
|
200
|
+
| 'git-merge'
|
|
201
|
+
| 'git-network'
|
|
202
|
+
| 'git-pull-request'
|
|
203
|
+
| 'glasses'
|
|
204
|
+
| 'globe'
|
|
205
|
+
| 'golf'
|
|
206
|
+
| 'grid'
|
|
207
|
+
| 'hammer'
|
|
208
|
+
| 'hand-left'
|
|
209
|
+
| 'hand-right'
|
|
210
|
+
| 'happy'
|
|
211
|
+
| 'hardware-chip'
|
|
212
|
+
| 'headset'
|
|
213
|
+
| 'heart-circle'
|
|
214
|
+
| 'heart-dislike-circle'
|
|
215
|
+
| 'heart-dislike'
|
|
216
|
+
| 'heart-half'
|
|
217
|
+
| 'heart'
|
|
218
|
+
| 'help-buoy'
|
|
219
|
+
| 'help-circle'
|
|
220
|
+
| 'help'
|
|
221
|
+
| 'home'
|
|
222
|
+
| 'hourglass'
|
|
223
|
+
| 'ice-cream'
|
|
224
|
+
| 'id-card'
|
|
225
|
+
| 'image'
|
|
226
|
+
| 'images'
|
|
227
|
+
| 'infinite'
|
|
228
|
+
| 'information-circle'
|
|
229
|
+
| 'information'
|
|
230
|
+
| 'invert-mode'
|
|
231
|
+
| 'journal'
|
|
232
|
+
| 'key'
|
|
233
|
+
| 'keypad'
|
|
234
|
+
| 'language'
|
|
235
|
+
| 'laptop'
|
|
236
|
+
| 'layers'
|
|
237
|
+
| 'leaf'
|
|
238
|
+
| 'library'
|
|
239
|
+
| 'link'
|
|
240
|
+
| 'list-circle'
|
|
241
|
+
| 'list'
|
|
242
|
+
| 'locate'
|
|
243
|
+
| 'location'
|
|
244
|
+
| 'lock-closed'
|
|
245
|
+
| 'lock-open'
|
|
246
|
+
| 'log-in'
|
|
247
|
+
| 'log-out'
|
|
248
|
+
| 'magnet'
|
|
249
|
+
| 'mail-open'
|
|
250
|
+
| 'mail-unread'
|
|
251
|
+
| 'mail'
|
|
252
|
+
| 'male-female'
|
|
253
|
+
| 'male'
|
|
254
|
+
| 'man'
|
|
255
|
+
| 'map'
|
|
256
|
+
| 'medal'
|
|
257
|
+
| 'medical'
|
|
258
|
+
| 'medkit'
|
|
259
|
+
| 'megaphone'
|
|
260
|
+
| 'menu'
|
|
261
|
+
| 'mic-circle'
|
|
262
|
+
| 'mic-off-circle'
|
|
263
|
+
| 'mic-off'
|
|
264
|
+
| 'mic'
|
|
265
|
+
| 'moon'
|
|
266
|
+
| 'move'
|
|
267
|
+
| 'musical-note'
|
|
268
|
+
| 'musical-notes'
|
|
269
|
+
| 'navigate-circle'
|
|
270
|
+
| 'navigate'
|
|
271
|
+
| 'newspaper'
|
|
272
|
+
| 'notifications-circle'
|
|
273
|
+
| 'notifications-off-circle'
|
|
274
|
+
| 'notifications-off'
|
|
275
|
+
| 'notifications'
|
|
276
|
+
| 'nuclear'
|
|
277
|
+
| 'nutrition'
|
|
278
|
+
| 'open'
|
|
279
|
+
| 'options'
|
|
280
|
+
| 'paper-plane'
|
|
281
|
+
| 'partly-sunny'
|
|
282
|
+
| 'pause-circle'
|
|
283
|
+
| 'pause'
|
|
284
|
+
| 'paw'
|
|
285
|
+
| 'pencil'
|
|
286
|
+
| 'people-circle'
|
|
287
|
+
| 'people'
|
|
288
|
+
| 'person-add'
|
|
289
|
+
| 'person-circle'
|
|
290
|
+
| 'person-remove'
|
|
291
|
+
| 'person'
|
|
292
|
+
| 'phone-landscape'
|
|
293
|
+
| 'phone-portrait'
|
|
294
|
+
| 'pie-chart'
|
|
295
|
+
| 'pin'
|
|
296
|
+
| 'pint'
|
|
297
|
+
| 'pizza'
|
|
298
|
+
| 'planet'
|
|
299
|
+
| 'play-back-circle'
|
|
300
|
+
| 'play-back'
|
|
301
|
+
| 'play-circle'
|
|
302
|
+
| 'play-forward-circle'
|
|
303
|
+
| 'play-forward'
|
|
304
|
+
| 'play-skip-back-circle'
|
|
305
|
+
| 'play-skip-back'
|
|
306
|
+
| 'play-skip-forward-circle'
|
|
307
|
+
| 'play-skip-forward'
|
|
308
|
+
| 'play'
|
|
309
|
+
| 'podium'
|
|
310
|
+
| 'power'
|
|
311
|
+
| 'pricetag'
|
|
312
|
+
| 'pricetags'
|
|
313
|
+
| 'print'
|
|
314
|
+
| 'prism'
|
|
315
|
+
| 'pulse'
|
|
316
|
+
| 'push'
|
|
317
|
+
| 'qr-code'
|
|
318
|
+
| 'radio-button-off'
|
|
319
|
+
| 'radio-button-on'
|
|
320
|
+
| 'radio'
|
|
321
|
+
| 'rainy'
|
|
322
|
+
| 'reader'
|
|
323
|
+
| 'receipt'
|
|
324
|
+
| 'recording'
|
|
325
|
+
| 'refresh-circle'
|
|
326
|
+
| 'refresh'
|
|
327
|
+
| 'reload-circle'
|
|
328
|
+
| 'reload'
|
|
329
|
+
| 'remove-circle'
|
|
330
|
+
| 'remove'
|
|
331
|
+
| 'reorder-four'
|
|
332
|
+
| 'reorder-three'
|
|
333
|
+
| 'reorder-two'
|
|
334
|
+
| 'repeat'
|
|
335
|
+
| 'resize'
|
|
336
|
+
| 'restaurant'
|
|
337
|
+
| 'return-down-back'
|
|
338
|
+
| 'return-down-forward'
|
|
339
|
+
| 'return-up-back'
|
|
340
|
+
| 'return-up-forward'
|
|
341
|
+
| 'ribbon'
|
|
342
|
+
| 'rocket'
|
|
343
|
+
| 'rose'
|
|
344
|
+
| 'sad'
|
|
345
|
+
| 'save'
|
|
346
|
+
| 'scale'
|
|
347
|
+
| 'scan-circle'
|
|
348
|
+
| 'scan'
|
|
349
|
+
| 'school'
|
|
350
|
+
| 'search-circle'
|
|
351
|
+
| 'search'
|
|
352
|
+
| 'send'
|
|
353
|
+
| 'server'
|
|
354
|
+
| 'settings'
|
|
355
|
+
| 'shapes'
|
|
356
|
+
| 'share-social'
|
|
357
|
+
| 'share'
|
|
358
|
+
| 'shield-checkmark'
|
|
359
|
+
| 'shield-half'
|
|
360
|
+
| 'shield'
|
|
361
|
+
| 'shirt'
|
|
362
|
+
| 'shuffle'
|
|
363
|
+
| 'skull'
|
|
364
|
+
| 'snow'
|
|
365
|
+
| 'sparkles'
|
|
366
|
+
| 'speedometer'
|
|
367
|
+
| 'square'
|
|
368
|
+
| 'star-half'
|
|
369
|
+
| 'star'
|
|
370
|
+
| 'stats-chart'
|
|
371
|
+
| 'stop-circle'
|
|
372
|
+
| 'stop'
|
|
373
|
+
| 'stopwatch'
|
|
374
|
+
| 'storefront'
|
|
375
|
+
| 'subway'
|
|
376
|
+
| 'sunny'
|
|
377
|
+
| 'swap-horizontal'
|
|
378
|
+
| 'swap-vertical'
|
|
379
|
+
| 'sync-circle'
|
|
380
|
+
| 'sync'
|
|
381
|
+
| 'tablet-landscape'
|
|
382
|
+
| 'tablet-portrait'
|
|
383
|
+
| 'telescope'
|
|
384
|
+
| 'tennisball'
|
|
385
|
+
| 'terminal'
|
|
386
|
+
| 'text'
|
|
387
|
+
| 'thermometer'
|
|
388
|
+
| 'thumbs-down'
|
|
389
|
+
| 'thumbs-up'
|
|
390
|
+
| 'thunderstorm'
|
|
391
|
+
| 'ticket'
|
|
392
|
+
| 'time'
|
|
393
|
+
| 'timer'
|
|
394
|
+
| 'today'
|
|
395
|
+
| 'toggle'
|
|
396
|
+
| 'trail-sign'
|
|
397
|
+
| 'train'
|
|
398
|
+
| 'transgender'
|
|
399
|
+
| 'trash-bin'
|
|
400
|
+
| 'trash'
|
|
401
|
+
| 'trending-down'
|
|
402
|
+
| 'trending-up'
|
|
403
|
+
| 'triangle'
|
|
404
|
+
| 'trophy'
|
|
405
|
+
| 'tv'
|
|
406
|
+
| 'umbrella'
|
|
407
|
+
| 'unlink'
|
|
408
|
+
| 'videocam-off'
|
|
409
|
+
| 'videocam'
|
|
410
|
+
| 'volume-high'
|
|
411
|
+
| 'volume-low'
|
|
412
|
+
| 'volume-medium'
|
|
413
|
+
| 'volume-mute'
|
|
414
|
+
| 'volume-off'
|
|
415
|
+
| 'walk'
|
|
416
|
+
| 'wallet'
|
|
417
|
+
| 'warning'
|
|
418
|
+
| 'watch'
|
|
419
|
+
| 'water'
|
|
420
|
+
| 'wifi'
|
|
421
|
+
| 'wine'
|
|
422
|
+
| 'woman';
|
|
423
|
+
|
|
424
|
+
export type IconLogo =
|
|
425
|
+
| 'logo-alipay'
|
|
426
|
+
| 'logo-amazon'
|
|
427
|
+
| 'logo-amplify'
|
|
428
|
+
| 'logo-android'
|
|
429
|
+
| 'logo-angular'
|
|
430
|
+
| 'logo-appflow'
|
|
431
|
+
| 'logo-apple-appstore'
|
|
432
|
+
| 'logo-apple-ar'
|
|
433
|
+
| 'logo-apple'
|
|
434
|
+
| 'logo-behance'
|
|
435
|
+
| 'logo-bitbucket'
|
|
436
|
+
| 'logo-bitcoin'
|
|
437
|
+
| 'logo-buffer'
|
|
438
|
+
| 'logo-capacitor'
|
|
439
|
+
| 'logo-chrome'
|
|
440
|
+
| 'logo-closed-captioning'
|
|
441
|
+
| 'logo-codepen'
|
|
442
|
+
| 'logo-css3'
|
|
443
|
+
| 'logo-designernews'
|
|
444
|
+
| 'logo-deviantart'
|
|
445
|
+
| 'logo-discord'
|
|
446
|
+
| 'logo-docker'
|
|
447
|
+
| 'logo-dribbble'
|
|
448
|
+
| 'logo-dropbox'
|
|
449
|
+
| 'logo-edge'
|
|
450
|
+
| 'logo-electron'
|
|
451
|
+
| 'logo-euro'
|
|
452
|
+
| 'logo-facebook'
|
|
453
|
+
| 'logo-figma'
|
|
454
|
+
| 'logo-firebase'
|
|
455
|
+
| 'logo-firefox'
|
|
456
|
+
| 'logo-flickr'
|
|
457
|
+
| 'logo-foursquare'
|
|
458
|
+
| 'logo-github'
|
|
459
|
+
| 'logo-gitlab'
|
|
460
|
+
| 'logo-google-playstore'
|
|
461
|
+
| 'logo-google'
|
|
462
|
+
| 'logo-hackernews'
|
|
463
|
+
| 'logo-html5'
|
|
464
|
+
| 'logo-instagram'
|
|
465
|
+
| 'logo-ionic'
|
|
466
|
+
| 'logo-ionitron'
|
|
467
|
+
| 'logo-javascript'
|
|
468
|
+
| 'logo-laravel'
|
|
469
|
+
| 'logo-linkedin'
|
|
470
|
+
| 'logo-markdown'
|
|
471
|
+
| 'logo-mastodon'
|
|
472
|
+
| 'logo-medium'
|
|
473
|
+
| 'logo-microsoft'
|
|
474
|
+
| 'logo-no-smoking'
|
|
475
|
+
| 'logo-nodejs'
|
|
476
|
+
| 'logo-npm'
|
|
477
|
+
| 'logo-octocat'
|
|
478
|
+
| 'logo-paypal'
|
|
479
|
+
| 'logo-pinterest'
|
|
480
|
+
| 'logo-playstation'
|
|
481
|
+
| 'logo-pwa'
|
|
482
|
+
| 'logo-python'
|
|
483
|
+
| 'logo-react'
|
|
484
|
+
| 'logo-reddit'
|
|
485
|
+
| 'logo-rss'
|
|
486
|
+
| 'logo-sass'
|
|
487
|
+
| 'logo-skype'
|
|
488
|
+
| 'logo-slack'
|
|
489
|
+
| 'logo-snapchat'
|
|
490
|
+
| 'logo-soundcloud'
|
|
491
|
+
| 'logo-stackoverflow'
|
|
492
|
+
| 'logo-steam'
|
|
493
|
+
| 'logo-stencil'
|
|
494
|
+
| 'logo-tableau'
|
|
495
|
+
| 'logo-threads'
|
|
496
|
+
| 'logo-tiktok'
|
|
497
|
+
| 'logo-trapeze'
|
|
498
|
+
| 'logo-tumblr'
|
|
499
|
+
| 'logo-tux'
|
|
500
|
+
| 'logo-twitch'
|
|
501
|
+
| 'logo-twitter'
|
|
502
|
+
| 'logo-usd'
|
|
503
|
+
| 'logo-venmo'
|
|
504
|
+
| 'logo-vercel'
|
|
505
|
+
| 'logo-vimeo'
|
|
506
|
+
| 'logo-vk'
|
|
507
|
+
| 'logo-vue'
|
|
508
|
+
| 'logo-web-component'
|
|
509
|
+
| 'logo-wechat'
|
|
510
|
+
| 'logo-whatsapp'
|
|
511
|
+
| 'logo-windows'
|
|
512
|
+
| 'logo-wordpress'
|
|
513
|
+
| 'logo-x'
|
|
514
|
+
| 'logo-xbox'
|
|
515
|
+
| 'logo-xing'
|
|
516
|
+
| 'logo-yahoo'
|
|
517
|
+
| 'logo-yen'
|
|
518
|
+
| 'logo-youtube';
|
|
519
|
+
|
|
520
|
+
export type IconVariant = 'sharp' | 'outline';
|