@hashicorp/flight-icons 2.15.0 → 2.17.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/CHANGELOG.md +12 -0
- package/catalog.json +399 -309
- package/package.json +1 -1
- package/svg/clipboard-x-16.svg +1 -0
- package/svg/clipboard-x-24.svg +1 -0
- package/svg/elastic-observability-16.svg +1 -0
- package/svg/elastic-observability-24.svg +1 -0
- package/svg/elastic-observability-color-16.svg +1 -0
- package/svg/elastic-observability-color-24.svg +1 -0
- package/svg/hammer-16.svg +1 -1
- package/svg/index.js +1 -1
- package/svg/layers-16.svg +1 -1
- package/svg/new-relic-16.svg +1 -0
- package/svg/new-relic-24.svg +1 -0
- package/svg/new-relic-color-16.svg +1 -0
- package/svg/new-relic-color-24.svg +1 -0
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/wand-16.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg-react/clipboard-x-16.tsx +35 -0
- package/svg-react/clipboard-x-24.tsx +35 -0
- package/svg-react/elastic-observability-16.tsx +35 -0
- package/svg-react/elastic-observability-24.tsx +35 -0
- package/svg-react/elastic-observability-color-16.tsx +41 -0
- package/svg-react/elastic-observability-color-24.tsx +41 -0
- package/svg-react/hammer-16.tsx +1 -1
- package/svg-react/index.ts +10 -0
- package/svg-react/layers-16.tsx +3 -3
- package/svg-react/new-relic-16.tsx +35 -0
- package/svg-react/new-relic-24.tsx +35 -0
- package/svg-react/new-relic-color-16.tsx +41 -0
- package/svg-react/new-relic-color-24.tsx +41 -0
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/wand-16.tsx +2 -2
- package/svg-react/x-diamond-16.tsx +2 -2
- package/svg-sprite/svg-sprite-module.js +1 -1
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2023-07-
|
|
2
|
+
"lastRunTimeISO": "2023-07-27T21:32:10.457Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"id": "1368:168",
|
|
16
16
|
"fileName": "loading-24",
|
|
17
17
|
"iconName": "loading",
|
|
18
|
-
"description": "loading, loader, spinner",
|
|
18
|
+
"description": "loading, loader, spinner, animated",
|
|
19
19
|
"size": "24",
|
|
20
20
|
"width": 24,
|
|
21
21
|
"height": 24
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"id": "1368:171",
|
|
25
25
|
"fileName": "loading-16",
|
|
26
26
|
"iconName": "loading",
|
|
27
|
-
"description": "loading, loader, spinner",
|
|
27
|
+
"description": "loading, loader, spinner, animated",
|
|
28
28
|
"size": "16",
|
|
29
29
|
"width": 16,
|
|
30
30
|
"height": 16
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"id": "1368:177",
|
|
34
34
|
"fileName": "running-24",
|
|
35
35
|
"iconName": "running",
|
|
36
|
-
"description": "running, run",
|
|
36
|
+
"description": "running, run, animated",
|
|
37
37
|
"size": "24",
|
|
38
38
|
"width": 24,
|
|
39
39
|
"height": 24
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"id": "1368:180",
|
|
43
43
|
"fileName": "running-16",
|
|
44
44
|
"iconName": "running",
|
|
45
|
-
"description": "running, run",
|
|
45
|
+
"description": "running, run, animated",
|
|
46
46
|
"size": "16",
|
|
47
47
|
"width": 16,
|
|
48
48
|
"height": 16
|
|
@@ -839,6 +839,42 @@
|
|
|
839
839
|
"width": 16,
|
|
840
840
|
"height": 16
|
|
841
841
|
},
|
|
842
|
+
{
|
|
843
|
+
"id": "4229:66",
|
|
844
|
+
"fileName": "elastic-observability-24",
|
|
845
|
+
"iconName": "elastic-observability",
|
|
846
|
+
"description": "elastic, observability, provider, cloud",
|
|
847
|
+
"size": "24",
|
|
848
|
+
"width": 24,
|
|
849
|
+
"height": 24
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "4229:74",
|
|
853
|
+
"fileName": "elastic-observability-16",
|
|
854
|
+
"iconName": "elastic-observability",
|
|
855
|
+
"description": "elastic, observability, provider, cloud",
|
|
856
|
+
"size": "16",
|
|
857
|
+
"width": 16,
|
|
858
|
+
"height": 16
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "4229:85",
|
|
862
|
+
"fileName": "elastic-observability-color-24",
|
|
863
|
+
"iconName": "elastic-observability-color",
|
|
864
|
+
"description": "elastic, observability, provider, cloud",
|
|
865
|
+
"size": "24",
|
|
866
|
+
"width": 24,
|
|
867
|
+
"height": 24
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"id": "4229:93",
|
|
871
|
+
"fileName": "elastic-observability-color-16",
|
|
872
|
+
"iconName": "elastic-observability-color",
|
|
873
|
+
"description": "elastic, observability, provider, cloud",
|
|
874
|
+
"size": "16",
|
|
875
|
+
"width": 16,
|
|
876
|
+
"height": 16
|
|
877
|
+
},
|
|
842
878
|
{
|
|
843
879
|
"id": "707:179",
|
|
844
880
|
"fileName": "f5-24",
|
|
@@ -1487,6 +1523,42 @@
|
|
|
1487
1523
|
"width": 16,
|
|
1488
1524
|
"height": 16
|
|
1489
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
"id": "4229:107",
|
|
1528
|
+
"fileName": "new-relic-24",
|
|
1529
|
+
"iconName": "new-relic",
|
|
1530
|
+
"description": "new relic, provider, cloud",
|
|
1531
|
+
"size": "24",
|
|
1532
|
+
"width": 24,
|
|
1533
|
+
"height": 24
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"id": "4229:114",
|
|
1537
|
+
"fileName": "new-relic-16",
|
|
1538
|
+
"iconName": "new-relic",
|
|
1539
|
+
"description": "new relic, provider, cloud",
|
|
1540
|
+
"size": "16",
|
|
1541
|
+
"width": 16,
|
|
1542
|
+
"height": 16
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": "4229:124",
|
|
1546
|
+
"fileName": "new-relic-color-24",
|
|
1547
|
+
"iconName": "new-relic-color",
|
|
1548
|
+
"description": "new relic, provider, cloud",
|
|
1549
|
+
"size": "24",
|
|
1550
|
+
"width": 24,
|
|
1551
|
+
"height": 24
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"id": "4229:131",
|
|
1555
|
+
"fileName": "new-relic-color-16",
|
|
1556
|
+
"iconName": "new-relic-color",
|
|
1557
|
+
"description": "new relic, provider, cloud",
|
|
1558
|
+
"size": "16",
|
|
1559
|
+
"width": 16,
|
|
1560
|
+
"height": 16
|
|
1561
|
+
},
|
|
1490
1562
|
{
|
|
1491
1563
|
"id": "707:319",
|
|
1492
1564
|
"fileName": "okta-24",
|
|
@@ -2373,7 +2445,7 @@
|
|
|
2373
2445
|
"id": "350:31",
|
|
2374
2446
|
"fileName": "alert-circle-24",
|
|
2375
2447
|
"iconName": "alert-circle",
|
|
2376
|
-
"description": "alert, circle, error, attention",
|
|
2448
|
+
"description": "alert, circle, error, attention, warning",
|
|
2377
2449
|
"size": "24",
|
|
2378
2450
|
"width": 24,
|
|
2379
2451
|
"height": 24
|
|
@@ -2382,7 +2454,7 @@
|
|
|
2382
2454
|
"id": "350:35",
|
|
2383
2455
|
"fileName": "alert-circle-16",
|
|
2384
2456
|
"iconName": "alert-circle",
|
|
2385
|
-
"description": "alert, circle, error, attention",
|
|
2457
|
+
"description": "alert, circle, error, attention, warning",
|
|
2386
2458
|
"size": "16",
|
|
2387
2459
|
"width": 16,
|
|
2388
2460
|
"height": 16
|
|
@@ -2391,7 +2463,7 @@
|
|
|
2391
2463
|
"id": "551:32",
|
|
2392
2464
|
"fileName": "alert-circle-fill-24",
|
|
2393
2465
|
"iconName": "alert-circle-fill",
|
|
2394
|
-
"description": "alert, circle, error, attention",
|
|
2466
|
+
"description": "alert, circle, error, attention, warning",
|
|
2395
2467
|
"size": "24",
|
|
2396
2468
|
"width": 24,
|
|
2397
2469
|
"height": 24
|
|
@@ -2400,7 +2472,7 @@
|
|
|
2400
2472
|
"id": "551:37",
|
|
2401
2473
|
"fileName": "alert-circle-fill-16",
|
|
2402
2474
|
"iconName": "alert-circle-fill",
|
|
2403
|
-
"description": "alert, circle, error, attention",
|
|
2475
|
+
"description": "alert, circle, error, attention, warning",
|
|
2404
2476
|
"size": "16",
|
|
2405
2477
|
"width": 16,
|
|
2406
2478
|
"height": 16
|
|
@@ -2409,7 +2481,7 @@
|
|
|
2409
2481
|
"id": "1729:90",
|
|
2410
2482
|
"fileName": "alert-diamond-24",
|
|
2411
2483
|
"iconName": "alert-diamond",
|
|
2412
|
-
"description": "alert, diamond, error, attention",
|
|
2484
|
+
"description": "alert, diamond, error, attention, warning",
|
|
2413
2485
|
"size": "24",
|
|
2414
2486
|
"width": 24,
|
|
2415
2487
|
"height": 24
|
|
@@ -2418,7 +2490,7 @@
|
|
|
2418
2490
|
"id": "1729:94",
|
|
2419
2491
|
"fileName": "alert-diamond-16",
|
|
2420
2492
|
"iconName": "alert-diamond",
|
|
2421
|
-
"description": "alert, diamond, error, attention",
|
|
2493
|
+
"description": "alert, diamond, error, attention, warning",
|
|
2422
2494
|
"size": "16",
|
|
2423
2495
|
"width": 16,
|
|
2424
2496
|
"height": 16
|
|
@@ -2427,7 +2499,7 @@
|
|
|
2427
2499
|
"id": "1729:101",
|
|
2428
2500
|
"fileName": "alert-diamond-fill-24",
|
|
2429
2501
|
"iconName": "alert-diamond-fill",
|
|
2430
|
-
"description": "alert, diamond, error, attention",
|
|
2502
|
+
"description": "alert, diamond, error, attention, warning",
|
|
2431
2503
|
"size": "24",
|
|
2432
2504
|
"width": 24,
|
|
2433
2505
|
"height": 24
|
|
@@ -2436,7 +2508,7 @@
|
|
|
2436
2508
|
"id": "1729:106",
|
|
2437
2509
|
"fileName": "alert-diamond-fill-16",
|
|
2438
2510
|
"iconName": "alert-diamond-fill",
|
|
2439
|
-
"description": "alert, diamond, error, attention",
|
|
2511
|
+
"description": "alert, diamond, error, attention, warning",
|
|
2440
2512
|
"size": "16",
|
|
2441
2513
|
"width": 16,
|
|
2442
2514
|
"height": 16
|
|
@@ -2445,7 +2517,7 @@
|
|
|
2445
2517
|
"id": "350:43",
|
|
2446
2518
|
"fileName": "alert-triangle-24",
|
|
2447
2519
|
"iconName": "alert-triangle",
|
|
2448
|
-
"description": "alert, triangle, error, attention",
|
|
2520
|
+
"description": "alert, triangle, error, attention, warning",
|
|
2449
2521
|
"size": "24",
|
|
2450
2522
|
"width": 24,
|
|
2451
2523
|
"height": 24
|
|
@@ -2454,7 +2526,7 @@
|
|
|
2454
2526
|
"id": "350:47",
|
|
2455
2527
|
"fileName": "alert-triangle-16",
|
|
2456
2528
|
"iconName": "alert-triangle",
|
|
2457
|
-
"description": "alert, triangle, error, attention",
|
|
2529
|
+
"description": "alert, triangle, error, attention, warning",
|
|
2458
2530
|
"size": "16",
|
|
2459
2531
|
"width": 16,
|
|
2460
2532
|
"height": 16
|
|
@@ -2463,7 +2535,7 @@
|
|
|
2463
2535
|
"id": "551:46",
|
|
2464
2536
|
"fileName": "alert-triangle-fill-24",
|
|
2465
2537
|
"iconName": "alert-triangle-fill",
|
|
2466
|
-
"description": "alert, triangle, error, attention",
|
|
2538
|
+
"description": "alert, triangle, error, attention, warning",
|
|
2467
2539
|
"size": "24",
|
|
2468
2540
|
"width": 24,
|
|
2469
2541
|
"height": 24
|
|
@@ -2472,7 +2544,7 @@
|
|
|
2472
2544
|
"id": "551:51",
|
|
2473
2545
|
"fileName": "alert-triangle-fill-16",
|
|
2474
2546
|
"iconName": "alert-triangle-fill",
|
|
2475
|
-
"description": "alert, triangle, error, attention",
|
|
2547
|
+
"description": "alert, triangle, error, attention, warning",
|
|
2476
2548
|
"size": "16",
|
|
2477
2549
|
"width": 16,
|
|
2478
2550
|
"height": 16
|
|
@@ -2481,7 +2553,7 @@
|
|
|
2481
2553
|
"id": "350:55",
|
|
2482
2554
|
"fileName": "alert-octagon-24",
|
|
2483
2555
|
"iconName": "alert-octagon",
|
|
2484
|
-
"description": "alert, octagon, error, attention",
|
|
2556
|
+
"description": "alert, octagon, error, attention, warning",
|
|
2485
2557
|
"size": "24",
|
|
2486
2558
|
"width": 24,
|
|
2487
2559
|
"height": 24
|
|
@@ -2490,7 +2562,7 @@
|
|
|
2490
2562
|
"id": "350:59",
|
|
2491
2563
|
"fileName": "alert-octagon-16",
|
|
2492
2564
|
"iconName": "alert-octagon",
|
|
2493
|
-
"description": "alert, octagon, error, attention",
|
|
2565
|
+
"description": "alert, octagon, error, attention, warning",
|
|
2494
2566
|
"size": "16",
|
|
2495
2567
|
"width": 16,
|
|
2496
2568
|
"height": 16
|
|
@@ -2607,7 +2679,7 @@
|
|
|
2607
2679
|
"id": "2052:66",
|
|
2608
2680
|
"fileName": "api-24",
|
|
2609
2681
|
"iconName": "api",
|
|
2610
|
-
"description": "api, data",
|
|
2682
|
+
"description": "api, data, interface",
|
|
2611
2683
|
"size": "24",
|
|
2612
2684
|
"width": 24,
|
|
2613
2685
|
"height": 24
|
|
@@ -2616,7 +2688,7 @@
|
|
|
2616
2688
|
"id": "2052:76",
|
|
2617
2689
|
"fileName": "api-16",
|
|
2618
2690
|
"iconName": "api",
|
|
2619
|
-
"description": "api, data",
|
|
2691
|
+
"description": "api, data, interface",
|
|
2620
2692
|
"size": "16",
|
|
2621
2693
|
"width": 16,
|
|
2622
2694
|
"height": 16
|
|
@@ -2859,7 +2931,7 @@
|
|
|
2859
2931
|
"id": "350:265",
|
|
2860
2932
|
"fileName": "at-sign-24",
|
|
2861
2933
|
"iconName": "at-sign",
|
|
2862
|
-
"description": "at, @, email",
|
|
2934
|
+
"description": "at, @, email, handle",
|
|
2863
2935
|
"size": "24",
|
|
2864
2936
|
"width": 24,
|
|
2865
2937
|
"height": 24
|
|
@@ -2868,7 +2940,7 @@
|
|
|
2868
2940
|
"id": "350:268",
|
|
2869
2941
|
"fileName": "at-sign-16",
|
|
2870
2942
|
"iconName": "at-sign",
|
|
2871
|
-
"description": "at, @, email",
|
|
2943
|
+
"description": "at, @, email, handle",
|
|
2872
2944
|
"size": "16",
|
|
2873
2945
|
"width": 16,
|
|
2874
2946
|
"height": 16
|
|
@@ -2913,7 +2985,7 @@
|
|
|
2913
2985
|
"id": "350:4426",
|
|
2914
2986
|
"fileName": "bank-vault-24",
|
|
2915
2987
|
"iconName": "bank-vault",
|
|
2916
|
-
"description": "vault, secure, safe",
|
|
2988
|
+
"description": "vault, secure, safe, secret",
|
|
2917
2989
|
"size": "24",
|
|
2918
2990
|
"width": 24,
|
|
2919
2991
|
"height": 24
|
|
@@ -2922,7 +2994,7 @@
|
|
|
2922
2994
|
"id": "350:4439",
|
|
2923
2995
|
"fileName": "bank-vault-16",
|
|
2924
2996
|
"iconName": "bank-vault",
|
|
2925
|
-
"description": "vault, secure, safe",
|
|
2997
|
+
"description": "vault, secure, safe, secret",
|
|
2926
2998
|
"size": "16",
|
|
2927
2999
|
"width": 16,
|
|
2928
3000
|
"height": 16
|
|
@@ -2931,7 +3003,7 @@
|
|
|
2931
3003
|
"id": "350:307",
|
|
2932
3004
|
"fileName": "bar-chart-24",
|
|
2933
3005
|
"iconName": "bar-chart",
|
|
2934
|
-
"description": "chart, graph, usage, signal",
|
|
3006
|
+
"description": "chart, graph, usage, signal, bars",
|
|
2935
3007
|
"size": "24",
|
|
2936
3008
|
"width": 24,
|
|
2937
3009
|
"height": 24
|
|
@@ -2940,7 +3012,7 @@
|
|
|
2940
3012
|
"id": "350:311",
|
|
2941
3013
|
"fileName": "bar-chart-16",
|
|
2942
3014
|
"iconName": "bar-chart",
|
|
2943
|
-
"description": "chart, graph, usage, signal",
|
|
3015
|
+
"description": "chart, graph, usage, signal, bars",
|
|
2944
3016
|
"size": "16",
|
|
2945
3017
|
"width": 16,
|
|
2946
3018
|
"height": 16
|
|
@@ -2949,7 +3021,7 @@
|
|
|
2949
3021
|
"id": "350:319",
|
|
2950
3022
|
"fileName": "bar-chart-alt-24",
|
|
2951
3023
|
"iconName": "bar-chart-alt",
|
|
2952
|
-
"description": "chart, graph, usage",
|
|
3024
|
+
"description": "chart, graph, usage, bars",
|
|
2953
3025
|
"size": "24",
|
|
2954
3026
|
"width": 24,
|
|
2955
3027
|
"height": 24
|
|
@@ -2958,7 +3030,7 @@
|
|
|
2958
3030
|
"id": "350:323",
|
|
2959
3031
|
"fileName": "bar-chart-alt-16",
|
|
2960
3032
|
"iconName": "bar-chart-alt",
|
|
2961
|
-
"description": "chart, graph, usage",
|
|
3033
|
+
"description": "chart, graph, usage, bars",
|
|
2962
3034
|
"size": "16",
|
|
2963
3035
|
"width": 16,
|
|
2964
3036
|
"height": 16
|
|
@@ -2967,7 +3039,7 @@
|
|
|
2967
3039
|
"id": "350:331",
|
|
2968
3040
|
"fileName": "battery-24",
|
|
2969
3041
|
"iconName": "battery",
|
|
2970
|
-
"description": "battery, empty",
|
|
3042
|
+
"description": "battery, empty, charge",
|
|
2971
3043
|
"size": "24",
|
|
2972
3044
|
"width": 24,
|
|
2973
3045
|
"height": 24
|
|
@@ -2976,7 +3048,7 @@
|
|
|
2976
3048
|
"id": "350:334",
|
|
2977
3049
|
"fileName": "battery-16",
|
|
2978
3050
|
"iconName": "battery",
|
|
2979
|
-
"description": "battery, empty",
|
|
3051
|
+
"description": "battery, empty, charge",
|
|
2980
3052
|
"size": "16",
|
|
2981
3053
|
"width": 16,
|
|
2982
3054
|
"height": 16
|
|
@@ -2985,7 +3057,7 @@
|
|
|
2985
3057
|
"id": "350:342",
|
|
2986
3058
|
"fileName": "battery-charging-24",
|
|
2987
3059
|
"iconName": "battery-charging",
|
|
2988
|
-
"description": "battery, charging
|
|
3060
|
+
"description": "battery, charging",
|
|
2989
3061
|
"size": "24",
|
|
2990
3062
|
"width": 24,
|
|
2991
3063
|
"height": 24
|
|
@@ -2994,7 +3066,7 @@
|
|
|
2994
3066
|
"id": "350:346",
|
|
2995
3067
|
"fileName": "battery-charging-16",
|
|
2996
3068
|
"iconName": "battery-charging",
|
|
2997
|
-
"description": "battery, charging
|
|
3069
|
+
"description": "battery, charging",
|
|
2998
3070
|
"size": "16",
|
|
2999
3071
|
"width": 16,
|
|
3000
3072
|
"height": 16
|
|
@@ -3003,7 +3075,7 @@
|
|
|
3003
3075
|
"id": "350:354",
|
|
3004
3076
|
"fileName": "beaker-24",
|
|
3005
3077
|
"iconName": "beaker",
|
|
3006
|
-
"description": "beaker, lab, experiment",
|
|
3078
|
+
"description": "beaker, lab, experiment, science, test",
|
|
3007
3079
|
"size": "24",
|
|
3008
3080
|
"width": 24,
|
|
3009
3081
|
"height": 24
|
|
@@ -3012,7 +3084,7 @@
|
|
|
3012
3084
|
"id": "350:358",
|
|
3013
3085
|
"fileName": "beaker-16",
|
|
3014
3086
|
"iconName": "beaker",
|
|
3015
|
-
"description": "beaker, lab, experiment",
|
|
3087
|
+
"description": "beaker, lab, experiment, science, test",
|
|
3016
3088
|
"size": "16",
|
|
3017
3089
|
"width": 16,
|
|
3018
3090
|
"height": 16
|
|
@@ -3021,7 +3093,7 @@
|
|
|
3021
3093
|
"id": "350:367",
|
|
3022
3094
|
"fileName": "bell-24",
|
|
3023
3095
|
"iconName": "bell",
|
|
3024
|
-
"description": "bell, notification",
|
|
3096
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3025
3097
|
"size": "24",
|
|
3026
3098
|
"width": 24,
|
|
3027
3099
|
"height": 24
|
|
@@ -3030,7 +3102,7 @@
|
|
|
3030
3102
|
"id": "350:370",
|
|
3031
3103
|
"fileName": "bell-16",
|
|
3032
3104
|
"iconName": "bell",
|
|
3033
|
-
"description": "bell, notification",
|
|
3105
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3034
3106
|
"size": "16",
|
|
3035
3107
|
"width": 16,
|
|
3036
3108
|
"height": 16
|
|
@@ -3039,7 +3111,7 @@
|
|
|
3039
3111
|
"id": "350:377",
|
|
3040
3112
|
"fileName": "bell-active-fill-24",
|
|
3041
3113
|
"iconName": "bell-active-fill",
|
|
3042
|
-
"description": "bell, notification",
|
|
3114
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3043
3115
|
"size": "24",
|
|
3044
3116
|
"width": 24,
|
|
3045
3117
|
"height": 24
|
|
@@ -3048,7 +3120,7 @@
|
|
|
3048
3120
|
"id": "350:383",
|
|
3049
3121
|
"fileName": "bell-active-fill-16",
|
|
3050
3122
|
"iconName": "bell-active-fill",
|
|
3051
|
-
"description": "bell, notification",
|
|
3123
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3052
3124
|
"size": "16",
|
|
3053
3125
|
"width": 16,
|
|
3054
3126
|
"height": 16
|
|
@@ -3057,7 +3129,7 @@
|
|
|
3057
3129
|
"id": "350:395",
|
|
3058
3130
|
"fileName": "bell-active-24",
|
|
3059
3131
|
"iconName": "bell-active",
|
|
3060
|
-
"description": "bell, notification",
|
|
3132
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3061
3133
|
"size": "24",
|
|
3062
3134
|
"width": 24,
|
|
3063
3135
|
"height": 24
|
|
@@ -3066,7 +3138,7 @@
|
|
|
3066
3138
|
"id": "350:399",
|
|
3067
3139
|
"fileName": "bell-active-16",
|
|
3068
3140
|
"iconName": "bell-active",
|
|
3069
|
-
"description": "bell, notification",
|
|
3141
|
+
"description": "bell, notification, notify, ring, alert",
|
|
3070
3142
|
"size": "16",
|
|
3071
3143
|
"width": 16,
|
|
3072
3144
|
"height": 16
|
|
@@ -3075,7 +3147,7 @@
|
|
|
3075
3147
|
"id": "350:409",
|
|
3076
3148
|
"fileName": "bell-off-24",
|
|
3077
3149
|
"iconName": "bell-off",
|
|
3078
|
-
"description": "bell, notification, off, disabled",
|
|
3150
|
+
"description": "bell, notification, notify, ring, alert, off, disabled",
|
|
3079
3151
|
"size": "24",
|
|
3080
3152
|
"width": 24,
|
|
3081
3153
|
"height": 24
|
|
@@ -3084,7 +3156,7 @@
|
|
|
3084
3156
|
"id": "350:413",
|
|
3085
3157
|
"fileName": "bell-off-16",
|
|
3086
3158
|
"iconName": "bell-off",
|
|
3087
|
-
"description": "bell, notification, off, disabled",
|
|
3159
|
+
"description": "bell, notification, notify, ring, alert, off, disabled",
|
|
3088
3160
|
"size": "16",
|
|
3089
3161
|
"width": 16,
|
|
3090
3162
|
"height": 16
|
|
@@ -3237,7 +3309,7 @@
|
|
|
3237
3309
|
"id": "350:518",
|
|
3238
3310
|
"fileName": "briefcase-24",
|
|
3239
3311
|
"iconName": "briefcase",
|
|
3240
|
-
"description": "briefcase, job, work",
|
|
3312
|
+
"description": "briefcase, job, work, office, bag",
|
|
3241
3313
|
"size": "24",
|
|
3242
3314
|
"width": 24,
|
|
3243
3315
|
"height": 24
|
|
@@ -3246,7 +3318,7 @@
|
|
|
3246
3318
|
"id": "350:523",
|
|
3247
3319
|
"fileName": "briefcase-16",
|
|
3248
3320
|
"iconName": "briefcase",
|
|
3249
|
-
"description": "briefcase, job, work",
|
|
3321
|
+
"description": "briefcase, job, work, office, bag",
|
|
3250
3322
|
"size": "16",
|
|
3251
3323
|
"width": 16,
|
|
3252
3324
|
"height": 16
|
|
@@ -3255,7 +3327,7 @@
|
|
|
3255
3327
|
"id": "350:533",
|
|
3256
3328
|
"fileName": "bug-24",
|
|
3257
3329
|
"iconName": "bug",
|
|
3258
|
-
"description": "bug, issue",
|
|
3330
|
+
"description": "bug, issue, security, malware, vulnerability",
|
|
3259
3331
|
"size": "24",
|
|
3260
3332
|
"width": 24,
|
|
3261
3333
|
"height": 24
|
|
@@ -3264,7 +3336,7 @@
|
|
|
3264
3336
|
"id": "350:544",
|
|
3265
3337
|
"fileName": "bug-16",
|
|
3266
3338
|
"iconName": "bug",
|
|
3267
|
-
"description": "bug, issue",
|
|
3339
|
+
"description": "bug, issue, security, malware, vulnerability",
|
|
3268
3340
|
"size": "16",
|
|
3269
3341
|
"width": 16,
|
|
3270
3342
|
"height": 16
|
|
@@ -3291,7 +3363,7 @@
|
|
|
3291
3363
|
"id": "1484:85",
|
|
3292
3364
|
"fileName": "bulb-24",
|
|
3293
3365
|
"iconName": "bulb",
|
|
3294
|
-
"description": "bulb, light, idea, smart, insight",
|
|
3366
|
+
"description": "bulb, light, idea, smart, insight, on",
|
|
3295
3367
|
"size": "24",
|
|
3296
3368
|
"width": 24,
|
|
3297
3369
|
"height": 24
|
|
@@ -3300,7 +3372,7 @@
|
|
|
3300
3372
|
"id": "1484:93",
|
|
3301
3373
|
"fileName": "bulb-16",
|
|
3302
3374
|
"iconName": "bulb",
|
|
3303
|
-
"description": "bulb, light, idea, smart, insight",
|
|
3375
|
+
"description": "bulb, light, idea, smart, insight, on",
|
|
3304
3376
|
"size": "16",
|
|
3305
3377
|
"width": 16,
|
|
3306
3378
|
"height": 16
|
|
@@ -3309,7 +3381,7 @@
|
|
|
3309
3381
|
"id": "350:569",
|
|
3310
3382
|
"fileName": "calendar-24",
|
|
3311
3383
|
"iconName": "calendar",
|
|
3312
|
-
"description": "calendar, date",
|
|
3384
|
+
"description": "calendar, date, appointment, event, schedule, day, month",
|
|
3313
3385
|
"size": "24",
|
|
3314
3386
|
"width": 24,
|
|
3315
3387
|
"height": 24
|
|
@@ -3318,7 +3390,7 @@
|
|
|
3318
3390
|
"id": "350:574",
|
|
3319
3391
|
"fileName": "calendar-16",
|
|
3320
3392
|
"iconName": "calendar",
|
|
3321
|
-
"description": "calendar, date",
|
|
3393
|
+
"description": "calendar, date, appointment, event, schedule, day, month",
|
|
3322
3394
|
"size": "16",
|
|
3323
3395
|
"width": 16,
|
|
3324
3396
|
"height": 16
|
|
@@ -3399,7 +3471,7 @@
|
|
|
3399
3471
|
"id": "350:630",
|
|
3400
3472
|
"fileName": "certificate-24",
|
|
3401
3473
|
"iconName": "certificate",
|
|
3402
|
-
"description": "certificate, award, achievement",
|
|
3474
|
+
"description": "certificate, award, achievement, badge",
|
|
3403
3475
|
"size": "24",
|
|
3404
3476
|
"width": 24,
|
|
3405
3477
|
"height": 24
|
|
@@ -3408,7 +3480,7 @@
|
|
|
3408
3480
|
"id": "350:635",
|
|
3409
3481
|
"fileName": "certificate-16",
|
|
3410
3482
|
"iconName": "certificate",
|
|
3411
|
-
"description": "certificate, award, achievement",
|
|
3483
|
+
"description": "certificate, award, achievement, badge",
|
|
3412
3484
|
"size": "16",
|
|
3413
3485
|
"width": 16,
|
|
3414
3486
|
"height": 16
|
|
@@ -3471,7 +3543,7 @@
|
|
|
3471
3543
|
"id": "350:676",
|
|
3472
3544
|
"fileName": "check-24",
|
|
3473
3545
|
"iconName": "check",
|
|
3474
|
-
"description": "check, tick, success, complete, done",
|
|
3546
|
+
"description": "check, tick, success, complete, done, test, accept, approve",
|
|
3475
3547
|
"size": "24",
|
|
3476
3548
|
"width": 24,
|
|
3477
3549
|
"height": 24
|
|
@@ -3480,7 +3552,7 @@
|
|
|
3480
3552
|
"id": "350:679",
|
|
3481
3553
|
"fileName": "check-16",
|
|
3482
3554
|
"iconName": "check",
|
|
3483
|
-
"description": "check, tick, success, complete, done",
|
|
3555
|
+
"description": "check, tick, success, complete, done, test, accept, approve",
|
|
3484
3556
|
"size": "16",
|
|
3485
3557
|
"width": 16,
|
|
3486
3558
|
"height": 16
|
|
@@ -3489,7 +3561,7 @@
|
|
|
3489
3561
|
"id": "350:687",
|
|
3490
3562
|
"fileName": "check-circle-24",
|
|
3491
3563
|
"iconName": "check-circle",
|
|
3492
|
-
"description": "check, tick, success, circle, complete, done",
|
|
3564
|
+
"description": "check, tick, success, circle, complete, done, test, accept, approve",
|
|
3493
3565
|
"size": "24",
|
|
3494
3566
|
"width": 24,
|
|
3495
3567
|
"height": 24
|
|
@@ -3498,7 +3570,7 @@
|
|
|
3498
3570
|
"id": "350:691",
|
|
3499
3571
|
"fileName": "check-circle-16",
|
|
3500
3572
|
"iconName": "check-circle",
|
|
3501
|
-
"description": "check, tick, success, circle, complete, done",
|
|
3573
|
+
"description": "check, tick, success, circle, complete, done, test, accept, approve",
|
|
3502
3574
|
"size": "16",
|
|
3503
3575
|
"width": 16,
|
|
3504
3576
|
"height": 16
|
|
@@ -3507,7 +3579,7 @@
|
|
|
3507
3579
|
"id": "350:700",
|
|
3508
3580
|
"fileName": "check-circle-fill-24",
|
|
3509
3581
|
"iconName": "check-circle-fill",
|
|
3510
|
-
"description": "check, tick, success, circle, complete, done",
|
|
3582
|
+
"description": "check, tick, success, circle, complete, done, test, accept, approve",
|
|
3511
3583
|
"size": "24",
|
|
3512
3584
|
"width": 24,
|
|
3513
3585
|
"height": 24
|
|
@@ -3516,7 +3588,7 @@
|
|
|
3516
3588
|
"id": "350:705",
|
|
3517
3589
|
"fileName": "check-circle-fill-16",
|
|
3518
3590
|
"iconName": "check-circle-fill",
|
|
3519
|
-
"description": "check, tick, success, circle, complete, done",
|
|
3591
|
+
"description": "check, tick, success, circle, complete, done, test, accept, approve",
|
|
3520
3592
|
"size": "16",
|
|
3521
3593
|
"width": 16,
|
|
3522
3594
|
"height": 16
|
|
@@ -3525,7 +3597,7 @@
|
|
|
3525
3597
|
"id": "350:715",
|
|
3526
3598
|
"fileName": "check-diamond-24",
|
|
3527
3599
|
"iconName": "check-diamond",
|
|
3528
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3600
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3529
3601
|
"size": "24",
|
|
3530
3602
|
"width": 24,
|
|
3531
3603
|
"height": 24
|
|
@@ -3534,7 +3606,7 @@
|
|
|
3534
3606
|
"id": "350:719",
|
|
3535
3607
|
"fileName": "check-diamond-16",
|
|
3536
3608
|
"iconName": "check-diamond",
|
|
3537
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3609
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3538
3610
|
"size": "16",
|
|
3539
3611
|
"width": 16,
|
|
3540
3612
|
"height": 16
|
|
@@ -3543,7 +3615,7 @@
|
|
|
3543
3615
|
"id": "350:728",
|
|
3544
3616
|
"fileName": "check-diamond-fill-24",
|
|
3545
3617
|
"iconName": "check-diamond-fill",
|
|
3546
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3618
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3547
3619
|
"size": "24",
|
|
3548
3620
|
"width": 24,
|
|
3549
3621
|
"height": 24
|
|
@@ -3552,7 +3624,7 @@
|
|
|
3552
3624
|
"id": "350:733",
|
|
3553
3625
|
"fileName": "check-diamond-fill-16",
|
|
3554
3626
|
"iconName": "check-diamond-fill",
|
|
3555
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3627
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3556
3628
|
"size": "16",
|
|
3557
3629
|
"width": 16,
|
|
3558
3630
|
"height": 16
|
|
@@ -3561,7 +3633,7 @@
|
|
|
3561
3633
|
"id": "363:5",
|
|
3562
3634
|
"fileName": "check-hexagon-24",
|
|
3563
3635
|
"iconName": "check-hexagon",
|
|
3564
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3636
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3565
3637
|
"size": "24",
|
|
3566
3638
|
"width": 24,
|
|
3567
3639
|
"height": 24
|
|
@@ -3570,7 +3642,7 @@
|
|
|
3570
3642
|
"id": "363:9",
|
|
3571
3643
|
"fileName": "check-hexagon-16",
|
|
3572
3644
|
"iconName": "check-hexagon",
|
|
3573
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3645
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3574
3646
|
"size": "16",
|
|
3575
3647
|
"width": 16,
|
|
3576
3648
|
"height": 16
|
|
@@ -3579,7 +3651,7 @@
|
|
|
3579
3651
|
"id": "363:18",
|
|
3580
3652
|
"fileName": "check-hexagon-fill-24",
|
|
3581
3653
|
"iconName": "check-hexagon-fill",
|
|
3582
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3654
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3583
3655
|
"size": "24",
|
|
3584
3656
|
"width": 24,
|
|
3585
3657
|
"height": 24
|
|
@@ -3588,7 +3660,7 @@
|
|
|
3588
3660
|
"id": "363:23",
|
|
3589
3661
|
"fileName": "check-hexagon-fill-16",
|
|
3590
3662
|
"iconName": "check-hexagon-fill",
|
|
3591
|
-
"description": "check, tick, success, diamond, complete, done",
|
|
3663
|
+
"description": "check, tick, success, diamond, complete, done, test, accept, approve",
|
|
3592
3664
|
"size": "16",
|
|
3593
3665
|
"width": 16,
|
|
3594
3666
|
"height": 16
|
|
@@ -3597,7 +3669,7 @@
|
|
|
3597
3669
|
"id": "350:743",
|
|
3598
3670
|
"fileName": "check-square-24",
|
|
3599
3671
|
"iconName": "check-square",
|
|
3600
|
-
"description": "check, tick, success, checkbox, square, complete, done",
|
|
3672
|
+
"description": "check, tick, success, checkbox, square, complete, done, test, accept, approve",
|
|
3601
3673
|
"size": "24",
|
|
3602
3674
|
"width": 24,
|
|
3603
3675
|
"height": 24
|
|
@@ -3606,7 +3678,7 @@
|
|
|
3606
3678
|
"id": "350:747",
|
|
3607
3679
|
"fileName": "check-square-16",
|
|
3608
3680
|
"iconName": "check-square",
|
|
3609
|
-
"description": "check, tick, success, checkbox, square, complete, done",
|
|
3681
|
+
"description": "check, tick, success, checkbox, square, complete, done, test, accept, approve",
|
|
3610
3682
|
"size": "16",
|
|
3611
3683
|
"width": 16,
|
|
3612
3684
|
"height": 16
|
|
@@ -3615,7 +3687,7 @@
|
|
|
3615
3687
|
"id": "350:756",
|
|
3616
3688
|
"fileName": "check-square-fill-24",
|
|
3617
3689
|
"iconName": "check-square-fill",
|
|
3618
|
-
"description": "check, tick, success, checkbox, square, checked, complete, done",
|
|
3690
|
+
"description": "check, tick, success, checkbox, square, checked, complete, done, test, accept, approve",
|
|
3619
3691
|
"size": "24",
|
|
3620
3692
|
"width": 24,
|
|
3621
3693
|
"height": 24
|
|
@@ -3624,7 +3696,7 @@
|
|
|
3624
3696
|
"id": "350:761",
|
|
3625
3697
|
"fileName": "check-square-fill-16",
|
|
3626
3698
|
"iconName": "check-square-fill",
|
|
3627
|
-
"description": "check, tick, success, checkbox, square, checked, complete, done",
|
|
3699
|
+
"description": "check, tick, success, checkbox, square, checked, complete, done, test, accept, approve",
|
|
3628
3700
|
"size": "16",
|
|
3629
3701
|
"width": 16,
|
|
3630
3702
|
"height": 16
|
|
@@ -3777,7 +3849,7 @@
|
|
|
3777
3849
|
"id": "350:844",
|
|
3778
3850
|
"fileName": "circle-24",
|
|
3779
3851
|
"iconName": "circle",
|
|
3780
|
-
"description": "circle, ring, arrow, direction",
|
|
3852
|
+
"description": "circle, ring, arrow, direction, round",
|
|
3781
3853
|
"size": "24",
|
|
3782
3854
|
"width": 24,
|
|
3783
3855
|
"height": 24
|
|
@@ -3786,7 +3858,7 @@
|
|
|
3786
3858
|
"id": "350:846",
|
|
3787
3859
|
"fileName": "circle-16",
|
|
3788
3860
|
"iconName": "circle",
|
|
3789
|
-
"description": "circle, ring, arrow, direction",
|
|
3861
|
+
"description": "circle, ring, arrow, direction, round",
|
|
3790
3862
|
"size": "16",
|
|
3791
3863
|
"width": 16,
|
|
3792
3864
|
"height": 16
|
|
@@ -3795,7 +3867,7 @@
|
|
|
3795
3867
|
"id": "350:852",
|
|
3796
3868
|
"fileName": "circle-dot-24",
|
|
3797
3869
|
"iconName": "circle-dot",
|
|
3798
|
-
"description": "circle, dot",
|
|
3870
|
+
"description": "circle, dot, round",
|
|
3799
3871
|
"size": "24",
|
|
3800
3872
|
"width": 24,
|
|
3801
3873
|
"height": 24
|
|
@@ -3804,7 +3876,7 @@
|
|
|
3804
3876
|
"id": "350:855",
|
|
3805
3877
|
"fileName": "circle-dot-16",
|
|
3806
3878
|
"iconName": "circle-dot",
|
|
3807
|
-
"description": "circle, dot",
|
|
3879
|
+
"description": "circle, dot, round",
|
|
3808
3880
|
"size": "16",
|
|
3809
3881
|
"width": 16,
|
|
3810
3882
|
"height": 16
|
|
@@ -3813,7 +3885,7 @@
|
|
|
3813
3885
|
"id": "350:863",
|
|
3814
3886
|
"fileName": "circle-fill-24",
|
|
3815
3887
|
"iconName": "circle-fill",
|
|
3816
|
-
"description": "circle, dot",
|
|
3888
|
+
"description": "circle, dot, round",
|
|
3817
3889
|
"size": "24",
|
|
3818
3890
|
"width": 24,
|
|
3819
3891
|
"height": 24
|
|
@@ -3822,7 +3894,7 @@
|
|
|
3822
3894
|
"id": "350:865",
|
|
3823
3895
|
"fileName": "circle-fill-16",
|
|
3824
3896
|
"iconName": "circle-fill",
|
|
3825
|
-
"description": "circle, dot",
|
|
3897
|
+
"description": "circle, dot, round",
|
|
3826
3898
|
"size": "16",
|
|
3827
3899
|
"width": 16,
|
|
3828
3900
|
"height": 16
|
|
@@ -3831,7 +3903,7 @@
|
|
|
3831
3903
|
"id": "648:228",
|
|
3832
3904
|
"fileName": "circle-half-24",
|
|
3833
3905
|
"iconName": "circle-half",
|
|
3834
|
-
"description": "circle, dot, half, progress",
|
|
3906
|
+
"description": "circle, dot, half, progress, round",
|
|
3835
3907
|
"size": "24",
|
|
3836
3908
|
"width": 24,
|
|
3837
3909
|
"height": 24
|
|
@@ -3840,7 +3912,7 @@
|
|
|
3840
3912
|
"id": "648:231",
|
|
3841
3913
|
"fileName": "circle-half-16",
|
|
3842
3914
|
"iconName": "circle-half",
|
|
3843
|
-
"description": "circle, dot, half, progress",
|
|
3915
|
+
"description": "circle, dot, half, progress, round",
|
|
3844
3916
|
"size": "16",
|
|
3845
3917
|
"width": 16,
|
|
3846
3918
|
"height": 16
|
|
@@ -3849,7 +3921,7 @@
|
|
|
3849
3921
|
"id": "350:872",
|
|
3850
3922
|
"fileName": "clipboard-24",
|
|
3851
3923
|
"iconName": "clipboard",
|
|
3852
|
-
"description": "clipboard, copy",
|
|
3924
|
+
"description": "clipboard, copy, paste, content",
|
|
3853
3925
|
"size": "24",
|
|
3854
3926
|
"width": 24,
|
|
3855
3927
|
"height": 24
|
|
@@ -3858,7 +3930,7 @@
|
|
|
3858
3930
|
"id": "350:878",
|
|
3859
3931
|
"fileName": "clipboard-16",
|
|
3860
3932
|
"iconName": "clipboard",
|
|
3861
|
-
"description": "clipboard, copy",
|
|
3933
|
+
"description": "clipboard, copy, paste, content",
|
|
3862
3934
|
"size": "16",
|
|
3863
3935
|
"width": 16,
|
|
3864
3936
|
"height": 16
|
|
@@ -3867,7 +3939,7 @@
|
|
|
3867
3939
|
"id": "350:889",
|
|
3868
3940
|
"fileName": "clipboard-checked-24",
|
|
3869
3941
|
"iconName": "clipboard-checked",
|
|
3870
|
-
"description": "clipboard, copy, copied, success",
|
|
3942
|
+
"description": "clipboard, copy, copied, success, paste, content",
|
|
3871
3943
|
"size": "24",
|
|
3872
3944
|
"width": 24,
|
|
3873
3945
|
"height": 24
|
|
@@ -3876,7 +3948,7 @@
|
|
|
3876
3948
|
"id": "350:895",
|
|
3877
3949
|
"fileName": "clipboard-checked-16",
|
|
3878
3950
|
"iconName": "clipboard-checked",
|
|
3879
|
-
"description": "clipboard, copy, copied, success",
|
|
3951
|
+
"description": "clipboard, copy, copied, success, paste, content",
|
|
3880
3952
|
"size": "16",
|
|
3881
3953
|
"width": 16,
|
|
3882
3954
|
"height": 16
|
|
@@ -3885,7 +3957,7 @@
|
|
|
3885
3957
|
"id": "350:907",
|
|
3886
3958
|
"fileName": "clipboard-copy-24",
|
|
3887
3959
|
"iconName": "clipboard-copy",
|
|
3888
|
-
"description": "clipboard, copy, snippet",
|
|
3960
|
+
"description": "clipboard, copy, snippet, paste, content",
|
|
3889
3961
|
"size": "24",
|
|
3890
3962
|
"width": 24,
|
|
3891
3963
|
"height": 24
|
|
@@ -3894,7 +3966,25 @@
|
|
|
3894
3966
|
"id": "350:915",
|
|
3895
3967
|
"fileName": "clipboard-copy-16",
|
|
3896
3968
|
"iconName": "clipboard-copy",
|
|
3897
|
-
"description": "clipboard, copy, snippet",
|
|
3969
|
+
"description": "clipboard, copy, snippet, paste, content",
|
|
3970
|
+
"size": "16",
|
|
3971
|
+
"width": 16,
|
|
3972
|
+
"height": 16
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"id": "4278:82",
|
|
3976
|
+
"fileName": "clipboard-x-24",
|
|
3977
|
+
"iconName": "clipboard-x",
|
|
3978
|
+
"description": "clipboard, copy, copied, error, paste, content",
|
|
3979
|
+
"size": "24",
|
|
3980
|
+
"width": 24,
|
|
3981
|
+
"height": 24
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"id": "4278:88",
|
|
3985
|
+
"fileName": "clipboard-x-16",
|
|
3986
|
+
"iconName": "clipboard-x",
|
|
3987
|
+
"description": "clipboard, copy, copied, error, paste, content",
|
|
3898
3988
|
"size": "16",
|
|
3899
3989
|
"width": 16,
|
|
3900
3990
|
"height": 16
|
|
@@ -3903,7 +3993,7 @@
|
|
|
3903
3993
|
"id": "350:928",
|
|
3904
3994
|
"fileName": "clock-24",
|
|
3905
3995
|
"iconName": "clock",
|
|
3906
|
-
"description": "clock, time, activity",
|
|
3996
|
+
"description": "clock, time, activity, hour",
|
|
3907
3997
|
"size": "24",
|
|
3908
3998
|
"width": 24,
|
|
3909
3999
|
"height": 24
|
|
@@ -3912,7 +4002,7 @@
|
|
|
3912
4002
|
"id": "350:931",
|
|
3913
4003
|
"fileName": "clock-16",
|
|
3914
4004
|
"iconName": "clock",
|
|
3915
|
-
"description": "clock, time, activity",
|
|
4005
|
+
"description": "clock, time, activity, hour",
|
|
3916
4006
|
"size": "16",
|
|
3917
4007
|
"width": 16,
|
|
3918
4008
|
"height": 16
|
|
@@ -3921,7 +4011,7 @@
|
|
|
3921
4011
|
"id": "2033:66",
|
|
3922
4012
|
"fileName": "clock-filled-24",
|
|
3923
4013
|
"iconName": "clock-filled",
|
|
3924
|
-
"description": "clock, time, activity",
|
|
4014
|
+
"description": "clock, time, activity, hour",
|
|
3925
4015
|
"size": "24",
|
|
3926
4016
|
"width": 24,
|
|
3927
4017
|
"height": 24
|
|
@@ -3930,7 +4020,7 @@
|
|
|
3930
4020
|
"id": "2033:74",
|
|
3931
4021
|
"fileName": "clock-filled-16",
|
|
3932
4022
|
"iconName": "clock-filled",
|
|
3933
|
-
"description": "clock, time, activity",
|
|
4023
|
+
"description": "clock, time, activity, hour",
|
|
3934
4024
|
"size": "16",
|
|
3935
4025
|
"width": 16,
|
|
3936
4026
|
"height": 16
|
|
@@ -3939,7 +4029,7 @@
|
|
|
3939
4029
|
"id": "350:938",
|
|
3940
4030
|
"fileName": "cloud-24",
|
|
3941
4031
|
"iconName": "cloud",
|
|
3942
|
-
"description": "cloud",
|
|
4032
|
+
"description": "cloud, data, storage",
|
|
3943
4033
|
"size": "24",
|
|
3944
4034
|
"width": 24,
|
|
3945
4035
|
"height": 24
|
|
@@ -3948,7 +4038,7 @@
|
|
|
3948
4038
|
"id": "350:940",
|
|
3949
4039
|
"fileName": "cloud-16",
|
|
3950
4040
|
"iconName": "cloud",
|
|
3951
|
-
"description": "cloud",
|
|
4041
|
+
"description": "cloud, data, storage",
|
|
3952
4042
|
"size": "16",
|
|
3953
4043
|
"width": 16,
|
|
3954
4044
|
"height": 16
|
|
@@ -3975,7 +4065,7 @@
|
|
|
3975
4065
|
"id": "350:946",
|
|
3976
4066
|
"fileName": "cloud-check-24",
|
|
3977
4067
|
"iconName": "cloud-check",
|
|
3978
|
-
"description": "cloud, check, success",
|
|
4068
|
+
"description": "cloud, check, success, data, storage",
|
|
3979
4069
|
"size": "24",
|
|
3980
4070
|
"width": 24,
|
|
3981
4071
|
"height": 24
|
|
@@ -3984,7 +4074,7 @@
|
|
|
3984
4074
|
"id": "350:950",
|
|
3985
4075
|
"fileName": "cloud-check-16",
|
|
3986
4076
|
"iconName": "cloud-check",
|
|
3987
|
-
"description": "cloud, check, success",
|
|
4077
|
+
"description": "cloud, check, success, data, storage",
|
|
3988
4078
|
"size": "16",
|
|
3989
4079
|
"width": 16,
|
|
3990
4080
|
"height": 16
|
|
@@ -3993,7 +4083,7 @@
|
|
|
3993
4083
|
"id": "350:959",
|
|
3994
4084
|
"fileName": "cloud-download-24",
|
|
3995
4085
|
"iconName": "cloud-download",
|
|
3996
|
-
"description": "cloud, download, sync",
|
|
4086
|
+
"description": "cloud, download, sync, data, storage",
|
|
3997
4087
|
"size": "24",
|
|
3998
4088
|
"width": 24,
|
|
3999
4089
|
"height": 24
|
|
@@ -4002,7 +4092,7 @@
|
|
|
4002
4092
|
"id": "350:963",
|
|
4003
4093
|
"fileName": "cloud-download-16",
|
|
4004
4094
|
"iconName": "cloud-download",
|
|
4005
|
-
"description": "cloud, download, sync",
|
|
4095
|
+
"description": "cloud, download, sync, data, storage",
|
|
4006
4096
|
"size": "16",
|
|
4007
4097
|
"width": 16,
|
|
4008
4098
|
"height": 16
|
|
@@ -4011,7 +4101,7 @@
|
|
|
4011
4101
|
"id": "350:972",
|
|
4012
4102
|
"fileName": "cloud-lightning-24",
|
|
4013
4103
|
"iconName": "cloud-lightning",
|
|
4014
|
-
"description": "cloud, lightning",
|
|
4104
|
+
"description": "cloud, lightning, data, storage",
|
|
4015
4105
|
"size": "24",
|
|
4016
4106
|
"width": 24,
|
|
4017
4107
|
"height": 24
|
|
@@ -4020,7 +4110,7 @@
|
|
|
4020
4110
|
"id": "350:975",
|
|
4021
4111
|
"fileName": "cloud-lightning-16",
|
|
4022
4112
|
"iconName": "cloud-lightning",
|
|
4023
|
-
"description": "cloud, lightning",
|
|
4113
|
+
"description": "cloud, lightning, data, storage",
|
|
4024
4114
|
"size": "16",
|
|
4025
4115
|
"width": 16,
|
|
4026
4116
|
"height": 16
|
|
@@ -4029,7 +4119,7 @@
|
|
|
4029
4119
|
"id": "350:982",
|
|
4030
4120
|
"fileName": "cloud-lock-24",
|
|
4031
4121
|
"iconName": "cloud-lock",
|
|
4032
|
-
"description": "cloud, lock, secure",
|
|
4122
|
+
"description": "cloud, lock, secure, data, storage, protected",
|
|
4033
4123
|
"size": "24",
|
|
4034
4124
|
"width": 24,
|
|
4035
4125
|
"height": 24
|
|
@@ -4038,7 +4128,7 @@
|
|
|
4038
4128
|
"id": "350:987",
|
|
4039
4129
|
"fileName": "cloud-lock-16",
|
|
4040
4130
|
"iconName": "cloud-lock",
|
|
4041
|
-
"description": "cloud, lock, secure",
|
|
4131
|
+
"description": "cloud, lock, secure, data, storage, protected",
|
|
4042
4132
|
"size": "16",
|
|
4043
4133
|
"width": 16,
|
|
4044
4134
|
"height": 16
|
|
@@ -4047,7 +4137,7 @@
|
|
|
4047
4137
|
"id": "350:997",
|
|
4048
4138
|
"fileName": "cloud-off-24",
|
|
4049
4139
|
"iconName": "cloud-off",
|
|
4050
|
-
"description": "cloud, off, disabled",
|
|
4140
|
+
"description": "cloud, off, disabled, data, storage",
|
|
4051
4141
|
"size": "24",
|
|
4052
4142
|
"width": 24,
|
|
4053
4143
|
"height": 24
|
|
@@ -4056,7 +4146,7 @@
|
|
|
4056
4146
|
"id": "350:1000",
|
|
4057
4147
|
"fileName": "cloud-off-16",
|
|
4058
4148
|
"iconName": "cloud-off",
|
|
4059
|
-
"description": "cloud, off, disabled",
|
|
4149
|
+
"description": "cloud, off, disabled, data, storage",
|
|
4060
4150
|
"size": "16",
|
|
4061
4151
|
"width": 16,
|
|
4062
4152
|
"height": 16
|
|
@@ -4065,7 +4155,7 @@
|
|
|
4065
4155
|
"id": "350:1009",
|
|
4066
4156
|
"fileName": "cloud-upload-24",
|
|
4067
4157
|
"iconName": "cloud-upload",
|
|
4068
|
-
"description": "cloud, upload, sync",
|
|
4158
|
+
"description": "cloud, upload, sync, data, storage",
|
|
4069
4159
|
"size": "24",
|
|
4070
4160
|
"width": 24,
|
|
4071
4161
|
"height": 24
|
|
@@ -4074,7 +4164,7 @@
|
|
|
4074
4164
|
"id": "350:1013",
|
|
4075
4165
|
"fileName": "cloud-upload-16",
|
|
4076
4166
|
"iconName": "cloud-upload",
|
|
4077
|
-
"description": "cloud, upload, sync",
|
|
4167
|
+
"description": "cloud, upload, sync, data, storage",
|
|
4078
4168
|
"size": "16",
|
|
4079
4169
|
"width": 16,
|
|
4080
4170
|
"height": 16
|
|
@@ -4083,7 +4173,7 @@
|
|
|
4083
4173
|
"id": "350:1022",
|
|
4084
4174
|
"fileName": "cloud-x-24",
|
|
4085
4175
|
"iconName": "cloud-x",
|
|
4086
|
-
"description": "cloud, fail, delete",
|
|
4176
|
+
"description": "cloud, fail, delete, data, storage",
|
|
4087
4177
|
"size": "24",
|
|
4088
4178
|
"width": 24,
|
|
4089
4179
|
"height": 24
|
|
@@ -4092,7 +4182,7 @@
|
|
|
4092
4182
|
"id": "350:1026",
|
|
4093
4183
|
"fileName": "cloud-x-16",
|
|
4094
4184
|
"iconName": "cloud-x",
|
|
4095
|
-
"description": "cloud, fail, delete",
|
|
4185
|
+
"description": "cloud, fail, delete, data, storage",
|
|
4096
4186
|
"size": "16",
|
|
4097
4187
|
"width": 16,
|
|
4098
4188
|
"height": 16
|
|
@@ -4101,7 +4191,7 @@
|
|
|
4101
4191
|
"id": "350:1035",
|
|
4102
4192
|
"fileName": "code-24",
|
|
4103
4193
|
"iconName": "code",
|
|
4104
|
-
"description": "code, snippet",
|
|
4194
|
+
"description": "code, snippet, software, application, development",
|
|
4105
4195
|
"size": "24",
|
|
4106
4196
|
"width": 24,
|
|
4107
4197
|
"height": 24
|
|
@@ -4110,7 +4200,7 @@
|
|
|
4110
4200
|
"id": "350:1039",
|
|
4111
4201
|
"fileName": "code-16",
|
|
4112
4202
|
"iconName": "code",
|
|
4113
|
-
"description": "code, snippet",
|
|
4203
|
+
"description": "code, snippet, software, application, development",
|
|
4114
4204
|
"size": "16",
|
|
4115
4205
|
"width": 16,
|
|
4116
4206
|
"height": 16
|
|
@@ -4119,7 +4209,7 @@
|
|
|
4119
4209
|
"id": "350:1048",
|
|
4120
4210
|
"fileName": "collections-24",
|
|
4121
4211
|
"iconName": "collections",
|
|
4122
|
-
"description": "collections, books",
|
|
4212
|
+
"description": "collections, books, projects, resources",
|
|
4123
4213
|
"size": "24",
|
|
4124
4214
|
"width": 24,
|
|
4125
4215
|
"height": 24
|
|
@@ -4128,7 +4218,7 @@
|
|
|
4128
4218
|
"id": "350:1054",
|
|
4129
4219
|
"fileName": "collections-16",
|
|
4130
4220
|
"iconName": "collections",
|
|
4131
|
-
"description": "collections, books",
|
|
4221
|
+
"description": "collections, books, projects, resources",
|
|
4132
4222
|
"size": "16",
|
|
4133
4223
|
"width": 16,
|
|
4134
4224
|
"height": 16
|
|
@@ -4155,7 +4245,7 @@
|
|
|
4155
4245
|
"id": "350:1080",
|
|
4156
4246
|
"fileName": "compass-24",
|
|
4157
4247
|
"iconName": "compass",
|
|
4158
|
-
"description": "compass, navigate, browser",
|
|
4248
|
+
"description": "compass, navigate, browser, map",
|
|
4159
4249
|
"size": "24",
|
|
4160
4250
|
"width": 24,
|
|
4161
4251
|
"height": 24
|
|
@@ -4164,7 +4254,7 @@
|
|
|
4164
4254
|
"id": "350:1083",
|
|
4165
4255
|
"fileName": "compass-16",
|
|
4166
4256
|
"iconName": "compass",
|
|
4167
|
-
"description": "compass, navigate, browser",
|
|
4257
|
+
"description": "compass, navigate, browser, map",
|
|
4168
4258
|
"size": "16",
|
|
4169
4259
|
"width": 16,
|
|
4170
4260
|
"height": 16
|
|
@@ -4173,7 +4263,7 @@
|
|
|
4173
4263
|
"id": "551:90",
|
|
4174
4264
|
"fileName": "connection-24",
|
|
4175
4265
|
"iconName": "connection",
|
|
4176
|
-
"description": "git, vcs, commit",
|
|
4266
|
+
"description": "git, vcs, commit, link, network",
|
|
4177
4267
|
"size": "24",
|
|
4178
4268
|
"width": 24,
|
|
4179
4269
|
"height": 24
|
|
@@ -4182,7 +4272,7 @@
|
|
|
4182
4272
|
"id": "551:94",
|
|
4183
4273
|
"fileName": "connection-16",
|
|
4184
4274
|
"iconName": "connection",
|
|
4185
|
-
"description": "git, vcs, commit",
|
|
4275
|
+
"description": "git, vcs, commit, link, network",
|
|
4186
4276
|
"size": "16",
|
|
4187
4277
|
"width": 16,
|
|
4188
4278
|
"height": 16
|
|
@@ -4191,7 +4281,7 @@
|
|
|
4191
4281
|
"id": "551:103",
|
|
4192
4282
|
"fileName": "connection-gateway-24",
|
|
4193
4283
|
"iconName": "connection-gateway",
|
|
4194
|
-
"description": "git, vcs, commit",
|
|
4284
|
+
"description": "git, vcs, commit, link, network",
|
|
4195
4285
|
"size": "24",
|
|
4196
4286
|
"width": 24,
|
|
4197
4287
|
"height": 24
|
|
@@ -4200,7 +4290,7 @@
|
|
|
4200
4290
|
"id": "551:111",
|
|
4201
4291
|
"fileName": "connection-gateway-16",
|
|
4202
4292
|
"iconName": "connection-gateway",
|
|
4203
|
-
"description": "git, vcs, commit",
|
|
4293
|
+
"description": "git, vcs, commit, link, network",
|
|
4204
4294
|
"size": "16",
|
|
4205
4295
|
"width": 16,
|
|
4206
4296
|
"height": 16
|
|
@@ -4353,7 +4443,7 @@
|
|
|
4353
4443
|
"id": "350:1171",
|
|
4354
4444
|
"fileName": "cpu-24",
|
|
4355
4445
|
"iconName": "cpu",
|
|
4356
|
-
"description": "cpu, memory, chip",
|
|
4446
|
+
"description": "cpu, memory, chip, computer",
|
|
4357
4447
|
"size": "24",
|
|
4358
4448
|
"width": 24,
|
|
4359
4449
|
"height": 24
|
|
@@ -4362,7 +4452,7 @@
|
|
|
4362
4452
|
"id": "350:1182",
|
|
4363
4453
|
"fileName": "cpu-16",
|
|
4364
4454
|
"iconName": "cpu",
|
|
4365
|
-
"description": "cpu, memory, chip",
|
|
4455
|
+
"description": "cpu, memory, chip, computer",
|
|
4366
4456
|
"size": "16",
|
|
4367
4457
|
"width": 16,
|
|
4368
4458
|
"height": 16
|
|
@@ -4371,7 +4461,7 @@
|
|
|
4371
4461
|
"id": "350:1197",
|
|
4372
4462
|
"fileName": "credit-card-24",
|
|
4373
4463
|
"iconName": "credit-card",
|
|
4374
|
-
"description": "credit, card, billing",
|
|
4464
|
+
"description": "credit, card, billing, business, money, payment",
|
|
4375
4465
|
"size": "24",
|
|
4376
4466
|
"width": 24,
|
|
4377
4467
|
"height": 24
|
|
@@ -4380,7 +4470,7 @@
|
|
|
4380
4470
|
"id": "350:1201",
|
|
4381
4471
|
"fileName": "credit-card-16",
|
|
4382
4472
|
"iconName": "credit-card",
|
|
4383
|
-
"description": "credit, card, billing",
|
|
4473
|
+
"description": "credit, card, billing, business, money, payment",
|
|
4384
4474
|
"size": "16",
|
|
4385
4475
|
"width": 16,
|
|
4386
4476
|
"height": 16
|
|
@@ -4425,7 +4515,7 @@
|
|
|
4425
4515
|
"id": "652:34",
|
|
4426
4516
|
"fileName": "dashboard-24",
|
|
4427
4517
|
"iconName": "dashboard",
|
|
4428
|
-
"description": "grid, dashboard, overview",
|
|
4518
|
+
"description": "grid, dashboard, overview, layout",
|
|
4429
4519
|
"size": "24",
|
|
4430
4520
|
"width": 24,
|
|
4431
4521
|
"height": 24
|
|
@@ -4434,7 +4524,7 @@
|
|
|
4434
4524
|
"id": "652:38",
|
|
4435
4525
|
"fileName": "dashboard-16",
|
|
4436
4526
|
"iconName": "dashboard",
|
|
4437
|
-
"description": "grid, dashboard, overview",
|
|
4527
|
+
"description": "grid, dashboard, overview, layout",
|
|
4438
4528
|
"size": "16",
|
|
4439
4529
|
"width": 16,
|
|
4440
4530
|
"height": 16
|
|
@@ -4443,7 +4533,7 @@
|
|
|
4443
4533
|
"id": "350:1237",
|
|
4444
4534
|
"fileName": "database-24",
|
|
4445
4535
|
"iconName": "database",
|
|
4446
|
-
"description": "database, data",
|
|
4536
|
+
"description": "database, data,, information, computing",
|
|
4447
4537
|
"size": "24",
|
|
4448
4538
|
"width": 24,
|
|
4449
4539
|
"height": 24
|
|
@@ -4452,7 +4542,7 @@
|
|
|
4452
4542
|
"id": "350:1241",
|
|
4453
4543
|
"fileName": "database-16",
|
|
4454
4544
|
"iconName": "database",
|
|
4455
|
-
"description": "database, data",
|
|
4545
|
+
"description": "database, data,, information, computing",
|
|
4456
4546
|
"size": "16",
|
|
4457
4547
|
"width": 16,
|
|
4458
4548
|
"height": 16
|
|
@@ -4551,7 +4641,7 @@
|
|
|
4551
4641
|
"id": "350:1302",
|
|
4552
4642
|
"fileName": "discussion-circle-24",
|
|
4553
4643
|
"iconName": "discussion-circle",
|
|
4554
|
-
"description": "discussion, comment, conversation",
|
|
4644
|
+
"description": "discussion, comment, conversation, bubble, chat, communication",
|
|
4555
4645
|
"size": "24",
|
|
4556
4646
|
"width": 24,
|
|
4557
4647
|
"height": 24
|
|
@@ -4560,7 +4650,7 @@
|
|
|
4560
4650
|
"id": "350:1305",
|
|
4561
4651
|
"fileName": "discussion-circle-16",
|
|
4562
4652
|
"iconName": "discussion-circle",
|
|
4563
|
-
"description": "discussion, comment, conversation",
|
|
4653
|
+
"description": "discussion, comment, conversation, bubble, chat, communication",
|
|
4564
4654
|
"size": "16",
|
|
4565
4655
|
"width": 16,
|
|
4566
4656
|
"height": 16
|
|
@@ -4569,7 +4659,7 @@
|
|
|
4569
4659
|
"id": "350:1313",
|
|
4570
4660
|
"fileName": "discussion-square-24",
|
|
4571
4661
|
"iconName": "discussion-square",
|
|
4572
|
-
"description": "discussion, comment, conversation",
|
|
4662
|
+
"description": "discussion, comment, conversation, bubble, chat, communication",
|
|
4573
4663
|
"size": "24",
|
|
4574
4664
|
"width": 24,
|
|
4575
4665
|
"height": 24
|
|
@@ -4578,7 +4668,7 @@
|
|
|
4578
4668
|
"id": "350:1316",
|
|
4579
4669
|
"fileName": "discussion-square-16",
|
|
4580
4670
|
"iconName": "discussion-square",
|
|
4581
|
-
"description": "discussion, comment, conversation",
|
|
4671
|
+
"description": "discussion, comment, conversation, bubble, chat, communication",
|
|
4582
4672
|
"size": "16",
|
|
4583
4673
|
"width": 16,
|
|
4584
4674
|
"height": 16
|
|
@@ -4641,7 +4731,7 @@
|
|
|
4641
4731
|
"id": "350:1368",
|
|
4642
4732
|
"fileName": "dollar-sign-24",
|
|
4643
4733
|
"iconName": "dollar-sign",
|
|
4644
|
-
"description": "dollar, money, variable",
|
|
4734
|
+
"description": "dollar, money, variable, payment",
|
|
4645
4735
|
"size": "24",
|
|
4646
4736
|
"width": 24,
|
|
4647
4737
|
"height": 24
|
|
@@ -4650,7 +4740,7 @@
|
|
|
4650
4740
|
"id": "350:1371",
|
|
4651
4741
|
"fileName": "dollar-sign-16",
|
|
4652
4742
|
"iconName": "dollar-sign",
|
|
4653
|
-
"description": "dollar, money, variable",
|
|
4743
|
+
"description": "dollar, money, variable, payment",
|
|
4654
4744
|
"size": "16",
|
|
4655
4745
|
"width": 16,
|
|
4656
4746
|
"height": 16
|
|
@@ -4695,7 +4785,7 @@
|
|
|
4695
4785
|
"id": "350:1378",
|
|
4696
4786
|
"fileName": "download-24",
|
|
4697
4787
|
"iconName": "download",
|
|
4698
|
-
"description": "download",
|
|
4788
|
+
"description": "download, file, export, save",
|
|
4699
4789
|
"size": "24",
|
|
4700
4790
|
"width": 24,
|
|
4701
4791
|
"height": 24
|
|
@@ -4704,7 +4794,7 @@
|
|
|
4704
4794
|
"id": "350:1382",
|
|
4705
4795
|
"fileName": "download-16",
|
|
4706
4796
|
"iconName": "download",
|
|
4707
|
-
"description": "download",
|
|
4797
|
+
"description": "download, file, export, save",
|
|
4708
4798
|
"size": "16",
|
|
4709
4799
|
"width": 16,
|
|
4710
4800
|
"height": 16
|
|
@@ -4731,7 +4821,7 @@
|
|
|
4731
4821
|
"id": "350:1398",
|
|
4732
4822
|
"fileName": "duplicate-24",
|
|
4733
4823
|
"iconName": "duplicate",
|
|
4734
|
-
"description": "duplicate, copy, clone",
|
|
4824
|
+
"description": "duplicate, copy, clone, multiply",
|
|
4735
4825
|
"size": "24",
|
|
4736
4826
|
"width": 24,
|
|
4737
4827
|
"height": 24
|
|
@@ -4740,7 +4830,7 @@
|
|
|
4740
4830
|
"id": "350:1401",
|
|
4741
4831
|
"fileName": "duplicate-16",
|
|
4742
4832
|
"iconName": "duplicate",
|
|
4743
|
-
"description": "duplicate, copy, clone",
|
|
4833
|
+
"description": "duplicate, copy, clone, multiply",
|
|
4744
4834
|
"size": "16",
|
|
4745
4835
|
"width": 16,
|
|
4746
4836
|
"height": 16
|
|
@@ -4749,7 +4839,7 @@
|
|
|
4749
4839
|
"id": "350:1409",
|
|
4750
4840
|
"fileName": "edit-24",
|
|
4751
4841
|
"iconName": "edit",
|
|
4752
|
-
"description": "edit, pencil",
|
|
4842
|
+
"description": "edit, pencil, draw, writing",
|
|
4753
4843
|
"size": "24",
|
|
4754
4844
|
"width": 24,
|
|
4755
4845
|
"height": 24
|
|
@@ -4758,7 +4848,7 @@
|
|
|
4758
4848
|
"id": "350:1413",
|
|
4759
4849
|
"fileName": "edit-16",
|
|
4760
4850
|
"iconName": "edit",
|
|
4761
|
-
"description": "edit, pencil",
|
|
4851
|
+
"description": "edit, pencil, draw, writing",
|
|
4762
4852
|
"size": "16",
|
|
4763
4853
|
"width": 16,
|
|
4764
4854
|
"height": 16
|
|
@@ -4767,7 +4857,7 @@
|
|
|
4767
4857
|
"id": "1509:66",
|
|
4768
4858
|
"fileName": "enterprise-24",
|
|
4769
4859
|
"iconName": "enterprise",
|
|
4770
|
-
"description": "enterprise, business, company",
|
|
4860
|
+
"description": "enterprise, business, company, organization, org, global, world",
|
|
4771
4861
|
"size": "24",
|
|
4772
4862
|
"width": 24,
|
|
4773
4863
|
"height": 24
|
|
@@ -4776,7 +4866,7 @@
|
|
|
4776
4866
|
"id": "1509:78",
|
|
4777
4867
|
"fileName": "enterprise-16",
|
|
4778
4868
|
"iconName": "enterprise",
|
|
4779
|
-
"description": "enterprise, business, company",
|
|
4869
|
+
"description": "enterprise, business, company, organization, org, global, world",
|
|
4780
4870
|
"size": "16",
|
|
4781
4871
|
"width": 16,
|
|
4782
4872
|
"height": 16
|
|
@@ -4911,7 +5001,7 @@
|
|
|
4911
5001
|
"id": "350:1507",
|
|
4912
5002
|
"fileName": "file-24",
|
|
4913
5003
|
"iconName": "file",
|
|
4914
|
-
"description": "file, document",
|
|
5004
|
+
"description": "file, document, format, paper",
|
|
4915
5005
|
"size": "24",
|
|
4916
5006
|
"width": 24,
|
|
4917
5007
|
"height": 24
|
|
@@ -4920,7 +5010,7 @@
|
|
|
4920
5010
|
"id": "350:1510",
|
|
4921
5011
|
"fileName": "file-16",
|
|
4922
5012
|
"iconName": "file",
|
|
4923
|
-
"description": "file, document",
|
|
5013
|
+
"description": "file, document, format, paper",
|
|
4924
5014
|
"size": "16",
|
|
4925
5015
|
"width": 16,
|
|
4926
5016
|
"height": 16
|
|
@@ -4929,7 +5019,7 @@
|
|
|
4929
5019
|
"id": "350:1517",
|
|
4930
5020
|
"fileName": "file-check-24",
|
|
4931
5021
|
"iconName": "file-check",
|
|
4932
|
-
"description": "file, document, success, check",
|
|
5022
|
+
"description": "file, document, success, check, format, paper",
|
|
4933
5023
|
"size": "24",
|
|
4934
5024
|
"width": 24,
|
|
4935
5025
|
"height": 24
|
|
@@ -4938,7 +5028,7 @@
|
|
|
4938
5028
|
"id": "350:1523",
|
|
4939
5029
|
"fileName": "file-check-16",
|
|
4940
5030
|
"iconName": "file-check",
|
|
4941
|
-
"description": "file, document, success, check",
|
|
5031
|
+
"description": "file, document, success, check, format, paper",
|
|
4942
5032
|
"size": "16",
|
|
4943
5033
|
"width": 16,
|
|
4944
5034
|
"height": 16
|
|
@@ -4947,7 +5037,7 @@
|
|
|
4947
5037
|
"id": "350:1534",
|
|
4948
5038
|
"fileName": "file-change-24",
|
|
4949
5039
|
"iconName": "file-change",
|
|
4950
|
-
"description": "file, document, change, modified",
|
|
5040
|
+
"description": "file, document, change, modified, format, paper",
|
|
4951
5041
|
"size": "24",
|
|
4952
5042
|
"width": 24,
|
|
4953
5043
|
"height": 24
|
|
@@ -4956,7 +5046,7 @@
|
|
|
4956
5046
|
"id": "350:1538",
|
|
4957
5047
|
"fileName": "file-change-16",
|
|
4958
5048
|
"iconName": "file-change",
|
|
4959
|
-
"description": "file, document, change, modified",
|
|
5049
|
+
"description": "file, document, change, modified, format, paper",
|
|
4960
5050
|
"size": "16",
|
|
4961
5051
|
"width": 16,
|
|
4962
5052
|
"height": 16
|
|
@@ -4965,7 +5055,7 @@
|
|
|
4965
5055
|
"id": "350:1547",
|
|
4966
5056
|
"fileName": "file-diff-24",
|
|
4967
5057
|
"iconName": "file-diff",
|
|
4968
|
-
"description": "file, document, diff, change",
|
|
5058
|
+
"description": "file, document, diff, change, format, paper",
|
|
4969
5059
|
"size": "24",
|
|
4970
5060
|
"width": 24,
|
|
4971
5061
|
"height": 24
|
|
@@ -4974,7 +5064,7 @@
|
|
|
4974
5064
|
"id": "350:1553",
|
|
4975
5065
|
"fileName": "file-diff-16",
|
|
4976
5066
|
"iconName": "file-diff",
|
|
4977
|
-
"description": "file, document, diff, change",
|
|
5067
|
+
"description": "file, document, diff, change, format, paper",
|
|
4978
5068
|
"size": "16",
|
|
4979
5069
|
"width": 16,
|
|
4980
5070
|
"height": 16
|
|
@@ -4983,7 +5073,7 @@
|
|
|
4983
5073
|
"id": "350:1565",
|
|
4984
5074
|
"fileName": "file-minus-24",
|
|
4985
5075
|
"iconName": "file-minus",
|
|
4986
|
-
"description": "file, document, remove, minus",
|
|
5076
|
+
"description": "file, document, remove, minus, format, paper",
|
|
4987
5077
|
"size": "24",
|
|
4988
5078
|
"width": 24,
|
|
4989
5079
|
"height": 24
|
|
@@ -4992,7 +5082,7 @@
|
|
|
4992
5082
|
"id": "350:1569",
|
|
4993
5083
|
"fileName": "file-minus-16",
|
|
4994
5084
|
"iconName": "file-minus",
|
|
4995
|
-
"description": "file, document, remove, minus",
|
|
5085
|
+
"description": "file, document, remove, minus, format, paper",
|
|
4996
5086
|
"size": "16",
|
|
4997
5087
|
"width": 16,
|
|
4998
5088
|
"height": 16
|
|
@@ -5001,7 +5091,7 @@
|
|
|
5001
5091
|
"id": "350:1577",
|
|
5002
5092
|
"fileName": "file-plus-24",
|
|
5003
5093
|
"iconName": "file-plus",
|
|
5004
|
-
"description": "file, document, create, add, plus",
|
|
5094
|
+
"description": "file, document, create, add, plus, format, paper",
|
|
5005
5095
|
"size": "24",
|
|
5006
5096
|
"width": 24,
|
|
5007
5097
|
"height": 24
|
|
@@ -5010,7 +5100,7 @@
|
|
|
5010
5100
|
"id": "350:1582",
|
|
5011
5101
|
"fileName": "file-plus-16",
|
|
5012
5102
|
"iconName": "file-plus",
|
|
5013
|
-
"description": "file, document, create, add, plus",
|
|
5103
|
+
"description": "file, document, create, add, plus, format, paper",
|
|
5014
5104
|
"size": "16",
|
|
5015
5105
|
"width": 16,
|
|
5016
5106
|
"height": 16
|
|
@@ -5019,7 +5109,7 @@
|
|
|
5019
5109
|
"id": "350:1591",
|
|
5020
5110
|
"fileName": "file-source-24",
|
|
5021
5111
|
"iconName": "file-source",
|
|
5022
|
-
"description": "file, document, source, code",
|
|
5112
|
+
"description": "file, document, source, code, format, paper",
|
|
5023
5113
|
"size": "24",
|
|
5024
5114
|
"width": 24,
|
|
5025
5115
|
"height": 24
|
|
@@ -5028,7 +5118,7 @@
|
|
|
5028
5118
|
"id": "350:1596",
|
|
5029
5119
|
"fileName": "file-source-16",
|
|
5030
5120
|
"iconName": "file-source",
|
|
5031
|
-
"description": "file, document, source, code",
|
|
5121
|
+
"description": "file, document, source, code, format, paper",
|
|
5032
5122
|
"size": "16",
|
|
5033
5123
|
"width": 16,
|
|
5034
5124
|
"height": 16
|
|
@@ -5037,7 +5127,7 @@
|
|
|
5037
5127
|
"id": "350:1606",
|
|
5038
5128
|
"fileName": "file-text-24",
|
|
5039
5129
|
"iconName": "file-text",
|
|
5040
|
-
"description": "file, document, text",
|
|
5130
|
+
"description": "file, document, text, format, paper",
|
|
5041
5131
|
"size": "24",
|
|
5042
5132
|
"width": 24,
|
|
5043
5133
|
"height": 24
|
|
@@ -5046,7 +5136,7 @@
|
|
|
5046
5136
|
"id": "350:1612",
|
|
5047
5137
|
"fileName": "file-text-16",
|
|
5048
5138
|
"iconName": "file-text",
|
|
5049
|
-
"description": "file, document, text",
|
|
5139
|
+
"description": "file, document, text, format, paper",
|
|
5050
5140
|
"size": "16",
|
|
5051
5141
|
"width": 16,
|
|
5052
5142
|
"height": 16
|
|
@@ -5055,7 +5145,7 @@
|
|
|
5055
5145
|
"id": "350:1622",
|
|
5056
5146
|
"fileName": "file-x-24",
|
|
5057
5147
|
"iconName": "file-x",
|
|
5058
|
-
"description": "file, document, deleted, removed",
|
|
5148
|
+
"description": "file, document, deleted, removed, format, paper",
|
|
5059
5149
|
"size": "24",
|
|
5060
5150
|
"width": 24,
|
|
5061
5151
|
"height": 24
|
|
@@ -5064,7 +5154,7 @@
|
|
|
5064
5154
|
"id": "350:1629",
|
|
5065
5155
|
"fileName": "file-x-16",
|
|
5066
5156
|
"iconName": "file-x",
|
|
5067
|
-
"description": "file, document, deleted, removed",
|
|
5157
|
+
"description": "file, document, deleted, removed, format, paper",
|
|
5068
5158
|
"size": "16",
|
|
5069
5159
|
"width": 16,
|
|
5070
5160
|
"height": 16
|
|
@@ -5073,7 +5163,7 @@
|
|
|
5073
5163
|
"id": "350:1641",
|
|
5074
5164
|
"fileName": "files-24",
|
|
5075
5165
|
"iconName": "files",
|
|
5076
|
-
"description": "files, documents, group, hosts",
|
|
5166
|
+
"description": "files, documents, group, hosts, format, paper",
|
|
5077
5167
|
"size": "24",
|
|
5078
5168
|
"width": 24,
|
|
5079
5169
|
"height": 24
|
|
@@ -5082,7 +5172,7 @@
|
|
|
5082
5172
|
"id": "350:1646",
|
|
5083
5173
|
"fileName": "files-16",
|
|
5084
5174
|
"iconName": "files",
|
|
5085
|
-
"description": "files, documents, group, hosts",
|
|
5175
|
+
"description": "files, documents, group, hosts, format, paper",
|
|
5086
5176
|
"size": "16",
|
|
5087
5177
|
"width": 16,
|
|
5088
5178
|
"height": 16
|
|
@@ -5109,7 +5199,7 @@
|
|
|
5109
5199
|
"id": "548:215",
|
|
5110
5200
|
"fileName": "filter-24",
|
|
5111
5201
|
"iconName": "filter",
|
|
5112
|
-
"description": "filter",
|
|
5202
|
+
"description": "filter, options, configuration",
|
|
5113
5203
|
"size": "24",
|
|
5114
5204
|
"width": 24,
|
|
5115
5205
|
"height": 24
|
|
@@ -5118,7 +5208,7 @@
|
|
|
5118
5208
|
"id": "548:219",
|
|
5119
5209
|
"fileName": "filter-16",
|
|
5120
5210
|
"iconName": "filter",
|
|
5121
|
-
"description": "filter",
|
|
5211
|
+
"description": "filter, options, configuration",
|
|
5122
5212
|
"size": "16",
|
|
5123
5213
|
"width": 16,
|
|
5124
5214
|
"height": 16
|
|
@@ -5127,7 +5217,7 @@
|
|
|
5127
5217
|
"id": "548:227",
|
|
5128
5218
|
"fileName": "filter-circle-24",
|
|
5129
5219
|
"iconName": "filter-circle",
|
|
5130
|
-
"description": "filter, circle, inactive, off",
|
|
5220
|
+
"description": "filter, circle, inactive, off, options, configuration",
|
|
5131
5221
|
"size": "24",
|
|
5132
5222
|
"width": 24,
|
|
5133
5223
|
"height": 24
|
|
@@ -5136,7 +5226,7 @@
|
|
|
5136
5226
|
"id": "548:232",
|
|
5137
5227
|
"fileName": "filter-circle-16",
|
|
5138
5228
|
"iconName": "filter-circle",
|
|
5139
|
-
"description": "filter, circle, inactive, off",
|
|
5229
|
+
"description": "filter, circle, inactive, off, options, configuration",
|
|
5140
5230
|
"size": "16",
|
|
5141
5231
|
"width": 16,
|
|
5142
5232
|
"height": 16
|
|
@@ -5145,7 +5235,7 @@
|
|
|
5145
5235
|
"id": "548:241",
|
|
5146
5236
|
"fileName": "filter-fill-24",
|
|
5147
5237
|
"iconName": "filter-fill",
|
|
5148
|
-
"description": "filter, circle, active, on",
|
|
5238
|
+
"description": "filter, circle, active, on, options, configuration",
|
|
5149
5239
|
"size": "24",
|
|
5150
5240
|
"width": 24,
|
|
5151
5241
|
"height": 24
|
|
@@ -5154,7 +5244,7 @@
|
|
|
5154
5244
|
"id": "548:247",
|
|
5155
5245
|
"fileName": "filter-fill-16",
|
|
5156
5246
|
"iconName": "filter-fill",
|
|
5157
|
-
"description": "filter, circle, active, on",
|
|
5247
|
+
"description": "filter, circle, active, on, options, configuration",
|
|
5158
5248
|
"size": "16",
|
|
5159
5249
|
"width": 16,
|
|
5160
5250
|
"height": 16
|
|
@@ -5199,7 +5289,7 @@
|
|
|
5199
5289
|
"id": "350:1696",
|
|
5200
5290
|
"fileName": "folder-24",
|
|
5201
5291
|
"iconName": "folder",
|
|
5202
|
-
"description": "folder, directory, project",
|
|
5292
|
+
"description": "folder, directory, project, document, file",
|
|
5203
5293
|
"size": "24",
|
|
5204
5294
|
"width": 24,
|
|
5205
5295
|
"height": 24
|
|
@@ -5208,7 +5298,7 @@
|
|
|
5208
5298
|
"id": "350:1699",
|
|
5209
5299
|
"fileName": "folder-16",
|
|
5210
5300
|
"iconName": "folder",
|
|
5211
|
-
"description": "folder, directory, project",
|
|
5301
|
+
"description": "folder, directory, project, document, file",
|
|
5212
5302
|
"size": "16",
|
|
5213
5303
|
"width": 16,
|
|
5214
5304
|
"height": 16
|
|
@@ -5217,7 +5307,7 @@
|
|
|
5217
5307
|
"id": "350:1707",
|
|
5218
5308
|
"fileName": "folder-fill-24",
|
|
5219
5309
|
"iconName": "folder-fill",
|
|
5220
|
-
"description": "folder, directory, project",
|
|
5310
|
+
"description": "folder, directory, project, document, file",
|
|
5221
5311
|
"size": "24",
|
|
5222
5312
|
"width": 24,
|
|
5223
5313
|
"height": 24
|
|
@@ -5226,7 +5316,7 @@
|
|
|
5226
5316
|
"id": "350:1711",
|
|
5227
5317
|
"fileName": "folder-fill-16",
|
|
5228
5318
|
"iconName": "folder-fill",
|
|
5229
|
-
"description": "folder, directory, project",
|
|
5319
|
+
"description": "folder, directory, project, document, file",
|
|
5230
5320
|
"size": "16",
|
|
5231
5321
|
"width": 16,
|
|
5232
5322
|
"height": 16
|
|
@@ -5235,7 +5325,7 @@
|
|
|
5235
5325
|
"id": "350:1720",
|
|
5236
5326
|
"fileName": "folder-minus-24",
|
|
5237
5327
|
"iconName": "folder-minus",
|
|
5238
|
-
"description": "folder, directory, project, minus, remove",
|
|
5328
|
+
"description": "folder, directory, project, minus, remove, document, file",
|
|
5239
5329
|
"size": "24",
|
|
5240
5330
|
"width": 24,
|
|
5241
5331
|
"height": 24
|
|
@@ -5244,7 +5334,7 @@
|
|
|
5244
5334
|
"id": "350:1724",
|
|
5245
5335
|
"fileName": "folder-minus-16",
|
|
5246
5336
|
"iconName": "folder-minus",
|
|
5247
|
-
"description": "folder, directory, project, minus, remove",
|
|
5337
|
+
"description": "folder, directory, project, minus, remove, document, file",
|
|
5248
5338
|
"size": "16",
|
|
5249
5339
|
"width": 16,
|
|
5250
5340
|
"height": 16
|
|
@@ -5253,7 +5343,7 @@
|
|
|
5253
5343
|
"id": "350:1732",
|
|
5254
5344
|
"fileName": "folder-minus-fill-24",
|
|
5255
5345
|
"iconName": "folder-minus-fill",
|
|
5256
|
-
"description": "folder, directory, project, minus, remove",
|
|
5346
|
+
"description": "folder, directory, project, minus, remove, document, file",
|
|
5257
5347
|
"size": "24",
|
|
5258
5348
|
"width": 24,
|
|
5259
5349
|
"height": 24
|
|
@@ -5262,7 +5352,7 @@
|
|
|
5262
5352
|
"id": "350:1738",
|
|
5263
5353
|
"fileName": "folder-minus-fill-16",
|
|
5264
5354
|
"iconName": "folder-minus-fill",
|
|
5265
|
-
"description": "folder, directory, project, minus, remove",
|
|
5355
|
+
"description": "folder, directory, project, minus, remove, document, file",
|
|
5266
5356
|
"size": "16",
|
|
5267
5357
|
"width": 16,
|
|
5268
5358
|
"height": 16
|
|
@@ -5271,7 +5361,7 @@
|
|
|
5271
5361
|
"id": "350:1747",
|
|
5272
5362
|
"fileName": "folder-plus-24",
|
|
5273
5363
|
"iconName": "folder-plus",
|
|
5274
|
-
"description": "folder, directory, project, plus, add, create",
|
|
5364
|
+
"description": "folder, directory, project, plus, add, create, document, file",
|
|
5275
5365
|
"size": "24",
|
|
5276
5366
|
"width": 24,
|
|
5277
5367
|
"height": 24
|
|
@@ -5280,7 +5370,7 @@
|
|
|
5280
5370
|
"id": "350:1752",
|
|
5281
5371
|
"fileName": "folder-plus-16",
|
|
5282
5372
|
"iconName": "folder-plus",
|
|
5283
|
-
"description": "folder, directory, project, plus, add, create",
|
|
5373
|
+
"description": "folder, directory, project, plus, add, create, document, file",
|
|
5284
5374
|
"size": "16",
|
|
5285
5375
|
"width": 16,
|
|
5286
5376
|
"height": 16
|
|
@@ -5289,7 +5379,7 @@
|
|
|
5289
5379
|
"id": "350:1761",
|
|
5290
5380
|
"fileName": "folder-plus-fill-24",
|
|
5291
5381
|
"iconName": "folder-plus-fill",
|
|
5292
|
-
"description": "folder, directory, project, plus, add, create",
|
|
5382
|
+
"description": "folder, directory, project, plus, add, create, document, file",
|
|
5293
5383
|
"size": "24",
|
|
5294
5384
|
"width": 24,
|
|
5295
5385
|
"height": 24
|
|
@@ -5298,7 +5388,7 @@
|
|
|
5298
5388
|
"id": "350:1766",
|
|
5299
5389
|
"fileName": "folder-plus-fill-16",
|
|
5300
5390
|
"iconName": "folder-plus-fill",
|
|
5301
|
-
"description": "folder, directory, project, plus, add, create",
|
|
5391
|
+
"description": "folder, directory, project, plus, add, create, document, file",
|
|
5302
5392
|
"size": "16",
|
|
5303
5393
|
"width": 16,
|
|
5304
5394
|
"height": 16
|
|
@@ -5307,7 +5397,7 @@
|
|
|
5307
5397
|
"id": "350:1776",
|
|
5308
5398
|
"fileName": "folder-star-24",
|
|
5309
5399
|
"iconName": "folder-star",
|
|
5310
|
-
"description": "folder, directory, starred, favorite, pinned",
|
|
5400
|
+
"description": "folder, directory, starred, favorite, pinned, document, file",
|
|
5311
5401
|
"size": "24",
|
|
5312
5402
|
"width": 24,
|
|
5313
5403
|
"height": 24
|
|
@@ -5316,7 +5406,7 @@
|
|
|
5316
5406
|
"id": "350:1781",
|
|
5317
5407
|
"fileName": "folder-star-16",
|
|
5318
5408
|
"iconName": "folder-star",
|
|
5319
|
-
"description": "folder, directory, starred, favorite, pinned",
|
|
5409
|
+
"description": "folder, directory, starred, favorite, pinned, document, file",
|
|
5320
5410
|
"size": "16",
|
|
5321
5411
|
"width": 16,
|
|
5322
5412
|
"height": 16
|
|
@@ -5325,7 +5415,7 @@
|
|
|
5325
5415
|
"id": "350:1789",
|
|
5326
5416
|
"fileName": "folder-users-24",
|
|
5327
5417
|
"iconName": "folder-users",
|
|
5328
|
-
"description": "folder, directory, project, group, users",
|
|
5418
|
+
"description": "folder, directory, project, group, users, document, file",
|
|
5329
5419
|
"size": "24",
|
|
5330
5420
|
"width": 24,
|
|
5331
5421
|
"height": 24
|
|
@@ -5334,7 +5424,7 @@
|
|
|
5334
5424
|
"id": "350:1797",
|
|
5335
5425
|
"fileName": "folder-users-16",
|
|
5336
5426
|
"iconName": "folder-users",
|
|
5337
|
-
"description": "folder, directory, project, group, users",
|
|
5427
|
+
"description": "folder, directory, project, group, users, document, file",
|
|
5338
5428
|
"size": "16",
|
|
5339
5429
|
"width": 16,
|
|
5340
5430
|
"height": 16
|
|
@@ -5343,7 +5433,7 @@
|
|
|
5343
5433
|
"id": "350:1809",
|
|
5344
5434
|
"fileName": "frown-24",
|
|
5345
5435
|
"iconName": "frown",
|
|
5346
|
-
"description": "emoji, frown, negative, sad",
|
|
5436
|
+
"description": "emoji, frown, negative, sad, face",
|
|
5347
5437
|
"size": "24",
|
|
5348
5438
|
"width": 24,
|
|
5349
5439
|
"height": 24
|
|
@@ -5352,7 +5442,7 @@
|
|
|
5352
5442
|
"id": "350:1814",
|
|
5353
5443
|
"fileName": "frown-16",
|
|
5354
5444
|
"iconName": "frown",
|
|
5355
|
-
"description": "emoji, frown, negative, sad",
|
|
5445
|
+
"description": "emoji, frown, negative, sad, face",
|
|
5356
5446
|
"size": "16",
|
|
5357
5447
|
"width": 16,
|
|
5358
5448
|
"height": 16
|
|
@@ -5379,7 +5469,7 @@
|
|
|
5379
5469
|
"id": "546:99",
|
|
5380
5470
|
"fileName": "gift-24",
|
|
5381
5471
|
"iconName": "gift",
|
|
5382
|
-
"description": "gift, present",
|
|
5472
|
+
"description": "gift, present, new",
|
|
5383
5473
|
"size": "24",
|
|
5384
5474
|
"width": 24,
|
|
5385
5475
|
"height": 24
|
|
@@ -5388,7 +5478,7 @@
|
|
|
5388
5478
|
"id": "546:105",
|
|
5389
5479
|
"fileName": "gift-16",
|
|
5390
5480
|
"iconName": "gift",
|
|
5391
|
-
"description": "gift, present",
|
|
5481
|
+
"description": "gift, present, new",
|
|
5392
5482
|
"size": "16",
|
|
5393
5483
|
"width": 16,
|
|
5394
5484
|
"height": 16
|
|
@@ -5505,7 +5595,7 @@
|
|
|
5505
5595
|
"id": "350:1930",
|
|
5506
5596
|
"fileName": "globe-private-24",
|
|
5507
5597
|
"iconName": "globe-private",
|
|
5508
|
-
"description": "globe, world, global, private, secure, encrypted",
|
|
5598
|
+
"description": "globe, world, global, private, secure, encrypted, protected",
|
|
5509
5599
|
"size": "24",
|
|
5510
5600
|
"width": 24,
|
|
5511
5601
|
"height": 24
|
|
@@ -5514,7 +5604,7 @@
|
|
|
5514
5604
|
"id": "350:1935",
|
|
5515
5605
|
"fileName": "globe-private-16",
|
|
5516
5606
|
"iconName": "globe-private",
|
|
5517
|
-
"description": "globe, world, global, private, secure, encrypted",
|
|
5607
|
+
"description": "globe, world, global, private, secure, encrypted, protected",
|
|
5518
5608
|
"size": "16",
|
|
5519
5609
|
"width": 16,
|
|
5520
5610
|
"height": 16
|
|
@@ -5523,7 +5613,7 @@
|
|
|
5523
5613
|
"id": "1788:66",
|
|
5524
5614
|
"fileName": "government-24",
|
|
5525
5615
|
"iconName": "government",
|
|
5526
|
-
"description": "government, public, sector",
|
|
5616
|
+
"description": "government, public, sector, organization, building",
|
|
5527
5617
|
"size": "24",
|
|
5528
5618
|
"width": 24,
|
|
5529
5619
|
"height": 24
|
|
@@ -5532,7 +5622,7 @@
|
|
|
5532
5622
|
"id": "1788:75",
|
|
5533
5623
|
"fileName": "government-16",
|
|
5534
5624
|
"iconName": "government",
|
|
5535
|
-
"description": "government, public, sector",
|
|
5625
|
+
"description": "government, public, sector, organization, building",
|
|
5536
5626
|
"size": "16",
|
|
5537
5627
|
"width": 16,
|
|
5538
5628
|
"height": 16
|
|
@@ -5541,7 +5631,7 @@
|
|
|
5541
5631
|
"id": "350:1946",
|
|
5542
5632
|
"fileName": "grid-24",
|
|
5543
5633
|
"iconName": "grid",
|
|
5544
|
-
"description": "grid, format, view, group",
|
|
5634
|
+
"description": "grid, format, view, group, layout",
|
|
5545
5635
|
"size": "24",
|
|
5546
5636
|
"width": 24,
|
|
5547
5637
|
"height": 24
|
|
@@ -5550,7 +5640,7 @@
|
|
|
5550
5640
|
"id": "350:1951",
|
|
5551
5641
|
"fileName": "grid-16",
|
|
5552
5642
|
"iconName": "grid",
|
|
5553
|
-
"description": "grid, format, view, group",
|
|
5643
|
+
"description": "grid, format, view, group, layout",
|
|
5554
5644
|
"size": "16",
|
|
5555
5645
|
"width": 16,
|
|
5556
5646
|
"height": 16
|
|
@@ -5559,7 +5649,7 @@
|
|
|
5559
5649
|
"id": "350:1960",
|
|
5560
5650
|
"fileName": "grid-alt-24",
|
|
5561
5651
|
"iconName": "grid-alt",
|
|
5562
|
-
"description": "grid, format, view, group",
|
|
5652
|
+
"description": "grid, format, view, group, layout",
|
|
5563
5653
|
"size": "24",
|
|
5564
5654
|
"width": 24,
|
|
5565
5655
|
"height": 24
|
|
@@ -5568,7 +5658,7 @@
|
|
|
5568
5658
|
"id": "350:1970",
|
|
5569
5659
|
"fileName": "grid-alt-16",
|
|
5570
5660
|
"iconName": "grid-alt",
|
|
5571
|
-
"description": "grid, format, view, group",
|
|
5661
|
+
"description": "grid, format, view, group, layout",
|
|
5572
5662
|
"size": "16",
|
|
5573
5663
|
"width": 16,
|
|
5574
5664
|
"height": 16
|
|
@@ -5757,7 +5847,7 @@
|
|
|
5757
5847
|
"id": "350:2089",
|
|
5758
5848
|
"fileName": "help-24",
|
|
5759
5849
|
"iconName": "help",
|
|
5760
|
-
"description": "help, question, support",
|
|
5850
|
+
"description": "help, question, support, information, unknown",
|
|
5761
5851
|
"size": "24",
|
|
5762
5852
|
"width": 24,
|
|
5763
5853
|
"height": 24
|
|
@@ -5766,7 +5856,7 @@
|
|
|
5766
5856
|
"id": "350:2093",
|
|
5767
5857
|
"fileName": "help-16",
|
|
5768
5858
|
"iconName": "help",
|
|
5769
|
-
"description": "help, question, support",
|
|
5859
|
+
"description": "help, question, support, information, unknown",
|
|
5770
5860
|
"size": "16",
|
|
5771
5861
|
"width": 16,
|
|
5772
5862
|
"height": 16
|
|
@@ -5811,7 +5901,7 @@
|
|
|
5811
5901
|
"id": "350:2101",
|
|
5812
5902
|
"fileName": "history-24",
|
|
5813
5903
|
"iconName": "history",
|
|
5814
|
-
"description": "clock, time, history",
|
|
5904
|
+
"description": "clock, time, history, schedule",
|
|
5815
5905
|
"size": "24",
|
|
5816
5906
|
"width": 24,
|
|
5817
5907
|
"height": 24
|
|
@@ -5820,7 +5910,7 @@
|
|
|
5820
5910
|
"id": "350:2105",
|
|
5821
5911
|
"fileName": "history-16",
|
|
5822
5912
|
"iconName": "history",
|
|
5823
|
-
"description": "clock, time, history",
|
|
5913
|
+
"description": "clock, time, history, schedule",
|
|
5824
5914
|
"size": "16",
|
|
5825
5915
|
"width": 16,
|
|
5826
5916
|
"height": 16
|
|
@@ -5901,7 +5991,7 @@
|
|
|
5901
5991
|
"id": "350:2171",
|
|
5902
5992
|
"fileName": "image-24",
|
|
5903
5993
|
"iconName": "image",
|
|
5904
|
-
"description": "image, photo, picture",
|
|
5994
|
+
"description": "image, photo, picture, media",
|
|
5905
5995
|
"size": "24",
|
|
5906
5996
|
"width": 24,
|
|
5907
5997
|
"height": 24
|
|
@@ -5910,7 +6000,7 @@
|
|
|
5910
6000
|
"id": "350:2175",
|
|
5911
6001
|
"fileName": "image-16",
|
|
5912
6002
|
"iconName": "image",
|
|
5913
|
-
"description": "image, photo, picture",
|
|
6003
|
+
"description": "image, photo, picture, media",
|
|
5914
6004
|
"size": "16",
|
|
5915
6005
|
"width": 16,
|
|
5916
6006
|
"height": 16
|
|
@@ -5937,7 +6027,7 @@
|
|
|
5937
6027
|
"id": "350:2194",
|
|
5938
6028
|
"fileName": "info-24",
|
|
5939
6029
|
"iconName": "info",
|
|
5940
|
-
"description": "info, tip",
|
|
6030
|
+
"description": "info, tip, about",
|
|
5941
6031
|
"size": "24",
|
|
5942
6032
|
"width": 24,
|
|
5943
6033
|
"height": 24
|
|
@@ -5946,7 +6036,7 @@
|
|
|
5946
6036
|
"id": "350:2198",
|
|
5947
6037
|
"fileName": "info-16",
|
|
5948
6038
|
"iconName": "info",
|
|
5949
|
-
"description": "info, tip",
|
|
6039
|
+
"description": "info, tip, about",
|
|
5950
6040
|
"size": "16",
|
|
5951
6041
|
"width": 16,
|
|
5952
6042
|
"height": 16
|
|
@@ -5955,7 +6045,7 @@
|
|
|
5955
6045
|
"id": "1727:66",
|
|
5956
6046
|
"fileName": "info-fill-24",
|
|
5957
6047
|
"iconName": "info-fill",
|
|
5958
|
-
"description": "info, tip",
|
|
6048
|
+
"description": "info, tip, about",
|
|
5959
6049
|
"size": "24",
|
|
5960
6050
|
"width": 24,
|
|
5961
6051
|
"height": 24
|
|
@@ -5964,7 +6054,7 @@
|
|
|
5964
6054
|
"id": "1727:71",
|
|
5965
6055
|
"fileName": "info-fill-16",
|
|
5966
6056
|
"iconName": "info-fill",
|
|
5967
|
-
"description": "info, tip",
|
|
6057
|
+
"description": "info, tip, about",
|
|
5968
6058
|
"size": "16",
|
|
5969
6059
|
"width": 16,
|
|
5970
6060
|
"height": 16
|
|
@@ -6135,7 +6225,7 @@
|
|
|
6135
6225
|
"id": "350:2327",
|
|
6136
6226
|
"fileName": "line-chart-24",
|
|
6137
6227
|
"iconName": "line-chart",
|
|
6138
|
-
"description": "chart, graph, trend",
|
|
6228
|
+
"description": "chart, graph, trend, data",
|
|
6139
6229
|
"size": "24",
|
|
6140
6230
|
"width": 24,
|
|
6141
6231
|
"height": 24
|
|
@@ -6144,7 +6234,7 @@
|
|
|
6144
6234
|
"id": "350:2334",
|
|
6145
6235
|
"fileName": "line-chart-16",
|
|
6146
6236
|
"iconName": "line-chart",
|
|
6147
|
-
"description": "chart, graph, trend",
|
|
6237
|
+
"description": "chart, graph, trend, data",
|
|
6148
6238
|
"size": "16",
|
|
6149
6239
|
"width": 16,
|
|
6150
6240
|
"height": 16
|
|
@@ -6153,7 +6243,7 @@
|
|
|
6153
6243
|
"id": "350:2346",
|
|
6154
6244
|
"fileName": "line-chart-up-24",
|
|
6155
6245
|
"iconName": "line-chart-up",
|
|
6156
|
-
"description": "chart, graph, trend, up",
|
|
6246
|
+
"description": "chart, graph, trend, up, data",
|
|
6157
6247
|
"size": "24",
|
|
6158
6248
|
"width": 24,
|
|
6159
6249
|
"height": 24
|
|
@@ -6162,7 +6252,7 @@
|
|
|
6162
6252
|
"id": "350:2354",
|
|
6163
6253
|
"fileName": "line-chart-up-16",
|
|
6164
6254
|
"iconName": "line-chart-up",
|
|
6165
|
-
"description": "chart, graph, trend, up",
|
|
6255
|
+
"description": "chart, graph, trend, up, data",
|
|
6166
6256
|
"size": "16",
|
|
6167
6257
|
"width": 16,
|
|
6168
6258
|
"height": 16
|
|
@@ -6225,7 +6315,7 @@
|
|
|
6225
6315
|
"id": "350:2389",
|
|
6226
6316
|
"fileName": "lock-24",
|
|
6227
6317
|
"iconName": "lock",
|
|
6228
|
-
"description": "lock, secure",
|
|
6318
|
+
"description": "lock, secure, security, protection",
|
|
6229
6319
|
"size": "24",
|
|
6230
6320
|
"width": 24,
|
|
6231
6321
|
"height": 24
|
|
@@ -6234,7 +6324,7 @@
|
|
|
6234
6324
|
"id": "350:2393",
|
|
6235
6325
|
"fileName": "lock-16",
|
|
6236
6326
|
"iconName": "lock",
|
|
6237
|
-
"description": "lock, secure",
|
|
6327
|
+
"description": "lock, secure, security, protection",
|
|
6238
6328
|
"size": "16",
|
|
6239
6329
|
"width": 16,
|
|
6240
6330
|
"height": 16
|
|
@@ -6243,7 +6333,7 @@
|
|
|
6243
6333
|
"id": "350:2402",
|
|
6244
6334
|
"fileName": "lock-fill-24",
|
|
6245
6335
|
"iconName": "lock-fill",
|
|
6246
|
-
"description": "lock, secure, locked, secured",
|
|
6336
|
+
"description": "lock, secure, locked, secured, protected",
|
|
6247
6337
|
"size": "24",
|
|
6248
6338
|
"width": 24,
|
|
6249
6339
|
"height": 24
|
|
@@ -6252,7 +6342,7 @@
|
|
|
6252
6342
|
"id": "350:2407",
|
|
6253
6343
|
"fileName": "lock-fill-16",
|
|
6254
6344
|
"iconName": "lock-fill",
|
|
6255
|
-
"description": "lock, secure, locked, secured",
|
|
6345
|
+
"description": "lock, secure, locked, secured, protected",
|
|
6256
6346
|
"size": "16",
|
|
6257
6347
|
"width": 16,
|
|
6258
6348
|
"height": 16
|
|
@@ -6261,7 +6351,7 @@
|
|
|
6261
6351
|
"id": "350:2417",
|
|
6262
6352
|
"fileName": "lock-off-24",
|
|
6263
6353
|
"iconName": "lock-off",
|
|
6264
|
-
"description": "lock, secure, off, disabled",
|
|
6354
|
+
"description": "lock, secure, off, disabled, protected",
|
|
6265
6355
|
"size": "24",
|
|
6266
6356
|
"width": 24,
|
|
6267
6357
|
"height": 24
|
|
@@ -6270,7 +6360,7 @@
|
|
|
6270
6360
|
"id": "350:2422",
|
|
6271
6361
|
"fileName": "lock-off-16",
|
|
6272
6362
|
"iconName": "lock-off",
|
|
6273
|
-
"description": "lock, secure, off, disabled",
|
|
6363
|
+
"description": "lock, secure, off, disabled, protected",
|
|
6274
6364
|
"size": "16",
|
|
6275
6365
|
"width": 16,
|
|
6276
6366
|
"height": 16
|
|
@@ -6279,7 +6369,7 @@
|
|
|
6279
6369
|
"id": "1874:66",
|
|
6280
6370
|
"fileName": "logs-24",
|
|
6281
6371
|
"iconName": "logs",
|
|
6282
|
-
"description": "logs",
|
|
6372
|
+
"description": "logs, events, list",
|
|
6283
6373
|
"size": "24",
|
|
6284
6374
|
"width": 24,
|
|
6285
6375
|
"height": 24
|
|
@@ -6288,7 +6378,7 @@
|
|
|
6288
6378
|
"id": "1874:72",
|
|
6289
6379
|
"fileName": "logs-16",
|
|
6290
6380
|
"iconName": "logs",
|
|
6291
|
-
"description": "logs",
|
|
6381
|
+
"description": "logs, events, list",
|
|
6292
6382
|
"size": "16",
|
|
6293
6383
|
"width": 16,
|
|
6294
6384
|
"height": 16
|
|
@@ -6297,7 +6387,7 @@
|
|
|
6297
6387
|
"id": "350:2431",
|
|
6298
6388
|
"fileName": "mail-24",
|
|
6299
6389
|
"iconName": "mail",
|
|
6300
|
-
"description": "mail, email, message",
|
|
6390
|
+
"description": "mail, email, message, communication",
|
|
6301
6391
|
"size": "24",
|
|
6302
6392
|
"width": 24,
|
|
6303
6393
|
"height": 24
|
|
@@ -6306,7 +6396,7 @@
|
|
|
6306
6396
|
"id": "350:2435",
|
|
6307
6397
|
"fileName": "mail-16",
|
|
6308
6398
|
"iconName": "mail",
|
|
6309
|
-
"description": "mail, email, message",
|
|
6399
|
+
"description": "mail, email, message, communication",
|
|
6310
6400
|
"size": "16",
|
|
6311
6401
|
"width": 16,
|
|
6312
6402
|
"height": 16
|
|
@@ -6315,7 +6405,7 @@
|
|
|
6315
6405
|
"id": "350:2445",
|
|
6316
6406
|
"fileName": "mail-open-24",
|
|
6317
6407
|
"iconName": "mail-open",
|
|
6318
|
-
"description": "mail, email, message, opened",
|
|
6408
|
+
"description": "mail, email, message, opened, communication",
|
|
6319
6409
|
"size": "24",
|
|
6320
6410
|
"width": 24,
|
|
6321
6411
|
"height": 24
|
|
@@ -6324,7 +6414,7 @@
|
|
|
6324
6414
|
"id": "350:2449",
|
|
6325
6415
|
"fileName": "mail-open-16",
|
|
6326
6416
|
"iconName": "mail-open",
|
|
6327
|
-
"description": "mail, email, message, opened",
|
|
6417
|
+
"description": "mail, email, message, opened, communication",
|
|
6328
6418
|
"size": "16",
|
|
6329
6419
|
"width": 16,
|
|
6330
6420
|
"height": 16
|
|
@@ -6351,7 +6441,7 @@
|
|
|
6351
6441
|
"id": "350:2458",
|
|
6352
6442
|
"fileName": "map-24",
|
|
6353
6443
|
"iconName": "map",
|
|
6354
|
-
"description": "map, navigate, plan",
|
|
6444
|
+
"description": "map, navigate, plan, location",
|
|
6355
6445
|
"size": "24",
|
|
6356
6446
|
"width": 24,
|
|
6357
6447
|
"height": 24
|
|
@@ -6360,7 +6450,7 @@
|
|
|
6360
6450
|
"id": "350:2462",
|
|
6361
6451
|
"fileName": "map-16",
|
|
6362
6452
|
"iconName": "map",
|
|
6363
|
-
"description": "map, navigate, plan",
|
|
6453
|
+
"description": "map, navigate, plan, location",
|
|
6364
6454
|
"size": "16",
|
|
6365
6455
|
"width": 16,
|
|
6366
6456
|
"height": 16
|
|
@@ -6441,7 +6531,7 @@
|
|
|
6441
6531
|
"id": "350:2516",
|
|
6442
6532
|
"fileName": "menu-24",
|
|
6443
6533
|
"iconName": "menu",
|
|
6444
|
-
"description": "menu, hamburger, navigation",
|
|
6534
|
+
"description": "menu, hamburger, navigation, list",
|
|
6445
6535
|
"size": "24",
|
|
6446
6536
|
"width": 24,
|
|
6447
6537
|
"height": 24
|
|
@@ -6450,7 +6540,7 @@
|
|
|
6450
6540
|
"id": "350:2520",
|
|
6451
6541
|
"fileName": "menu-16",
|
|
6452
6542
|
"iconName": "menu",
|
|
6453
|
-
"description": "menu, hamburger, navigation",
|
|
6543
|
+
"description": "menu, hamburger, navigation, list",
|
|
6454
6544
|
"size": "16",
|
|
6455
6545
|
"width": 16,
|
|
6456
6546
|
"height": 16
|
|
@@ -6477,7 +6567,7 @@
|
|
|
6477
6567
|
"id": "350:2551",
|
|
6478
6568
|
"fileName": "message-circle-24",
|
|
6479
6569
|
"iconName": "message-circle",
|
|
6480
|
-
"description": "message, chat",
|
|
6570
|
+
"description": "message, chat, conversation",
|
|
6481
6571
|
"size": "24",
|
|
6482
6572
|
"width": 24,
|
|
6483
6573
|
"height": 24
|
|
@@ -6486,7 +6576,7 @@
|
|
|
6486
6576
|
"id": "350:2553",
|
|
6487
6577
|
"fileName": "message-circle-16",
|
|
6488
6578
|
"iconName": "message-circle",
|
|
6489
|
-
"description": "message, chat",
|
|
6579
|
+
"description": "message, chat, conversation",
|
|
6490
6580
|
"size": "16",
|
|
6491
6581
|
"width": 16,
|
|
6492
6582
|
"height": 16
|
|
@@ -6495,7 +6585,7 @@
|
|
|
6495
6585
|
"id": "350:2560",
|
|
6496
6586
|
"fileName": "message-circle-fill-24",
|
|
6497
6587
|
"iconName": "message-circle-fill",
|
|
6498
|
-
"description": "message, chat, text",
|
|
6588
|
+
"description": "message, chat, text, conversation",
|
|
6499
6589
|
"size": "24",
|
|
6500
6590
|
"width": 24,
|
|
6501
6591
|
"height": 24
|
|
@@ -6504,7 +6594,7 @@
|
|
|
6504
6594
|
"id": "350:2565",
|
|
6505
6595
|
"fileName": "message-circle-fill-16",
|
|
6506
6596
|
"iconName": "message-circle-fill",
|
|
6507
|
-
"description": "message, chat, text",
|
|
6597
|
+
"description": "message, chat, text, conversation",
|
|
6508
6598
|
"size": "16",
|
|
6509
6599
|
"width": 16,
|
|
6510
6600
|
"height": 16
|
|
@@ -6513,7 +6603,7 @@
|
|
|
6513
6603
|
"id": "350:2574",
|
|
6514
6604
|
"fileName": "message-square-24",
|
|
6515
6605
|
"iconName": "message-square",
|
|
6516
|
-
"description": "message, chat",
|
|
6606
|
+
"description": "message, chat, conversation",
|
|
6517
6607
|
"size": "24",
|
|
6518
6608
|
"width": 24,
|
|
6519
6609
|
"height": 24
|
|
@@ -6522,7 +6612,7 @@
|
|
|
6522
6612
|
"id": "350:2576",
|
|
6523
6613
|
"fileName": "message-square-16",
|
|
6524
6614
|
"iconName": "message-square",
|
|
6525
|
-
"description": "message, chat",
|
|
6615
|
+
"description": "message, chat, conversation",
|
|
6526
6616
|
"size": "16",
|
|
6527
6617
|
"width": 16,
|
|
6528
6618
|
"height": 16
|
|
@@ -6531,7 +6621,7 @@
|
|
|
6531
6621
|
"id": "350:2582",
|
|
6532
6622
|
"fileName": "message-square-fill-24",
|
|
6533
6623
|
"iconName": "message-square-fill",
|
|
6534
|
-
"description": "message, chat, text",
|
|
6624
|
+
"description": "message, chat, text, conversation",
|
|
6535
6625
|
"size": "24",
|
|
6536
6626
|
"width": 24,
|
|
6537
6627
|
"height": 24
|
|
@@ -6540,7 +6630,7 @@
|
|
|
6540
6630
|
"id": "350:2587",
|
|
6541
6631
|
"fileName": "message-square-fill-16",
|
|
6542
6632
|
"iconName": "message-square-fill",
|
|
6543
|
-
"description": "message, chat, text",
|
|
6633
|
+
"description": "message, chat, text, conversation",
|
|
6544
6634
|
"size": "16",
|
|
6545
6635
|
"width": 16,
|
|
6546
6636
|
"height": 16
|
|
@@ -6549,7 +6639,7 @@
|
|
|
6549
6639
|
"id": "350:2596",
|
|
6550
6640
|
"fileName": "mic-24",
|
|
6551
6641
|
"iconName": "mic",
|
|
6552
|
-
"description": "microphone",
|
|
6642
|
+
"description": "microphone, voice, speak",
|
|
6553
6643
|
"size": "24",
|
|
6554
6644
|
"width": 24,
|
|
6555
6645
|
"height": 24
|
|
@@ -6558,7 +6648,7 @@
|
|
|
6558
6648
|
"id": "350:2601",
|
|
6559
6649
|
"fileName": "mic-16",
|
|
6560
6650
|
"iconName": "mic",
|
|
6561
|
-
"description": "microphone",
|
|
6651
|
+
"description": "microphone, voice, speak",
|
|
6562
6652
|
"size": "16",
|
|
6563
6653
|
"width": 16,
|
|
6564
6654
|
"height": 16
|
|
@@ -6567,7 +6657,7 @@
|
|
|
6567
6657
|
"id": "350:2610",
|
|
6568
6658
|
"fileName": "mic-off-24",
|
|
6569
6659
|
"iconName": "mic-off",
|
|
6570
|
-
"description": "microphone, off, disabled",
|
|
6660
|
+
"description": "microphone, off, disabled, voice",
|
|
6571
6661
|
"size": "24",
|
|
6572
6662
|
"width": 24,
|
|
6573
6663
|
"height": 24
|
|
@@ -6576,7 +6666,7 @@
|
|
|
6576
6666
|
"id": "350:2616",
|
|
6577
6667
|
"fileName": "mic-off-16",
|
|
6578
6668
|
"iconName": "mic-off",
|
|
6579
|
-
"description": "microphone, off, disabled",
|
|
6669
|
+
"description": "microphone, off, disabled, voice",
|
|
6580
6670
|
"size": "16",
|
|
6581
6671
|
"width": 16,
|
|
6582
6672
|
"height": 16
|
|
@@ -6783,7 +6873,7 @@
|
|
|
6783
6873
|
"id": "350:2752",
|
|
6784
6874
|
"fileName": "monitor-24",
|
|
6785
6875
|
"iconName": "monitor",
|
|
6786
|
-
"description": "monitor, display, screen",
|
|
6876
|
+
"description": "monitor, display, screen, desktop, computer",
|
|
6787
6877
|
"size": "24",
|
|
6788
6878
|
"width": 24,
|
|
6789
6879
|
"height": 24
|
|
@@ -6792,7 +6882,7 @@
|
|
|
6792
6882
|
"id": "350:2756",
|
|
6793
6883
|
"fileName": "monitor-16",
|
|
6794
6884
|
"iconName": "monitor",
|
|
6795
|
-
"description": "monitor, display, screen",
|
|
6885
|
+
"description": "monitor, display, screen, desktop, computer",
|
|
6796
6886
|
"size": "16",
|
|
6797
6887
|
"width": 16,
|
|
6798
6888
|
"height": 16
|
|
@@ -7035,7 +7125,7 @@
|
|
|
7035
7125
|
"id": "350:2925",
|
|
7036
7126
|
"fileName": "org-24",
|
|
7037
7127
|
"iconName": "org",
|
|
7038
|
-
"description": "organization, team, group, company",
|
|
7128
|
+
"description": "organization, team, group, company, global",
|
|
7039
7129
|
"size": "24",
|
|
7040
7130
|
"width": 24,
|
|
7041
7131
|
"height": 24
|
|
@@ -7044,7 +7134,7 @@
|
|
|
7044
7134
|
"id": "350:2935",
|
|
7045
7135
|
"fileName": "org-16",
|
|
7046
7136
|
"iconName": "org",
|
|
7047
|
-
"description": "organization, team, group, company",
|
|
7137
|
+
"description": "organization, team, group, company, global",
|
|
7048
7138
|
"size": "16",
|
|
7049
7139
|
"width": 16,
|
|
7050
7140
|
"height": 16
|
|
@@ -7071,7 +7161,7 @@
|
|
|
7071
7161
|
"id": "350:2973",
|
|
7072
7162
|
"fileName": "package-24",
|
|
7073
7163
|
"iconName": "package",
|
|
7074
|
-
"description": "package, dependency, box",
|
|
7164
|
+
"description": "package, dependency, box, build",
|
|
7075
7165
|
"size": "24",
|
|
7076
7166
|
"width": 24,
|
|
7077
7167
|
"height": 24
|
|
@@ -7080,7 +7170,7 @@
|
|
|
7080
7170
|
"id": "350:2978",
|
|
7081
7171
|
"fileName": "package-16",
|
|
7082
7172
|
"iconName": "package",
|
|
7083
|
-
"description": "package, dependency, box",
|
|
7173
|
+
"description": "package, dependency, box, build",
|
|
7084
7174
|
"size": "16",
|
|
7085
7175
|
"width": 16,
|
|
7086
7176
|
"height": 16
|
|
@@ -7197,7 +7287,7 @@
|
|
|
7197
7287
|
"id": "350:3066",
|
|
7198
7288
|
"fileName": "phone-24",
|
|
7199
7289
|
"iconName": "phone",
|
|
7200
|
-
"description": "phone, telephone",
|
|
7290
|
+
"description": "phone, telephone, communication, conversation",
|
|
7201
7291
|
"size": "24",
|
|
7202
7292
|
"width": 24,
|
|
7203
7293
|
"height": 24
|
|
@@ -7206,7 +7296,7 @@
|
|
|
7206
7296
|
"id": "350:3068",
|
|
7207
7297
|
"fileName": "phone-16",
|
|
7208
7298
|
"iconName": "phone",
|
|
7209
|
-
"description": "phone, telephone",
|
|
7299
|
+
"description": "phone, telephone, communication, conversation",
|
|
7210
7300
|
"size": "16",
|
|
7211
7301
|
"width": 16,
|
|
7212
7302
|
"height": 16
|
|
@@ -7215,7 +7305,7 @@
|
|
|
7215
7305
|
"id": "350:3074",
|
|
7216
7306
|
"fileName": "phone-call-24",
|
|
7217
7307
|
"iconName": "phone-call",
|
|
7218
|
-
"description": "phone, telephone",
|
|
7308
|
+
"description": "phone, telephone, communication, conversation",
|
|
7219
7309
|
"size": "24",
|
|
7220
7310
|
"width": 24,
|
|
7221
7311
|
"height": 24
|
|
@@ -7224,7 +7314,7 @@
|
|
|
7224
7314
|
"id": "350:3077",
|
|
7225
7315
|
"fileName": "phone-call-16",
|
|
7226
7316
|
"iconName": "phone-call",
|
|
7227
|
-
"description": "phone, telephone",
|
|
7317
|
+
"description": "phone, telephone, communication, conversation",
|
|
7228
7318
|
"size": "16",
|
|
7229
7319
|
"width": 16,
|
|
7230
7320
|
"height": 16
|
|
@@ -7233,7 +7323,7 @@
|
|
|
7233
7323
|
"id": "350:3084",
|
|
7234
7324
|
"fileName": "phone-off-24",
|
|
7235
7325
|
"iconName": "phone-off",
|
|
7236
|
-
"description": "phone, telephone, off, disabled",
|
|
7326
|
+
"description": "phone, telephone, off, disabled, communication, conversation",
|
|
7237
7327
|
"size": "24",
|
|
7238
7328
|
"width": 24,
|
|
7239
7329
|
"height": 24
|
|
@@ -7242,7 +7332,7 @@
|
|
|
7242
7332
|
"id": "350:3087",
|
|
7243
7333
|
"fileName": "phone-off-16",
|
|
7244
7334
|
"iconName": "phone-off",
|
|
7245
|
-
"description": "phone, telephone, off, disabled",
|
|
7335
|
+
"description": "phone, telephone, off, disabled, communication, conversation",
|
|
7246
7336
|
"size": "16",
|
|
7247
7337
|
"width": 16,
|
|
7248
7338
|
"height": 16
|
|
@@ -7251,7 +7341,7 @@
|
|
|
7251
7341
|
"id": "350:3094",
|
|
7252
7342
|
"fileName": "pie-chart-24",
|
|
7253
7343
|
"iconName": "pie-chart",
|
|
7254
|
-
"description": "chart, pie, graph",
|
|
7344
|
+
"description": "chart, pie, graph, data",
|
|
7255
7345
|
"size": "24",
|
|
7256
7346
|
"width": 24,
|
|
7257
7347
|
"height": 24
|
|
@@ -7260,7 +7350,7 @@
|
|
|
7260
7350
|
"id": "350:3097",
|
|
7261
7351
|
"fileName": "pie-chart-16",
|
|
7262
7352
|
"iconName": "pie-chart",
|
|
7263
|
-
"description": "chart, pie, graph",
|
|
7353
|
+
"description": "chart, pie, graph, data",
|
|
7264
7354
|
"size": "16",
|
|
7265
7355
|
"width": 16,
|
|
7266
7356
|
"height": 16
|
|
@@ -7557,7 +7647,7 @@
|
|
|
7557
7647
|
"id": "350:3271",
|
|
7558
7648
|
"fileName": "repeat-24",
|
|
7559
7649
|
"iconName": "repeat",
|
|
7560
|
-
"description": "repeat, redo, process",
|
|
7650
|
+
"description": "repeat, redo, process, loop",
|
|
7561
7651
|
"size": "24",
|
|
7562
7652
|
"width": 24,
|
|
7563
7653
|
"height": 24
|
|
@@ -7566,7 +7656,7 @@
|
|
|
7566
7656
|
"id": "350:3276",
|
|
7567
7657
|
"fileName": "repeat-16",
|
|
7568
7658
|
"iconName": "repeat",
|
|
7569
|
-
"description": "repeat, redo, process",
|
|
7659
|
+
"description": "repeat, redo, process, loop",
|
|
7570
7660
|
"size": "16",
|
|
7571
7661
|
"width": 16,
|
|
7572
7662
|
"height": 16
|
|
@@ -7755,7 +7845,7 @@
|
|
|
7755
7845
|
"id": "350:3417",
|
|
7756
7846
|
"fileName": "search-24",
|
|
7757
7847
|
"iconName": "search",
|
|
7758
|
-
"description": "search, find",
|
|
7848
|
+
"description": "search, find, magnifier",
|
|
7759
7849
|
"size": "24",
|
|
7760
7850
|
"width": 24,
|
|
7761
7851
|
"height": 24
|
|
@@ -7764,7 +7854,7 @@
|
|
|
7764
7854
|
"id": "350:3420",
|
|
7765
7855
|
"fileName": "search-16",
|
|
7766
7856
|
"iconName": "search",
|
|
7767
|
-
"description": "search, find",
|
|
7857
|
+
"description": "search, find, magnifier",
|
|
7768
7858
|
"size": "16",
|
|
7769
7859
|
"width": 16,
|
|
7770
7860
|
"height": 16
|
|
@@ -7809,7 +7899,7 @@
|
|
|
7809
7899
|
"id": "350:3453",
|
|
7810
7900
|
"fileName": "serverless-24",
|
|
7811
7901
|
"iconName": "serverless",
|
|
7812
|
-
"description": "serverless, off, disabled",
|
|
7902
|
+
"description": "serverless, off, disabled, data",
|
|
7813
7903
|
"size": "24",
|
|
7814
7904
|
"width": 24,
|
|
7815
7905
|
"height": 24
|
|
@@ -7818,7 +7908,7 @@
|
|
|
7818
7908
|
"id": "350:3458",
|
|
7819
7909
|
"fileName": "serverless-16",
|
|
7820
7910
|
"iconName": "serverless",
|
|
7821
|
-
"description": "serverless, off, disabled",
|
|
7911
|
+
"description": "serverless, off, disabled, data",
|
|
7822
7912
|
"size": "16",
|
|
7823
7913
|
"width": 16,
|
|
7824
7914
|
"height": 16
|
|
@@ -7899,7 +7989,7 @@
|
|
|
7899
7989
|
"id": "350:3523",
|
|
7900
7990
|
"fileName": "shield-24",
|
|
7901
7991
|
"iconName": "shield",
|
|
7902
|
-
"description": "shield, secure, protect",
|
|
7992
|
+
"description": "shield, secure, protect, privacy",
|
|
7903
7993
|
"size": "24",
|
|
7904
7994
|
"width": 24,
|
|
7905
7995
|
"height": 24
|
|
@@ -7908,7 +7998,7 @@
|
|
|
7908
7998
|
"id": "350:3525",
|
|
7909
7999
|
"fileName": "shield-16",
|
|
7910
8000
|
"iconName": "shield",
|
|
7911
|
-
"description": "shield, secure, protect",
|
|
8001
|
+
"description": "shield, secure, protect, privacy",
|
|
7912
8002
|
"size": "16",
|
|
7913
8003
|
"width": 16,
|
|
7914
8004
|
"height": 16
|
|
@@ -7917,7 +8007,7 @@
|
|
|
7917
8007
|
"id": "350:3531",
|
|
7918
8008
|
"fileName": "shield-alert-24",
|
|
7919
8009
|
"iconName": "shield-alert",
|
|
7920
|
-
"description": "shield, secure, protect, issue, alert",
|
|
8010
|
+
"description": "shield, secure, protect, issue, alert, privacy",
|
|
7921
8011
|
"size": "24",
|
|
7922
8012
|
"width": 24,
|
|
7923
8013
|
"height": 24
|
|
@@ -7926,7 +8016,7 @@
|
|
|
7926
8016
|
"id": "350:3535",
|
|
7927
8017
|
"fileName": "shield-alert-16",
|
|
7928
8018
|
"iconName": "shield-alert",
|
|
7929
|
-
"description": "shield, secure, protect, issue, alert",
|
|
8019
|
+
"description": "shield, secure, protect, issue, alert, privacy",
|
|
7930
8020
|
"size": "16",
|
|
7931
8021
|
"width": 16,
|
|
7932
8022
|
"height": 16
|
|
@@ -7935,7 +8025,7 @@
|
|
|
7935
8025
|
"id": "350:3544",
|
|
7936
8026
|
"fileName": "shield-check-24",
|
|
7937
8027
|
"iconName": "shield-check",
|
|
7938
|
-
"description": "shield, secure, protect, check, success",
|
|
8028
|
+
"description": "shield, secure, protect, check, success, privacy",
|
|
7939
8029
|
"size": "24",
|
|
7940
8030
|
"width": 24,
|
|
7941
8031
|
"height": 24
|
|
@@ -7944,7 +8034,7 @@
|
|
|
7944
8034
|
"id": "350:3548",
|
|
7945
8035
|
"fileName": "shield-check-16",
|
|
7946
8036
|
"iconName": "shield-check",
|
|
7947
|
-
"description": "shield, secure, protect, check, success",
|
|
8037
|
+
"description": "shield, secure, protect, check, success, privacy",
|
|
7948
8038
|
"size": "16",
|
|
7949
8039
|
"width": 16,
|
|
7950
8040
|
"height": 16
|
|
@@ -7953,7 +8043,7 @@
|
|
|
7953
8043
|
"id": "350:3557",
|
|
7954
8044
|
"fileName": "shield-off-24",
|
|
7955
8045
|
"iconName": "shield-off",
|
|
7956
|
-
"description": "shield, secure, protect, off, disabled",
|
|
8046
|
+
"description": "shield, secure, protect, off, disabled, privacy",
|
|
7957
8047
|
"size": "24",
|
|
7958
8048
|
"width": 24,
|
|
7959
8049
|
"height": 24
|
|
@@ -7962,7 +8052,7 @@
|
|
|
7962
8052
|
"id": "350:3560",
|
|
7963
8053
|
"fileName": "shield-off-16",
|
|
7964
8054
|
"iconName": "shield-off",
|
|
7965
|
-
"description": "shield, secure, protect, off, disabled",
|
|
8055
|
+
"description": "shield, secure, protect, off, disabled, privacy",
|
|
7966
8056
|
"size": "16",
|
|
7967
8057
|
"width": 16,
|
|
7968
8058
|
"height": 16
|
|
@@ -7971,7 +8061,7 @@
|
|
|
7971
8061
|
"id": "350:3567",
|
|
7972
8062
|
"fileName": "shield-x-24",
|
|
7973
8063
|
"iconName": "shield-x",
|
|
7974
|
-
"description": "shield, secure, protect, error",
|
|
8064
|
+
"description": "shield, secure, protect, error, privacy",
|
|
7975
8065
|
"size": "24",
|
|
7976
8066
|
"width": 24,
|
|
7977
8067
|
"height": 24
|
|
@@ -7980,7 +8070,7 @@
|
|
|
7980
8070
|
"id": "350:3571",
|
|
7981
8071
|
"fileName": "shield-x-16",
|
|
7982
8072
|
"iconName": "shield-x",
|
|
7983
|
-
"description": "shield, secure, protect, error",
|
|
8073
|
+
"description": "shield, secure, protect, error, privacy",
|
|
7984
8074
|
"size": "16",
|
|
7985
8075
|
"width": 16,
|
|
7986
8076
|
"height": 16
|
|
@@ -8043,7 +8133,7 @@
|
|
|
8043
8133
|
"id": "350:3619",
|
|
8044
8134
|
"fileName": "sidebar-24",
|
|
8045
8135
|
"iconName": "sidebar",
|
|
8046
|
-
"description": "layout, sidebar",
|
|
8136
|
+
"description": "layout, sidebar, navigation",
|
|
8047
8137
|
"size": "24",
|
|
8048
8138
|
"width": 24,
|
|
8049
8139
|
"height": 24
|
|
@@ -8052,7 +8142,7 @@
|
|
|
8052
8142
|
"id": "350:3622",
|
|
8053
8143
|
"fileName": "sidebar-16",
|
|
8054
8144
|
"iconName": "sidebar",
|
|
8055
|
-
"description": "layout, sidebar",
|
|
8145
|
+
"description": "layout, sidebar, navigation",
|
|
8056
8146
|
"size": "16",
|
|
8057
8147
|
"width": 16,
|
|
8058
8148
|
"height": 16
|
|
@@ -8061,7 +8151,7 @@
|
|
|
8061
8151
|
"id": "350:3629",
|
|
8062
8152
|
"fileName": "sidebar-hide-24",
|
|
8063
8153
|
"iconName": "sidebar-hide",
|
|
8064
|
-
"description": "layout, sidebar, hide, collapse",
|
|
8154
|
+
"description": "layout, sidebar, hide, collapse, navigation",
|
|
8065
8155
|
"size": "24",
|
|
8066
8156
|
"width": 24,
|
|
8067
8157
|
"height": 24
|
|
@@ -8070,7 +8160,7 @@
|
|
|
8070
8160
|
"id": "350:3633",
|
|
8071
8161
|
"fileName": "sidebar-hide-16",
|
|
8072
8162
|
"iconName": "sidebar-hide",
|
|
8073
|
-
"description": "layout, sidebar, hide, collapse",
|
|
8163
|
+
"description": "layout, sidebar, hide, collapse, navigation",
|
|
8074
8164
|
"size": "16",
|
|
8075
8165
|
"width": 16,
|
|
8076
8166
|
"height": 16
|
|
@@ -8079,7 +8169,7 @@
|
|
|
8079
8169
|
"id": "350:3642",
|
|
8080
8170
|
"fileName": "sidebar-show-24",
|
|
8081
8171
|
"iconName": "sidebar-show",
|
|
8082
|
-
"description": "layout, sidebar, show, expand",
|
|
8172
|
+
"description": "layout, sidebar, show, expand, navigation",
|
|
8083
8173
|
"size": "24",
|
|
8084
8174
|
"width": 24,
|
|
8085
8175
|
"height": 24
|
|
@@ -8088,7 +8178,7 @@
|
|
|
8088
8178
|
"id": "350:3646",
|
|
8089
8179
|
"fileName": "sidebar-show-16",
|
|
8090
8180
|
"iconName": "sidebar-show",
|
|
8091
|
-
"description": "layout, sidebar, show, expand",
|
|
8181
|
+
"description": "layout, sidebar, show, expand, navigation",
|
|
8092
8182
|
"size": "16",
|
|
8093
8183
|
"width": 16,
|
|
8094
8184
|
"height": 16
|
|
@@ -8097,7 +8187,7 @@
|
|
|
8097
8187
|
"id": "350:3655",
|
|
8098
8188
|
"fileName": "sign-in-24",
|
|
8099
8189
|
"iconName": "sign-in",
|
|
8100
|
-
"description": "login, signin, enter",
|
|
8190
|
+
"description": "login, signin, enter, access",
|
|
8101
8191
|
"size": "24",
|
|
8102
8192
|
"width": 24,
|
|
8103
8193
|
"height": 24
|
|
@@ -8106,7 +8196,7 @@
|
|
|
8106
8196
|
"id": "350:3659",
|
|
8107
8197
|
"fileName": "sign-in-16",
|
|
8108
8198
|
"iconName": "sign-in",
|
|
8109
|
-
"description": "login, signin, enter",
|
|
8199
|
+
"description": "login, signin, enter, access",
|
|
8110
8200
|
"size": "16",
|
|
8111
8201
|
"width": 16,
|
|
8112
8202
|
"height": 16
|
|
@@ -8115,7 +8205,7 @@
|
|
|
8115
8205
|
"id": "350:3667",
|
|
8116
8206
|
"fileName": "sign-out-24",
|
|
8117
8207
|
"iconName": "sign-out",
|
|
8118
|
-
"description": "logout, signout, leave, exit",
|
|
8208
|
+
"description": "logout, signout, leave, exit, access",
|
|
8119
8209
|
"size": "24",
|
|
8120
8210
|
"width": 24,
|
|
8121
8211
|
"height": 24
|
|
@@ -8124,7 +8214,7 @@
|
|
|
8124
8214
|
"id": "350:3671",
|
|
8125
8215
|
"fileName": "sign-out-16",
|
|
8126
8216
|
"iconName": "sign-out",
|
|
8127
|
-
"description": "logout, signout, leave, exit",
|
|
8217
|
+
"description": "logout, signout, leave, exit, access",
|
|
8128
8218
|
"size": "16",
|
|
8129
8219
|
"width": 16,
|
|
8130
8220
|
"height": 16
|
|
@@ -8223,7 +8313,7 @@
|
|
|
8223
8313
|
"id": "350:3730",
|
|
8224
8314
|
"fileName": "sliders-24",
|
|
8225
8315
|
"iconName": "sliders",
|
|
8226
|
-
"description": "sliders, options, preferences, customize",
|
|
8316
|
+
"description": "sliders, options, preferences, customize, options",
|
|
8227
8317
|
"size": "24",
|
|
8228
8318
|
"width": 24,
|
|
8229
8319
|
"height": 24
|
|
@@ -8232,7 +8322,7 @@
|
|
|
8232
8322
|
"id": "350:3740",
|
|
8233
8323
|
"fileName": "sliders-16",
|
|
8234
8324
|
"iconName": "sliders",
|
|
8235
|
-
"description": "sliders, options, preferences, customize",
|
|
8325
|
+
"description": "sliders, options, preferences, customize, options",
|
|
8236
8326
|
"size": "16",
|
|
8237
8327
|
"width": 16,
|
|
8238
8328
|
"height": 16
|
|
@@ -8241,7 +8331,7 @@
|
|
|
8241
8331
|
"id": "350:3754",
|
|
8242
8332
|
"fileName": "smartphone-24",
|
|
8243
8333
|
"iconName": "smartphone",
|
|
8244
|
-
"description": "phone, device",
|
|
8334
|
+
"description": "phone, device, mobile",
|
|
8245
8335
|
"size": "24",
|
|
8246
8336
|
"width": 24,
|
|
8247
8337
|
"height": 24
|
|
@@ -8250,7 +8340,7 @@
|
|
|
8250
8340
|
"id": "350:3757",
|
|
8251
8341
|
"fileName": "smartphone-16",
|
|
8252
8342
|
"iconName": "smartphone",
|
|
8253
|
-
"description": "phone, device",
|
|
8343
|
+
"description": "phone, device, mobile",
|
|
8254
8344
|
"size": "16",
|
|
8255
8345
|
"width": 16,
|
|
8256
8346
|
"height": 16
|
|
@@ -8511,7 +8601,7 @@
|
|
|
8511
8601
|
"id": "350:3933",
|
|
8512
8602
|
"fileName": "support-24",
|
|
8513
8603
|
"iconName": "support",
|
|
8514
|
-
"description": "lifebuoy, help, support",
|
|
8604
|
+
"description": "lifebuoy, help, support, question, service, information, assistance",
|
|
8515
8605
|
"size": "24",
|
|
8516
8606
|
"width": 24,
|
|
8517
8607
|
"height": 24
|
|
@@ -8520,7 +8610,7 @@
|
|
|
8520
8610
|
"id": "350:3940",
|
|
8521
8611
|
"fileName": "support-16",
|
|
8522
8612
|
"iconName": "support",
|
|
8523
|
-
"description": "lifebuoy, help, support",
|
|
8613
|
+
"description": "lifebuoy, help, support, question, service, information, assistance",
|
|
8524
8614
|
"size": "16",
|
|
8525
8615
|
"width": 16,
|
|
8526
8616
|
"height": 16
|
|
@@ -8637,7 +8727,7 @@
|
|
|
8637
8727
|
"id": "350:4051",
|
|
8638
8728
|
"fileName": "tablet-24",
|
|
8639
8729
|
"iconName": "tablet",
|
|
8640
|
-
"description": "tablet, device",
|
|
8730
|
+
"description": "tablet, device, mobile",
|
|
8641
8731
|
"size": "24",
|
|
8642
8732
|
"width": 24,
|
|
8643
8733
|
"height": 24
|
|
@@ -8646,7 +8736,7 @@
|
|
|
8646
8736
|
"id": "350:4054",
|
|
8647
8737
|
"fileName": "tablet-16",
|
|
8648
8738
|
"iconName": "tablet",
|
|
8649
|
-
"description": "tablet, device",
|
|
8739
|
+
"description": "tablet, device, mobile",
|
|
8650
8740
|
"size": "16",
|
|
8651
8741
|
"width": 16,
|
|
8652
8742
|
"height": 16
|
|
@@ -8655,7 +8745,7 @@
|
|
|
8655
8745
|
"id": "350:4061",
|
|
8656
8746
|
"fileName": "tag-24",
|
|
8657
8747
|
"iconName": "tag",
|
|
8658
|
-
"description": "tag, label",
|
|
8748
|
+
"description": "tag, label, category",
|
|
8659
8749
|
"size": "24",
|
|
8660
8750
|
"width": 24,
|
|
8661
8751
|
"height": 24
|
|
@@ -8664,7 +8754,7 @@
|
|
|
8664
8754
|
"id": "350:4064",
|
|
8665
8755
|
"fileName": "tag-16",
|
|
8666
8756
|
"iconName": "tag",
|
|
8667
|
-
"description": "tag, label",
|
|
8757
|
+
"description": "tag, label, category",
|
|
8668
8758
|
"size": "16",
|
|
8669
8759
|
"width": 16,
|
|
8670
8760
|
"height": 16
|
|
@@ -8691,7 +8781,7 @@
|
|
|
8691
8781
|
"id": "350:4083",
|
|
8692
8782
|
"fileName": "terminal-24",
|
|
8693
8783
|
"iconName": "terminal",
|
|
8694
|
-
"description": "terminal, code, cli",
|
|
8784
|
+
"description": "terminal, code, cli, programming",
|
|
8695
8785
|
"size": "24",
|
|
8696
8786
|
"width": 24,
|
|
8697
8787
|
"height": 24
|
|
@@ -8700,7 +8790,7 @@
|
|
|
8700
8790
|
"id": "350:4086",
|
|
8701
8791
|
"fileName": "terminal-16",
|
|
8702
8792
|
"iconName": "terminal",
|
|
8703
|
-
"description": "terminal, code, cli",
|
|
8793
|
+
"description": "terminal, code, cli, programming",
|
|
8704
8794
|
"size": "16",
|
|
8705
8795
|
"width": 16,
|
|
8706
8796
|
"height": 16
|
|
@@ -8709,7 +8799,7 @@
|
|
|
8709
8799
|
"id": "350:4094",
|
|
8710
8800
|
"fileName": "terminal-screen-24",
|
|
8711
8801
|
"iconName": "terminal-screen",
|
|
8712
|
-
"description": "terminal, code, cli, interactive",
|
|
8802
|
+
"description": "terminal, code, cli, interactive, programming",
|
|
8713
8803
|
"size": "24",
|
|
8714
8804
|
"width": 24,
|
|
8715
8805
|
"height": 24
|
|
@@ -8718,7 +8808,7 @@
|
|
|
8718
8808
|
"id": "350:4098",
|
|
8719
8809
|
"fileName": "terminal-screen-16",
|
|
8720
8810
|
"iconName": "terminal-screen",
|
|
8721
|
-
"description": "terminal, code, cli, interactive",
|
|
8811
|
+
"description": "terminal, code, cli, interactive, programming",
|
|
8722
8812
|
"size": "16",
|
|
8723
8813
|
"width": 16,
|
|
8724
8814
|
"height": 16
|
|
@@ -8727,7 +8817,7 @@
|
|
|
8727
8817
|
"id": "1845:66",
|
|
8728
8818
|
"fileName": "test-24",
|
|
8729
8819
|
"iconName": "test",
|
|
8730
|
-
"description": "
|
|
8820
|
+
"description": "test, check, delay, waiting",
|
|
8731
8821
|
"size": "24",
|
|
8732
8822
|
"width": 24,
|
|
8733
8823
|
"height": 24
|
|
@@ -8736,7 +8826,7 @@
|
|
|
8736
8826
|
"id": "1845:71",
|
|
8737
8827
|
"fileName": "test-16",
|
|
8738
8828
|
"iconName": "test",
|
|
8739
|
-
"description": "
|
|
8829
|
+
"description": "test, check, delay, waiting",
|
|
8740
8830
|
"size": "16",
|
|
8741
8831
|
"width": 16,
|
|
8742
8832
|
"height": 16
|
|
@@ -9069,7 +9159,7 @@
|
|
|
9069
9159
|
"id": "350:4307",
|
|
9070
9160
|
"fileName": "upload-24",
|
|
9071
9161
|
"iconName": "upload",
|
|
9072
|
-
"description": "upload",
|
|
9162
|
+
"description": "upload, data, file, import",
|
|
9073
9163
|
"size": "24",
|
|
9074
9164
|
"width": 24,
|
|
9075
9165
|
"height": 24
|
|
@@ -9078,7 +9168,7 @@
|
|
|
9078
9168
|
"id": "350:4311",
|
|
9079
9169
|
"fileName": "upload-16",
|
|
9080
9170
|
"iconName": "upload",
|
|
9081
|
-
"description": "upload",
|
|
9171
|
+
"description": "upload, data, file, import",
|
|
9082
9172
|
"size": "16",
|
|
9083
9173
|
"width": 16,
|
|
9084
9174
|
"height": 16
|
|
@@ -9087,7 +9177,7 @@
|
|
|
9087
9177
|
"id": "350:4319",
|
|
9088
9178
|
"fileName": "user-24",
|
|
9089
9179
|
"iconName": "user",
|
|
9090
|
-
"description": "user, person",
|
|
9180
|
+
"description": "user, person, profile",
|
|
9091
9181
|
"size": "24",
|
|
9092
9182
|
"width": 24,
|
|
9093
9183
|
"height": 24
|
|
@@ -9096,7 +9186,7 @@
|
|
|
9096
9186
|
"id": "350:4322",
|
|
9097
9187
|
"fileName": "user-16",
|
|
9098
9188
|
"iconName": "user",
|
|
9099
|
-
"description": "user, person",
|
|
9189
|
+
"description": "user, person, profile",
|
|
9100
9190
|
"size": "16",
|
|
9101
9191
|
"width": 16,
|
|
9102
9192
|
"height": 16
|
|
@@ -9105,7 +9195,7 @@
|
|
|
9105
9195
|
"id": "350:4329",
|
|
9106
9196
|
"fileName": "user-check-24",
|
|
9107
9197
|
"iconName": "user-check",
|
|
9108
|
-
"description": "user, person, check, success",
|
|
9198
|
+
"description": "user, person, check, success, profile",
|
|
9109
9199
|
"size": "24",
|
|
9110
9200
|
"width": 24,
|
|
9111
9201
|
"height": 24
|
|
@@ -9114,7 +9204,7 @@
|
|
|
9114
9204
|
"id": "350:4334",
|
|
9115
9205
|
"fileName": "user-check-16",
|
|
9116
9206
|
"iconName": "user-check",
|
|
9117
|
-
"description": "user, person, check, success",
|
|
9207
|
+
"description": "user, person, check, success, profile",
|
|
9118
9208
|
"size": "16",
|
|
9119
9209
|
"width": 16,
|
|
9120
9210
|
"height": 16
|
|
@@ -9123,7 +9213,7 @@
|
|
|
9123
9213
|
"id": "350:4343",
|
|
9124
9214
|
"fileName": "user-circle-24",
|
|
9125
9215
|
"iconName": "user-circle",
|
|
9126
|
-
"description": "user, person, avatar, circle",
|
|
9216
|
+
"description": "user, person, avatar, circle, profile",
|
|
9127
9217
|
"size": "24",
|
|
9128
9218
|
"width": 24,
|
|
9129
9219
|
"height": 24
|
|
@@ -9132,7 +9222,7 @@
|
|
|
9132
9222
|
"id": "350:4347",
|
|
9133
9223
|
"fileName": "user-circle-16",
|
|
9134
9224
|
"iconName": "user-circle",
|
|
9135
|
-
"description": "user, person, avatar, circle",
|
|
9225
|
+
"description": "user, person, avatar, circle, profile",
|
|
9136
9226
|
"size": "16",
|
|
9137
9227
|
"width": 16,
|
|
9138
9228
|
"height": 16
|
|
@@ -9141,7 +9231,7 @@
|
|
|
9141
9231
|
"id": "350:4356",
|
|
9142
9232
|
"fileName": "user-circle-fill-24",
|
|
9143
9233
|
"iconName": "user-circle-fill",
|
|
9144
|
-
"description": "user, person, avatar, circle",
|
|
9234
|
+
"description": "user, person, avatar, circle, profile",
|
|
9145
9235
|
"size": "24",
|
|
9146
9236
|
"width": 24,
|
|
9147
9237
|
"height": 24
|
|
@@ -9150,7 +9240,7 @@
|
|
|
9150
9240
|
"id": "350:4361",
|
|
9151
9241
|
"fileName": "user-circle-fill-16",
|
|
9152
9242
|
"iconName": "user-circle-fill",
|
|
9153
|
-
"description": "user, person, avatar, circle",
|
|
9243
|
+
"description": "user, person, avatar, circle, profile",
|
|
9154
9244
|
"size": "16",
|
|
9155
9245
|
"width": 16,
|
|
9156
9246
|
"height": 16
|
|
@@ -9159,7 +9249,7 @@
|
|
|
9159
9249
|
"id": "350:4371",
|
|
9160
9250
|
"fileName": "user-minus-24",
|
|
9161
9251
|
"iconName": "user-minus",
|
|
9162
|
-
"description": "user, person, minus, remove",
|
|
9252
|
+
"description": "user, person, minus, remove, profile",
|
|
9163
9253
|
"size": "24",
|
|
9164
9254
|
"width": 24,
|
|
9165
9255
|
"height": 24
|
|
@@ -9168,7 +9258,7 @@
|
|
|
9168
9258
|
"id": "350:4375",
|
|
9169
9259
|
"fileName": "user-minus-16",
|
|
9170
9260
|
"iconName": "user-minus",
|
|
9171
|
-
"description": "user, person, minus, remove",
|
|
9261
|
+
"description": "user, person, minus, remove, profile",
|
|
9172
9262
|
"size": "16",
|
|
9173
9263
|
"width": 16,
|
|
9174
9264
|
"height": 16
|
|
@@ -9177,7 +9267,7 @@
|
|
|
9177
9267
|
"id": "350:4383",
|
|
9178
9268
|
"fileName": "user-plus-24",
|
|
9179
9269
|
"iconName": "user-plus",
|
|
9180
|
-
"description": "user, person, plus, new, create, add",
|
|
9270
|
+
"description": "user, person, plus, new, create, add, profile",
|
|
9181
9271
|
"size": "24",
|
|
9182
9272
|
"width": 24,
|
|
9183
9273
|
"height": 24
|
|
@@ -9186,7 +9276,7 @@
|
|
|
9186
9276
|
"id": "350:4388",
|
|
9187
9277
|
"fileName": "user-plus-16",
|
|
9188
9278
|
"iconName": "user-plus",
|
|
9189
|
-
"description": "user, person, plus, new, create, add",
|
|
9279
|
+
"description": "user, person, plus, new, create, add, profile",
|
|
9190
9280
|
"size": "16",
|
|
9191
9281
|
"width": 16,
|
|
9192
9282
|
"height": 16
|
|
@@ -9195,7 +9285,7 @@
|
|
|
9195
9285
|
"id": "350:4397",
|
|
9196
9286
|
"fileName": "user-x-24",
|
|
9197
9287
|
"iconName": "user-x",
|
|
9198
|
-
"description": "user, person, delete, remove",
|
|
9288
|
+
"description": "user, person, delete, remove, profile",
|
|
9199
9289
|
"size": "24",
|
|
9200
9290
|
"width": 24,
|
|
9201
9291
|
"height": 24
|
|
@@ -9204,7 +9294,7 @@
|
|
|
9204
9294
|
"id": "350:4402",
|
|
9205
9295
|
"fileName": "user-x-16",
|
|
9206
9296
|
"iconName": "user-x",
|
|
9207
|
-
"description": "user, person, delete, remove",
|
|
9297
|
+
"description": "user, person, delete, remove, profile",
|
|
9208
9298
|
"size": "16",
|
|
9209
9299
|
"width": 16,
|
|
9210
9300
|
"height": 16
|
|
@@ -9213,7 +9303,7 @@
|
|
|
9213
9303
|
"id": "350:4412",
|
|
9214
9304
|
"fileName": "users-24",
|
|
9215
9305
|
"iconName": "users",
|
|
9216
|
-
"description": "users, people, team, group",
|
|
9306
|
+
"description": "users, people, team, group, profile",
|
|
9217
9307
|
"size": "24",
|
|
9218
9308
|
"width": 24,
|
|
9219
9309
|
"height": 24
|
|
@@ -9222,7 +9312,7 @@
|
|
|
9222
9312
|
"id": "350:4417",
|
|
9223
9313
|
"fileName": "users-16",
|
|
9224
9314
|
"iconName": "users",
|
|
9225
|
-
"description": "users, people, team, group",
|
|
9315
|
+
"description": "users, people, team, group, profile",
|
|
9226
9316
|
"size": "16",
|
|
9227
9317
|
"width": 16,
|
|
9228
9318
|
"height": 16
|
|
@@ -9465,7 +9555,7 @@
|
|
|
9465
9555
|
"id": "350:4608",
|
|
9466
9556
|
"fileName": "wrench-24",
|
|
9467
9557
|
"iconName": "wrench",
|
|
9468
|
-
"description": "wrench, tool, adjust",
|
|
9558
|
+
"description": "wrench, tool, adjust, build",
|
|
9469
9559
|
"size": "24",
|
|
9470
9560
|
"width": 24,
|
|
9471
9561
|
"height": 24
|
|
@@ -9474,7 +9564,7 @@
|
|
|
9474
9564
|
"id": "350:4610",
|
|
9475
9565
|
"fileName": "wrench-16",
|
|
9476
9566
|
"iconName": "wrench",
|
|
9477
|
-
"description": "wrench, tool, adjust",
|
|
9567
|
+
"description": "wrench, tool, adjust, build",
|
|
9478
9568
|
"size": "16",
|
|
9479
9569
|
"width": 16,
|
|
9480
9570
|
"height": 16
|