stera-icons 2.1.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.meta.json +2583 -84
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +322 -10
- package/dist/index.d.ts +322 -10
- package/dist/index.mjs +1 -1
- package/dist/name_map.json +53 -3
- package/package.json +1 -1
package/dist/icons.meta.json
CHANGED
|
@@ -179,6 +179,51 @@
|
|
|
179
179
|
"componentName": "AlertHexagon",
|
|
180
180
|
"fileName": "alert-hexagon.tsx"
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "alert-octagon",
|
|
184
|
+
"variant": "bold",
|
|
185
|
+
"tags": [
|
|
186
|
+
"alert",
|
|
187
|
+
"warning",
|
|
188
|
+
"error",
|
|
189
|
+
"stop",
|
|
190
|
+
"danger",
|
|
191
|
+
"critical",
|
|
192
|
+
"caution"
|
|
193
|
+
],
|
|
194
|
+
"componentName": "AlertOctagonBold",
|
|
195
|
+
"fileName": "alert-octagon-bold.tsx"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "alert-octagon",
|
|
199
|
+
"variant": "filled",
|
|
200
|
+
"tags": [
|
|
201
|
+
"alert",
|
|
202
|
+
"warning",
|
|
203
|
+
"error",
|
|
204
|
+
"stop",
|
|
205
|
+
"danger",
|
|
206
|
+
"critical",
|
|
207
|
+
"caution"
|
|
208
|
+
],
|
|
209
|
+
"componentName": "AlertOctagonFilled",
|
|
210
|
+
"fileName": "alert-octagon-filled.tsx"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "alert-octagon",
|
|
214
|
+
"variant": "regular",
|
|
215
|
+
"tags": [
|
|
216
|
+
"alert",
|
|
217
|
+
"warning",
|
|
218
|
+
"error",
|
|
219
|
+
"stop",
|
|
220
|
+
"danger",
|
|
221
|
+
"critical",
|
|
222
|
+
"caution"
|
|
223
|
+
],
|
|
224
|
+
"componentName": "AlertOctagon",
|
|
225
|
+
"fileName": "alert-octagon.tsx"
|
|
226
|
+
},
|
|
182
227
|
{
|
|
183
228
|
"name": "alert-square",
|
|
184
229
|
"variant": "bold",
|
|
@@ -308,6 +353,54 @@
|
|
|
308
353
|
"componentName": "Alien",
|
|
309
354
|
"fileName": "alien.tsx"
|
|
310
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "archive",
|
|
358
|
+
"variant": "bold",
|
|
359
|
+
"tags": [
|
|
360
|
+
"archive",
|
|
361
|
+
"box",
|
|
362
|
+
"storage",
|
|
363
|
+
"save",
|
|
364
|
+
"files",
|
|
365
|
+
"drawer",
|
|
366
|
+
"organize",
|
|
367
|
+
"records"
|
|
368
|
+
],
|
|
369
|
+
"componentName": "ArchiveBold",
|
|
370
|
+
"fileName": "archive-bold.tsx"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "archive",
|
|
374
|
+
"variant": "filled",
|
|
375
|
+
"tags": [
|
|
376
|
+
"archive",
|
|
377
|
+
"box",
|
|
378
|
+
"storage",
|
|
379
|
+
"save",
|
|
380
|
+
"files",
|
|
381
|
+
"drawer",
|
|
382
|
+
"organize",
|
|
383
|
+
"records"
|
|
384
|
+
],
|
|
385
|
+
"componentName": "ArchiveFilled",
|
|
386
|
+
"fileName": "archive-filled.tsx"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "archive",
|
|
390
|
+
"variant": "regular",
|
|
391
|
+
"tags": [
|
|
392
|
+
"archive",
|
|
393
|
+
"box",
|
|
394
|
+
"storage",
|
|
395
|
+
"save",
|
|
396
|
+
"files",
|
|
397
|
+
"drawer",
|
|
398
|
+
"organize",
|
|
399
|
+
"records"
|
|
400
|
+
],
|
|
401
|
+
"componentName": "Archive",
|
|
402
|
+
"fileName": "archive.tsx"
|
|
403
|
+
},
|
|
311
404
|
{
|
|
312
405
|
"name": "archway",
|
|
313
406
|
"variant": "bold",
|
|
@@ -2738,6 +2831,57 @@
|
|
|
2738
2831
|
"componentName": "AudioBarsSquare",
|
|
2739
2832
|
"fileName": "audio-bars-square.tsx"
|
|
2740
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "award-star",
|
|
2836
|
+
"variant": "bold",
|
|
2837
|
+
"tags": [
|
|
2838
|
+
"award",
|
|
2839
|
+
"achievement",
|
|
2840
|
+
"recognition",
|
|
2841
|
+
"prize",
|
|
2842
|
+
"success",
|
|
2843
|
+
"favorite",
|
|
2844
|
+
"winner",
|
|
2845
|
+
"best",
|
|
2846
|
+
"trophy"
|
|
2847
|
+
],
|
|
2848
|
+
"componentName": "AwardStarBold",
|
|
2849
|
+
"fileName": "award-star-bold.tsx"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "award-star",
|
|
2853
|
+
"variant": "filled",
|
|
2854
|
+
"tags": [
|
|
2855
|
+
"award",
|
|
2856
|
+
"achievement",
|
|
2857
|
+
"recognition",
|
|
2858
|
+
"prize",
|
|
2859
|
+
"success",
|
|
2860
|
+
"favorite",
|
|
2861
|
+
"winner",
|
|
2862
|
+
"best",
|
|
2863
|
+
"trophy"
|
|
2864
|
+
],
|
|
2865
|
+
"componentName": "AwardStarFilled",
|
|
2866
|
+
"fileName": "award-star-filled.tsx"
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"name": "award-star",
|
|
2870
|
+
"variant": "regular",
|
|
2871
|
+
"tags": [
|
|
2872
|
+
"award",
|
|
2873
|
+
"achievement",
|
|
2874
|
+
"recognition",
|
|
2875
|
+
"prize",
|
|
2876
|
+
"success",
|
|
2877
|
+
"favorite",
|
|
2878
|
+
"winner",
|
|
2879
|
+
"best",
|
|
2880
|
+
"trophy"
|
|
2881
|
+
],
|
|
2882
|
+
"componentName": "AwardStar",
|
|
2883
|
+
"fileName": "award-star.tsx"
|
|
2884
|
+
},
|
|
2741
2885
|
{
|
|
2742
2886
|
"name": "bag",
|
|
2743
2887
|
"variant": "regular",
|
|
@@ -2783,6 +2927,57 @@
|
|
|
2783
2927
|
"componentName": "BagFilled",
|
|
2784
2928
|
"fileName": "bag-filled.tsx"
|
|
2785
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "banner",
|
|
2932
|
+
"variant": "bold",
|
|
2933
|
+
"tags": [
|
|
2934
|
+
"flag",
|
|
2935
|
+
"heraldry",
|
|
2936
|
+
"medieval",
|
|
2937
|
+
"emblem",
|
|
2938
|
+
"symbol",
|
|
2939
|
+
"standard",
|
|
2940
|
+
"crest",
|
|
2941
|
+
"pennant",
|
|
2942
|
+
"bookmark"
|
|
2943
|
+
],
|
|
2944
|
+
"componentName": "BannerBold",
|
|
2945
|
+
"fileName": "banner-bold.tsx"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "banner",
|
|
2949
|
+
"variant": "filled",
|
|
2950
|
+
"tags": [
|
|
2951
|
+
"flag",
|
|
2952
|
+
"heraldry",
|
|
2953
|
+
"medieval",
|
|
2954
|
+
"emblem",
|
|
2955
|
+
"symbol",
|
|
2956
|
+
"standard",
|
|
2957
|
+
"crest",
|
|
2958
|
+
"pennant",
|
|
2959
|
+
"bookmark"
|
|
2960
|
+
],
|
|
2961
|
+
"componentName": "BannerFilled",
|
|
2962
|
+
"fileName": "banner-filled.tsx"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "banner",
|
|
2966
|
+
"variant": "regular",
|
|
2967
|
+
"tags": [
|
|
2968
|
+
"flag",
|
|
2969
|
+
"heraldry",
|
|
2970
|
+
"medieval",
|
|
2971
|
+
"emblem",
|
|
2972
|
+
"symbol",
|
|
2973
|
+
"standard",
|
|
2974
|
+
"crest",
|
|
2975
|
+
"pennant",
|
|
2976
|
+
"bookmark"
|
|
2977
|
+
],
|
|
2978
|
+
"componentName": "Banner",
|
|
2979
|
+
"fileName": "banner.tsx"
|
|
2980
|
+
},
|
|
2786
2981
|
{
|
|
2787
2982
|
"name": "barcode-scan",
|
|
2788
2983
|
"variant": "bold",
|
|
@@ -2822,6 +3017,54 @@
|
|
|
2822
3017
|
"componentName": "BarcodeScanFilled",
|
|
2823
3018
|
"fileName": "barcode-scan-filled.tsx"
|
|
2824
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "baseball",
|
|
3022
|
+
"variant": "bold",
|
|
3023
|
+
"tags": [
|
|
3024
|
+
"sports",
|
|
3025
|
+
"ball",
|
|
3026
|
+
"baseball",
|
|
3027
|
+
"game",
|
|
3028
|
+
"play",
|
|
3029
|
+
"activity",
|
|
3030
|
+
"exercise",
|
|
3031
|
+
"recreation"
|
|
3032
|
+
],
|
|
3033
|
+
"componentName": "BaseballBold",
|
|
3034
|
+
"fileName": "baseball-bold.tsx"
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"name": "baseball",
|
|
3038
|
+
"variant": "filled",
|
|
3039
|
+
"tags": [
|
|
3040
|
+
"sports",
|
|
3041
|
+
"ball",
|
|
3042
|
+
"baseball",
|
|
3043
|
+
"game",
|
|
3044
|
+
"play",
|
|
3045
|
+
"activity",
|
|
3046
|
+
"exercise",
|
|
3047
|
+
"recreation"
|
|
3048
|
+
],
|
|
3049
|
+
"componentName": "BaseballFilled",
|
|
3050
|
+
"fileName": "baseball-filled.tsx"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "baseball",
|
|
3054
|
+
"variant": "regular",
|
|
3055
|
+
"tags": [
|
|
3056
|
+
"sports",
|
|
3057
|
+
"ball",
|
|
3058
|
+
"baseball",
|
|
3059
|
+
"game",
|
|
3060
|
+
"play",
|
|
3061
|
+
"activity",
|
|
3062
|
+
"exercise",
|
|
3063
|
+
"recreation"
|
|
3064
|
+
],
|
|
3065
|
+
"componentName": "Baseball",
|
|
3066
|
+
"fileName": "baseball.tsx"
|
|
3067
|
+
},
|
|
2825
3068
|
{
|
|
2826
3069
|
"name": "basket",
|
|
2827
3070
|
"variant": "bold",
|
|
@@ -2867,6 +3110,54 @@
|
|
|
2867
3110
|
"componentName": "Basket",
|
|
2868
3111
|
"fileName": "basket.tsx"
|
|
2869
3112
|
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "basketball",
|
|
3115
|
+
"variant": "bold",
|
|
3116
|
+
"tags": [
|
|
3117
|
+
"sports",
|
|
3118
|
+
"ball",
|
|
3119
|
+
"basketball",
|
|
3120
|
+
"game",
|
|
3121
|
+
"play",
|
|
3122
|
+
"activity",
|
|
3123
|
+
"exercise",
|
|
3124
|
+
"recreation"
|
|
3125
|
+
],
|
|
3126
|
+
"componentName": "BasketballBold",
|
|
3127
|
+
"fileName": "basketball-bold.tsx"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"name": "basketball",
|
|
3131
|
+
"variant": "filled",
|
|
3132
|
+
"tags": [
|
|
3133
|
+
"sports",
|
|
3134
|
+
"ball",
|
|
3135
|
+
"basketball",
|
|
3136
|
+
"game",
|
|
3137
|
+
"play",
|
|
3138
|
+
"activity",
|
|
3139
|
+
"exercise",
|
|
3140
|
+
"recreation"
|
|
3141
|
+
],
|
|
3142
|
+
"componentName": "BasketballFilled",
|
|
3143
|
+
"fileName": "basketball-filled.tsx"
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "basketball",
|
|
3147
|
+
"variant": "regular",
|
|
3148
|
+
"tags": [
|
|
3149
|
+
"sports",
|
|
3150
|
+
"ball",
|
|
3151
|
+
"basketball",
|
|
3152
|
+
"game",
|
|
3153
|
+
"play",
|
|
3154
|
+
"activity",
|
|
3155
|
+
"exercise",
|
|
3156
|
+
"recreation"
|
|
3157
|
+
],
|
|
3158
|
+
"componentName": "Basketball",
|
|
3159
|
+
"fileName": "basketball.tsx"
|
|
3160
|
+
},
|
|
2870
3161
|
{
|
|
2871
3162
|
"name": "bell",
|
|
2872
3163
|
"variant": "bold",
|
|
@@ -3335,6 +3626,54 @@
|
|
|
3335
3626
|
"componentName": "Bookmark",
|
|
3336
3627
|
"fileName": "bookmark.tsx"
|
|
3337
3628
|
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "bottle",
|
|
3631
|
+
"variant": "bold",
|
|
3632
|
+
"tags": [
|
|
3633
|
+
"drink",
|
|
3634
|
+
"beverage",
|
|
3635
|
+
"bottle",
|
|
3636
|
+
"beer",
|
|
3637
|
+
"soda",
|
|
3638
|
+
"liquor",
|
|
3639
|
+
"bar",
|
|
3640
|
+
"alcohol"
|
|
3641
|
+
],
|
|
3642
|
+
"componentName": "BottleBold",
|
|
3643
|
+
"fileName": "bottle-bold.tsx"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"name": "bottle",
|
|
3647
|
+
"variant": "filled",
|
|
3648
|
+
"tags": [
|
|
3649
|
+
"drink",
|
|
3650
|
+
"beverage",
|
|
3651
|
+
"bottle",
|
|
3652
|
+
"beer",
|
|
3653
|
+
"soda",
|
|
3654
|
+
"liquor",
|
|
3655
|
+
"bar",
|
|
3656
|
+
"alcohol"
|
|
3657
|
+
],
|
|
3658
|
+
"componentName": "BottleFilled",
|
|
3659
|
+
"fileName": "bottle-filled.tsx"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"name": "bottle",
|
|
3663
|
+
"variant": "regular",
|
|
3664
|
+
"tags": [
|
|
3665
|
+
"drink",
|
|
3666
|
+
"beverage",
|
|
3667
|
+
"bottle",
|
|
3668
|
+
"beer",
|
|
3669
|
+
"soda",
|
|
3670
|
+
"liquor",
|
|
3671
|
+
"bar",
|
|
3672
|
+
"alcohol"
|
|
3673
|
+
],
|
|
3674
|
+
"componentName": "Bottle",
|
|
3675
|
+
"fileName": "bottle.tsx"
|
|
3676
|
+
},
|
|
3338
3677
|
{
|
|
3339
3678
|
"name": "brightness-high",
|
|
3340
3679
|
"variant": "bold",
|
|
@@ -3461,6 +3800,156 @@
|
|
|
3461
3800
|
"componentName": "BrightnessMedium",
|
|
3462
3801
|
"fileName": "brightness-medium.tsx"
|
|
3463
3802
|
},
|
|
3803
|
+
{
|
|
3804
|
+
"name": "browser",
|
|
3805
|
+
"variant": "bold",
|
|
3806
|
+
"tags": [
|
|
3807
|
+
"browser",
|
|
3808
|
+
"window",
|
|
3809
|
+
"webpage",
|
|
3810
|
+
"internet",
|
|
3811
|
+
"tab",
|
|
3812
|
+
"popup application"
|
|
3813
|
+
],
|
|
3814
|
+
"componentName": "BrowserBold",
|
|
3815
|
+
"fileName": "browser-bold.tsx"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"name": "browser",
|
|
3819
|
+
"variant": "filled",
|
|
3820
|
+
"tags": [
|
|
3821
|
+
"browser",
|
|
3822
|
+
"window",
|
|
3823
|
+
"webpage",
|
|
3824
|
+
"internet",
|
|
3825
|
+
"tab",
|
|
3826
|
+
"popup application"
|
|
3827
|
+
],
|
|
3828
|
+
"componentName": "BrowserFilled",
|
|
3829
|
+
"fileName": "browser-filled.tsx"
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"name": "browser",
|
|
3833
|
+
"variant": "regular",
|
|
3834
|
+
"tags": [
|
|
3835
|
+
"browser",
|
|
3836
|
+
"window",
|
|
3837
|
+
"webpage",
|
|
3838
|
+
"internet",
|
|
3839
|
+
"tab",
|
|
3840
|
+
"popup application"
|
|
3841
|
+
],
|
|
3842
|
+
"componentName": "Browser",
|
|
3843
|
+
"fileName": "browser.tsx"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "browser-plus",
|
|
3847
|
+
"variant": "bold",
|
|
3848
|
+
"tags": [
|
|
3849
|
+
"browser",
|
|
3850
|
+
"window",
|
|
3851
|
+
"webpage",
|
|
3852
|
+
"internet",
|
|
3853
|
+
"tab",
|
|
3854
|
+
"popup application",
|
|
3855
|
+
"new",
|
|
3856
|
+
"add",
|
|
3857
|
+
"create",
|
|
3858
|
+
"open"
|
|
3859
|
+
],
|
|
3860
|
+
"componentName": "BrowserPlusBold",
|
|
3861
|
+
"fileName": "browser-plus-bold.tsx"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "browser-plus",
|
|
3865
|
+
"variant": "filled",
|
|
3866
|
+
"tags": [
|
|
3867
|
+
"browser",
|
|
3868
|
+
"window",
|
|
3869
|
+
"webpage",
|
|
3870
|
+
"internet",
|
|
3871
|
+
"tab",
|
|
3872
|
+
"popup application",
|
|
3873
|
+
"new",
|
|
3874
|
+
"add",
|
|
3875
|
+
"create",
|
|
3876
|
+
"open"
|
|
3877
|
+
],
|
|
3878
|
+
"componentName": "BrowserPlusFilled",
|
|
3879
|
+
"fileName": "browser-plus-filled.tsx"
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "browser-plus",
|
|
3883
|
+
"variant": "regular",
|
|
3884
|
+
"tags": [
|
|
3885
|
+
"browser",
|
|
3886
|
+
"window",
|
|
3887
|
+
"webpage",
|
|
3888
|
+
"internet",
|
|
3889
|
+
"tab",
|
|
3890
|
+
"popup application",
|
|
3891
|
+
"new",
|
|
3892
|
+
"add",
|
|
3893
|
+
"create",
|
|
3894
|
+
"open"
|
|
3895
|
+
],
|
|
3896
|
+
"componentName": "BrowserPlus",
|
|
3897
|
+
"fileName": "browser-plus.tsx"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "browser-x",
|
|
3901
|
+
"variant": "bold",
|
|
3902
|
+
"tags": [
|
|
3903
|
+
"browser",
|
|
3904
|
+
"window",
|
|
3905
|
+
"webpage",
|
|
3906
|
+
"internet",
|
|
3907
|
+
"tab",
|
|
3908
|
+
"popup application",
|
|
3909
|
+
"close",
|
|
3910
|
+
"exit",
|
|
3911
|
+
"cancel",
|
|
3912
|
+
"dismiss"
|
|
3913
|
+
],
|
|
3914
|
+
"componentName": "BrowserXBold",
|
|
3915
|
+
"fileName": "browser-x-bold.tsx"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "browser-x",
|
|
3919
|
+
"variant": "filled",
|
|
3920
|
+
"tags": [
|
|
3921
|
+
"browser",
|
|
3922
|
+
"window",
|
|
3923
|
+
"webpage",
|
|
3924
|
+
"internet",
|
|
3925
|
+
"tab",
|
|
3926
|
+
"popup application",
|
|
3927
|
+
"close",
|
|
3928
|
+
"exit",
|
|
3929
|
+
"cancel",
|
|
3930
|
+
"dismiss"
|
|
3931
|
+
],
|
|
3932
|
+
"componentName": "BrowserXFilled",
|
|
3933
|
+
"fileName": "browser-x-filled.tsx"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "browser-x",
|
|
3937
|
+
"variant": "regular",
|
|
3938
|
+
"tags": [
|
|
3939
|
+
"browser",
|
|
3940
|
+
"window",
|
|
3941
|
+
"webpage",
|
|
3942
|
+
"internet",
|
|
3943
|
+
"tab",
|
|
3944
|
+
"popup application",
|
|
3945
|
+
"close",
|
|
3946
|
+
"exit",
|
|
3947
|
+
"cancel",
|
|
3948
|
+
"dismiss"
|
|
3949
|
+
],
|
|
3950
|
+
"componentName": "BrowserX",
|
|
3951
|
+
"fileName": "browser-x.tsx"
|
|
3952
|
+
},
|
|
3464
3953
|
{
|
|
3465
3954
|
"name": "bubble",
|
|
3466
3955
|
"variant": "bold",
|
|
@@ -3759,18 +4248,66 @@
|
|
|
3759
4248
|
"fileName": "camera-off.tsx"
|
|
3760
4249
|
},
|
|
3761
4250
|
{
|
|
3762
|
-
"name": "
|
|
4251
|
+
"name": "can",
|
|
3763
4252
|
"variant": "bold",
|
|
3764
4253
|
"tags": [
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
|
|
4254
|
+
"can",
|
|
4255
|
+
"aluminum",
|
|
4256
|
+
"drink",
|
|
4257
|
+
"soda",
|
|
4258
|
+
"beer",
|
|
4259
|
+
"beverage",
|
|
4260
|
+
"tin",
|
|
4261
|
+
"packaging"
|
|
4262
|
+
],
|
|
4263
|
+
"componentName": "CanBold",
|
|
4264
|
+
"fileName": "can-bold.tsx"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "can",
|
|
4268
|
+
"variant": "filled",
|
|
4269
|
+
"tags": [
|
|
4270
|
+
"can",
|
|
4271
|
+
"aluminum",
|
|
4272
|
+
"drink",
|
|
4273
|
+
"soda",
|
|
4274
|
+
"beer",
|
|
4275
|
+
"beverage",
|
|
4276
|
+
"tin",
|
|
4277
|
+
"packaging"
|
|
4278
|
+
],
|
|
4279
|
+
"componentName": "CanFilled",
|
|
4280
|
+
"fileName": "can-filled.tsx"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "can",
|
|
4284
|
+
"variant": "regular",
|
|
4285
|
+
"tags": [
|
|
4286
|
+
"can",
|
|
4287
|
+
"aluminum",
|
|
4288
|
+
"drink",
|
|
4289
|
+
"soda",
|
|
4290
|
+
"beer",
|
|
4291
|
+
"beverage",
|
|
4292
|
+
"tin",
|
|
4293
|
+
"packaging"
|
|
4294
|
+
],
|
|
4295
|
+
"componentName": "Can",
|
|
4296
|
+
"fileName": "can.tsx"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "chart-bar",
|
|
4300
|
+
"variant": "bold",
|
|
4301
|
+
"tags": [
|
|
4302
|
+
"chart",
|
|
4303
|
+
"bar",
|
|
4304
|
+
"analytics",
|
|
4305
|
+
"statistics",
|
|
4306
|
+
"report",
|
|
4307
|
+
"data",
|
|
4308
|
+
"dashboard",
|
|
4309
|
+
"insights",
|
|
4310
|
+
"graph"
|
|
3774
4311
|
],
|
|
3775
4312
|
"componentName": "ChartBarBold",
|
|
3776
4313
|
"fileName": "chart-bar-bold.tsx"
|
|
@@ -4098,7 +4635,7 @@
|
|
|
4098
4635
|
"fileName": "chat-bubble-dots.tsx"
|
|
4099
4636
|
},
|
|
4100
4637
|
{
|
|
4101
|
-
"name": "
|
|
4638
|
+
"name": "check",
|
|
4102
4639
|
"variant": "bold",
|
|
4103
4640
|
"tags": [
|
|
4104
4641
|
"done",
|
|
@@ -4106,11 +4643,11 @@
|
|
|
4106
4643
|
"finish",
|
|
4107
4644
|
"success"
|
|
4108
4645
|
],
|
|
4109
|
-
"componentName": "
|
|
4110
|
-
"fileName": "
|
|
4646
|
+
"componentName": "CheckBold",
|
|
4647
|
+
"fileName": "check-bold.tsx"
|
|
4111
4648
|
},
|
|
4112
4649
|
{
|
|
4113
|
-
"name": "
|
|
4650
|
+
"name": "check",
|
|
4114
4651
|
"variant": "filled",
|
|
4115
4652
|
"tags": [
|
|
4116
4653
|
"done",
|
|
@@ -4118,11 +4655,11 @@
|
|
|
4118
4655
|
"finish",
|
|
4119
4656
|
"success"
|
|
4120
4657
|
],
|
|
4121
|
-
"componentName": "
|
|
4122
|
-
"fileName": "
|
|
4658
|
+
"componentName": "CheckFilled",
|
|
4659
|
+
"fileName": "check-filled.tsx"
|
|
4123
4660
|
},
|
|
4124
4661
|
{
|
|
4125
|
-
"name": "
|
|
4662
|
+
"name": "check",
|
|
4126
4663
|
"variant": "regular",
|
|
4127
4664
|
"tags": [
|
|
4128
4665
|
"done",
|
|
@@ -4130,11 +4667,59 @@
|
|
|
4130
4667
|
"finish",
|
|
4131
4668
|
"success"
|
|
4132
4669
|
],
|
|
4133
|
-
"componentName": "
|
|
4134
|
-
"fileName": "
|
|
4670
|
+
"componentName": "Check",
|
|
4671
|
+
"fileName": "check.tsx"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "check-badge",
|
|
4675
|
+
"variant": "bold",
|
|
4676
|
+
"tags": [
|
|
4677
|
+
"verified",
|
|
4678
|
+
"badge",
|
|
4679
|
+
"certification",
|
|
4680
|
+
"approval",
|
|
4681
|
+
"checkmark",
|
|
4682
|
+
"seal",
|
|
4683
|
+
"verified-account",
|
|
4684
|
+
"trusted"
|
|
4685
|
+
],
|
|
4686
|
+
"componentName": "CheckBadgeBold",
|
|
4687
|
+
"fileName": "check-badge-bold.tsx"
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"name": "check-badge",
|
|
4691
|
+
"variant": "filled",
|
|
4692
|
+
"tags": [
|
|
4693
|
+
"verified",
|
|
4694
|
+
"badge",
|
|
4695
|
+
"certification",
|
|
4696
|
+
"approval",
|
|
4697
|
+
"checkmark",
|
|
4698
|
+
"seal",
|
|
4699
|
+
"verified-account",
|
|
4700
|
+
"trusted"
|
|
4701
|
+
],
|
|
4702
|
+
"componentName": "CheckBadgeFilled",
|
|
4703
|
+
"fileName": "check-badge-filled.tsx"
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"name": "check-badge",
|
|
4707
|
+
"variant": "regular",
|
|
4708
|
+
"tags": [
|
|
4709
|
+
"verified",
|
|
4710
|
+
"badge",
|
|
4711
|
+
"certification",
|
|
4712
|
+
"approval",
|
|
4713
|
+
"checkmark",
|
|
4714
|
+
"seal",
|
|
4715
|
+
"verified-account",
|
|
4716
|
+
"trusted"
|
|
4717
|
+
],
|
|
4718
|
+
"componentName": "CheckBadge",
|
|
4719
|
+
"fileName": "check-badge.tsx"
|
|
4135
4720
|
},
|
|
4136
4721
|
{
|
|
4137
|
-
"name": "
|
|
4722
|
+
"name": "check-circle",
|
|
4138
4723
|
"variant": "bold",
|
|
4139
4724
|
"tags": [
|
|
4140
4725
|
"done",
|
|
@@ -4145,11 +4730,11 @@
|
|
|
4145
4730
|
"okay",
|
|
4146
4731
|
"todo"
|
|
4147
4732
|
],
|
|
4148
|
-
"componentName": "
|
|
4149
|
-
"fileName": "
|
|
4733
|
+
"componentName": "CheckCircleBold",
|
|
4734
|
+
"fileName": "check-circle-bold.tsx"
|
|
4150
4735
|
},
|
|
4151
4736
|
{
|
|
4152
|
-
"name": "
|
|
4737
|
+
"name": "check-circle",
|
|
4153
4738
|
"variant": "filled",
|
|
4154
4739
|
"tags": [
|
|
4155
4740
|
"done",
|
|
@@ -4160,11 +4745,11 @@
|
|
|
4160
4745
|
"okay",
|
|
4161
4746
|
"todo"
|
|
4162
4747
|
],
|
|
4163
|
-
"componentName": "
|
|
4164
|
-
"fileName": "
|
|
4748
|
+
"componentName": "CheckCircleFilled",
|
|
4749
|
+
"fileName": "check-circle-filled.tsx"
|
|
4165
4750
|
},
|
|
4166
4751
|
{
|
|
4167
|
-
"name": "
|
|
4752
|
+
"name": "check-circle",
|
|
4168
4753
|
"variant": "regular",
|
|
4169
4754
|
"tags": [
|
|
4170
4755
|
"done",
|
|
@@ -4175,11 +4760,11 @@
|
|
|
4175
4760
|
"okay",
|
|
4176
4761
|
"todo"
|
|
4177
4762
|
],
|
|
4178
|
-
"componentName": "
|
|
4179
|
-
"fileName": "
|
|
4763
|
+
"componentName": "CheckCircle",
|
|
4764
|
+
"fileName": "check-circle.tsx"
|
|
4180
4765
|
},
|
|
4181
4766
|
{
|
|
4182
|
-
"name": "
|
|
4767
|
+
"name": "check-square",
|
|
4183
4768
|
"variant": "bold",
|
|
4184
4769
|
"tags": [
|
|
4185
4770
|
"done",
|
|
@@ -4190,11 +4775,11 @@
|
|
|
4190
4775
|
"okay",
|
|
4191
4776
|
"todo"
|
|
4192
4777
|
],
|
|
4193
|
-
"componentName": "
|
|
4194
|
-
"fileName": "
|
|
4778
|
+
"componentName": "CheckSquareBold",
|
|
4779
|
+
"fileName": "check-square-bold.tsx"
|
|
4195
4780
|
},
|
|
4196
4781
|
{
|
|
4197
|
-
"name": "
|
|
4782
|
+
"name": "check-square",
|
|
4198
4783
|
"variant": "filled",
|
|
4199
4784
|
"tags": [
|
|
4200
4785
|
"done",
|
|
@@ -4205,11 +4790,11 @@
|
|
|
4205
4790
|
"okay",
|
|
4206
4791
|
"todo"
|
|
4207
4792
|
],
|
|
4208
|
-
"componentName": "
|
|
4209
|
-
"fileName": "
|
|
4793
|
+
"componentName": "CheckSquareFilled",
|
|
4794
|
+
"fileName": "check-square-filled.tsx"
|
|
4210
4795
|
},
|
|
4211
4796
|
{
|
|
4212
|
-
"name": "
|
|
4797
|
+
"name": "check-square",
|
|
4213
4798
|
"variant": "regular",
|
|
4214
4799
|
"tags": [
|
|
4215
4800
|
"done",
|
|
@@ -4220,8 +4805,8 @@
|
|
|
4220
4805
|
"okay",
|
|
4221
4806
|
"todo"
|
|
4222
4807
|
],
|
|
4223
|
-
"componentName": "
|
|
4224
|
-
"fileName": "
|
|
4808
|
+
"componentName": "CheckSquare",
|
|
4809
|
+
"fileName": "check-square.tsx"
|
|
4225
4810
|
},
|
|
4226
4811
|
{
|
|
4227
4812
|
"name": "chevron-circle-down",
|
|
@@ -5984,6 +6569,159 @@
|
|
|
5984
6569
|
"componentName": "CirclesThree",
|
|
5985
6570
|
"fileName": "circles-three.tsx"
|
|
5986
6571
|
},
|
|
6572
|
+
{
|
|
6573
|
+
"name": "cli",
|
|
6574
|
+
"variant": "bold",
|
|
6575
|
+
"tags": [
|
|
6576
|
+
"terminal",
|
|
6577
|
+
"command",
|
|
6578
|
+
"code",
|
|
6579
|
+
"console",
|
|
6580
|
+
"developer",
|
|
6581
|
+
"shell",
|
|
6582
|
+
"programming",
|
|
6583
|
+
"bash",
|
|
6584
|
+
"vim"
|
|
6585
|
+
],
|
|
6586
|
+
"componentName": "CliBold",
|
|
6587
|
+
"fileName": "cli-bold.tsx"
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
"name": "cli",
|
|
6591
|
+
"variant": "filled",
|
|
6592
|
+
"tags": [
|
|
6593
|
+
"terminal",
|
|
6594
|
+
"command",
|
|
6595
|
+
"code",
|
|
6596
|
+
"console",
|
|
6597
|
+
"developer",
|
|
6598
|
+
"shell",
|
|
6599
|
+
"programming",
|
|
6600
|
+
"bash",
|
|
6601
|
+
"vim"
|
|
6602
|
+
],
|
|
6603
|
+
"componentName": "CliFilled",
|
|
6604
|
+
"fileName": "cli-filled.tsx"
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"name": "cli",
|
|
6608
|
+
"variant": "regular",
|
|
6609
|
+
"tags": [
|
|
6610
|
+
"terminal",
|
|
6611
|
+
"command",
|
|
6612
|
+
"code",
|
|
6613
|
+
"console",
|
|
6614
|
+
"developer",
|
|
6615
|
+
"shell",
|
|
6616
|
+
"programming",
|
|
6617
|
+
"bash",
|
|
6618
|
+
"vim"
|
|
6619
|
+
],
|
|
6620
|
+
"componentName": "Cli",
|
|
6621
|
+
"fileName": "cli.tsx"
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "cli-circle",
|
|
6625
|
+
"variant": "bold",
|
|
6626
|
+
"tags": [
|
|
6627
|
+
"terminal",
|
|
6628
|
+
"command",
|
|
6629
|
+
"code",
|
|
6630
|
+
"console",
|
|
6631
|
+
"developer",
|
|
6632
|
+
"shell",
|
|
6633
|
+
"programming",
|
|
6634
|
+
"bash",
|
|
6635
|
+
"vim"
|
|
6636
|
+
],
|
|
6637
|
+
"componentName": "CliCircleBold",
|
|
6638
|
+
"fileName": "cli-circle-bold.tsx"
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
"name": "cli-circle",
|
|
6642
|
+
"variant": "filled",
|
|
6643
|
+
"tags": [
|
|
6644
|
+
"terminal",
|
|
6645
|
+
"command",
|
|
6646
|
+
"code",
|
|
6647
|
+
"console",
|
|
6648
|
+
"developer",
|
|
6649
|
+
"shell",
|
|
6650
|
+
"programming",
|
|
6651
|
+
"bash",
|
|
6652
|
+
"vim"
|
|
6653
|
+
],
|
|
6654
|
+
"componentName": "CliCircleFilled",
|
|
6655
|
+
"fileName": "cli-circle-filled.tsx"
|
|
6656
|
+
},
|
|
6657
|
+
{
|
|
6658
|
+
"name": "cli-circle",
|
|
6659
|
+
"variant": "regular",
|
|
6660
|
+
"tags": [
|
|
6661
|
+
"terminal",
|
|
6662
|
+
"command",
|
|
6663
|
+
"code",
|
|
6664
|
+
"console",
|
|
6665
|
+
"developer",
|
|
6666
|
+
"shell",
|
|
6667
|
+
"programming",
|
|
6668
|
+
"bash",
|
|
6669
|
+
"vim"
|
|
6670
|
+
],
|
|
6671
|
+
"componentName": "CliCircle",
|
|
6672
|
+
"fileName": "cli-circle.tsx"
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"name": "cli-square",
|
|
6676
|
+
"variant": "bold",
|
|
6677
|
+
"tags": [
|
|
6678
|
+
"terminal",
|
|
6679
|
+
"command",
|
|
6680
|
+
"code",
|
|
6681
|
+
"console",
|
|
6682
|
+
"developer",
|
|
6683
|
+
"shell",
|
|
6684
|
+
"programming",
|
|
6685
|
+
"bash",
|
|
6686
|
+
"vim"
|
|
6687
|
+
],
|
|
6688
|
+
"componentName": "CliSquareBold",
|
|
6689
|
+
"fileName": "cli-square-bold.tsx"
|
|
6690
|
+
},
|
|
6691
|
+
{
|
|
6692
|
+
"name": "cli-square",
|
|
6693
|
+
"variant": "filled",
|
|
6694
|
+
"tags": [
|
|
6695
|
+
"terminal",
|
|
6696
|
+
"command",
|
|
6697
|
+
"code",
|
|
6698
|
+
"console",
|
|
6699
|
+
"developer",
|
|
6700
|
+
"shell",
|
|
6701
|
+
"programming",
|
|
6702
|
+
"bash",
|
|
6703
|
+
"vim"
|
|
6704
|
+
],
|
|
6705
|
+
"componentName": "CliSquareFilled",
|
|
6706
|
+
"fileName": "cli-square-filled.tsx"
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"name": "cli-square",
|
|
6710
|
+
"variant": "regular",
|
|
6711
|
+
"tags": [
|
|
6712
|
+
"terminal",
|
|
6713
|
+
"command",
|
|
6714
|
+
"code",
|
|
6715
|
+
"console",
|
|
6716
|
+
"developer",
|
|
6717
|
+
"shell",
|
|
6718
|
+
"programming",
|
|
6719
|
+
"bash",
|
|
6720
|
+
"vim"
|
|
6721
|
+
],
|
|
6722
|
+
"componentName": "CliSquare",
|
|
6723
|
+
"fileName": "cli-square.tsx"
|
|
6724
|
+
},
|
|
5987
6725
|
{
|
|
5988
6726
|
"name": "clock",
|
|
5989
6727
|
"variant": "bold",
|
|
@@ -6332,6 +7070,54 @@
|
|
|
6332
7070
|
"componentName": "CodeSquare",
|
|
6333
7071
|
"fileName": "code-square.tsx"
|
|
6334
7072
|
},
|
|
7073
|
+
{
|
|
7074
|
+
"name": "coffee-mug",
|
|
7075
|
+
"variant": "bold",
|
|
7076
|
+
"tags": [
|
|
7077
|
+
"coffee",
|
|
7078
|
+
"tea",
|
|
7079
|
+
"drink",
|
|
7080
|
+
"beverage",
|
|
7081
|
+
"mug",
|
|
7082
|
+
"hot",
|
|
7083
|
+
"refreshment",
|
|
7084
|
+
"break"
|
|
7085
|
+
],
|
|
7086
|
+
"componentName": "CoffeeMugBold",
|
|
7087
|
+
"fileName": "coffee-mug-bold.tsx"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"name": "coffee-mug",
|
|
7091
|
+
"variant": "filled",
|
|
7092
|
+
"tags": [
|
|
7093
|
+
"coffee",
|
|
7094
|
+
"tea",
|
|
7095
|
+
"drink",
|
|
7096
|
+
"beverage",
|
|
7097
|
+
"mug",
|
|
7098
|
+
"hot",
|
|
7099
|
+
"refreshment",
|
|
7100
|
+
"break"
|
|
7101
|
+
],
|
|
7102
|
+
"componentName": "CoffeeMugFilled",
|
|
7103
|
+
"fileName": "coffee-mug-filled.tsx"
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"name": "coffee-mug",
|
|
7107
|
+
"variant": "regular",
|
|
7108
|
+
"tags": [
|
|
7109
|
+
"coffee",
|
|
7110
|
+
"tea",
|
|
7111
|
+
"drink",
|
|
7112
|
+
"beverage",
|
|
7113
|
+
"mug",
|
|
7114
|
+
"hot",
|
|
7115
|
+
"refreshment",
|
|
7116
|
+
"break"
|
|
7117
|
+
],
|
|
7118
|
+
"componentName": "CoffeeMug",
|
|
7119
|
+
"fileName": "coffee-mug.tsx"
|
|
7120
|
+
},
|
|
6335
7121
|
{
|
|
6336
7122
|
"name": "cog",
|
|
6337
7123
|
"variant": "bold",
|
|
@@ -6374,6 +7160,99 @@
|
|
|
6374
7160
|
"componentName": "Cog",
|
|
6375
7161
|
"fileName": "cog.tsx"
|
|
6376
7162
|
},
|
|
7163
|
+
{
|
|
7164
|
+
"name": "coin",
|
|
7165
|
+
"variant": "bold",
|
|
7166
|
+
"tags": [
|
|
7167
|
+
"money",
|
|
7168
|
+
"coin",
|
|
7169
|
+
"currency",
|
|
7170
|
+
"cash",
|
|
7171
|
+
"finance",
|
|
7172
|
+
"payment",
|
|
7173
|
+
"savings",
|
|
7174
|
+
"token"
|
|
7175
|
+
],
|
|
7176
|
+
"componentName": "CoinBold",
|
|
7177
|
+
"fileName": "coin-bold.tsx"
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"name": "coin",
|
|
7181
|
+
"variant": "filled",
|
|
7182
|
+
"tags": [
|
|
7183
|
+
"money",
|
|
7184
|
+
"coin",
|
|
7185
|
+
"currency",
|
|
7186
|
+
"cash",
|
|
7187
|
+
"finance",
|
|
7188
|
+
"payment",
|
|
7189
|
+
"savings",
|
|
7190
|
+
"token"
|
|
7191
|
+
],
|
|
7192
|
+
"componentName": "CoinFilled",
|
|
7193
|
+
"fileName": "coin-filled.tsx"
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"name": "coin",
|
|
7197
|
+
"variant": "regular",
|
|
7198
|
+
"tags": [
|
|
7199
|
+
"money",
|
|
7200
|
+
"coin",
|
|
7201
|
+
"currency",
|
|
7202
|
+
"cash",
|
|
7203
|
+
"finance",
|
|
7204
|
+
"payment",
|
|
7205
|
+
"savings",
|
|
7206
|
+
"token"
|
|
7207
|
+
],
|
|
7208
|
+
"componentName": "Coin",
|
|
7209
|
+
"fileName": "coin.tsx"
|
|
7210
|
+
},
|
|
7211
|
+
{
|
|
7212
|
+
"name": "command",
|
|
7213
|
+
"variant": "bold",
|
|
7214
|
+
"tags": [
|
|
7215
|
+
"keyboard",
|
|
7216
|
+
"shortcut",
|
|
7217
|
+
"mac",
|
|
7218
|
+
"symbol",
|
|
7219
|
+
"key",
|
|
7220
|
+
"control",
|
|
7221
|
+
"apple"
|
|
7222
|
+
],
|
|
7223
|
+
"componentName": "CommandBold",
|
|
7224
|
+
"fileName": "command-bold.tsx"
|
|
7225
|
+
},
|
|
7226
|
+
{
|
|
7227
|
+
"name": "command",
|
|
7228
|
+
"variant": "filled",
|
|
7229
|
+
"tags": [
|
|
7230
|
+
"keyboard",
|
|
7231
|
+
"shortcut",
|
|
7232
|
+
"mac",
|
|
7233
|
+
"symbol",
|
|
7234
|
+
"key",
|
|
7235
|
+
"control",
|
|
7236
|
+
"apple"
|
|
7237
|
+
],
|
|
7238
|
+
"componentName": "CommandFilled",
|
|
7239
|
+
"fileName": "command-filled.tsx"
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"name": "command",
|
|
7243
|
+
"variant": "regular",
|
|
7244
|
+
"tags": [
|
|
7245
|
+
"keyboard",
|
|
7246
|
+
"shortcut",
|
|
7247
|
+
"mac",
|
|
7248
|
+
"symbol",
|
|
7249
|
+
"key",
|
|
7250
|
+
"control",
|
|
7251
|
+
"apple"
|
|
7252
|
+
],
|
|
7253
|
+
"componentName": "Command",
|
|
7254
|
+
"fileName": "command.tsx"
|
|
7255
|
+
},
|
|
6377
7256
|
{
|
|
6378
7257
|
"name": "comment-bubble",
|
|
6379
7258
|
"variant": "bold",
|
|
@@ -6593,6 +7472,102 @@
|
|
|
6593
7472
|
"componentName": "Copy",
|
|
6594
7473
|
"fileName": "copy.tsx"
|
|
6595
7474
|
},
|
|
7475
|
+
{
|
|
7476
|
+
"name": "credit-card",
|
|
7477
|
+
"variant": "bold",
|
|
7478
|
+
"tags": [
|
|
7479
|
+
"payment",
|
|
7480
|
+
"credit",
|
|
7481
|
+
"debit",
|
|
7482
|
+
"card",
|
|
7483
|
+
"purchase",
|
|
7484
|
+
"checkout",
|
|
7485
|
+
"transaction",
|
|
7486
|
+
"finance"
|
|
7487
|
+
],
|
|
7488
|
+
"componentName": "CreditCardBold",
|
|
7489
|
+
"fileName": "credit-card-bold.tsx"
|
|
7490
|
+
},
|
|
7491
|
+
{
|
|
7492
|
+
"name": "credit-card",
|
|
7493
|
+
"variant": "filled",
|
|
7494
|
+
"tags": [
|
|
7495
|
+
"payment",
|
|
7496
|
+
"credit",
|
|
7497
|
+
"debit",
|
|
7498
|
+
"card",
|
|
7499
|
+
"purchase",
|
|
7500
|
+
"checkout",
|
|
7501
|
+
"transaction",
|
|
7502
|
+
"finance"
|
|
7503
|
+
],
|
|
7504
|
+
"componentName": "CreditCardFilled",
|
|
7505
|
+
"fileName": "credit-card-filled.tsx"
|
|
7506
|
+
},
|
|
7507
|
+
{
|
|
7508
|
+
"name": "credit-card",
|
|
7509
|
+
"variant": "regular",
|
|
7510
|
+
"tags": [
|
|
7511
|
+
"payment",
|
|
7512
|
+
"credit",
|
|
7513
|
+
"debit",
|
|
7514
|
+
"card",
|
|
7515
|
+
"purchase",
|
|
7516
|
+
"checkout",
|
|
7517
|
+
"transaction",
|
|
7518
|
+
"finance"
|
|
7519
|
+
],
|
|
7520
|
+
"componentName": "CreditCard",
|
|
7521
|
+
"fileName": "credit-card.tsx"
|
|
7522
|
+
},
|
|
7523
|
+
{
|
|
7524
|
+
"name": "credit-card-alt",
|
|
7525
|
+
"variant": "bold",
|
|
7526
|
+
"tags": [
|
|
7527
|
+
"payment",
|
|
7528
|
+
"credit",
|
|
7529
|
+
"debit",
|
|
7530
|
+
"card",
|
|
7531
|
+
"purchase",
|
|
7532
|
+
"checkout",
|
|
7533
|
+
"transaction",
|
|
7534
|
+
"finance"
|
|
7535
|
+
],
|
|
7536
|
+
"componentName": "CreditCardAltBold",
|
|
7537
|
+
"fileName": "credit-card-alt-bold.tsx"
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"name": "credit-card-alt",
|
|
7541
|
+
"variant": "filled",
|
|
7542
|
+
"tags": [
|
|
7543
|
+
"payment",
|
|
7544
|
+
"credit",
|
|
7545
|
+
"debit",
|
|
7546
|
+
"card",
|
|
7547
|
+
"purchase",
|
|
7548
|
+
"checkout",
|
|
7549
|
+
"transaction",
|
|
7550
|
+
"finance"
|
|
7551
|
+
],
|
|
7552
|
+
"componentName": "CreditCardAltFilled",
|
|
7553
|
+
"fileName": "credit-card-alt-filled.tsx"
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "credit-card-alt",
|
|
7557
|
+
"variant": "regular",
|
|
7558
|
+
"tags": [
|
|
7559
|
+
"payment",
|
|
7560
|
+
"credit",
|
|
7561
|
+
"debit",
|
|
7562
|
+
"card",
|
|
7563
|
+
"purchase",
|
|
7564
|
+
"checkout",
|
|
7565
|
+
"transaction",
|
|
7566
|
+
"finance"
|
|
7567
|
+
],
|
|
7568
|
+
"componentName": "CreditCardAlt",
|
|
7569
|
+
"fileName": "credit-card-alt.tsx"
|
|
7570
|
+
},
|
|
6596
7571
|
{
|
|
6597
7572
|
"name": "crop",
|
|
6598
7573
|
"variant": "bold",
|
|
@@ -6809,6 +7784,54 @@
|
|
|
6809
7784
|
"componentName": "CubePackageSimple",
|
|
6810
7785
|
"fileName": "cube-package-simple.tsx"
|
|
6811
7786
|
},
|
|
7787
|
+
{
|
|
7788
|
+
"name": "cup",
|
|
7789
|
+
"variant": "bold",
|
|
7790
|
+
"tags": [
|
|
7791
|
+
"coffee",
|
|
7792
|
+
"tea",
|
|
7793
|
+
"drink",
|
|
7794
|
+
"beverage",
|
|
7795
|
+
"break",
|
|
7796
|
+
"refreshment",
|
|
7797
|
+
"cafe",
|
|
7798
|
+
"mug"
|
|
7799
|
+
],
|
|
7800
|
+
"componentName": "CupBold",
|
|
7801
|
+
"fileName": "cup-bold.tsx"
|
|
7802
|
+
},
|
|
7803
|
+
{
|
|
7804
|
+
"name": "cup",
|
|
7805
|
+
"variant": "filled",
|
|
7806
|
+
"tags": [
|
|
7807
|
+
"coffee",
|
|
7808
|
+
"tea",
|
|
7809
|
+
"drink",
|
|
7810
|
+
"beverage",
|
|
7811
|
+
"break",
|
|
7812
|
+
"refreshment",
|
|
7813
|
+
"cafe",
|
|
7814
|
+
"mug"
|
|
7815
|
+
],
|
|
7816
|
+
"componentName": "CupFilled",
|
|
7817
|
+
"fileName": "cup-filled.tsx"
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"name": "cup",
|
|
7821
|
+
"variant": "regular",
|
|
7822
|
+
"tags": [
|
|
7823
|
+
"coffee",
|
|
7824
|
+
"tea",
|
|
7825
|
+
"drink",
|
|
7826
|
+
"beverage",
|
|
7827
|
+
"break",
|
|
7828
|
+
"refreshment",
|
|
7829
|
+
"cafe",
|
|
7830
|
+
"mug"
|
|
7831
|
+
],
|
|
7832
|
+
"componentName": "Cup",
|
|
7833
|
+
"fileName": "cup.tsx"
|
|
7834
|
+
},
|
|
6812
7835
|
{
|
|
6813
7836
|
"name": "currency-cent",
|
|
6814
7837
|
"variant": "bold",
|
|
@@ -6962,6 +7985,102 @@
|
|
|
6962
7985
|
"componentName": "CurrencyDollar",
|
|
6963
7986
|
"fileName": "currency-dollar.tsx"
|
|
6964
7987
|
},
|
|
7988
|
+
{
|
|
7989
|
+
"name": "currency-euro",
|
|
7990
|
+
"variant": "bold",
|
|
7991
|
+
"tags": [
|
|
7992
|
+
"currency",
|
|
7993
|
+
"euro",
|
|
7994
|
+
"money",
|
|
7995
|
+
"finance",
|
|
7996
|
+
"payment",
|
|
7997
|
+
"cash",
|
|
7998
|
+
"price",
|
|
7999
|
+
"symbol"
|
|
8000
|
+
],
|
|
8001
|
+
"componentName": "CurrencyEuroBold",
|
|
8002
|
+
"fileName": "currency-euro-bold.tsx"
|
|
8003
|
+
},
|
|
8004
|
+
{
|
|
8005
|
+
"name": "currency-euro",
|
|
8006
|
+
"variant": "filled",
|
|
8007
|
+
"tags": [
|
|
8008
|
+
"currency",
|
|
8009
|
+
"euro",
|
|
8010
|
+
"money",
|
|
8011
|
+
"finance",
|
|
8012
|
+
"payment",
|
|
8013
|
+
"cash",
|
|
8014
|
+
"price",
|
|
8015
|
+
"symbol"
|
|
8016
|
+
],
|
|
8017
|
+
"componentName": "CurrencyEuroFilled",
|
|
8018
|
+
"fileName": "currency-euro-filled.tsx"
|
|
8019
|
+
},
|
|
8020
|
+
{
|
|
8021
|
+
"name": "currency-euro",
|
|
8022
|
+
"variant": "regular",
|
|
8023
|
+
"tags": [
|
|
8024
|
+
"currency",
|
|
8025
|
+
"euro",
|
|
8026
|
+
"money",
|
|
8027
|
+
"finance",
|
|
8028
|
+
"payment",
|
|
8029
|
+
"cash",
|
|
8030
|
+
"price",
|
|
8031
|
+
"symbol"
|
|
8032
|
+
],
|
|
8033
|
+
"componentName": "CurrencyEuro",
|
|
8034
|
+
"fileName": "currency-euro.tsx"
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"name": "currency-euro-2",
|
|
8038
|
+
"variant": "bold",
|
|
8039
|
+
"tags": [
|
|
8040
|
+
"currency",
|
|
8041
|
+
"euro",
|
|
8042
|
+
"money",
|
|
8043
|
+
"finance",
|
|
8044
|
+
"payment",
|
|
8045
|
+
"cash",
|
|
8046
|
+
"price",
|
|
8047
|
+
"symbol"
|
|
8048
|
+
],
|
|
8049
|
+
"componentName": "CurrencyEuro2Bold",
|
|
8050
|
+
"fileName": "currency-euro-2-bold.tsx"
|
|
8051
|
+
},
|
|
8052
|
+
{
|
|
8053
|
+
"name": "currency-euro-2",
|
|
8054
|
+
"variant": "filled",
|
|
8055
|
+
"tags": [
|
|
8056
|
+
"currency",
|
|
8057
|
+
"euro",
|
|
8058
|
+
"money",
|
|
8059
|
+
"finance",
|
|
8060
|
+
"payment",
|
|
8061
|
+
"cash",
|
|
8062
|
+
"price",
|
|
8063
|
+
"symbol"
|
|
8064
|
+
],
|
|
8065
|
+
"componentName": "CurrencyEuro2Filled",
|
|
8066
|
+
"fileName": "currency-euro-2-filled.tsx"
|
|
8067
|
+
},
|
|
8068
|
+
{
|
|
8069
|
+
"name": "currency-euro-2",
|
|
8070
|
+
"variant": "regular",
|
|
8071
|
+
"tags": [
|
|
8072
|
+
"currency",
|
|
8073
|
+
"euro",
|
|
8074
|
+
"money",
|
|
8075
|
+
"finance",
|
|
8076
|
+
"payment",
|
|
8077
|
+
"cash",
|
|
8078
|
+
"price",
|
|
8079
|
+
"symbol"
|
|
8080
|
+
],
|
|
8081
|
+
"componentName": "CurrencyEuro2",
|
|
8082
|
+
"fileName": "currency-euro-2.tsx"
|
|
8083
|
+
},
|
|
6965
8084
|
{
|
|
6966
8085
|
"name": "cursor",
|
|
6967
8086
|
"variant": "bold",
|
|
@@ -7274,6 +8393,54 @@
|
|
|
7274
8393
|
"componentName": "CylinderStackFilled",
|
|
7275
8394
|
"fileName": "cylinder-stack-filled.tsx"
|
|
7276
8395
|
},
|
|
8396
|
+
{
|
|
8397
|
+
"name": "data-table",
|
|
8398
|
+
"variant": "bold",
|
|
8399
|
+
"tags": [
|
|
8400
|
+
"table",
|
|
8401
|
+
"grid",
|
|
8402
|
+
"spreadsheet",
|
|
8403
|
+
"data",
|
|
8404
|
+
"rows",
|
|
8405
|
+
"columns",
|
|
8406
|
+
"layout",
|
|
8407
|
+
"matrix"
|
|
8408
|
+
],
|
|
8409
|
+
"componentName": "DataTableBold",
|
|
8410
|
+
"fileName": "data-table-bold.tsx"
|
|
8411
|
+
},
|
|
8412
|
+
{
|
|
8413
|
+
"name": "data-table",
|
|
8414
|
+
"variant": "filled",
|
|
8415
|
+
"tags": [
|
|
8416
|
+
"table",
|
|
8417
|
+
"grid",
|
|
8418
|
+
"spreadsheet",
|
|
8419
|
+
"data",
|
|
8420
|
+
"rows",
|
|
8421
|
+
"columns",
|
|
8422
|
+
"layout",
|
|
8423
|
+
"matrix"
|
|
8424
|
+
],
|
|
8425
|
+
"componentName": "DataTableFilled",
|
|
8426
|
+
"fileName": "data-table-filled.tsx"
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
"name": "data-table",
|
|
8430
|
+
"variant": "regular",
|
|
8431
|
+
"tags": [
|
|
8432
|
+
"table",
|
|
8433
|
+
"grid",
|
|
8434
|
+
"spreadsheet",
|
|
8435
|
+
"data",
|
|
8436
|
+
"rows",
|
|
8437
|
+
"columns",
|
|
8438
|
+
"layout",
|
|
8439
|
+
"matrix"
|
|
8440
|
+
],
|
|
8441
|
+
"componentName": "DataTable",
|
|
8442
|
+
"fileName": "data-table.tsx"
|
|
8443
|
+
},
|
|
7277
8444
|
{
|
|
7278
8445
|
"name": "delete",
|
|
7279
8446
|
"variant": "bold",
|
|
@@ -8468,6 +9635,51 @@
|
|
|
8468
9635
|
"componentName": "EyeOffFilled",
|
|
8469
9636
|
"fileName": "eye-off-filled.tsx"
|
|
8470
9637
|
},
|
|
9638
|
+
{
|
|
9639
|
+
"name": "file-cabinet",
|
|
9640
|
+
"variant": "bold",
|
|
9641
|
+
"tags": [
|
|
9642
|
+
"archive",
|
|
9643
|
+
"storage",
|
|
9644
|
+
"files",
|
|
9645
|
+
"cabinet",
|
|
9646
|
+
"drawers",
|
|
9647
|
+
"organize",
|
|
9648
|
+
"records"
|
|
9649
|
+
],
|
|
9650
|
+
"componentName": "FileCabinetBold",
|
|
9651
|
+
"fileName": "file-cabinet-bold.tsx"
|
|
9652
|
+
},
|
|
9653
|
+
{
|
|
9654
|
+
"name": "file-cabinet",
|
|
9655
|
+
"variant": "filled",
|
|
9656
|
+
"tags": [
|
|
9657
|
+
"archive",
|
|
9658
|
+
"storage",
|
|
9659
|
+
"files",
|
|
9660
|
+
"cabinet",
|
|
9661
|
+
"drawers",
|
|
9662
|
+
"organize",
|
|
9663
|
+
"records"
|
|
9664
|
+
],
|
|
9665
|
+
"componentName": "FileCabinetFilled",
|
|
9666
|
+
"fileName": "file-cabinet-filled.tsx"
|
|
9667
|
+
},
|
|
9668
|
+
{
|
|
9669
|
+
"name": "file-cabinet",
|
|
9670
|
+
"variant": "regular",
|
|
9671
|
+
"tags": [
|
|
9672
|
+
"archive",
|
|
9673
|
+
"storage",
|
|
9674
|
+
"files",
|
|
9675
|
+
"cabinet",
|
|
9676
|
+
"drawers",
|
|
9677
|
+
"organize",
|
|
9678
|
+
"records"
|
|
9679
|
+
],
|
|
9680
|
+
"componentName": "FileCabinet",
|
|
9681
|
+
"fileName": "file-cabinet.tsx"
|
|
9682
|
+
},
|
|
8471
9683
|
{
|
|
8472
9684
|
"name": "flag",
|
|
8473
9685
|
"variant": "bold",
|
|
@@ -9659,6 +10871,57 @@
|
|
|
9659
10871
|
"componentName": "FolderPlus",
|
|
9660
10872
|
"fileName": "folder-plus.tsx"
|
|
9661
10873
|
},
|
|
10874
|
+
{
|
|
10875
|
+
"name": "football",
|
|
10876
|
+
"variant": "bold",
|
|
10877
|
+
"tags": [
|
|
10878
|
+
"sports",
|
|
10879
|
+
"ball",
|
|
10880
|
+
"american football",
|
|
10881
|
+
"rugby",
|
|
10882
|
+
"game",
|
|
10883
|
+
"play",
|
|
10884
|
+
"activity",
|
|
10885
|
+
"exercise",
|
|
10886
|
+
"recreation"
|
|
10887
|
+
],
|
|
10888
|
+
"componentName": "FootballBold",
|
|
10889
|
+
"fileName": "football-bold.tsx"
|
|
10890
|
+
},
|
|
10891
|
+
{
|
|
10892
|
+
"name": "football",
|
|
10893
|
+
"variant": "filled",
|
|
10894
|
+
"tags": [
|
|
10895
|
+
"sports",
|
|
10896
|
+
"ball",
|
|
10897
|
+
"american football",
|
|
10898
|
+
"rugby",
|
|
10899
|
+
"game",
|
|
10900
|
+
"play",
|
|
10901
|
+
"activity",
|
|
10902
|
+
"exercise",
|
|
10903
|
+
"recreation"
|
|
10904
|
+
],
|
|
10905
|
+
"componentName": "FootballFilled",
|
|
10906
|
+
"fileName": "football-filled.tsx"
|
|
10907
|
+
},
|
|
10908
|
+
{
|
|
10909
|
+
"name": "football",
|
|
10910
|
+
"variant": "regular",
|
|
10911
|
+
"tags": [
|
|
10912
|
+
"sports",
|
|
10913
|
+
"ball",
|
|
10914
|
+
"american football",
|
|
10915
|
+
"rugby",
|
|
10916
|
+
"game",
|
|
10917
|
+
"play",
|
|
10918
|
+
"activity",
|
|
10919
|
+
"exercise",
|
|
10920
|
+
"recreation"
|
|
10921
|
+
],
|
|
10922
|
+
"componentName": "Football",
|
|
10923
|
+
"fileName": "football.tsx"
|
|
10924
|
+
},
|
|
9662
10925
|
{
|
|
9663
10926
|
"name": "ghost",
|
|
9664
10927
|
"variant": "bold",
|
|
@@ -10478,6 +11741,153 @@
|
|
|
10478
11741
|
"componentName": "HomeFilled",
|
|
10479
11742
|
"fileName": "home-filled.tsx"
|
|
10480
11743
|
},
|
|
11744
|
+
{
|
|
11745
|
+
"name": "hourglass",
|
|
11746
|
+
"variant": "bold",
|
|
11747
|
+
"tags": [
|
|
11748
|
+
"hourglass",
|
|
11749
|
+
"time",
|
|
11750
|
+
"timer",
|
|
11751
|
+
"countdown",
|
|
11752
|
+
"waiting",
|
|
11753
|
+
"progress",
|
|
11754
|
+
"half",
|
|
11755
|
+
"clock"
|
|
11756
|
+
],
|
|
11757
|
+
"componentName": "HourglassBold",
|
|
11758
|
+
"fileName": "hourglass-bold.tsx"
|
|
11759
|
+
},
|
|
11760
|
+
{
|
|
11761
|
+
"name": "hourglass",
|
|
11762
|
+
"variant": "filled",
|
|
11763
|
+
"tags": [
|
|
11764
|
+
"hourglass",
|
|
11765
|
+
"time",
|
|
11766
|
+
"timer",
|
|
11767
|
+
"countdown",
|
|
11768
|
+
"waiting",
|
|
11769
|
+
"progress",
|
|
11770
|
+
"half",
|
|
11771
|
+
"clock"
|
|
11772
|
+
],
|
|
11773
|
+
"componentName": "HourglassFilled",
|
|
11774
|
+
"fileName": "hourglass-filled.tsx"
|
|
11775
|
+
},
|
|
11776
|
+
{
|
|
11777
|
+
"name": "hourglass",
|
|
11778
|
+
"variant": "regular",
|
|
11779
|
+
"tags": [
|
|
11780
|
+
"hourglass",
|
|
11781
|
+
"time",
|
|
11782
|
+
"timer",
|
|
11783
|
+
"countdown",
|
|
11784
|
+
"waiting",
|
|
11785
|
+
"progress",
|
|
11786
|
+
"half",
|
|
11787
|
+
"clock"
|
|
11788
|
+
],
|
|
11789
|
+
"componentName": "Hourglass",
|
|
11790
|
+
"fileName": "hourglass.tsx"
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"name": "hourglass-empty",
|
|
11794
|
+
"variant": "bold",
|
|
11795
|
+
"tags": [
|
|
11796
|
+
"hourglass",
|
|
11797
|
+
"time",
|
|
11798
|
+
"timer",
|
|
11799
|
+
"countdown",
|
|
11800
|
+
"waiting",
|
|
11801
|
+
"start",
|
|
11802
|
+
"full",
|
|
11803
|
+
"clock"
|
|
11804
|
+
],
|
|
11805
|
+
"componentName": "HourglassEmptyBold",
|
|
11806
|
+
"fileName": "hourglass-empty-bold.tsx"
|
|
11807
|
+
},
|
|
11808
|
+
{
|
|
11809
|
+
"name": "hourglass-empty",
|
|
11810
|
+
"variant": "filled",
|
|
11811
|
+
"tags": [
|
|
11812
|
+
"hourglass",
|
|
11813
|
+
"time",
|
|
11814
|
+
"timer",
|
|
11815
|
+
"countdown",
|
|
11816
|
+
"waiting",
|
|
11817
|
+
"start",
|
|
11818
|
+
"full",
|
|
11819
|
+
"clock"
|
|
11820
|
+
],
|
|
11821
|
+
"componentName": "HourglassEmptyFilled",
|
|
11822
|
+
"fileName": "hourglass-empty-filled.tsx"
|
|
11823
|
+
},
|
|
11824
|
+
{
|
|
11825
|
+
"name": "hourglass-empty",
|
|
11826
|
+
"variant": "regular",
|
|
11827
|
+
"tags": [
|
|
11828
|
+
"hourglass",
|
|
11829
|
+
"time",
|
|
11830
|
+
"timer",
|
|
11831
|
+
"countdown",
|
|
11832
|
+
"waiting",
|
|
11833
|
+
"start",
|
|
11834
|
+
"full",
|
|
11835
|
+
"clock"
|
|
11836
|
+
],
|
|
11837
|
+
"componentName": "HourglassEmpty",
|
|
11838
|
+
"fileName": "hourglass-empty.tsx"
|
|
11839
|
+
},
|
|
11840
|
+
{
|
|
11841
|
+
"name": "hourglass-empty-2",
|
|
11842
|
+
"variant": "bold",
|
|
11843
|
+
"tags": [
|
|
11844
|
+
"hourglass",
|
|
11845
|
+
"time",
|
|
11846
|
+
"timer",
|
|
11847
|
+
"countdown",
|
|
11848
|
+
"waiting",
|
|
11849
|
+
"end",
|
|
11850
|
+
"empty",
|
|
11851
|
+
"expired",
|
|
11852
|
+
"clock"
|
|
11853
|
+
],
|
|
11854
|
+
"componentName": "HourglassEmpty2Bold",
|
|
11855
|
+
"fileName": "hourglass-empty-2-bold.tsx"
|
|
11856
|
+
},
|
|
11857
|
+
{
|
|
11858
|
+
"name": "hourglass-empty-2",
|
|
11859
|
+
"variant": "filled",
|
|
11860
|
+
"tags": [
|
|
11861
|
+
"hourglass",
|
|
11862
|
+
"time",
|
|
11863
|
+
"timer",
|
|
11864
|
+
"countdown",
|
|
11865
|
+
"waiting",
|
|
11866
|
+
"end",
|
|
11867
|
+
"empty",
|
|
11868
|
+
"expired",
|
|
11869
|
+
"clock"
|
|
11870
|
+
],
|
|
11871
|
+
"componentName": "HourglassEmpty2Filled",
|
|
11872
|
+
"fileName": "hourglass-empty-2-filled.tsx"
|
|
11873
|
+
},
|
|
11874
|
+
{
|
|
11875
|
+
"name": "hourglass-empty-2",
|
|
11876
|
+
"variant": "regular",
|
|
11877
|
+
"tags": [
|
|
11878
|
+
"hourglass",
|
|
11879
|
+
"time",
|
|
11880
|
+
"timer",
|
|
11881
|
+
"countdown",
|
|
11882
|
+
"waiting",
|
|
11883
|
+
"end",
|
|
11884
|
+
"empty",
|
|
11885
|
+
"expired",
|
|
11886
|
+
"clock"
|
|
11887
|
+
],
|
|
11888
|
+
"componentName": "HourglassEmpty2",
|
|
11889
|
+
"fileName": "hourglass-empty-2.tsx"
|
|
11890
|
+
},
|
|
10481
11891
|
{
|
|
10482
11892
|
"name": "id-horizontal",
|
|
10483
11893
|
"variant": "regular",
|
|
@@ -10800,76 +12210,166 @@
|
|
|
10800
12210
|
"fileName": "info-circle.tsx"
|
|
10801
12211
|
},
|
|
10802
12212
|
{
|
|
10803
|
-
"name": "
|
|
12213
|
+
"name": "key",
|
|
10804
12214
|
"variant": "bold",
|
|
10805
12215
|
"tags": [
|
|
10806
|
-
"
|
|
10807
|
-
"
|
|
12216
|
+
"key",
|
|
12217
|
+
"unlock",
|
|
10808
12218
|
"password",
|
|
10809
|
-
"privacy",
|
|
10810
|
-
"authentication",
|
|
10811
12219
|
"access",
|
|
10812
|
-
"
|
|
12220
|
+
"login",
|
|
12221
|
+
"security",
|
|
12222
|
+
"lock"
|
|
10813
12223
|
],
|
|
10814
|
-
"componentName": "
|
|
10815
|
-
"fileName": "
|
|
12224
|
+
"componentName": "KeyBold",
|
|
12225
|
+
"fileName": "key-bold.tsx"
|
|
10816
12226
|
},
|
|
10817
12227
|
{
|
|
10818
|
-
"name": "
|
|
12228
|
+
"name": "key",
|
|
10819
12229
|
"variant": "filled",
|
|
10820
12230
|
"tags": [
|
|
10821
|
-
"
|
|
10822
|
-
"
|
|
12231
|
+
"key",
|
|
12232
|
+
"unlock",
|
|
10823
12233
|
"password",
|
|
10824
|
-
"privacy",
|
|
10825
|
-
"authentication",
|
|
10826
12234
|
"access",
|
|
10827
|
-
"
|
|
12235
|
+
"login",
|
|
12236
|
+
"security",
|
|
12237
|
+
"lock"
|
|
10828
12238
|
],
|
|
10829
|
-
"componentName": "
|
|
10830
|
-
"fileName": "
|
|
12239
|
+
"componentName": "KeyFilled",
|
|
12240
|
+
"fileName": "key-filled.tsx"
|
|
10831
12241
|
},
|
|
10832
12242
|
{
|
|
10833
|
-
"name": "
|
|
12243
|
+
"name": "key",
|
|
10834
12244
|
"variant": "regular",
|
|
10835
12245
|
"tags": [
|
|
10836
|
-
"
|
|
10837
|
-
"
|
|
12246
|
+
"key",
|
|
12247
|
+
"unlock",
|
|
10838
12248
|
"password",
|
|
10839
|
-
"privacy",
|
|
10840
|
-
"authentication",
|
|
10841
12249
|
"access",
|
|
10842
|
-
"
|
|
12250
|
+
"login",
|
|
12251
|
+
"security",
|
|
12252
|
+
"lock"
|
|
10843
12253
|
],
|
|
10844
|
-
"componentName": "
|
|
10845
|
-
"fileName": "
|
|
12254
|
+
"componentName": "Key",
|
|
12255
|
+
"fileName": "key.tsx"
|
|
10846
12256
|
},
|
|
10847
12257
|
{
|
|
10848
|
-
"name": "
|
|
12258
|
+
"name": "key-alt",
|
|
10849
12259
|
"variant": "bold",
|
|
10850
12260
|
"tags": [
|
|
10851
|
-
"
|
|
10852
|
-
"
|
|
10853
|
-
"
|
|
10854
|
-
"
|
|
10855
|
-
"
|
|
10856
|
-
"
|
|
10857
|
-
"
|
|
12261
|
+
"key",
|
|
12262
|
+
"unlock",
|
|
12263
|
+
"password",
|
|
12264
|
+
"access",
|
|
12265
|
+
"login",
|
|
12266
|
+
"security",
|
|
12267
|
+
"lock"
|
|
10858
12268
|
],
|
|
10859
|
-
"componentName": "
|
|
10860
|
-
"fileName": "
|
|
12269
|
+
"componentName": "KeyAltBold",
|
|
12270
|
+
"fileName": "key-alt-bold.tsx"
|
|
10861
12271
|
},
|
|
10862
12272
|
{
|
|
10863
|
-
"name": "
|
|
12273
|
+
"name": "key-alt",
|
|
10864
12274
|
"variant": "filled",
|
|
10865
12275
|
"tags": [
|
|
10866
|
-
"
|
|
10867
|
-
"
|
|
10868
|
-
"
|
|
10869
|
-
"
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10872
|
-
"
|
|
12276
|
+
"key",
|
|
12277
|
+
"unlock",
|
|
12278
|
+
"password",
|
|
12279
|
+
"access",
|
|
12280
|
+
"login",
|
|
12281
|
+
"security",
|
|
12282
|
+
"lock"
|
|
12283
|
+
],
|
|
12284
|
+
"componentName": "KeyAltFilled",
|
|
12285
|
+
"fileName": "key-alt-filled.tsx"
|
|
12286
|
+
},
|
|
12287
|
+
{
|
|
12288
|
+
"name": "key-alt",
|
|
12289
|
+
"variant": "regular",
|
|
12290
|
+
"tags": [
|
|
12291
|
+
"key",
|
|
12292
|
+
"unlock",
|
|
12293
|
+
"password",
|
|
12294
|
+
"access",
|
|
12295
|
+
"login",
|
|
12296
|
+
"security",
|
|
12297
|
+
"lock"
|
|
12298
|
+
],
|
|
12299
|
+
"componentName": "KeyAlt",
|
|
12300
|
+
"fileName": "key-alt.tsx"
|
|
12301
|
+
},
|
|
12302
|
+
{
|
|
12303
|
+
"name": "keyhole",
|
|
12304
|
+
"variant": "bold",
|
|
12305
|
+
"tags": [
|
|
12306
|
+
"lock",
|
|
12307
|
+
"secure",
|
|
12308
|
+
"password",
|
|
12309
|
+
"privacy",
|
|
12310
|
+
"authentication",
|
|
12311
|
+
"access",
|
|
12312
|
+
"protection"
|
|
12313
|
+
],
|
|
12314
|
+
"componentName": "KeyholeBold",
|
|
12315
|
+
"fileName": "keyhole-bold.tsx"
|
|
12316
|
+
},
|
|
12317
|
+
{
|
|
12318
|
+
"name": "keyhole",
|
|
12319
|
+
"variant": "filled",
|
|
12320
|
+
"tags": [
|
|
12321
|
+
"lock",
|
|
12322
|
+
"secure",
|
|
12323
|
+
"password",
|
|
12324
|
+
"privacy",
|
|
12325
|
+
"authentication",
|
|
12326
|
+
"access",
|
|
12327
|
+
"protection"
|
|
12328
|
+
],
|
|
12329
|
+
"componentName": "KeyholeFilled",
|
|
12330
|
+
"fileName": "keyhole-filled.tsx"
|
|
12331
|
+
},
|
|
12332
|
+
{
|
|
12333
|
+
"name": "keyhole",
|
|
12334
|
+
"variant": "regular",
|
|
12335
|
+
"tags": [
|
|
12336
|
+
"lock",
|
|
12337
|
+
"secure",
|
|
12338
|
+
"password",
|
|
12339
|
+
"privacy",
|
|
12340
|
+
"authentication",
|
|
12341
|
+
"access",
|
|
12342
|
+
"protection"
|
|
12343
|
+
],
|
|
12344
|
+
"componentName": "Keyhole",
|
|
12345
|
+
"fileName": "keyhole.tsx"
|
|
12346
|
+
},
|
|
12347
|
+
{
|
|
12348
|
+
"name": "label",
|
|
12349
|
+
"variant": "bold",
|
|
12350
|
+
"tags": [
|
|
12351
|
+
"label",
|
|
12352
|
+
"tag",
|
|
12353
|
+
"badge",
|
|
12354
|
+
"category",
|
|
12355
|
+
"identifier",
|
|
12356
|
+
"marker",
|
|
12357
|
+
"sticker"
|
|
12358
|
+
],
|
|
12359
|
+
"componentName": "LabelBold",
|
|
12360
|
+
"fileName": "label-bold.tsx"
|
|
12361
|
+
},
|
|
12362
|
+
{
|
|
12363
|
+
"name": "label",
|
|
12364
|
+
"variant": "filled",
|
|
12365
|
+
"tags": [
|
|
12366
|
+
"label",
|
|
12367
|
+
"tag",
|
|
12368
|
+
"badge",
|
|
12369
|
+
"category",
|
|
12370
|
+
"identifier",
|
|
12371
|
+
"marker",
|
|
12372
|
+
"sticker"
|
|
10873
12373
|
],
|
|
10874
12374
|
"componentName": "LabelFilled",
|
|
10875
12375
|
"fileName": "label-filled.tsx"
|
|
@@ -11486,6 +12986,51 @@
|
|
|
11486
12986
|
"componentName": "LockPasswordOpenFilled",
|
|
11487
12987
|
"fileName": "lock-password-open-filled.tsx"
|
|
11488
12988
|
},
|
|
12989
|
+
{
|
|
12990
|
+
"name": "mac-window",
|
|
12991
|
+
"variant": "bold",
|
|
12992
|
+
"tags": [
|
|
12993
|
+
"mac",
|
|
12994
|
+
"window",
|
|
12995
|
+
"browser",
|
|
12996
|
+
"application",
|
|
12997
|
+
"ui",
|
|
12998
|
+
"interface",
|
|
12999
|
+
"desktop"
|
|
13000
|
+
],
|
|
13001
|
+
"componentName": "MacWindowBold",
|
|
13002
|
+
"fileName": "mac-window-bold.tsx"
|
|
13003
|
+
},
|
|
13004
|
+
{
|
|
13005
|
+
"name": "mac-window",
|
|
13006
|
+
"variant": "filled",
|
|
13007
|
+
"tags": [
|
|
13008
|
+
"mac",
|
|
13009
|
+
"window",
|
|
13010
|
+
"browser",
|
|
13011
|
+
"application",
|
|
13012
|
+
"ui",
|
|
13013
|
+
"interface",
|
|
13014
|
+
"desktop"
|
|
13015
|
+
],
|
|
13016
|
+
"componentName": "MacWindowFilled",
|
|
13017
|
+
"fileName": "mac-window-filled.tsx"
|
|
13018
|
+
},
|
|
13019
|
+
{
|
|
13020
|
+
"name": "mac-window",
|
|
13021
|
+
"variant": "regular",
|
|
13022
|
+
"tags": [
|
|
13023
|
+
"mac",
|
|
13024
|
+
"window",
|
|
13025
|
+
"browser",
|
|
13026
|
+
"application",
|
|
13027
|
+
"ui",
|
|
13028
|
+
"interface",
|
|
13029
|
+
"desktop"
|
|
13030
|
+
],
|
|
13031
|
+
"componentName": "MacWindow",
|
|
13032
|
+
"fileName": "mac-window.tsx"
|
|
13033
|
+
},
|
|
11489
13034
|
{
|
|
11490
13035
|
"name": "map-pin",
|
|
11491
13036
|
"variant": "regular",
|
|
@@ -11612,6 +13157,150 @@
|
|
|
11612
13157
|
"componentName": "MapPinPlusFilled",
|
|
11613
13158
|
"fileName": "map-pin-plus-filled.tsx"
|
|
11614
13159
|
},
|
|
13160
|
+
{
|
|
13161
|
+
"name": "matcha",
|
|
13162
|
+
"variant": "bold",
|
|
13163
|
+
"tags": [
|
|
13164
|
+
"matcha",
|
|
13165
|
+
"tea",
|
|
13166
|
+
"drink",
|
|
13167
|
+
"beverage",
|
|
13168
|
+
"cafe",
|
|
13169
|
+
"refreshment",
|
|
13170
|
+
"bowl",
|
|
13171
|
+
"saucer"
|
|
13172
|
+
],
|
|
13173
|
+
"componentName": "MatchaBold",
|
|
13174
|
+
"fileName": "matcha-bold.tsx"
|
|
13175
|
+
},
|
|
13176
|
+
{
|
|
13177
|
+
"name": "matcha",
|
|
13178
|
+
"variant": "filled",
|
|
13179
|
+
"tags": [
|
|
13180
|
+
"matcha",
|
|
13181
|
+
"tea",
|
|
13182
|
+
"drink",
|
|
13183
|
+
"beverage",
|
|
13184
|
+
"cafe",
|
|
13185
|
+
"refreshment",
|
|
13186
|
+
"bowl",
|
|
13187
|
+
"saucer"
|
|
13188
|
+
],
|
|
13189
|
+
"componentName": "MatchaFilled",
|
|
13190
|
+
"fileName": "matcha-filled.tsx"
|
|
13191
|
+
},
|
|
13192
|
+
{
|
|
13193
|
+
"name": "matcha",
|
|
13194
|
+
"variant": "regular",
|
|
13195
|
+
"tags": [
|
|
13196
|
+
"matcha",
|
|
13197
|
+
"tea",
|
|
13198
|
+
"drink",
|
|
13199
|
+
"beverage",
|
|
13200
|
+
"cafe",
|
|
13201
|
+
"refreshment",
|
|
13202
|
+
"bowl",
|
|
13203
|
+
"saucer"
|
|
13204
|
+
],
|
|
13205
|
+
"componentName": "Matcha",
|
|
13206
|
+
"fileName": "matcha.tsx"
|
|
13207
|
+
},
|
|
13208
|
+
{
|
|
13209
|
+
"name": "medal",
|
|
13210
|
+
"variant": "bold",
|
|
13211
|
+
"tags": [
|
|
13212
|
+
"award",
|
|
13213
|
+
"achievement",
|
|
13214
|
+
"medal",
|
|
13215
|
+
"prize",
|
|
13216
|
+
"recognition",
|
|
13217
|
+
"trophy",
|
|
13218
|
+
"honor",
|
|
13219
|
+
"badge"
|
|
13220
|
+
],
|
|
13221
|
+
"componentName": "MedalBold",
|
|
13222
|
+
"fileName": "medal-bold.tsx"
|
|
13223
|
+
},
|
|
13224
|
+
{
|
|
13225
|
+
"name": "medal",
|
|
13226
|
+
"variant": "filled",
|
|
13227
|
+
"tags": [
|
|
13228
|
+
"award",
|
|
13229
|
+
"achievement",
|
|
13230
|
+
"medal",
|
|
13231
|
+
"prize",
|
|
13232
|
+
"recognition",
|
|
13233
|
+
"trophy",
|
|
13234
|
+
"honor",
|
|
13235
|
+
"badge"
|
|
13236
|
+
],
|
|
13237
|
+
"componentName": "MedalFilled",
|
|
13238
|
+
"fileName": "medal-filled.tsx"
|
|
13239
|
+
},
|
|
13240
|
+
{
|
|
13241
|
+
"name": "medal",
|
|
13242
|
+
"variant": "regular",
|
|
13243
|
+
"tags": [
|
|
13244
|
+
"award",
|
|
13245
|
+
"achievement",
|
|
13246
|
+
"medal",
|
|
13247
|
+
"prize",
|
|
13248
|
+
"recognition",
|
|
13249
|
+
"trophy",
|
|
13250
|
+
"honor",
|
|
13251
|
+
"badge"
|
|
13252
|
+
],
|
|
13253
|
+
"componentName": "Medal",
|
|
13254
|
+
"fileName": "medal.tsx"
|
|
13255
|
+
},
|
|
13256
|
+
{
|
|
13257
|
+
"name": "medal-star",
|
|
13258
|
+
"variant": "bold",
|
|
13259
|
+
"tags": [
|
|
13260
|
+
"award",
|
|
13261
|
+
"achievement",
|
|
13262
|
+
"medal",
|
|
13263
|
+
"prize",
|
|
13264
|
+
"recognition",
|
|
13265
|
+
"trophy",
|
|
13266
|
+
"honor",
|
|
13267
|
+
"badge"
|
|
13268
|
+
],
|
|
13269
|
+
"componentName": "MedalStarBold",
|
|
13270
|
+
"fileName": "medal-star-bold.tsx"
|
|
13271
|
+
},
|
|
13272
|
+
{
|
|
13273
|
+
"name": "medal-star",
|
|
13274
|
+
"variant": "filled",
|
|
13275
|
+
"tags": [
|
|
13276
|
+
"award",
|
|
13277
|
+
"achievement",
|
|
13278
|
+
"medal",
|
|
13279
|
+
"prize",
|
|
13280
|
+
"recognition",
|
|
13281
|
+
"trophy",
|
|
13282
|
+
"honor",
|
|
13283
|
+
"badge"
|
|
13284
|
+
],
|
|
13285
|
+
"componentName": "MedalStarFilled",
|
|
13286
|
+
"fileName": "medal-star-filled.tsx"
|
|
13287
|
+
},
|
|
13288
|
+
{
|
|
13289
|
+
"name": "medal-star",
|
|
13290
|
+
"variant": "regular",
|
|
13291
|
+
"tags": [
|
|
13292
|
+
"award",
|
|
13293
|
+
"achievement",
|
|
13294
|
+
"medal",
|
|
13295
|
+
"prize",
|
|
13296
|
+
"recognition",
|
|
13297
|
+
"trophy",
|
|
13298
|
+
"honor",
|
|
13299
|
+
"badge"
|
|
13300
|
+
],
|
|
13301
|
+
"componentName": "MedalStar",
|
|
13302
|
+
"fileName": "medal-star.tsx"
|
|
13303
|
+
},
|
|
11615
13304
|
{
|
|
11616
13305
|
"name": "menu",
|
|
11617
13306
|
"variant": "bold",
|
|
@@ -12407,6 +14096,54 @@
|
|
|
12407
14096
|
"componentName": "OverlappingCirclesAlt",
|
|
12408
14097
|
"fileName": "overlapping-circles-alt.tsx"
|
|
12409
14098
|
},
|
|
14099
|
+
{
|
|
14100
|
+
"name": "paint-palette",
|
|
14101
|
+
"variant": "bold",
|
|
14102
|
+
"tags": [
|
|
14103
|
+
"palette",
|
|
14104
|
+
"color",
|
|
14105
|
+
"paint",
|
|
14106
|
+
"art",
|
|
14107
|
+
"design",
|
|
14108
|
+
"creative",
|
|
14109
|
+
"drawing",
|
|
14110
|
+
"tool"
|
|
14111
|
+
],
|
|
14112
|
+
"componentName": "PaintPaletteBold",
|
|
14113
|
+
"fileName": "paint-palette-bold.tsx"
|
|
14114
|
+
},
|
|
14115
|
+
{
|
|
14116
|
+
"name": "paint-palette",
|
|
14117
|
+
"variant": "filled",
|
|
14118
|
+
"tags": [
|
|
14119
|
+
"palette",
|
|
14120
|
+
"color",
|
|
14121
|
+
"paint",
|
|
14122
|
+
"art",
|
|
14123
|
+
"design",
|
|
14124
|
+
"creative",
|
|
14125
|
+
"drawing",
|
|
14126
|
+
"tool"
|
|
14127
|
+
],
|
|
14128
|
+
"componentName": "PaintPaletteFilled",
|
|
14129
|
+
"fileName": "paint-palette-filled.tsx"
|
|
14130
|
+
},
|
|
14131
|
+
{
|
|
14132
|
+
"name": "paint-palette",
|
|
14133
|
+
"variant": "regular",
|
|
14134
|
+
"tags": [
|
|
14135
|
+
"palette",
|
|
14136
|
+
"color",
|
|
14137
|
+
"paint",
|
|
14138
|
+
"art",
|
|
14139
|
+
"design",
|
|
14140
|
+
"creative",
|
|
14141
|
+
"drawing",
|
|
14142
|
+
"tool"
|
|
14143
|
+
],
|
|
14144
|
+
"componentName": "PaintPalette",
|
|
14145
|
+
"fileName": "paint-palette.tsx"
|
|
14146
|
+
},
|
|
12410
14147
|
{
|
|
12411
14148
|
"name": "paperclip",
|
|
12412
14149
|
"variant": "bold",
|
|
@@ -13328,6 +15065,102 @@
|
|
|
13328
15065
|
"componentName": "QuestionMarkCircle",
|
|
13329
15066
|
"fileName": "question-mark-circle.tsx"
|
|
13330
15067
|
},
|
|
15068
|
+
{
|
|
15069
|
+
"name": "receipt",
|
|
15070
|
+
"variant": "bold",
|
|
15071
|
+
"tags": [
|
|
15072
|
+
"receipt",
|
|
15073
|
+
"bill",
|
|
15074
|
+
"invoice",
|
|
15075
|
+
"payment",
|
|
15076
|
+
"purchase",
|
|
15077
|
+
"transaction",
|
|
15078
|
+
"order",
|
|
15079
|
+
"expense"
|
|
15080
|
+
],
|
|
15081
|
+
"componentName": "ReceiptBold",
|
|
15082
|
+
"fileName": "receipt-bold.tsx"
|
|
15083
|
+
},
|
|
15084
|
+
{
|
|
15085
|
+
"name": "receipt",
|
|
15086
|
+
"variant": "filled",
|
|
15087
|
+
"tags": [
|
|
15088
|
+
"receipt",
|
|
15089
|
+
"bill",
|
|
15090
|
+
"invoice",
|
|
15091
|
+
"payment",
|
|
15092
|
+
"purchase",
|
|
15093
|
+
"transaction",
|
|
15094
|
+
"order",
|
|
15095
|
+
"expense"
|
|
15096
|
+
],
|
|
15097
|
+
"componentName": "ReceiptFilled",
|
|
15098
|
+
"fileName": "receipt-filled.tsx"
|
|
15099
|
+
},
|
|
15100
|
+
{
|
|
15101
|
+
"name": "receipt",
|
|
15102
|
+
"variant": "regular",
|
|
15103
|
+
"tags": [
|
|
15104
|
+
"receipt",
|
|
15105
|
+
"bill",
|
|
15106
|
+
"invoice",
|
|
15107
|
+
"payment",
|
|
15108
|
+
"purchase",
|
|
15109
|
+
"transaction",
|
|
15110
|
+
"order",
|
|
15111
|
+
"expense"
|
|
15112
|
+
],
|
|
15113
|
+
"componentName": "Receipt",
|
|
15114
|
+
"fileName": "receipt.tsx"
|
|
15115
|
+
},
|
|
15116
|
+
{
|
|
15117
|
+
"name": "receipt-alt",
|
|
15118
|
+
"variant": "bold",
|
|
15119
|
+
"tags": [
|
|
15120
|
+
"receipt",
|
|
15121
|
+
"bill",
|
|
15122
|
+
"invoice",
|
|
15123
|
+
"payment",
|
|
15124
|
+
"purchase",
|
|
15125
|
+
"transaction",
|
|
15126
|
+
"order",
|
|
15127
|
+
"expense"
|
|
15128
|
+
],
|
|
15129
|
+
"componentName": "ReceiptAltBold",
|
|
15130
|
+
"fileName": "receipt-alt-bold.tsx"
|
|
15131
|
+
},
|
|
15132
|
+
{
|
|
15133
|
+
"name": "receipt-alt",
|
|
15134
|
+
"variant": "filled",
|
|
15135
|
+
"tags": [
|
|
15136
|
+
"receipt",
|
|
15137
|
+
"bill",
|
|
15138
|
+
"invoice",
|
|
15139
|
+
"payment",
|
|
15140
|
+
"purchase",
|
|
15141
|
+
"transaction",
|
|
15142
|
+
"order",
|
|
15143
|
+
"expense"
|
|
15144
|
+
],
|
|
15145
|
+
"componentName": "ReceiptAltFilled",
|
|
15146
|
+
"fileName": "receipt-alt-filled.tsx"
|
|
15147
|
+
},
|
|
15148
|
+
{
|
|
15149
|
+
"name": "receipt-alt",
|
|
15150
|
+
"variant": "regular",
|
|
15151
|
+
"tags": [
|
|
15152
|
+
"receipt",
|
|
15153
|
+
"bill",
|
|
15154
|
+
"invoice",
|
|
15155
|
+
"payment",
|
|
15156
|
+
"purchase",
|
|
15157
|
+
"transaction",
|
|
15158
|
+
"order",
|
|
15159
|
+
"expense"
|
|
15160
|
+
],
|
|
15161
|
+
"componentName": "ReceiptAlt",
|
|
15162
|
+
"fileName": "receipt-alt.tsx"
|
|
15163
|
+
},
|
|
13331
15164
|
{
|
|
13332
15165
|
"name": "rectangle",
|
|
13333
15166
|
"variant": "bold",
|
|
@@ -14117,6 +15950,48 @@
|
|
|
14117
15950
|
"componentName": "SendVertical",
|
|
14118
15951
|
"fileName": "send-vertical.tsx"
|
|
14119
15952
|
},
|
|
15953
|
+
{
|
|
15954
|
+
"name": "shield",
|
|
15955
|
+
"variant": "bold",
|
|
15956
|
+
"tags": [
|
|
15957
|
+
"security",
|
|
15958
|
+
"protection",
|
|
15959
|
+
"guard",
|
|
15960
|
+
"privacy",
|
|
15961
|
+
"safe",
|
|
15962
|
+
"defense"
|
|
15963
|
+
],
|
|
15964
|
+
"componentName": "ShieldBold",
|
|
15965
|
+
"fileName": "shield-bold.tsx"
|
|
15966
|
+
},
|
|
15967
|
+
{
|
|
15968
|
+
"name": "shield",
|
|
15969
|
+
"variant": "filled",
|
|
15970
|
+
"tags": [
|
|
15971
|
+
"security",
|
|
15972
|
+
"protection",
|
|
15973
|
+
"guard",
|
|
15974
|
+
"privacy",
|
|
15975
|
+
"safe",
|
|
15976
|
+
"defense"
|
|
15977
|
+
],
|
|
15978
|
+
"componentName": "ShieldFilled",
|
|
15979
|
+
"fileName": "shield-filled.tsx"
|
|
15980
|
+
},
|
|
15981
|
+
{
|
|
15982
|
+
"name": "shield",
|
|
15983
|
+
"variant": "regular",
|
|
15984
|
+
"tags": [
|
|
15985
|
+
"security",
|
|
15986
|
+
"protection",
|
|
15987
|
+
"guard",
|
|
15988
|
+
"privacy",
|
|
15989
|
+
"safe",
|
|
15990
|
+
"defense"
|
|
15991
|
+
],
|
|
15992
|
+
"componentName": "Shield",
|
|
15993
|
+
"fileName": "shield.tsx"
|
|
15994
|
+
},
|
|
14120
15995
|
{
|
|
14121
15996
|
"name": "sidebar-left",
|
|
14122
15997
|
"variant": "bold",
|
|
@@ -14550,13 +16425,112 @@
|
|
|
14550
16425
|
"fileName": "sliders-vertical.tsx"
|
|
14551
16426
|
},
|
|
14552
16427
|
{
|
|
14553
|
-
"name": "
|
|
16428
|
+
"name": "soccer-ball",
|
|
14554
16429
|
"variant": "bold",
|
|
14555
16430
|
"tags": [
|
|
14556
|
-
"
|
|
14557
|
-
"
|
|
14558
|
-
"
|
|
14559
|
-
"
|
|
16431
|
+
"sports",
|
|
16432
|
+
"ball",
|
|
16433
|
+
"soccer",
|
|
16434
|
+
"football",
|
|
16435
|
+
"game",
|
|
16436
|
+
"play",
|
|
16437
|
+
"activity",
|
|
16438
|
+
"exercise",
|
|
16439
|
+
"recreation"
|
|
16440
|
+
],
|
|
16441
|
+
"componentName": "SoccerBallBold",
|
|
16442
|
+
"fileName": "soccer-ball-bold.tsx"
|
|
16443
|
+
},
|
|
16444
|
+
{
|
|
16445
|
+
"name": "soccer-ball",
|
|
16446
|
+
"variant": "filled",
|
|
16447
|
+
"tags": [
|
|
16448
|
+
"sports",
|
|
16449
|
+
"ball",
|
|
16450
|
+
"soccer",
|
|
16451
|
+
"football",
|
|
16452
|
+
"game",
|
|
16453
|
+
"play",
|
|
16454
|
+
"activity",
|
|
16455
|
+
"exercise",
|
|
16456
|
+
"recreation"
|
|
16457
|
+
],
|
|
16458
|
+
"componentName": "SoccerBallFilled",
|
|
16459
|
+
"fileName": "soccer-ball-filled.tsx"
|
|
16460
|
+
},
|
|
16461
|
+
{
|
|
16462
|
+
"name": "soccer-ball",
|
|
16463
|
+
"variant": "regular",
|
|
16464
|
+
"tags": [
|
|
16465
|
+
"sports",
|
|
16466
|
+
"ball",
|
|
16467
|
+
"soccer",
|
|
16468
|
+
"football",
|
|
16469
|
+
"game",
|
|
16470
|
+
"play",
|
|
16471
|
+
"activity",
|
|
16472
|
+
"exercise",
|
|
16473
|
+
"recreation"
|
|
16474
|
+
],
|
|
16475
|
+
"componentName": "SoccerBall",
|
|
16476
|
+
"fileName": "soccer-ball.tsx"
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
"name": "soccer-field",
|
|
16480
|
+
"variant": "bold",
|
|
16481
|
+
"tags": [
|
|
16482
|
+
"sports",
|
|
16483
|
+
"field",
|
|
16484
|
+
"soccer",
|
|
16485
|
+
"football",
|
|
16486
|
+
"pitch",
|
|
16487
|
+
"stadium",
|
|
16488
|
+
"game",
|
|
16489
|
+
"play"
|
|
16490
|
+
],
|
|
16491
|
+
"componentName": "SoccerFieldBold",
|
|
16492
|
+
"fileName": "soccer-field-bold.tsx"
|
|
16493
|
+
},
|
|
16494
|
+
{
|
|
16495
|
+
"name": "soccer-field",
|
|
16496
|
+
"variant": "filled",
|
|
16497
|
+
"tags": [
|
|
16498
|
+
"sports",
|
|
16499
|
+
"field",
|
|
16500
|
+
"soccer",
|
|
16501
|
+
"football",
|
|
16502
|
+
"pitch",
|
|
16503
|
+
"stadium",
|
|
16504
|
+
"game",
|
|
16505
|
+
"play"
|
|
16506
|
+
],
|
|
16507
|
+
"componentName": "SoccerFieldFilled",
|
|
16508
|
+
"fileName": "soccer-field-filled.tsx"
|
|
16509
|
+
},
|
|
16510
|
+
{
|
|
16511
|
+
"name": "soccer-field",
|
|
16512
|
+
"variant": "regular",
|
|
16513
|
+
"tags": [
|
|
16514
|
+
"sports",
|
|
16515
|
+
"field",
|
|
16516
|
+
"soccer",
|
|
16517
|
+
"football",
|
|
16518
|
+
"pitch",
|
|
16519
|
+
"stadium",
|
|
16520
|
+
"game",
|
|
16521
|
+
"play"
|
|
16522
|
+
],
|
|
16523
|
+
"componentName": "SoccerField",
|
|
16524
|
+
"fileName": "soccer-field.tsx"
|
|
16525
|
+
},
|
|
16526
|
+
{
|
|
16527
|
+
"name": "sparkle",
|
|
16528
|
+
"variant": "bold",
|
|
16529
|
+
"tags": [
|
|
16530
|
+
"sparkle",
|
|
16531
|
+
"star",
|
|
16532
|
+
"magic",
|
|
16533
|
+
"highlight",
|
|
14560
16534
|
"new",
|
|
14561
16535
|
"special",
|
|
14562
16536
|
"clean",
|
|
@@ -14597,6 +16571,102 @@
|
|
|
14597
16571
|
"componentName": "Sparkle",
|
|
14598
16572
|
"fileName": "sparkle.tsx"
|
|
14599
16573
|
},
|
|
16574
|
+
{
|
|
16575
|
+
"name": "sparkle-circle",
|
|
16576
|
+
"variant": "bold",
|
|
16577
|
+
"tags": [
|
|
16578
|
+
"sparkle",
|
|
16579
|
+
"star",
|
|
16580
|
+
"magic",
|
|
16581
|
+
"highlight",
|
|
16582
|
+
"new",
|
|
16583
|
+
"special",
|
|
16584
|
+
"clean",
|
|
16585
|
+
"ai"
|
|
16586
|
+
],
|
|
16587
|
+
"componentName": "SparkleCircleBold",
|
|
16588
|
+
"fileName": "sparkle-circle-bold.tsx"
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
"name": "sparkle-circle",
|
|
16592
|
+
"variant": "filled",
|
|
16593
|
+
"tags": [
|
|
16594
|
+
"sparkle",
|
|
16595
|
+
"star",
|
|
16596
|
+
"magic",
|
|
16597
|
+
"highlight",
|
|
16598
|
+
"new",
|
|
16599
|
+
"special",
|
|
16600
|
+
"clean",
|
|
16601
|
+
"ai"
|
|
16602
|
+
],
|
|
16603
|
+
"componentName": "SparkleCircleFilled",
|
|
16604
|
+
"fileName": "sparkle-circle-filled.tsx"
|
|
16605
|
+
},
|
|
16606
|
+
{
|
|
16607
|
+
"name": "sparkle-circle",
|
|
16608
|
+
"variant": "regular",
|
|
16609
|
+
"tags": [
|
|
16610
|
+
"sparkle",
|
|
16611
|
+
"star",
|
|
16612
|
+
"magic",
|
|
16613
|
+
"highlight",
|
|
16614
|
+
"new",
|
|
16615
|
+
"special",
|
|
16616
|
+
"clean",
|
|
16617
|
+
"ai"
|
|
16618
|
+
],
|
|
16619
|
+
"componentName": "SparkleCircle",
|
|
16620
|
+
"fileName": "sparkle-circle.tsx"
|
|
16621
|
+
},
|
|
16622
|
+
{
|
|
16623
|
+
"name": "sparkle-square",
|
|
16624
|
+
"variant": "bold",
|
|
16625
|
+
"tags": [
|
|
16626
|
+
"sparkle",
|
|
16627
|
+
"star",
|
|
16628
|
+
"magic",
|
|
16629
|
+
"highlight",
|
|
16630
|
+
"new",
|
|
16631
|
+
"special",
|
|
16632
|
+
"clean",
|
|
16633
|
+
"ai"
|
|
16634
|
+
],
|
|
16635
|
+
"componentName": "SparkleSquareBold",
|
|
16636
|
+
"fileName": "sparkle-square-bold.tsx"
|
|
16637
|
+
},
|
|
16638
|
+
{
|
|
16639
|
+
"name": "sparkle-square",
|
|
16640
|
+
"variant": "filled",
|
|
16641
|
+
"tags": [
|
|
16642
|
+
"sparkle",
|
|
16643
|
+
"star",
|
|
16644
|
+
"magic",
|
|
16645
|
+
"highlight",
|
|
16646
|
+
"new",
|
|
16647
|
+
"special",
|
|
16648
|
+
"clean",
|
|
16649
|
+
"ai"
|
|
16650
|
+
],
|
|
16651
|
+
"componentName": "SparkleSquareFilled",
|
|
16652
|
+
"fileName": "sparkle-square-filled.tsx"
|
|
16653
|
+
},
|
|
16654
|
+
{
|
|
16655
|
+
"name": "sparkle-square",
|
|
16656
|
+
"variant": "regular",
|
|
16657
|
+
"tags": [
|
|
16658
|
+
"sparkle",
|
|
16659
|
+
"star",
|
|
16660
|
+
"magic",
|
|
16661
|
+
"highlight",
|
|
16662
|
+
"new",
|
|
16663
|
+
"special",
|
|
16664
|
+
"clean",
|
|
16665
|
+
"ai"
|
|
16666
|
+
],
|
|
16667
|
+
"componentName": "SparkleSquare",
|
|
16668
|
+
"fileName": "sparkle-square.tsx"
|
|
16669
|
+
},
|
|
14600
16670
|
{
|
|
14601
16671
|
"name": "sparkles",
|
|
14602
16672
|
"variant": "bold",
|
|
@@ -15371,6 +17441,54 @@
|
|
|
15371
17441
|
"componentName": "Tag",
|
|
15372
17442
|
"fileName": "tag.tsx"
|
|
15373
17443
|
},
|
|
17444
|
+
{
|
|
17445
|
+
"name": "tennis-ball",
|
|
17446
|
+
"variant": "bold",
|
|
17447
|
+
"tags": [
|
|
17448
|
+
"sports",
|
|
17449
|
+
"ball",
|
|
17450
|
+
"tennis",
|
|
17451
|
+
"game",
|
|
17452
|
+
"play",
|
|
17453
|
+
"activity",
|
|
17454
|
+
"exercise",
|
|
17455
|
+
"recreation"
|
|
17456
|
+
],
|
|
17457
|
+
"componentName": "TennisBallBold",
|
|
17458
|
+
"fileName": "tennis-ball-bold.tsx"
|
|
17459
|
+
},
|
|
17460
|
+
{
|
|
17461
|
+
"name": "tennis-ball",
|
|
17462
|
+
"variant": "filled",
|
|
17463
|
+
"tags": [
|
|
17464
|
+
"sports",
|
|
17465
|
+
"ball",
|
|
17466
|
+
"tennis",
|
|
17467
|
+
"game",
|
|
17468
|
+
"play",
|
|
17469
|
+
"activity",
|
|
17470
|
+
"exercise",
|
|
17471
|
+
"recreation"
|
|
17472
|
+
],
|
|
17473
|
+
"componentName": "TennisBallFilled",
|
|
17474
|
+
"fileName": "tennis-ball-filled.tsx"
|
|
17475
|
+
},
|
|
17476
|
+
{
|
|
17477
|
+
"name": "tennis-ball",
|
|
17478
|
+
"variant": "regular",
|
|
17479
|
+
"tags": [
|
|
17480
|
+
"sports",
|
|
17481
|
+
"ball",
|
|
17482
|
+
"tennis",
|
|
17483
|
+
"game",
|
|
17484
|
+
"play",
|
|
17485
|
+
"activity",
|
|
17486
|
+
"exercise",
|
|
17487
|
+
"recreation"
|
|
17488
|
+
],
|
|
17489
|
+
"componentName": "TennisBall",
|
|
17490
|
+
"fileName": "tennis-ball.tsx"
|
|
17491
|
+
},
|
|
15374
17492
|
{
|
|
15375
17493
|
"name": "text",
|
|
15376
17494
|
"variant": "bold",
|
|
@@ -16148,6 +18266,54 @@
|
|
|
16148
18266
|
"componentName": "ToggleOn",
|
|
16149
18267
|
"fileName": "toggle-on.tsx"
|
|
16150
18268
|
},
|
|
18269
|
+
{
|
|
18270
|
+
"name": "toggles",
|
|
18271
|
+
"variant": "bold",
|
|
18272
|
+
"tags": [
|
|
18273
|
+
"switch",
|
|
18274
|
+
"settings",
|
|
18275
|
+
"control",
|
|
18276
|
+
"enable",
|
|
18277
|
+
"disable",
|
|
18278
|
+
"active",
|
|
18279
|
+
"inactive",
|
|
18280
|
+
"option"
|
|
18281
|
+
],
|
|
18282
|
+
"componentName": "TogglesBold",
|
|
18283
|
+
"fileName": "toggles-bold.tsx"
|
|
18284
|
+
},
|
|
18285
|
+
{
|
|
18286
|
+
"name": "toggles",
|
|
18287
|
+
"variant": "filled",
|
|
18288
|
+
"tags": [
|
|
18289
|
+
"switch",
|
|
18290
|
+
"settings",
|
|
18291
|
+
"control",
|
|
18292
|
+
"enable",
|
|
18293
|
+
"disable",
|
|
18294
|
+
"active",
|
|
18295
|
+
"inactive",
|
|
18296
|
+
"option"
|
|
18297
|
+
],
|
|
18298
|
+
"componentName": "TogglesFilled",
|
|
18299
|
+
"fileName": "toggles-filled.tsx"
|
|
18300
|
+
},
|
|
18301
|
+
{
|
|
18302
|
+
"name": "toggles",
|
|
18303
|
+
"variant": "regular",
|
|
18304
|
+
"tags": [
|
|
18305
|
+
"switch",
|
|
18306
|
+
"settings",
|
|
18307
|
+
"control",
|
|
18308
|
+
"enable",
|
|
18309
|
+
"disable",
|
|
18310
|
+
"active",
|
|
18311
|
+
"inactive",
|
|
18312
|
+
"option"
|
|
18313
|
+
],
|
|
18314
|
+
"componentName": "Toggles",
|
|
18315
|
+
"fileName": "toggles.tsx"
|
|
18316
|
+
},
|
|
16151
18317
|
{
|
|
16152
18318
|
"name": "trash",
|
|
16153
18319
|
"variant": "bold",
|
|
@@ -16304,6 +18470,54 @@
|
|
|
16304
18470
|
"componentName": "TriangleDown",
|
|
16305
18471
|
"fileName": "triangle-down.tsx"
|
|
16306
18472
|
},
|
|
18473
|
+
{
|
|
18474
|
+
"name": "trophy",
|
|
18475
|
+
"variant": "bold",
|
|
18476
|
+
"tags": [
|
|
18477
|
+
"award",
|
|
18478
|
+
"achievement",
|
|
18479
|
+
"prize",
|
|
18480
|
+
"winner",
|
|
18481
|
+
"success",
|
|
18482
|
+
"contest",
|
|
18483
|
+
"competition",
|
|
18484
|
+
"recognition"
|
|
18485
|
+
],
|
|
18486
|
+
"componentName": "TrophyBold",
|
|
18487
|
+
"fileName": "trophy-bold.tsx"
|
|
18488
|
+
},
|
|
18489
|
+
{
|
|
18490
|
+
"name": "trophy",
|
|
18491
|
+
"variant": "filled",
|
|
18492
|
+
"tags": [
|
|
18493
|
+
"award",
|
|
18494
|
+
"achievement",
|
|
18495
|
+
"prize",
|
|
18496
|
+
"winner",
|
|
18497
|
+
"success",
|
|
18498
|
+
"contest",
|
|
18499
|
+
"competition",
|
|
18500
|
+
"recognition"
|
|
18501
|
+
],
|
|
18502
|
+
"componentName": "TrophyFilled",
|
|
18503
|
+
"fileName": "trophy-filled.tsx"
|
|
18504
|
+
},
|
|
18505
|
+
{
|
|
18506
|
+
"name": "trophy",
|
|
18507
|
+
"variant": "regular",
|
|
18508
|
+
"tags": [
|
|
18509
|
+
"award",
|
|
18510
|
+
"achievement",
|
|
18511
|
+
"prize",
|
|
18512
|
+
"winner",
|
|
18513
|
+
"success",
|
|
18514
|
+
"contest",
|
|
18515
|
+
"competition",
|
|
18516
|
+
"recognition"
|
|
18517
|
+
],
|
|
18518
|
+
"componentName": "Trophy",
|
|
18519
|
+
"fileName": "trophy.tsx"
|
|
18520
|
+
},
|
|
16307
18521
|
{
|
|
16308
18522
|
"name": "upload",
|
|
16309
18523
|
"variant": "bold",
|
|
@@ -16631,6 +18845,102 @@
|
|
|
16631
18845
|
"componentName": "VideoOff",
|
|
16632
18846
|
"fileName": "video-off.tsx"
|
|
16633
18847
|
},
|
|
18848
|
+
{
|
|
18849
|
+
"name": "volleyball",
|
|
18850
|
+
"variant": "bold",
|
|
18851
|
+
"tags": [
|
|
18852
|
+
"sports",
|
|
18853
|
+
"ball",
|
|
18854
|
+
"volleyball",
|
|
18855
|
+
"game",
|
|
18856
|
+
"play",
|
|
18857
|
+
"activity",
|
|
18858
|
+
"exercise",
|
|
18859
|
+
"recreation"
|
|
18860
|
+
],
|
|
18861
|
+
"componentName": "VolleyballBold",
|
|
18862
|
+
"fileName": "volleyball-bold.tsx"
|
|
18863
|
+
},
|
|
18864
|
+
{
|
|
18865
|
+
"name": "volleyball",
|
|
18866
|
+
"variant": "filled",
|
|
18867
|
+
"tags": [
|
|
18868
|
+
"sports",
|
|
18869
|
+
"ball",
|
|
18870
|
+
"volleyball",
|
|
18871
|
+
"game",
|
|
18872
|
+
"play",
|
|
18873
|
+
"activity",
|
|
18874
|
+
"exercise",
|
|
18875
|
+
"recreation"
|
|
18876
|
+
],
|
|
18877
|
+
"componentName": "VolleyballFilled",
|
|
18878
|
+
"fileName": "volleyball-filled.tsx"
|
|
18879
|
+
},
|
|
18880
|
+
{
|
|
18881
|
+
"name": "volleyball",
|
|
18882
|
+
"variant": "regular",
|
|
18883
|
+
"tags": [
|
|
18884
|
+
"sports",
|
|
18885
|
+
"ball",
|
|
18886
|
+
"volleyball",
|
|
18887
|
+
"game",
|
|
18888
|
+
"play",
|
|
18889
|
+
"activity",
|
|
18890
|
+
"exercise",
|
|
18891
|
+
"recreation"
|
|
18892
|
+
],
|
|
18893
|
+
"componentName": "Volleyball",
|
|
18894
|
+
"fileName": "volleyball.tsx"
|
|
18895
|
+
},
|
|
18896
|
+
{
|
|
18897
|
+
"name": "wand",
|
|
18898
|
+
"variant": "bold",
|
|
18899
|
+
"tags": [
|
|
18900
|
+
"wand",
|
|
18901
|
+
"magic",
|
|
18902
|
+
"tool",
|
|
18903
|
+
"sparkle",
|
|
18904
|
+
"spell",
|
|
18905
|
+
"effect",
|
|
18906
|
+
"special",
|
|
18907
|
+
"highlight"
|
|
18908
|
+
],
|
|
18909
|
+
"componentName": "WandBold",
|
|
18910
|
+
"fileName": "wand-bold.tsx"
|
|
18911
|
+
},
|
|
18912
|
+
{
|
|
18913
|
+
"name": "wand",
|
|
18914
|
+
"variant": "filled",
|
|
18915
|
+
"tags": [
|
|
18916
|
+
"wand",
|
|
18917
|
+
"magic",
|
|
18918
|
+
"tool",
|
|
18919
|
+
"sparkle",
|
|
18920
|
+
"spell",
|
|
18921
|
+
"effect",
|
|
18922
|
+
"special",
|
|
18923
|
+
"highlight"
|
|
18924
|
+
],
|
|
18925
|
+
"componentName": "WandFilled",
|
|
18926
|
+
"fileName": "wand-filled.tsx"
|
|
18927
|
+
},
|
|
18928
|
+
{
|
|
18929
|
+
"name": "wand",
|
|
18930
|
+
"variant": "regular",
|
|
18931
|
+
"tags": [
|
|
18932
|
+
"wand",
|
|
18933
|
+
"magic",
|
|
18934
|
+
"tool",
|
|
18935
|
+
"sparkle",
|
|
18936
|
+
"spell",
|
|
18937
|
+
"effect",
|
|
18938
|
+
"special",
|
|
18939
|
+
"highlight"
|
|
18940
|
+
],
|
|
18941
|
+
"componentName": "Wand",
|
|
18942
|
+
"fileName": "wand.tsx"
|
|
18943
|
+
},
|
|
16634
18944
|
{
|
|
16635
18945
|
"name": "warehouse",
|
|
16636
18946
|
"variant": "regular",
|
|
@@ -16676,6 +18986,54 @@
|
|
|
16676
18986
|
"componentName": "WarehouseBold",
|
|
16677
18987
|
"fileName": "warehouse-bold.tsx"
|
|
16678
18988
|
},
|
|
18989
|
+
{
|
|
18990
|
+
"name": "watch",
|
|
18991
|
+
"variant": "bold",
|
|
18992
|
+
"tags": [
|
|
18993
|
+
"watch",
|
|
18994
|
+
"time",
|
|
18995
|
+
"clock",
|
|
18996
|
+
"wristwatch",
|
|
18997
|
+
"timer",
|
|
18998
|
+
"schedule",
|
|
18999
|
+
"hours",
|
|
19000
|
+
"reminder"
|
|
19001
|
+
],
|
|
19002
|
+
"componentName": "WatchBold",
|
|
19003
|
+
"fileName": "watch-bold.tsx"
|
|
19004
|
+
},
|
|
19005
|
+
{
|
|
19006
|
+
"name": "watch",
|
|
19007
|
+
"variant": "filled",
|
|
19008
|
+
"tags": [
|
|
19009
|
+
"watch",
|
|
19010
|
+
"time",
|
|
19011
|
+
"clock",
|
|
19012
|
+
"wristwatch",
|
|
19013
|
+
"timer",
|
|
19014
|
+
"schedule",
|
|
19015
|
+
"hours",
|
|
19016
|
+
"reminder"
|
|
19017
|
+
],
|
|
19018
|
+
"componentName": "WatchFilled",
|
|
19019
|
+
"fileName": "watch-filled.tsx"
|
|
19020
|
+
},
|
|
19021
|
+
{
|
|
19022
|
+
"name": "watch",
|
|
19023
|
+
"variant": "regular",
|
|
19024
|
+
"tags": [
|
|
19025
|
+
"watch",
|
|
19026
|
+
"time",
|
|
19027
|
+
"clock",
|
|
19028
|
+
"wristwatch",
|
|
19029
|
+
"timer",
|
|
19030
|
+
"schedule",
|
|
19031
|
+
"hours",
|
|
19032
|
+
"reminder"
|
|
19033
|
+
],
|
|
19034
|
+
"componentName": "Watch",
|
|
19035
|
+
"fileName": "watch.tsx"
|
|
19036
|
+
},
|
|
16679
19037
|
{
|
|
16680
19038
|
"name": "wifi",
|
|
16681
19039
|
"variant": "bold",
|
|
@@ -16721,6 +19079,147 @@
|
|
|
16721
19079
|
"componentName": "Wifi",
|
|
16722
19080
|
"fileName": "wifi.tsx"
|
|
16723
19081
|
},
|
|
19082
|
+
{
|
|
19083
|
+
"name": "wifi-slash",
|
|
19084
|
+
"variant": "bold",
|
|
19085
|
+
"tags": [
|
|
19086
|
+
"wifi",
|
|
19087
|
+
"connection",
|
|
19088
|
+
"offline",
|
|
19089
|
+
"no-signal",
|
|
19090
|
+
"disable",
|
|
19091
|
+
"network",
|
|
19092
|
+
"internet-off"
|
|
19093
|
+
],
|
|
19094
|
+
"componentName": "WifiSlashBold",
|
|
19095
|
+
"fileName": "wifi-slash-bold.tsx"
|
|
19096
|
+
},
|
|
19097
|
+
{
|
|
19098
|
+
"name": "wifi-slash",
|
|
19099
|
+
"variant": "filled",
|
|
19100
|
+
"tags": [
|
|
19101
|
+
"wifi",
|
|
19102
|
+
"connection",
|
|
19103
|
+
"offline",
|
|
19104
|
+
"no-signal",
|
|
19105
|
+
"disable",
|
|
19106
|
+
"network",
|
|
19107
|
+
"internet-off"
|
|
19108
|
+
],
|
|
19109
|
+
"componentName": "WifiSlashFilled",
|
|
19110
|
+
"fileName": "wifi-slash-filled.tsx"
|
|
19111
|
+
},
|
|
19112
|
+
{
|
|
19113
|
+
"name": "wifi-slash",
|
|
19114
|
+
"variant": "regular",
|
|
19115
|
+
"tags": [
|
|
19116
|
+
"wifi",
|
|
19117
|
+
"connection",
|
|
19118
|
+
"offline",
|
|
19119
|
+
"no-signal",
|
|
19120
|
+
"disable",
|
|
19121
|
+
"network",
|
|
19122
|
+
"internet-off"
|
|
19123
|
+
],
|
|
19124
|
+
"componentName": "WifiSlash",
|
|
19125
|
+
"fileName": "wifi-slash.tsx"
|
|
19126
|
+
},
|
|
19127
|
+
{
|
|
19128
|
+
"name": "wine-bottle",
|
|
19129
|
+
"variant": "bold",
|
|
19130
|
+
"tags": [
|
|
19131
|
+
"wine",
|
|
19132
|
+
"bottle",
|
|
19133
|
+
"drink",
|
|
19134
|
+
"alcohol",
|
|
19135
|
+
"beverage",
|
|
19136
|
+
"liquor",
|
|
19137
|
+
"bar",
|
|
19138
|
+
"glass"
|
|
19139
|
+
],
|
|
19140
|
+
"componentName": "WineBottleBold",
|
|
19141
|
+
"fileName": "wine-bottle-bold.tsx"
|
|
19142
|
+
},
|
|
19143
|
+
{
|
|
19144
|
+
"name": "wine-bottle",
|
|
19145
|
+
"variant": "filled",
|
|
19146
|
+
"tags": [
|
|
19147
|
+
"wine",
|
|
19148
|
+
"bottle",
|
|
19149
|
+
"drink",
|
|
19150
|
+
"alcohol",
|
|
19151
|
+
"beverage",
|
|
19152
|
+
"liquor",
|
|
19153
|
+
"bar",
|
|
19154
|
+
"glass"
|
|
19155
|
+
],
|
|
19156
|
+
"componentName": "WineBottleFilled",
|
|
19157
|
+
"fileName": "wine-bottle-filled.tsx"
|
|
19158
|
+
},
|
|
19159
|
+
{
|
|
19160
|
+
"name": "wine-bottle",
|
|
19161
|
+
"variant": "regular",
|
|
19162
|
+
"tags": [
|
|
19163
|
+
"wine",
|
|
19164
|
+
"bottle",
|
|
19165
|
+
"drink",
|
|
19166
|
+
"alcohol",
|
|
19167
|
+
"beverage",
|
|
19168
|
+
"liquor",
|
|
19169
|
+
"bar",
|
|
19170
|
+
"glass"
|
|
19171
|
+
],
|
|
19172
|
+
"componentName": "WineBottle",
|
|
19173
|
+
"fileName": "wine-bottle.tsx"
|
|
19174
|
+
},
|
|
19175
|
+
{
|
|
19176
|
+
"name": "wine-glass",
|
|
19177
|
+
"variant": "bold",
|
|
19178
|
+
"tags": [
|
|
19179
|
+
"drink",
|
|
19180
|
+
"beverage",
|
|
19181
|
+
"bar",
|
|
19182
|
+
"alcohol",
|
|
19183
|
+
"cocktail",
|
|
19184
|
+
"toast",
|
|
19185
|
+
"celebration",
|
|
19186
|
+
"glass"
|
|
19187
|
+
],
|
|
19188
|
+
"componentName": "WineGlassBold",
|
|
19189
|
+
"fileName": "wine-glass-bold.tsx"
|
|
19190
|
+
},
|
|
19191
|
+
{
|
|
19192
|
+
"name": "wine-glass",
|
|
19193
|
+
"variant": "filled",
|
|
19194
|
+
"tags": [
|
|
19195
|
+
"drink",
|
|
19196
|
+
"beverage",
|
|
19197
|
+
"bar",
|
|
19198
|
+
"alcohol",
|
|
19199
|
+
"cocktail",
|
|
19200
|
+
"toast",
|
|
19201
|
+
"celebration",
|
|
19202
|
+
"glass"
|
|
19203
|
+
],
|
|
19204
|
+
"componentName": "WineGlassFilled",
|
|
19205
|
+
"fileName": "wine-glass-filled.tsx"
|
|
19206
|
+
},
|
|
19207
|
+
{
|
|
19208
|
+
"name": "wine-glass",
|
|
19209
|
+
"variant": "regular",
|
|
19210
|
+
"tags": [
|
|
19211
|
+
"drink",
|
|
19212
|
+
"beverage",
|
|
19213
|
+
"bar",
|
|
19214
|
+
"alcohol",
|
|
19215
|
+
"cocktail",
|
|
19216
|
+
"toast",
|
|
19217
|
+
"celebration",
|
|
19218
|
+
"glass"
|
|
19219
|
+
],
|
|
19220
|
+
"componentName": "WineGlass",
|
|
19221
|
+
"fileName": "wine-glass.tsx"
|
|
19222
|
+
},
|
|
16724
19223
|
{
|
|
16725
19224
|
"name": "x",
|
|
16726
19225
|
"variant": "bold",
|