stera-icons 3.0.0 → 3.1.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 +1434 -39
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +172 -4
- package/dist/index.d.ts +172 -4
- package/dist/index.mjs +1 -1
- package/dist/name_map.json +29 -1
- package/package.json +1 -1
package/dist/icons.meta.json
CHANGED
|
@@ -395,6 +395,54 @@
|
|
|
395
395
|
"componentName": "Alien",
|
|
396
396
|
"fileName": "alien.tsx"
|
|
397
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"name": "annotation",
|
|
400
|
+
"variant": "bold",
|
|
401
|
+
"tags": [
|
|
402
|
+
"comment",
|
|
403
|
+
"note",
|
|
404
|
+
"edit",
|
|
405
|
+
"highlight",
|
|
406
|
+
"markup",
|
|
407
|
+
"feedback",
|
|
408
|
+
"review",
|
|
409
|
+
"document"
|
|
410
|
+
],
|
|
411
|
+
"componentName": "AnnotationBold",
|
|
412
|
+
"fileName": "annotation-bold.tsx"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "annotation",
|
|
416
|
+
"variant": "filled",
|
|
417
|
+
"tags": [
|
|
418
|
+
"comment",
|
|
419
|
+
"note",
|
|
420
|
+
"edit",
|
|
421
|
+
"highlight",
|
|
422
|
+
"markup",
|
|
423
|
+
"feedback",
|
|
424
|
+
"review",
|
|
425
|
+
"document"
|
|
426
|
+
],
|
|
427
|
+
"componentName": "AnnotationFilled",
|
|
428
|
+
"fileName": "annotation-filled.tsx"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "annotation",
|
|
432
|
+
"variant": "regular",
|
|
433
|
+
"tags": [
|
|
434
|
+
"comment",
|
|
435
|
+
"note",
|
|
436
|
+
"edit",
|
|
437
|
+
"highlight",
|
|
438
|
+
"markup",
|
|
439
|
+
"feedback",
|
|
440
|
+
"review",
|
|
441
|
+
"document"
|
|
442
|
+
],
|
|
443
|
+
"componentName": "Annotation",
|
|
444
|
+
"fileName": "annotation.tsx"
|
|
445
|
+
},
|
|
398
446
|
{
|
|
399
447
|
"name": "archive",
|
|
400
448
|
"variant": "bold",
|
|
@@ -1016,6 +1064,213 @@
|
|
|
1016
1064
|
"componentName": "ArrowCircleUpRight",
|
|
1017
1065
|
"fileName": "arrow-circle-up-right.tsx"
|
|
1018
1066
|
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "arrow-corner-down-left",
|
|
1069
|
+
"variant": "bold",
|
|
1070
|
+
"tags": [
|
|
1071
|
+
"enter",
|
|
1072
|
+
"return",
|
|
1073
|
+
"keyboard",
|
|
1074
|
+
"input",
|
|
1075
|
+
"submit",
|
|
1076
|
+
"arrow-left",
|
|
1077
|
+
"corner",
|
|
1078
|
+
"back",
|
|
1079
|
+
"command",
|
|
1080
|
+
"flow"
|
|
1081
|
+
],
|
|
1082
|
+
"componentName": "ArrowCornerDownLeftBold",
|
|
1083
|
+
"fileName": "arrow-corner-down-left-bold.tsx"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "arrow-corner-down-left",
|
|
1087
|
+
"variant": "filled",
|
|
1088
|
+
"tags": [
|
|
1089
|
+
"enter",
|
|
1090
|
+
"return",
|
|
1091
|
+
"keyboard",
|
|
1092
|
+
"input",
|
|
1093
|
+
"submit",
|
|
1094
|
+
"arrow-left",
|
|
1095
|
+
"corner",
|
|
1096
|
+
"back",
|
|
1097
|
+
"command",
|
|
1098
|
+
"flow"
|
|
1099
|
+
],
|
|
1100
|
+
"componentName": "ArrowCornerDownLeftFilled",
|
|
1101
|
+
"fileName": "arrow-corner-down-left-filled.tsx"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "arrow-corner-down-left",
|
|
1105
|
+
"variant": "regular",
|
|
1106
|
+
"tags": [
|
|
1107
|
+
"enter",
|
|
1108
|
+
"return",
|
|
1109
|
+
"keyboard",
|
|
1110
|
+
"input",
|
|
1111
|
+
"submit",
|
|
1112
|
+
"arrow-left",
|
|
1113
|
+
"corner",
|
|
1114
|
+
"back",
|
|
1115
|
+
"command",
|
|
1116
|
+
"flow"
|
|
1117
|
+
],
|
|
1118
|
+
"componentName": "ArrowCornerDownLeft",
|
|
1119
|
+
"fileName": "arrow-corner-down-left.tsx"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "arrow-corner-down-right",
|
|
1123
|
+
"variant": "bold",
|
|
1124
|
+
"tags": [
|
|
1125
|
+
"arrow",
|
|
1126
|
+
"corner",
|
|
1127
|
+
"return",
|
|
1128
|
+
"enter",
|
|
1129
|
+
"direction",
|
|
1130
|
+
"right",
|
|
1131
|
+
"down",
|
|
1132
|
+
"navigation",
|
|
1133
|
+
"flow",
|
|
1134
|
+
"indent",
|
|
1135
|
+
"line-break"
|
|
1136
|
+
],
|
|
1137
|
+
"componentName": "ArrowCornerDownRightBold",
|
|
1138
|
+
"fileName": "arrow-corner-down-right-bold.tsx"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "arrow-corner-down-right",
|
|
1142
|
+
"variant": "filled",
|
|
1143
|
+
"tags": [
|
|
1144
|
+
"arrow",
|
|
1145
|
+
"corner",
|
|
1146
|
+
"return",
|
|
1147
|
+
"enter",
|
|
1148
|
+
"direction",
|
|
1149
|
+
"right",
|
|
1150
|
+
"down",
|
|
1151
|
+
"navigation",
|
|
1152
|
+
"flow",
|
|
1153
|
+
"indent",
|
|
1154
|
+
"line-break"
|
|
1155
|
+
],
|
|
1156
|
+
"componentName": "ArrowCornerDownRightFilled",
|
|
1157
|
+
"fileName": "arrow-corner-down-right-filled.tsx"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "arrow-corner-down-right",
|
|
1161
|
+
"variant": "regular",
|
|
1162
|
+
"tags": [
|
|
1163
|
+
"arrow",
|
|
1164
|
+
"corner",
|
|
1165
|
+
"return",
|
|
1166
|
+
"enter",
|
|
1167
|
+
"direction",
|
|
1168
|
+
"right",
|
|
1169
|
+
"down",
|
|
1170
|
+
"navigation",
|
|
1171
|
+
"flow",
|
|
1172
|
+
"indent",
|
|
1173
|
+
"line-break"
|
|
1174
|
+
],
|
|
1175
|
+
"componentName": "ArrowCornerDownRight",
|
|
1176
|
+
"fileName": "arrow-corner-down-right.tsx"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "arrow-corner-up-left",
|
|
1180
|
+
"variant": "bold",
|
|
1181
|
+
"tags": [
|
|
1182
|
+
"undo",
|
|
1183
|
+
"reply",
|
|
1184
|
+
"back",
|
|
1185
|
+
"return",
|
|
1186
|
+
"left-turn",
|
|
1187
|
+
"corner",
|
|
1188
|
+
"arrow",
|
|
1189
|
+
"navigation"
|
|
1190
|
+
],
|
|
1191
|
+
"componentName": "ArrowCornerUpLeftBold",
|
|
1192
|
+
"fileName": "arrow-corner-up-left-bold.tsx"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "arrow-corner-up-left",
|
|
1196
|
+
"variant": "filled",
|
|
1197
|
+
"tags": [
|
|
1198
|
+
"undo",
|
|
1199
|
+
"reply",
|
|
1200
|
+
"back",
|
|
1201
|
+
"return",
|
|
1202
|
+
"left-turn",
|
|
1203
|
+
"corner",
|
|
1204
|
+
"arrow",
|
|
1205
|
+
"navigation"
|
|
1206
|
+
],
|
|
1207
|
+
"componentName": "ArrowCornerUpLeftFilled",
|
|
1208
|
+
"fileName": "arrow-corner-up-left-filled.tsx"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "arrow-corner-up-left",
|
|
1212
|
+
"variant": "regular",
|
|
1213
|
+
"tags": [
|
|
1214
|
+
"undo",
|
|
1215
|
+
"reply",
|
|
1216
|
+
"back",
|
|
1217
|
+
"return",
|
|
1218
|
+
"left-turn",
|
|
1219
|
+
"corner",
|
|
1220
|
+
"arrow",
|
|
1221
|
+
"navigation"
|
|
1222
|
+
],
|
|
1223
|
+
"componentName": "ArrowCornerUpLeft",
|
|
1224
|
+
"fileName": "arrow-corner-up-left.tsx"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "arrow-corner-up-right",
|
|
1228
|
+
"variant": "bold",
|
|
1229
|
+
"tags": [
|
|
1230
|
+
"redo",
|
|
1231
|
+
"share",
|
|
1232
|
+
"forward",
|
|
1233
|
+
"next",
|
|
1234
|
+
"right-turn",
|
|
1235
|
+
"corner",
|
|
1236
|
+
"arrow",
|
|
1237
|
+
"navigation"
|
|
1238
|
+
],
|
|
1239
|
+
"componentName": "ArrowCornerUpRightBold",
|
|
1240
|
+
"fileName": "arrow-corner-up-right-bold.tsx"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "arrow-corner-up-right",
|
|
1244
|
+
"variant": "filled",
|
|
1245
|
+
"tags": [
|
|
1246
|
+
"redo",
|
|
1247
|
+
"share",
|
|
1248
|
+
"forward",
|
|
1249
|
+
"next",
|
|
1250
|
+
"right-turn",
|
|
1251
|
+
"corner",
|
|
1252
|
+
"arrow",
|
|
1253
|
+
"navigation"
|
|
1254
|
+
],
|
|
1255
|
+
"componentName": "ArrowCornerUpRightFilled",
|
|
1256
|
+
"fileName": "arrow-corner-up-right-filled.tsx"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "arrow-corner-up-right",
|
|
1260
|
+
"variant": "regular",
|
|
1261
|
+
"tags": [
|
|
1262
|
+
"redo",
|
|
1263
|
+
"share",
|
|
1264
|
+
"forward",
|
|
1265
|
+
"next",
|
|
1266
|
+
"right-turn",
|
|
1267
|
+
"corner",
|
|
1268
|
+
"arrow",
|
|
1269
|
+
"navigation"
|
|
1270
|
+
],
|
|
1271
|
+
"componentName": "ArrowCornerUpRight",
|
|
1272
|
+
"fileName": "arrow-corner-up-right.tsx"
|
|
1273
|
+
},
|
|
1019
1274
|
{
|
|
1020
1275
|
"name": "arrow-down",
|
|
1021
1276
|
"variant": "bold",
|
|
@@ -3004,7 +3259,8 @@
|
|
|
3004
3259
|
"automation",
|
|
3005
3260
|
"smart",
|
|
3006
3261
|
"technology",
|
|
3007
|
-
"innovation"
|
|
3262
|
+
"innovation",
|
|
3263
|
+
"science"
|
|
3008
3264
|
],
|
|
3009
3265
|
"componentName": "AtomAiBold",
|
|
3010
3266
|
"fileName": "atom-ai-bold.tsx"
|
|
@@ -3020,7 +3276,8 @@
|
|
|
3020
3276
|
"automation",
|
|
3021
3277
|
"smart",
|
|
3022
3278
|
"technology",
|
|
3023
|
-
"innovation"
|
|
3279
|
+
"innovation",
|
|
3280
|
+
"science"
|
|
3024
3281
|
],
|
|
3025
3282
|
"componentName": "AtomAiFilled",
|
|
3026
3283
|
"fileName": "atom-ai-filled.tsx"
|
|
@@ -3036,7 +3293,8 @@
|
|
|
3036
3293
|
"automation",
|
|
3037
3294
|
"smart",
|
|
3038
3295
|
"technology",
|
|
3039
|
-
"innovation"
|
|
3296
|
+
"innovation",
|
|
3297
|
+
"science"
|
|
3040
3298
|
],
|
|
3041
3299
|
"componentName": "AtomAi",
|
|
3042
3300
|
"fileName": "atom-ai.tsx"
|
|
@@ -3054,7 +3312,8 @@
|
|
|
3054
3312
|
"network",
|
|
3055
3313
|
"particle",
|
|
3056
3314
|
"physics",
|
|
3057
|
-
"structure"
|
|
3315
|
+
"structure",
|
|
3316
|
+
"science"
|
|
3058
3317
|
],
|
|
3059
3318
|
"componentName": "AtomOrbitBold",
|
|
3060
3319
|
"fileName": "atom-orbit-bold.tsx"
|
|
@@ -3072,7 +3331,8 @@
|
|
|
3072
3331
|
"network",
|
|
3073
3332
|
"particle",
|
|
3074
3333
|
"physics",
|
|
3075
|
-
"structure"
|
|
3334
|
+
"structure",
|
|
3335
|
+
"science"
|
|
3076
3336
|
],
|
|
3077
3337
|
"componentName": "AtomOrbitFilled",
|
|
3078
3338
|
"fileName": "atom-orbit-filled.tsx"
|
|
@@ -3090,7 +3350,8 @@
|
|
|
3090
3350
|
"network",
|
|
3091
3351
|
"particle",
|
|
3092
3352
|
"physics",
|
|
3093
|
-
"structure"
|
|
3353
|
+
"structure",
|
|
3354
|
+
"science"
|
|
3094
3355
|
],
|
|
3095
3356
|
"componentName": "AtomOrbit",
|
|
3096
3357
|
"fileName": "atom-orbit.tsx"
|
|
@@ -4316,6 +4577,54 @@
|
|
|
4316
4577
|
"componentName": "Bottle",
|
|
4317
4578
|
"fileName": "bottle.tsx"
|
|
4318
4579
|
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "bounding-box",
|
|
4582
|
+
"variant": "bold",
|
|
4583
|
+
"tags": [
|
|
4584
|
+
"resize",
|
|
4585
|
+
"crop",
|
|
4586
|
+
"frame",
|
|
4587
|
+
"selection",
|
|
4588
|
+
"scale",
|
|
4589
|
+
"edit",
|
|
4590
|
+
"transform",
|
|
4591
|
+
"shape"
|
|
4592
|
+
],
|
|
4593
|
+
"componentName": "BoundingBoxBold",
|
|
4594
|
+
"fileName": "bounding-box-bold.tsx"
|
|
4595
|
+
},
|
|
4596
|
+
{
|
|
4597
|
+
"name": "bounding-box",
|
|
4598
|
+
"variant": "filled",
|
|
4599
|
+
"tags": [
|
|
4600
|
+
"resize",
|
|
4601
|
+
"crop",
|
|
4602
|
+
"frame",
|
|
4603
|
+
"selection",
|
|
4604
|
+
"scale",
|
|
4605
|
+
"edit",
|
|
4606
|
+
"transform",
|
|
4607
|
+
"shape"
|
|
4608
|
+
],
|
|
4609
|
+
"componentName": "BoundingBoxFilled",
|
|
4610
|
+
"fileName": "bounding-box-filled.tsx"
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"name": "bounding-box",
|
|
4614
|
+
"variant": "regular",
|
|
4615
|
+
"tags": [
|
|
4616
|
+
"resize",
|
|
4617
|
+
"crop",
|
|
4618
|
+
"frame",
|
|
4619
|
+
"selection",
|
|
4620
|
+
"scale",
|
|
4621
|
+
"edit",
|
|
4622
|
+
"transform",
|
|
4623
|
+
"shape"
|
|
4624
|
+
],
|
|
4625
|
+
"componentName": "BoundingBox",
|
|
4626
|
+
"fileName": "bounding-box.tsx"
|
|
4627
|
+
},
|
|
4319
4628
|
{
|
|
4320
4629
|
"name": "brackets-curly",
|
|
4321
4630
|
"variant": "bold",
|
|
@@ -4940,6 +5249,57 @@
|
|
|
4940
5249
|
"componentName": "Bubble",
|
|
4941
5250
|
"fileName": "bubble.tsx"
|
|
4942
5251
|
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "building",
|
|
5254
|
+
"variant": "bold",
|
|
5255
|
+
"tags": [
|
|
5256
|
+
"office",
|
|
5257
|
+
"company",
|
|
5258
|
+
"headquarters",
|
|
5259
|
+
"workplace",
|
|
5260
|
+
"business",
|
|
5261
|
+
"city",
|
|
5262
|
+
"tower",
|
|
5263
|
+
"real-estate",
|
|
5264
|
+
"property"
|
|
5265
|
+
],
|
|
5266
|
+
"componentName": "BuildingBold",
|
|
5267
|
+
"fileName": "building-bold.tsx"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "building",
|
|
5271
|
+
"variant": "filled",
|
|
5272
|
+
"tags": [
|
|
5273
|
+
"office",
|
|
5274
|
+
"company",
|
|
5275
|
+
"headquarters",
|
|
5276
|
+
"workplace",
|
|
5277
|
+
"business",
|
|
5278
|
+
"city",
|
|
5279
|
+
"tower",
|
|
5280
|
+
"real-estate",
|
|
5281
|
+
"property"
|
|
5282
|
+
],
|
|
5283
|
+
"componentName": "BuildingFilled",
|
|
5284
|
+
"fileName": "building-filled.tsx"
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"name": "building",
|
|
5288
|
+
"variant": "regular",
|
|
5289
|
+
"tags": [
|
|
5290
|
+
"office",
|
|
5291
|
+
"company",
|
|
5292
|
+
"headquarters",
|
|
5293
|
+
"workplace",
|
|
5294
|
+
"business",
|
|
5295
|
+
"city",
|
|
5296
|
+
"tower",
|
|
5297
|
+
"real-estate",
|
|
5298
|
+
"property"
|
|
5299
|
+
],
|
|
5300
|
+
"componentName": "Building",
|
|
5301
|
+
"fileName": "building.tsx"
|
|
5302
|
+
},
|
|
4943
5303
|
{
|
|
4944
5304
|
"name": "calendar",
|
|
4945
5305
|
"variant": "regular",
|
|
@@ -5370,55 +5730,58 @@
|
|
|
5370
5730
|
"fileName": "chart-bar.tsx"
|
|
5371
5731
|
},
|
|
5372
5732
|
{
|
|
5373
|
-
"name": "chart-
|
|
5733
|
+
"name": "chart-bar-big",
|
|
5374
5734
|
"variant": "bold",
|
|
5375
5735
|
"tags": [
|
|
5376
5736
|
"chart",
|
|
5377
|
-
"
|
|
5737
|
+
"bar",
|
|
5378
5738
|
"analytics",
|
|
5379
5739
|
"statistics",
|
|
5380
5740
|
"report",
|
|
5381
5741
|
"data",
|
|
5382
5742
|
"dashboard",
|
|
5383
|
-
"insights"
|
|
5743
|
+
"insights",
|
|
5744
|
+
"graph"
|
|
5384
5745
|
],
|
|
5385
|
-
"componentName": "
|
|
5386
|
-
"fileName": "chart-
|
|
5746
|
+
"componentName": "ChartBarBigBold",
|
|
5747
|
+
"fileName": "chart-bar-big-bold.tsx"
|
|
5387
5748
|
},
|
|
5388
5749
|
{
|
|
5389
|
-
"name": "chart-
|
|
5750
|
+
"name": "chart-bar-big",
|
|
5390
5751
|
"variant": "filled",
|
|
5391
5752
|
"tags": [
|
|
5392
5753
|
"chart",
|
|
5393
|
-
"
|
|
5754
|
+
"bar",
|
|
5394
5755
|
"analytics",
|
|
5395
5756
|
"statistics",
|
|
5396
5757
|
"report",
|
|
5397
5758
|
"data",
|
|
5398
5759
|
"dashboard",
|
|
5399
|
-
"insights"
|
|
5760
|
+
"insights",
|
|
5761
|
+
"graph"
|
|
5400
5762
|
],
|
|
5401
|
-
"componentName": "
|
|
5402
|
-
"fileName": "chart-
|
|
5763
|
+
"componentName": "ChartBarBigFilled",
|
|
5764
|
+
"fileName": "chart-bar-big-filled.tsx"
|
|
5403
5765
|
},
|
|
5404
5766
|
{
|
|
5405
|
-
"name": "chart-
|
|
5767
|
+
"name": "chart-bar-big",
|
|
5406
5768
|
"variant": "regular",
|
|
5407
5769
|
"tags": [
|
|
5408
5770
|
"chart",
|
|
5409
|
-
"
|
|
5771
|
+
"bar",
|
|
5410
5772
|
"analytics",
|
|
5411
5773
|
"statistics",
|
|
5412
5774
|
"report",
|
|
5413
5775
|
"data",
|
|
5414
5776
|
"dashboard",
|
|
5415
|
-
"insights"
|
|
5777
|
+
"insights",
|
|
5778
|
+
"graph"
|
|
5416
5779
|
],
|
|
5417
|
-
"componentName": "
|
|
5418
|
-
"fileName": "chart-
|
|
5780
|
+
"componentName": "ChartBarBig",
|
|
5781
|
+
"fileName": "chart-bar-big.tsx"
|
|
5419
5782
|
},
|
|
5420
5783
|
{
|
|
5421
|
-
"name": "chart-square
|
|
5784
|
+
"name": "chart-bar-square",
|
|
5422
5785
|
"variant": "bold",
|
|
5423
5786
|
"tags": [
|
|
5424
5787
|
"analytics",
|
|
@@ -5428,42 +5791,597 @@
|
|
|
5428
5791
|
"report",
|
|
5429
5792
|
"metrics",
|
|
5430
5793
|
"dashboard",
|
|
5431
|
-
"bars"
|
|
5794
|
+
"bars"
|
|
5795
|
+
],
|
|
5796
|
+
"componentName": "ChartBarSquareBold",
|
|
5797
|
+
"fileName": "chart-bar-square-bold.tsx"
|
|
5798
|
+
},
|
|
5799
|
+
{
|
|
5800
|
+
"name": "chart-bar-square",
|
|
5801
|
+
"variant": "filled",
|
|
5802
|
+
"tags": [
|
|
5803
|
+
"analytics",
|
|
5804
|
+
"stats",
|
|
5805
|
+
"data",
|
|
5806
|
+
"chart",
|
|
5807
|
+
"report",
|
|
5808
|
+
"metrics",
|
|
5809
|
+
"dashboard",
|
|
5810
|
+
"bars"
|
|
5811
|
+
],
|
|
5812
|
+
"componentName": "ChartBarSquareFilled",
|
|
5813
|
+
"fileName": "chart-bar-square-filled.tsx"
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "chart-bar-square",
|
|
5817
|
+
"variant": "regular",
|
|
5818
|
+
"tags": [
|
|
5819
|
+
"analytics",
|
|
5820
|
+
"stats",
|
|
5821
|
+
"data",
|
|
5822
|
+
"chart",
|
|
5823
|
+
"report",
|
|
5824
|
+
"metrics",
|
|
5825
|
+
"dashboard",
|
|
5826
|
+
"bars"
|
|
5827
|
+
],
|
|
5828
|
+
"componentName": "ChartBarSquare",
|
|
5829
|
+
"fileName": "chart-bar-square.tsx"
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"name": "chart-bar-x-axis",
|
|
5833
|
+
"variant": "bold",
|
|
5834
|
+
"tags": [
|
|
5835
|
+
"chart",
|
|
5836
|
+
"bar",
|
|
5837
|
+
"analytics",
|
|
5838
|
+
"statistics",
|
|
5839
|
+
"report",
|
|
5840
|
+
"data",
|
|
5841
|
+
"dashboard",
|
|
5842
|
+
"insights",
|
|
5843
|
+
"graph"
|
|
5844
|
+
],
|
|
5845
|
+
"componentName": "ChartBarXAxisBold",
|
|
5846
|
+
"fileName": "chart-bar-x-axis-bold.tsx"
|
|
5847
|
+
},
|
|
5848
|
+
{
|
|
5849
|
+
"name": "chart-bar-x-axis",
|
|
5850
|
+
"variant": "filled",
|
|
5851
|
+
"tags": [
|
|
5852
|
+
"chart",
|
|
5853
|
+
"bar",
|
|
5854
|
+
"analytics",
|
|
5855
|
+
"statistics",
|
|
5856
|
+
"report",
|
|
5857
|
+
"data",
|
|
5858
|
+
"dashboard",
|
|
5859
|
+
"insights",
|
|
5860
|
+
"graph"
|
|
5861
|
+
],
|
|
5862
|
+
"componentName": "ChartBarXAxisFilled",
|
|
5863
|
+
"fileName": "chart-bar-x-axis-filled.tsx"
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"name": "chart-bar-x-axis",
|
|
5867
|
+
"variant": "regular",
|
|
5868
|
+
"tags": [
|
|
5869
|
+
"chart",
|
|
5870
|
+
"bar",
|
|
5871
|
+
"analytics",
|
|
5872
|
+
"statistics",
|
|
5873
|
+
"report",
|
|
5874
|
+
"data",
|
|
5875
|
+
"dashboard",
|
|
5876
|
+
"insights",
|
|
5877
|
+
"graph"
|
|
5878
|
+
],
|
|
5879
|
+
"componentName": "ChartBarXAxis",
|
|
5880
|
+
"fileName": "chart-bar-x-axis.tsx"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"name": "chart-bar-x-axis-big",
|
|
5884
|
+
"variant": "bold",
|
|
5885
|
+
"tags": [
|
|
5886
|
+
"chart",
|
|
5887
|
+
"bar",
|
|
5888
|
+
"analytics",
|
|
5889
|
+
"statistics",
|
|
5890
|
+
"report",
|
|
5891
|
+
"data",
|
|
5892
|
+
"dashboard",
|
|
5893
|
+
"insights",
|
|
5894
|
+
"graph"
|
|
5895
|
+
],
|
|
5896
|
+
"componentName": "ChartBarXAxisBigBold",
|
|
5897
|
+
"fileName": "chart-bar-x-axis-big-bold.tsx"
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"name": "chart-bar-x-axis-big",
|
|
5901
|
+
"variant": "filled",
|
|
5902
|
+
"tags": [
|
|
5903
|
+
"chart",
|
|
5904
|
+
"bar",
|
|
5905
|
+
"analytics",
|
|
5906
|
+
"statistics",
|
|
5907
|
+
"report",
|
|
5908
|
+
"data",
|
|
5909
|
+
"dashboard",
|
|
5910
|
+
"insights",
|
|
5911
|
+
"graph"
|
|
5912
|
+
],
|
|
5913
|
+
"componentName": "ChartBarXAxisBigFilled",
|
|
5914
|
+
"fileName": "chart-bar-x-axis-big-filled.tsx"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "chart-bar-x-axis-big",
|
|
5918
|
+
"variant": "regular",
|
|
5919
|
+
"tags": [
|
|
5920
|
+
"chart",
|
|
5921
|
+
"bar",
|
|
5922
|
+
"analytics",
|
|
5923
|
+
"statistics",
|
|
5924
|
+
"report",
|
|
5925
|
+
"data",
|
|
5926
|
+
"dashboard",
|
|
5927
|
+
"insights",
|
|
5928
|
+
"graph"
|
|
5929
|
+
],
|
|
5930
|
+
"componentName": "ChartBarXAxisBig",
|
|
5931
|
+
"fileName": "chart-bar-x-axis-big.tsx"
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "chart-bar-x-y-axis",
|
|
5935
|
+
"variant": "bold",
|
|
5936
|
+
"tags": [
|
|
5937
|
+
"chart",
|
|
5938
|
+
"bar",
|
|
5939
|
+
"analytics",
|
|
5940
|
+
"statistics",
|
|
5941
|
+
"report",
|
|
5942
|
+
"data",
|
|
5943
|
+
"dashboard",
|
|
5944
|
+
"insights",
|
|
5945
|
+
"graph"
|
|
5946
|
+
],
|
|
5947
|
+
"componentName": "ChartBarXYAxisBold",
|
|
5948
|
+
"fileName": "chart-bar-x-y-axis-bold.tsx"
|
|
5949
|
+
},
|
|
5950
|
+
{
|
|
5951
|
+
"name": "chart-bar-x-y-axis",
|
|
5952
|
+
"variant": "filled",
|
|
5953
|
+
"tags": [
|
|
5954
|
+
"chart",
|
|
5955
|
+
"bar",
|
|
5956
|
+
"analytics",
|
|
5957
|
+
"statistics",
|
|
5958
|
+
"report",
|
|
5959
|
+
"data",
|
|
5960
|
+
"dashboard",
|
|
5961
|
+
"insights",
|
|
5962
|
+
"graph"
|
|
5963
|
+
],
|
|
5964
|
+
"componentName": "ChartBarXYAxisFilled",
|
|
5965
|
+
"fileName": "chart-bar-x-y-axis-filled.tsx"
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "chart-bar-x-y-axis",
|
|
5969
|
+
"variant": "regular",
|
|
5970
|
+
"tags": [
|
|
5971
|
+
"chart",
|
|
5972
|
+
"bar",
|
|
5973
|
+
"analytics",
|
|
5974
|
+
"statistics",
|
|
5975
|
+
"report",
|
|
5976
|
+
"data",
|
|
5977
|
+
"dashboard",
|
|
5978
|
+
"insights",
|
|
5979
|
+
"graph"
|
|
5980
|
+
],
|
|
5981
|
+
"componentName": "ChartBarXYAxis",
|
|
5982
|
+
"fileName": "chart-bar-x-y-axis.tsx"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"name": "chart-bar-y",
|
|
5986
|
+
"variant": "bold",
|
|
5987
|
+
"tags": [
|
|
5988
|
+
"chart",
|
|
5989
|
+
"bar",
|
|
5990
|
+
"analytics",
|
|
5991
|
+
"statistics",
|
|
5992
|
+
"report",
|
|
5993
|
+
"data",
|
|
5994
|
+
"dashboard",
|
|
5995
|
+
"insights",
|
|
5996
|
+
"graph"
|
|
5997
|
+
],
|
|
5998
|
+
"componentName": "ChartBarYBold",
|
|
5999
|
+
"fileName": "chart-bar-y-bold.tsx"
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"name": "chart-bar-y",
|
|
6003
|
+
"variant": "filled",
|
|
6004
|
+
"tags": [
|
|
6005
|
+
"chart",
|
|
6006
|
+
"bar",
|
|
6007
|
+
"analytics",
|
|
6008
|
+
"statistics",
|
|
6009
|
+
"report",
|
|
6010
|
+
"data",
|
|
6011
|
+
"dashboard",
|
|
6012
|
+
"insights",
|
|
6013
|
+
"graph"
|
|
6014
|
+
],
|
|
6015
|
+
"componentName": "ChartBarYFilled",
|
|
6016
|
+
"fileName": "chart-bar-y-filled.tsx"
|
|
6017
|
+
},
|
|
6018
|
+
{
|
|
6019
|
+
"name": "chart-bar-y",
|
|
6020
|
+
"variant": "regular",
|
|
6021
|
+
"tags": [
|
|
6022
|
+
"chart",
|
|
6023
|
+
"bar",
|
|
6024
|
+
"analytics",
|
|
6025
|
+
"statistics",
|
|
6026
|
+
"report",
|
|
6027
|
+
"data",
|
|
6028
|
+
"dashboard",
|
|
6029
|
+
"insights",
|
|
6030
|
+
"graph"
|
|
6031
|
+
],
|
|
6032
|
+
"componentName": "ChartBarY",
|
|
6033
|
+
"fileName": "chart-bar-y.tsx"
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"name": "chart-bar-y-axis",
|
|
6037
|
+
"variant": "bold",
|
|
6038
|
+
"tags": [
|
|
6039
|
+
"chart",
|
|
6040
|
+
"bar",
|
|
6041
|
+
"analytics",
|
|
6042
|
+
"statistics",
|
|
6043
|
+
"report",
|
|
6044
|
+
"data",
|
|
6045
|
+
"dashboard",
|
|
6046
|
+
"insights",
|
|
6047
|
+
"graph"
|
|
6048
|
+
],
|
|
6049
|
+
"componentName": "ChartBarYAxisBold",
|
|
6050
|
+
"fileName": "chart-bar-y-axis-bold.tsx"
|
|
6051
|
+
},
|
|
6052
|
+
{
|
|
6053
|
+
"name": "chart-bar-y-axis",
|
|
6054
|
+
"variant": "filled",
|
|
6055
|
+
"tags": [
|
|
6056
|
+
"chart",
|
|
6057
|
+
"bar",
|
|
6058
|
+
"analytics",
|
|
6059
|
+
"statistics",
|
|
6060
|
+
"report",
|
|
6061
|
+
"data",
|
|
6062
|
+
"dashboard",
|
|
6063
|
+
"insights",
|
|
6064
|
+
"graph"
|
|
6065
|
+
],
|
|
6066
|
+
"componentName": "ChartBarYAxisFilled",
|
|
6067
|
+
"fileName": "chart-bar-y-axis-filled.tsx"
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"name": "chart-bar-y-axis",
|
|
6071
|
+
"variant": "regular",
|
|
6072
|
+
"tags": [
|
|
6073
|
+
"chart",
|
|
6074
|
+
"bar",
|
|
6075
|
+
"analytics",
|
|
6076
|
+
"statistics",
|
|
6077
|
+
"report",
|
|
6078
|
+
"data",
|
|
6079
|
+
"dashboard",
|
|
6080
|
+
"insights",
|
|
6081
|
+
"graph"
|
|
6082
|
+
],
|
|
6083
|
+
"componentName": "ChartBarYAxis",
|
|
6084
|
+
"fileName": "chart-bar-y-axis.tsx"
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"name": "chart-bar-y-axis-big",
|
|
6088
|
+
"variant": "bold",
|
|
6089
|
+
"tags": [
|
|
6090
|
+
"chart",
|
|
6091
|
+
"bar",
|
|
6092
|
+
"analytics",
|
|
6093
|
+
"statistics",
|
|
6094
|
+
"report",
|
|
6095
|
+
"data",
|
|
6096
|
+
"dashboard",
|
|
6097
|
+
"insights",
|
|
6098
|
+
"graph"
|
|
6099
|
+
],
|
|
6100
|
+
"componentName": "ChartBarYAxisBigBold",
|
|
6101
|
+
"fileName": "chart-bar-y-axis-big-bold.tsx"
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
"name": "chart-bar-y-axis-big",
|
|
6105
|
+
"variant": "filled",
|
|
6106
|
+
"tags": [
|
|
6107
|
+
"chart",
|
|
6108
|
+
"bar",
|
|
6109
|
+
"analytics",
|
|
6110
|
+
"statistics",
|
|
6111
|
+
"report",
|
|
6112
|
+
"data",
|
|
6113
|
+
"dashboard",
|
|
6114
|
+
"insights",
|
|
6115
|
+
"graph"
|
|
6116
|
+
],
|
|
6117
|
+
"componentName": "ChartBarYAxisBigFilled",
|
|
6118
|
+
"fileName": "chart-bar-y-axis-big-filled.tsx"
|
|
6119
|
+
},
|
|
6120
|
+
{
|
|
6121
|
+
"name": "chart-bar-y-axis-big",
|
|
6122
|
+
"variant": "regular",
|
|
6123
|
+
"tags": [
|
|
6124
|
+
"chart",
|
|
6125
|
+
"bar",
|
|
6126
|
+
"analytics",
|
|
6127
|
+
"statistics",
|
|
6128
|
+
"report",
|
|
6129
|
+
"data",
|
|
6130
|
+
"dashboard",
|
|
6131
|
+
"insights",
|
|
6132
|
+
"graph"
|
|
6133
|
+
],
|
|
6134
|
+
"componentName": "ChartBarYAxisBig",
|
|
6135
|
+
"fileName": "chart-bar-y-axis-big.tsx"
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"name": "chart-bar-y-big",
|
|
6139
|
+
"variant": "bold",
|
|
6140
|
+
"tags": [
|
|
6141
|
+
"chart",
|
|
6142
|
+
"bar",
|
|
6143
|
+
"analytics",
|
|
6144
|
+
"statistics",
|
|
6145
|
+
"report",
|
|
6146
|
+
"data",
|
|
6147
|
+
"dashboard",
|
|
6148
|
+
"insights",
|
|
6149
|
+
"graph"
|
|
6150
|
+
],
|
|
6151
|
+
"componentName": "ChartBarYBigBold",
|
|
6152
|
+
"fileName": "chart-bar-y-big-bold.tsx"
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"name": "chart-bar-y-big",
|
|
6156
|
+
"variant": "filled",
|
|
6157
|
+
"tags": [
|
|
6158
|
+
"chart",
|
|
6159
|
+
"bar",
|
|
6160
|
+
"analytics",
|
|
6161
|
+
"statistics",
|
|
6162
|
+
"report",
|
|
6163
|
+
"data",
|
|
6164
|
+
"dashboard",
|
|
6165
|
+
"insights",
|
|
6166
|
+
"graph"
|
|
6167
|
+
],
|
|
6168
|
+
"componentName": "ChartBarYBigFilled",
|
|
6169
|
+
"fileName": "chart-bar-y-big-filled.tsx"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"name": "chart-bar-y-big",
|
|
6173
|
+
"variant": "regular",
|
|
6174
|
+
"tags": [
|
|
6175
|
+
"chart",
|
|
6176
|
+
"bar",
|
|
6177
|
+
"analytics",
|
|
6178
|
+
"statistics",
|
|
6179
|
+
"report",
|
|
6180
|
+
"data",
|
|
6181
|
+
"dashboard",
|
|
6182
|
+
"insights",
|
|
6183
|
+
"graph"
|
|
6184
|
+
],
|
|
6185
|
+
"componentName": "ChartBarYBig",
|
|
6186
|
+
"fileName": "chart-bar-y-big.tsx"
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"name": "chart-donut",
|
|
6190
|
+
"variant": "bold",
|
|
6191
|
+
"tags": [
|
|
6192
|
+
"chart",
|
|
6193
|
+
"analytics",
|
|
6194
|
+
"data",
|
|
6195
|
+
"statistics",
|
|
6196
|
+
"report",
|
|
6197
|
+
"dashboard",
|
|
6198
|
+
"visualization",
|
|
6199
|
+
"metrics",
|
|
6200
|
+
"segments"
|
|
6201
|
+
],
|
|
6202
|
+
"componentName": "ChartDonutBold",
|
|
6203
|
+
"fileName": "chart-donut-bold.tsx"
|
|
6204
|
+
},
|
|
6205
|
+
{
|
|
6206
|
+
"name": "chart-donut",
|
|
6207
|
+
"variant": "filled",
|
|
6208
|
+
"tags": [
|
|
6209
|
+
"chart",
|
|
6210
|
+
"analytics",
|
|
6211
|
+
"data",
|
|
6212
|
+
"statistics",
|
|
6213
|
+
"report",
|
|
6214
|
+
"dashboard",
|
|
6215
|
+
"visualization",
|
|
6216
|
+
"metrics",
|
|
6217
|
+
"segments"
|
|
6218
|
+
],
|
|
6219
|
+
"componentName": "ChartDonutFilled",
|
|
6220
|
+
"fileName": "chart-donut-filled.tsx"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "chart-donut",
|
|
6224
|
+
"variant": "regular",
|
|
6225
|
+
"tags": [
|
|
6226
|
+
"chart",
|
|
6227
|
+
"analytics",
|
|
6228
|
+
"data",
|
|
6229
|
+
"statistics",
|
|
6230
|
+
"report",
|
|
6231
|
+
"dashboard",
|
|
6232
|
+
"visualization",
|
|
6233
|
+
"metrics",
|
|
6234
|
+
"segments"
|
|
6235
|
+
],
|
|
6236
|
+
"componentName": "ChartDonut",
|
|
6237
|
+
"fileName": "chart-donut.tsx"
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "chart-line",
|
|
6241
|
+
"variant": "bold",
|
|
6242
|
+
"tags": [
|
|
6243
|
+
"analytics",
|
|
6244
|
+
"data",
|
|
6245
|
+
"graph",
|
|
6246
|
+
"line-chart",
|
|
6247
|
+
"metrics",
|
|
6248
|
+
"performance",
|
|
6249
|
+
"statistics",
|
|
6250
|
+
"trend"
|
|
6251
|
+
],
|
|
6252
|
+
"componentName": "ChartLineBold",
|
|
6253
|
+
"fileName": "chart-line-bold.tsx"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"name": "chart-line",
|
|
6257
|
+
"variant": "filled",
|
|
6258
|
+
"tags": [
|
|
6259
|
+
"analytics",
|
|
6260
|
+
"data",
|
|
6261
|
+
"graph",
|
|
6262
|
+
"line-chart",
|
|
6263
|
+
"metrics",
|
|
6264
|
+
"performance",
|
|
6265
|
+
"statistics",
|
|
6266
|
+
"trend"
|
|
6267
|
+
],
|
|
6268
|
+
"componentName": "ChartLineFilled",
|
|
6269
|
+
"fileName": "chart-line-filled.tsx"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
"name": "chart-line",
|
|
6273
|
+
"variant": "regular",
|
|
6274
|
+
"tags": [
|
|
6275
|
+
"analytics",
|
|
6276
|
+
"data",
|
|
6277
|
+
"graph",
|
|
6278
|
+
"line-chart",
|
|
6279
|
+
"metrics",
|
|
6280
|
+
"performance",
|
|
6281
|
+
"statistics",
|
|
6282
|
+
"trend"
|
|
6283
|
+
],
|
|
6284
|
+
"componentName": "ChartLine",
|
|
6285
|
+
"fileName": "chart-line.tsx"
|
|
6286
|
+
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "chart-pie",
|
|
6289
|
+
"variant": "bold",
|
|
6290
|
+
"tags": [
|
|
6291
|
+
"chart",
|
|
6292
|
+
"pie",
|
|
6293
|
+
"analytics",
|
|
6294
|
+
"statistics",
|
|
6295
|
+
"report",
|
|
6296
|
+
"data",
|
|
6297
|
+
"dashboard",
|
|
6298
|
+
"insights"
|
|
6299
|
+
],
|
|
6300
|
+
"componentName": "ChartPieBold",
|
|
6301
|
+
"fileName": "chart-pie-bold.tsx"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "chart-pie",
|
|
6305
|
+
"variant": "filled",
|
|
6306
|
+
"tags": [
|
|
6307
|
+
"chart",
|
|
6308
|
+
"pie",
|
|
6309
|
+
"analytics",
|
|
6310
|
+
"statistics",
|
|
6311
|
+
"report",
|
|
6312
|
+
"data",
|
|
6313
|
+
"dashboard",
|
|
6314
|
+
"insights"
|
|
6315
|
+
],
|
|
6316
|
+
"componentName": "ChartPieFilled",
|
|
6317
|
+
"fileName": "chart-pie-filled.tsx"
|
|
6318
|
+
},
|
|
6319
|
+
{
|
|
6320
|
+
"name": "chart-pie",
|
|
6321
|
+
"variant": "regular",
|
|
6322
|
+
"tags": [
|
|
6323
|
+
"chart",
|
|
6324
|
+
"pie",
|
|
6325
|
+
"analytics",
|
|
6326
|
+
"statistics",
|
|
6327
|
+
"report",
|
|
6328
|
+
"data",
|
|
6329
|
+
"dashboard",
|
|
6330
|
+
"insights"
|
|
6331
|
+
],
|
|
6332
|
+
"componentName": "ChartPie",
|
|
6333
|
+
"fileName": "chart-pie.tsx"
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "chart-pie-alt",
|
|
6337
|
+
"variant": "bold",
|
|
6338
|
+
"tags": [
|
|
6339
|
+
"chart",
|
|
6340
|
+
"analytics",
|
|
6341
|
+
"data",
|
|
6342
|
+
"statistics",
|
|
6343
|
+
"report",
|
|
6344
|
+
"dashboard",
|
|
6345
|
+
"visualization",
|
|
6346
|
+
"metrics",
|
|
6347
|
+
"segments"
|
|
5432
6348
|
],
|
|
5433
|
-
"componentName": "
|
|
5434
|
-
"fileName": "chart-
|
|
6349
|
+
"componentName": "ChartPieAltBold",
|
|
6350
|
+
"fileName": "chart-pie-alt-bold.tsx"
|
|
5435
6351
|
},
|
|
5436
6352
|
{
|
|
5437
|
-
"name": "chart-
|
|
6353
|
+
"name": "chart-pie-alt",
|
|
5438
6354
|
"variant": "filled",
|
|
5439
6355
|
"tags": [
|
|
6356
|
+
"chart",
|
|
5440
6357
|
"analytics",
|
|
5441
|
-
"stats",
|
|
5442
6358
|
"data",
|
|
5443
|
-
"
|
|
6359
|
+
"statistics",
|
|
5444
6360
|
"report",
|
|
5445
|
-
"metrics",
|
|
5446
6361
|
"dashboard",
|
|
5447
|
-
"
|
|
6362
|
+
"visualization",
|
|
6363
|
+
"metrics",
|
|
6364
|
+
"segments"
|
|
5448
6365
|
],
|
|
5449
|
-
"componentName": "
|
|
5450
|
-
"fileName": "chart-
|
|
6366
|
+
"componentName": "ChartPieAltFilled",
|
|
6367
|
+
"fileName": "chart-pie-alt-filled.tsx"
|
|
5451
6368
|
},
|
|
5452
6369
|
{
|
|
5453
|
-
"name": "chart-
|
|
6370
|
+
"name": "chart-pie-alt",
|
|
5454
6371
|
"variant": "regular",
|
|
5455
6372
|
"tags": [
|
|
6373
|
+
"chart",
|
|
5456
6374
|
"analytics",
|
|
5457
|
-
"stats",
|
|
5458
6375
|
"data",
|
|
5459
|
-
"
|
|
6376
|
+
"statistics",
|
|
5460
6377
|
"report",
|
|
5461
|
-
"metrics",
|
|
5462
6378
|
"dashboard",
|
|
5463
|
-
"
|
|
6379
|
+
"visualization",
|
|
6380
|
+
"metrics",
|
|
6381
|
+
"segments"
|
|
5464
6382
|
],
|
|
5465
|
-
"componentName": "
|
|
5466
|
-
"fileName": "chart-
|
|
6383
|
+
"componentName": "ChartPieAlt",
|
|
6384
|
+
"fileName": "chart-pie-alt.tsx"
|
|
5467
6385
|
},
|
|
5468
6386
|
{
|
|
5469
6387
|
"name": "chat-box",
|
|
@@ -7934,6 +8852,57 @@
|
|
|
7934
8852
|
"componentName": "CirclesThree",
|
|
7935
8853
|
"fileName": "circles-three.tsx"
|
|
7936
8854
|
},
|
|
8855
|
+
{
|
|
8856
|
+
"name": "city",
|
|
8857
|
+
"variant": "bold",
|
|
8858
|
+
"tags": [
|
|
8859
|
+
"city",
|
|
8860
|
+
"buildings",
|
|
8861
|
+
"skyline",
|
|
8862
|
+
"urban",
|
|
8863
|
+
"downtown",
|
|
8864
|
+
"metropolis",
|
|
8865
|
+
"infrastructure",
|
|
8866
|
+
"location",
|
|
8867
|
+
"place"
|
|
8868
|
+
],
|
|
8869
|
+
"componentName": "CityBold",
|
|
8870
|
+
"fileName": "city-bold.tsx"
|
|
8871
|
+
},
|
|
8872
|
+
{
|
|
8873
|
+
"name": "city",
|
|
8874
|
+
"variant": "filled",
|
|
8875
|
+
"tags": [
|
|
8876
|
+
"city",
|
|
8877
|
+
"buildings",
|
|
8878
|
+
"skyline",
|
|
8879
|
+
"urban",
|
|
8880
|
+
"downtown",
|
|
8881
|
+
"metropolis",
|
|
8882
|
+
"infrastructure",
|
|
8883
|
+
"location",
|
|
8884
|
+
"place"
|
|
8885
|
+
],
|
|
8886
|
+
"componentName": "CityFilled",
|
|
8887
|
+
"fileName": "city-filled.tsx"
|
|
8888
|
+
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "city",
|
|
8891
|
+
"variant": "regular",
|
|
8892
|
+
"tags": [
|
|
8893
|
+
"city",
|
|
8894
|
+
"buildings",
|
|
8895
|
+
"skyline",
|
|
8896
|
+
"urban",
|
|
8897
|
+
"downtown",
|
|
8898
|
+
"metropolis",
|
|
8899
|
+
"infrastructure",
|
|
8900
|
+
"location",
|
|
8901
|
+
"place"
|
|
8902
|
+
],
|
|
8903
|
+
"componentName": "City",
|
|
8904
|
+
"fileName": "city.tsx"
|
|
8905
|
+
},
|
|
7937
8906
|
{
|
|
7938
8907
|
"name": "cli",
|
|
7939
8908
|
"variant": "bold",
|
|
@@ -11486,6 +12455,96 @@
|
|
|
11486
12455
|
"componentName": "Flash",
|
|
11487
12456
|
"fileName": "flash.tsx"
|
|
11488
12457
|
},
|
|
12458
|
+
{
|
|
12459
|
+
"name": "flask",
|
|
12460
|
+
"variant": "bold",
|
|
12461
|
+
"tags": [
|
|
12462
|
+
"lab",
|
|
12463
|
+
"science",
|
|
12464
|
+
"experiment",
|
|
12465
|
+
"chemistry",
|
|
12466
|
+
"research",
|
|
12467
|
+
"test",
|
|
12468
|
+
"beaker"
|
|
12469
|
+
],
|
|
12470
|
+
"componentName": "FlaskBold",
|
|
12471
|
+
"fileName": "flask-bold.tsx"
|
|
12472
|
+
},
|
|
12473
|
+
{
|
|
12474
|
+
"name": "flask",
|
|
12475
|
+
"variant": "filled",
|
|
12476
|
+
"tags": [
|
|
12477
|
+
"lab",
|
|
12478
|
+
"science",
|
|
12479
|
+
"experiment",
|
|
12480
|
+
"chemistry",
|
|
12481
|
+
"research",
|
|
12482
|
+
"test",
|
|
12483
|
+
"beaker"
|
|
12484
|
+
],
|
|
12485
|
+
"componentName": "FlaskFilled",
|
|
12486
|
+
"fileName": "flask-filled.tsx"
|
|
12487
|
+
},
|
|
12488
|
+
{
|
|
12489
|
+
"name": "flask",
|
|
12490
|
+
"variant": "regular",
|
|
12491
|
+
"tags": [
|
|
12492
|
+
"lab",
|
|
12493
|
+
"science",
|
|
12494
|
+
"experiment",
|
|
12495
|
+
"chemistry",
|
|
12496
|
+
"research",
|
|
12497
|
+
"test",
|
|
12498
|
+
"beaker"
|
|
12499
|
+
],
|
|
12500
|
+
"componentName": "Flask",
|
|
12501
|
+
"fileName": "flask.tsx"
|
|
12502
|
+
},
|
|
12503
|
+
{
|
|
12504
|
+
"name": "flask-full",
|
|
12505
|
+
"variant": "bold",
|
|
12506
|
+
"tags": [
|
|
12507
|
+
"lab",
|
|
12508
|
+
"science",
|
|
12509
|
+
"experiment",
|
|
12510
|
+
"chemistry",
|
|
12511
|
+
"research",
|
|
12512
|
+
"test",
|
|
12513
|
+
"beaker"
|
|
12514
|
+
],
|
|
12515
|
+
"componentName": "FlaskFullBold",
|
|
12516
|
+
"fileName": "flask-full-bold.tsx"
|
|
12517
|
+
},
|
|
12518
|
+
{
|
|
12519
|
+
"name": "flask-full",
|
|
12520
|
+
"variant": "filled",
|
|
12521
|
+
"tags": [
|
|
12522
|
+
"lab",
|
|
12523
|
+
"science",
|
|
12524
|
+
"experiment",
|
|
12525
|
+
"chemistry",
|
|
12526
|
+
"research",
|
|
12527
|
+
"test",
|
|
12528
|
+
"beaker"
|
|
12529
|
+
],
|
|
12530
|
+
"componentName": "FlaskFullFilled",
|
|
12531
|
+
"fileName": "flask-full-filled.tsx"
|
|
12532
|
+
},
|
|
12533
|
+
{
|
|
12534
|
+
"name": "flask-full",
|
|
12535
|
+
"variant": "regular",
|
|
12536
|
+
"tags": [
|
|
12537
|
+
"lab",
|
|
12538
|
+
"science",
|
|
12539
|
+
"experiment",
|
|
12540
|
+
"chemistry",
|
|
12541
|
+
"research",
|
|
12542
|
+
"test",
|
|
12543
|
+
"beaker"
|
|
12544
|
+
],
|
|
12545
|
+
"componentName": "FlaskFull",
|
|
12546
|
+
"fileName": "flask-full.tsx"
|
|
12547
|
+
},
|
|
11489
12548
|
{
|
|
11490
12549
|
"name": "flow-branch",
|
|
11491
12550
|
"variant": "regular",
|
|
@@ -16061,6 +17120,54 @@
|
|
|
16061
17120
|
"componentName": "MicOff",
|
|
16062
17121
|
"fileName": "mic-off.tsx"
|
|
16063
17122
|
},
|
|
17123
|
+
{
|
|
17124
|
+
"name": "microscope",
|
|
17125
|
+
"variant": "bold",
|
|
17126
|
+
"tags": [
|
|
17127
|
+
"lab",
|
|
17128
|
+
"science",
|
|
17129
|
+
"research",
|
|
17130
|
+
"biology",
|
|
17131
|
+
"chemistry",
|
|
17132
|
+
"experiment",
|
|
17133
|
+
"analysis",
|
|
17134
|
+
"study"
|
|
17135
|
+
],
|
|
17136
|
+
"componentName": "MicroscopeBold",
|
|
17137
|
+
"fileName": "microscope-bold.tsx"
|
|
17138
|
+
},
|
|
17139
|
+
{
|
|
17140
|
+
"name": "microscope",
|
|
17141
|
+
"variant": "filled",
|
|
17142
|
+
"tags": [
|
|
17143
|
+
"lab",
|
|
17144
|
+
"science",
|
|
17145
|
+
"research",
|
|
17146
|
+
"biology",
|
|
17147
|
+
"chemistry",
|
|
17148
|
+
"experiment",
|
|
17149
|
+
"analysis",
|
|
17150
|
+
"study"
|
|
17151
|
+
],
|
|
17152
|
+
"componentName": "MicroscopeFilled",
|
|
17153
|
+
"fileName": "microscope-filled.tsx"
|
|
17154
|
+
},
|
|
17155
|
+
{
|
|
17156
|
+
"name": "microscope",
|
|
17157
|
+
"variant": "regular",
|
|
17158
|
+
"tags": [
|
|
17159
|
+
"lab",
|
|
17160
|
+
"science",
|
|
17161
|
+
"research",
|
|
17162
|
+
"biology",
|
|
17163
|
+
"chemistry",
|
|
17164
|
+
"experiment",
|
|
17165
|
+
"analysis",
|
|
17166
|
+
"study"
|
|
17167
|
+
],
|
|
17168
|
+
"componentName": "Microscope",
|
|
17169
|
+
"fileName": "microscope.tsx"
|
|
17170
|
+
},
|
|
16064
17171
|
{
|
|
16065
17172
|
"name": "minus",
|
|
16066
17173
|
"variant": "bold",
|
|
@@ -18440,6 +19547,156 @@
|
|
|
18440
19547
|
"componentName": "Reply",
|
|
18441
19548
|
"fileName": "reply.tsx"
|
|
18442
19549
|
},
|
|
19550
|
+
{
|
|
19551
|
+
"name": "rocket",
|
|
19552
|
+
"variant": "bold",
|
|
19553
|
+
"tags": [
|
|
19554
|
+
"launch",
|
|
19555
|
+
"startup",
|
|
19556
|
+
"space",
|
|
19557
|
+
"growth",
|
|
19558
|
+
"speed",
|
|
19559
|
+
"upgrade",
|
|
19560
|
+
"new",
|
|
19561
|
+
"mission"
|
|
19562
|
+
],
|
|
19563
|
+
"componentName": "RocketBold",
|
|
19564
|
+
"fileName": "rocket-bold.tsx"
|
|
19565
|
+
},
|
|
19566
|
+
{
|
|
19567
|
+
"name": "rocket",
|
|
19568
|
+
"variant": "filled",
|
|
19569
|
+
"tags": [
|
|
19570
|
+
"launch",
|
|
19571
|
+
"startup",
|
|
19572
|
+
"space",
|
|
19573
|
+
"growth",
|
|
19574
|
+
"speed",
|
|
19575
|
+
"upgrade",
|
|
19576
|
+
"new",
|
|
19577
|
+
"mission"
|
|
19578
|
+
],
|
|
19579
|
+
"componentName": "RocketFilled",
|
|
19580
|
+
"fileName": "rocket-filled.tsx"
|
|
19581
|
+
},
|
|
19582
|
+
{
|
|
19583
|
+
"name": "rocket",
|
|
19584
|
+
"variant": "regular",
|
|
19585
|
+
"tags": [
|
|
19586
|
+
"launch",
|
|
19587
|
+
"startup",
|
|
19588
|
+
"space",
|
|
19589
|
+
"growth",
|
|
19590
|
+
"speed",
|
|
19591
|
+
"upgrade",
|
|
19592
|
+
"new",
|
|
19593
|
+
"mission"
|
|
19594
|
+
],
|
|
19595
|
+
"componentName": "Rocket",
|
|
19596
|
+
"fileName": "rocket.tsx"
|
|
19597
|
+
},
|
|
19598
|
+
{
|
|
19599
|
+
"name": "ruler",
|
|
19600
|
+
"variant": "bold",
|
|
19601
|
+
"tags": [
|
|
19602
|
+
"measure",
|
|
19603
|
+
"scale",
|
|
19604
|
+
"length",
|
|
19605
|
+
"size",
|
|
19606
|
+
"dimensions",
|
|
19607
|
+
"tool",
|
|
19608
|
+
"design",
|
|
19609
|
+
"drafting",
|
|
19610
|
+
"geometry"
|
|
19611
|
+
],
|
|
19612
|
+
"componentName": "RulerBold",
|
|
19613
|
+
"fileName": "ruler-bold.tsx"
|
|
19614
|
+
},
|
|
19615
|
+
{
|
|
19616
|
+
"name": "ruler",
|
|
19617
|
+
"variant": "filled",
|
|
19618
|
+
"tags": [
|
|
19619
|
+
"measure",
|
|
19620
|
+
"scale",
|
|
19621
|
+
"length",
|
|
19622
|
+
"size",
|
|
19623
|
+
"dimensions",
|
|
19624
|
+
"tool",
|
|
19625
|
+
"design",
|
|
19626
|
+
"drafting",
|
|
19627
|
+
"geometry"
|
|
19628
|
+
],
|
|
19629
|
+
"componentName": "RulerFilled",
|
|
19630
|
+
"fileName": "ruler-filled.tsx"
|
|
19631
|
+
},
|
|
19632
|
+
{
|
|
19633
|
+
"name": "ruler",
|
|
19634
|
+
"variant": "regular",
|
|
19635
|
+
"tags": [
|
|
19636
|
+
"measure",
|
|
19637
|
+
"scale",
|
|
19638
|
+
"length",
|
|
19639
|
+
"size",
|
|
19640
|
+
"dimensions",
|
|
19641
|
+
"tool",
|
|
19642
|
+
"design",
|
|
19643
|
+
"drafting",
|
|
19644
|
+
"geometry"
|
|
19645
|
+
],
|
|
19646
|
+
"componentName": "Ruler",
|
|
19647
|
+
"fileName": "ruler.tsx"
|
|
19648
|
+
},
|
|
19649
|
+
{
|
|
19650
|
+
"name": "rulers",
|
|
19651
|
+
"variant": "bold",
|
|
19652
|
+
"tags": [
|
|
19653
|
+
"measure",
|
|
19654
|
+
"scale",
|
|
19655
|
+
"length",
|
|
19656
|
+
"size",
|
|
19657
|
+
"dimensions",
|
|
19658
|
+
"tool",
|
|
19659
|
+
"design",
|
|
19660
|
+
"drafting",
|
|
19661
|
+
"geometry"
|
|
19662
|
+
],
|
|
19663
|
+
"componentName": "RulersBold",
|
|
19664
|
+
"fileName": "rulers-bold.tsx"
|
|
19665
|
+
},
|
|
19666
|
+
{
|
|
19667
|
+
"name": "rulers",
|
|
19668
|
+
"variant": "filled",
|
|
19669
|
+
"tags": [
|
|
19670
|
+
"measure",
|
|
19671
|
+
"scale",
|
|
19672
|
+
"length",
|
|
19673
|
+
"size",
|
|
19674
|
+
"dimensions",
|
|
19675
|
+
"tool",
|
|
19676
|
+
"design",
|
|
19677
|
+
"drafting",
|
|
19678
|
+
"geometry"
|
|
19679
|
+
],
|
|
19680
|
+
"componentName": "RulersFilled",
|
|
19681
|
+
"fileName": "rulers-filled.tsx"
|
|
19682
|
+
},
|
|
19683
|
+
{
|
|
19684
|
+
"name": "rulers",
|
|
19685
|
+
"variant": "regular",
|
|
19686
|
+
"tags": [
|
|
19687
|
+
"measure",
|
|
19688
|
+
"scale",
|
|
19689
|
+
"length",
|
|
19690
|
+
"size",
|
|
19691
|
+
"dimensions",
|
|
19692
|
+
"tool",
|
|
19693
|
+
"design",
|
|
19694
|
+
"drafting",
|
|
19695
|
+
"geometry"
|
|
19696
|
+
],
|
|
19697
|
+
"componentName": "Rulers",
|
|
19698
|
+
"fileName": "rulers.tsx"
|
|
19699
|
+
},
|
|
18443
19700
|
{
|
|
18444
19701
|
"name": "save",
|
|
18445
19702
|
"variant": "bold",
|
|
@@ -19034,6 +20291,54 @@
|
|
|
19034
20291
|
"componentName": "SearchSquare",
|
|
19035
20292
|
"fileName": "search-square.tsx"
|
|
19036
20293
|
},
|
|
20294
|
+
{
|
|
20295
|
+
"name": "seedling",
|
|
20296
|
+
"variant": "bold",
|
|
20297
|
+
"tags": [
|
|
20298
|
+
"plant",
|
|
20299
|
+
"growth",
|
|
20300
|
+
"eco",
|
|
20301
|
+
"nature",
|
|
20302
|
+
"environment",
|
|
20303
|
+
"sustainability",
|
|
20304
|
+
"agriculture",
|
|
20305
|
+
"organic"
|
|
20306
|
+
],
|
|
20307
|
+
"componentName": "SeedlingBold",
|
|
20308
|
+
"fileName": "seedling-bold.tsx"
|
|
20309
|
+
},
|
|
20310
|
+
{
|
|
20311
|
+
"name": "seedling",
|
|
20312
|
+
"variant": "filled",
|
|
20313
|
+
"tags": [
|
|
20314
|
+
"plant",
|
|
20315
|
+
"growth",
|
|
20316
|
+
"eco",
|
|
20317
|
+
"nature",
|
|
20318
|
+
"environment",
|
|
20319
|
+
"sustainability",
|
|
20320
|
+
"agriculture",
|
|
20321
|
+
"organic"
|
|
20322
|
+
],
|
|
20323
|
+
"componentName": "SeedlingFilled",
|
|
20324
|
+
"fileName": "seedling-filled.tsx"
|
|
20325
|
+
},
|
|
20326
|
+
{
|
|
20327
|
+
"name": "seedling",
|
|
20328
|
+
"variant": "regular",
|
|
20329
|
+
"tags": [
|
|
20330
|
+
"plant",
|
|
20331
|
+
"growth",
|
|
20332
|
+
"eco",
|
|
20333
|
+
"nature",
|
|
20334
|
+
"environment",
|
|
20335
|
+
"sustainability",
|
|
20336
|
+
"agriculture",
|
|
20337
|
+
"organic"
|
|
20338
|
+
],
|
|
20339
|
+
"componentName": "Seedling",
|
|
20340
|
+
"fileName": "seedling.tsx"
|
|
20341
|
+
},
|
|
19037
20342
|
{
|
|
19038
20343
|
"name": "send",
|
|
19039
20344
|
"variant": "bold",
|
|
@@ -21143,6 +22448,96 @@
|
|
|
21143
22448
|
"componentName": "TennisBall",
|
|
21144
22449
|
"fileName": "tennis-ball.tsx"
|
|
21145
22450
|
},
|
|
22451
|
+
{
|
|
22452
|
+
"name": "test-tube",
|
|
22453
|
+
"variant": "bold",
|
|
22454
|
+
"tags": [
|
|
22455
|
+
"lab",
|
|
22456
|
+
"science",
|
|
22457
|
+
"experiment",
|
|
22458
|
+
"chemistry",
|
|
22459
|
+
"research",
|
|
22460
|
+
"test",
|
|
22461
|
+
"beaker"
|
|
22462
|
+
],
|
|
22463
|
+
"componentName": "TestTubeBold",
|
|
22464
|
+
"fileName": "test-tube-bold.tsx"
|
|
22465
|
+
},
|
|
22466
|
+
{
|
|
22467
|
+
"name": "test-tube",
|
|
22468
|
+
"variant": "filled",
|
|
22469
|
+
"tags": [
|
|
22470
|
+
"lab",
|
|
22471
|
+
"science",
|
|
22472
|
+
"experiment",
|
|
22473
|
+
"chemistry",
|
|
22474
|
+
"research",
|
|
22475
|
+
"test",
|
|
22476
|
+
"beaker"
|
|
22477
|
+
],
|
|
22478
|
+
"componentName": "TestTubeFilled",
|
|
22479
|
+
"fileName": "test-tube-filled.tsx"
|
|
22480
|
+
},
|
|
22481
|
+
{
|
|
22482
|
+
"name": "test-tube",
|
|
22483
|
+
"variant": "regular",
|
|
22484
|
+
"tags": [
|
|
22485
|
+
"lab",
|
|
22486
|
+
"science",
|
|
22487
|
+
"experiment",
|
|
22488
|
+
"chemistry",
|
|
22489
|
+
"research",
|
|
22490
|
+
"test",
|
|
22491
|
+
"beaker"
|
|
22492
|
+
],
|
|
22493
|
+
"componentName": "TestTube",
|
|
22494
|
+
"fileName": "test-tube.tsx"
|
|
22495
|
+
},
|
|
22496
|
+
{
|
|
22497
|
+
"name": "test-tube-full",
|
|
22498
|
+
"variant": "bold",
|
|
22499
|
+
"tags": [
|
|
22500
|
+
"lab",
|
|
22501
|
+
"science",
|
|
22502
|
+
"experiment",
|
|
22503
|
+
"chemistry",
|
|
22504
|
+
"research",
|
|
22505
|
+
"test",
|
|
22506
|
+
"beaker"
|
|
22507
|
+
],
|
|
22508
|
+
"componentName": "TestTubeFullBold",
|
|
22509
|
+
"fileName": "test-tube-full-bold.tsx"
|
|
22510
|
+
},
|
|
22511
|
+
{
|
|
22512
|
+
"name": "test-tube-full",
|
|
22513
|
+
"variant": "filled",
|
|
22514
|
+
"tags": [
|
|
22515
|
+
"lab",
|
|
22516
|
+
"science",
|
|
22517
|
+
"experiment",
|
|
22518
|
+
"chemistry",
|
|
22519
|
+
"research",
|
|
22520
|
+
"test",
|
|
22521
|
+
"beaker"
|
|
22522
|
+
],
|
|
22523
|
+
"componentName": "TestTubeFullFilled",
|
|
22524
|
+
"fileName": "test-tube-full-filled.tsx"
|
|
22525
|
+
},
|
|
22526
|
+
{
|
|
22527
|
+
"name": "test-tube-full",
|
|
22528
|
+
"variant": "regular",
|
|
22529
|
+
"tags": [
|
|
22530
|
+
"lab",
|
|
22531
|
+
"science",
|
|
22532
|
+
"experiment",
|
|
22533
|
+
"chemistry",
|
|
22534
|
+
"research",
|
|
22535
|
+
"test",
|
|
22536
|
+
"beaker"
|
|
22537
|
+
],
|
|
22538
|
+
"componentName": "TestTubeFull",
|
|
22539
|
+
"fileName": "test-tube-full.tsx"
|
|
22540
|
+
},
|
|
21146
22541
|
{
|
|
21147
22542
|
"name": "text",
|
|
21148
22543
|
"variant": "bold",
|