@digital-ai/dot-components 1.20.0 → 1.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGE_LOG.md +74 -1
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +280 -281
- package/index.esm.js +148 -54
- package/index.umd.js +236 -116
- package/lib/components/auto-complete/AutoComplete.d.ts +9 -2
- package/lib/components/auto-complete/utils/helpers.d.ts +7 -1
- package/lib/components/avatar/Avatar.d.ts +3 -1
- package/lib/components/checkbox/CheckboxGroup.d.ts +1 -1
- package/lib/components/dynamic-form/utils/formHelpers.d.ts +1 -1
- package/lib/components/file-upload/FileListItem.d.ts +4 -2
- package/lib/components/file-upload/FileUpload.stories.data.d.ts +3 -2
- package/lib/components/file-upload/utils/helpers.d.ts +2 -1
- package/lib/components/inline-edit/InlineEdit.d.ts +5 -1
- package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +2 -0
- package/lib/components/input-form-fields/InputSelect.d.ts +2 -2
- package/lib/components/input-form-fields/InputText.d.ts +0 -2
- package/lib/components/pill/Pill.d.ts +9 -2
- package/lib/components/radio/RadioGroup.styles.d.ts +0 -4
- package/package.json +1 -1
package/fonts/selection.json
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"attrs": [{}],
|
|
10
10
|
"isMulticolor": false,
|
|
11
11
|
"isMulticolor2": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"tags": ["applications"],
|
|
13
|
+
"grid": 0
|
|
14
14
|
},
|
|
15
15
|
"attrs": [{}],
|
|
16
16
|
"properties": {
|
|
17
17
|
"order": 7,
|
|
18
|
-
"id":
|
|
18
|
+
"id": 0,
|
|
19
19
|
"name": "applications",
|
|
20
20
|
"prevSize": 32,
|
|
21
21
|
"code": 59907
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"attrs": [{}],
|
|
33
33
|
"isMulticolor": false,
|
|
34
34
|
"isMulticolor2": false,
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"tags": ["migration"],
|
|
36
|
+
"grid": 0
|
|
37
37
|
},
|
|
38
38
|
"attrs": [{}],
|
|
39
39
|
"properties": {
|
|
40
40
|
"order": 6,
|
|
41
|
-
"id":
|
|
41
|
+
"id": 1,
|
|
42
42
|
"name": "migration",
|
|
43
43
|
"prevSize": 32,
|
|
44
44
|
"code": 59908
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"attrs": [{}],
|
|
56
56
|
"isMulticolor": false,
|
|
57
57
|
"isMulticolor2": false,
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
"tags": ["cleanup"],
|
|
59
|
+
"grid": 0
|
|
60
60
|
},
|
|
61
61
|
"attrs": [{}],
|
|
62
62
|
"properties": {
|
|
63
63
|
"order": 5,
|
|
64
|
-
"id":
|
|
64
|
+
"id": 2,
|
|
65
65
|
"name": "cleanup",
|
|
66
66
|
"prevSize": 32,
|
|
67
67
|
"code": 59909
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"attrs": [{}],
|
|
79
79
|
"isMulticolor": false,
|
|
80
80
|
"isMulticolor2": false,
|
|
81
|
-
"
|
|
82
|
-
"
|
|
81
|
+
"tags": ["user-add"],
|
|
82
|
+
"grid": 0
|
|
83
83
|
},
|
|
84
84
|
"attrs": [{}],
|
|
85
85
|
"properties": {
|
|
86
86
|
"order": 4,
|
|
87
|
-
"id":
|
|
87
|
+
"id": 3,
|
|
88
88
|
"name": "user-add",
|
|
89
89
|
"prevSize": 32,
|
|
90
90
|
"code": 59910
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
"attrs": [{}],
|
|
102
102
|
"isMulticolor": false,
|
|
103
103
|
"isMulticolor2": false,
|
|
104
|
-
"
|
|
105
|
-
"
|
|
104
|
+
"tags": ["back-solid"],
|
|
105
|
+
"grid": 0
|
|
106
106
|
},
|
|
107
107
|
"attrs": [{}],
|
|
108
108
|
"properties": {
|
|
109
109
|
"order": 3,
|
|
110
|
-
"id":
|
|
110
|
+
"id": 4,
|
|
111
111
|
"name": "back-solid",
|
|
112
112
|
"prevSize": 32,
|
|
113
113
|
"code": 59911
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"attrs": [{}, {}],
|
|
126
126
|
"isMulticolor": false,
|
|
127
127
|
"isMulticolor2": false,
|
|
128
|
-
"
|
|
129
|
-
"
|
|
128
|
+
"tags": ["defect"],
|
|
129
|
+
"grid": 0
|
|
130
130
|
},
|
|
131
131
|
"attrs": [{}, {}],
|
|
132
132
|
"properties": {
|
|
133
133
|
"order": 2,
|
|
134
|
-
"id":
|
|
134
|
+
"id": 5,
|
|
135
135
|
"name": "defect",
|
|
136
136
|
"prevSize": 32,
|
|
137
137
|
"code": 59912
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"attrs": [{}],
|
|
155
155
|
"properties": {
|
|
156
156
|
"order": 969,
|
|
157
|
-
"id":
|
|
157
|
+
"id": 6,
|
|
158
158
|
"name": "singleproject",
|
|
159
159
|
"prevSize": 32,
|
|
160
160
|
"code": 59897
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"attrs": [{}],
|
|
178
178
|
"properties": {
|
|
179
179
|
"order": 970,
|
|
180
|
-
"id":
|
|
180
|
+
"id": 7,
|
|
181
181
|
"name": "share",
|
|
182
182
|
"prevSize": 32,
|
|
183
183
|
"code": 59898
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"attrs": [{}],
|
|
201
201
|
"properties": {
|
|
202
202
|
"order": 971,
|
|
203
|
-
"id":
|
|
203
|
+
"id": 8,
|
|
204
204
|
"name": "requesttemplate",
|
|
205
205
|
"prevSize": 32,
|
|
206
206
|
"code": 59899
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"attrs": [{}],
|
|
224
224
|
"properties": {
|
|
225
225
|
"order": 972,
|
|
226
|
-
"id":
|
|
226
|
+
"id": 9,
|
|
227
227
|
"name": "project",
|
|
228
228
|
"prevSize": 32,
|
|
229
229
|
"code": 59900
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"attrs": [{}],
|
|
247
247
|
"properties": {
|
|
248
248
|
"order": 973,
|
|
249
|
-
"id":
|
|
249
|
+
"id": 10,
|
|
250
250
|
"name": "progresstracker",
|
|
251
251
|
"prevSize": 32,
|
|
252
252
|
"code": 59901
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"attrs": [{}],
|
|
270
270
|
"properties": {
|
|
271
271
|
"order": 974,
|
|
272
|
-
"id":
|
|
272
|
+
"id": 11,
|
|
273
273
|
"name": "devops",
|
|
274
274
|
"prevSize": 32,
|
|
275
275
|
"code": 59902
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"attrs": [{}],
|
|
293
293
|
"properties": {
|
|
294
294
|
"order": 975,
|
|
295
|
-
"id":
|
|
295
|
+
"id": 12,
|
|
296
296
|
"name": "closedproject",
|
|
297
297
|
"prevSize": 32,
|
|
298
298
|
"code": 59903
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"attrs": [{}],
|
|
316
316
|
"properties": {
|
|
317
317
|
"order": 976,
|
|
318
|
-
"id":
|
|
318
|
+
"id": 13,
|
|
319
319
|
"name": "chess",
|
|
320
320
|
"prevSize": 32,
|
|
321
321
|
"code": 59904
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"attrs": [{}],
|
|
339
339
|
"properties": {
|
|
340
340
|
"order": 977,
|
|
341
|
-
"id":
|
|
341
|
+
"id": 14,
|
|
342
342
|
"name": "ball",
|
|
343
343
|
"prevSize": 32,
|
|
344
344
|
"code": 59905
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"attrs": [{}],
|
|
362
362
|
"properties": {
|
|
363
363
|
"order": 978,
|
|
364
|
-
"id":
|
|
364
|
+
"id": 15,
|
|
365
365
|
"name": "mobile",
|
|
366
366
|
"prevSize": 32,
|
|
367
367
|
"code": 59906
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"attrs": [{}],
|
|
385
385
|
"properties": {
|
|
386
386
|
"order": 953,
|
|
387
|
-
"id":
|
|
387
|
+
"id": 16,
|
|
388
388
|
"name": "ideaspace",
|
|
389
389
|
"prevSize": 32,
|
|
390
390
|
"code": 59870
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"attrs": [{}],
|
|
408
408
|
"properties": {
|
|
409
409
|
"order": 954,
|
|
410
|
-
"id":
|
|
410
|
+
"id": 17,
|
|
411
411
|
"name": "testtemplate",
|
|
412
412
|
"prevSize": 32,
|
|
413
413
|
"code": 59871
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"attrs": [{}, {}, {}],
|
|
433
433
|
"properties": {
|
|
434
434
|
"order": 955,
|
|
435
|
-
"id":
|
|
435
|
+
"id": 18,
|
|
436
436
|
"name": "regressionset",
|
|
437
437
|
"prevSize": 32,
|
|
438
438
|
"code": 59872
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"attrs": [{}],
|
|
456
456
|
"properties": {
|
|
457
457
|
"order": 956,
|
|
458
|
-
"id":
|
|
458
|
+
"id": 19,
|
|
459
459
|
"name": "testset",
|
|
460
460
|
"prevSize": 32,
|
|
461
461
|
"code": 59873
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"attrs": [{}],
|
|
479
479
|
"properties": {
|
|
480
480
|
"order": 957,
|
|
481
|
-
"id":
|
|
481
|
+
"id": 20,
|
|
482
482
|
"name": "forecast",
|
|
483
483
|
"prevSize": 32,
|
|
484
484
|
"code": 59874
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
"attrs": [{}],
|
|
502
502
|
"properties": {
|
|
503
503
|
"order": 958,
|
|
504
|
-
"id":
|
|
504
|
+
"id": 21,
|
|
505
505
|
"name": "bookmark",
|
|
506
506
|
"prevSize": 32,
|
|
507
507
|
"code": 59875
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"attrs": [{}],
|
|
525
525
|
"properties": {
|
|
526
526
|
"order": 959,
|
|
527
|
-
"id":
|
|
527
|
+
"id": 22,
|
|
528
528
|
"name": "forward",
|
|
529
529
|
"prevSize": 32,
|
|
530
530
|
"code": 59876
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
"attrs": [{}],
|
|
548
548
|
"properties": {
|
|
549
549
|
"order": 960,
|
|
550
|
-
"id":
|
|
550
|
+
"id": 23,
|
|
551
551
|
"name": "assetapp",
|
|
552
552
|
"prevSize": 32,
|
|
553
553
|
"code": 59877
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"attrs": [{}],
|
|
571
571
|
"properties": {
|
|
572
572
|
"order": 961,
|
|
573
|
-
"id":
|
|
573
|
+
"id": 24,
|
|
574
574
|
"name": "unbundle",
|
|
575
575
|
"prevSize": 32,
|
|
576
576
|
"code": 59878
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
"attrs": [{}, {}, {}],
|
|
596
596
|
"properties": {
|
|
597
597
|
"order": 962,
|
|
598
|
-
"id":
|
|
598
|
+
"id": 25,
|
|
599
599
|
"name": "stream",
|
|
600
600
|
"prevSize": 32,
|
|
601
601
|
"code": 59879
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"attrs": [{}, {}],
|
|
620
620
|
"properties": {
|
|
621
621
|
"order": 963,
|
|
622
|
-
"id":
|
|
622
|
+
"id": 26,
|
|
623
623
|
"name": "hourglass",
|
|
624
624
|
"prevSize": 32,
|
|
625
625
|
"code": 59880
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"attrs": [{}],
|
|
643
643
|
"properties": {
|
|
644
644
|
"order": 964,
|
|
645
|
-
"id":
|
|
645
|
+
"id": 27,
|
|
646
646
|
"name": "support",
|
|
647
647
|
"prevSize": 32,
|
|
648
648
|
"code": 59881
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"attrs": [{}, {}],
|
|
667
667
|
"properties": {
|
|
668
668
|
"order": 965,
|
|
669
|
-
"id":
|
|
669
|
+
"id": 28,
|
|
670
670
|
"name": "trophy",
|
|
671
671
|
"prevSize": 32,
|
|
672
672
|
"code": 59882
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"attrs": [{}],
|
|
690
690
|
"properties": {
|
|
691
691
|
"order": 966,
|
|
692
|
-
"id":
|
|
692
|
+
"id": 29,
|
|
693
693
|
"name": "regression",
|
|
694
694
|
"prevSize": 32,
|
|
695
695
|
"code": 59883
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
"attrs": [{}, {}, {}, {}],
|
|
716
716
|
"properties": {
|
|
717
717
|
"order": 952,
|
|
718
|
-
"id":
|
|
718
|
+
"id": 30,
|
|
719
719
|
"name": "tasktemplate",
|
|
720
720
|
"prevSize": 32,
|
|
721
721
|
"code": 59884
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"attrs": [{}, {}, {}, {}],
|
|
742
742
|
"properties": {
|
|
743
743
|
"order": 951,
|
|
744
|
-
"id":
|
|
744
|
+
"id": 31,
|
|
745
745
|
"name": "defecttemplate",
|
|
746
746
|
"prevSize": 32,
|
|
747
747
|
"code": 59885
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"attrs": [{}],
|
|
765
765
|
"properties": {
|
|
766
766
|
"order": 950,
|
|
767
|
-
"id":
|
|
767
|
+
"id": 32,
|
|
768
768
|
"name": "request",
|
|
769
769
|
"prevSize": 32,
|
|
770
770
|
"code": 59886
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"attrs": [{}],
|
|
788
788
|
"properties": {
|
|
789
789
|
"order": 949,
|
|
790
|
-
"id":
|
|
790
|
+
"id": 33,
|
|
791
791
|
"name": "activity",
|
|
792
792
|
"prevSize": 32,
|
|
793
793
|
"code": 59887
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
"attrs": [{}, {}, {}, {}],
|
|
814
814
|
"properties": {
|
|
815
815
|
"order": 948,
|
|
816
|
-
"id":
|
|
816
|
+
"id": 34,
|
|
817
817
|
"name": "bulb",
|
|
818
818
|
"prevSize": 32,
|
|
819
819
|
"code": 59888
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
"attrs": [{}, {}],
|
|
838
838
|
"properties": {
|
|
839
839
|
"order": 947,
|
|
840
|
-
"id":
|
|
840
|
+
"id": 35,
|
|
841
841
|
"name": "wallet",
|
|
842
842
|
"prevSize": 32,
|
|
843
843
|
"code": 59889
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"attrs": [{}, {}, {}, {}],
|
|
864
864
|
"properties": {
|
|
865
865
|
"order": 946,
|
|
866
|
-
"id":
|
|
866
|
+
"id": 36,
|
|
867
867
|
"name": "epic",
|
|
868
868
|
"prevSize": 32,
|
|
869
869
|
"code": 59890
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"attrs": [{}, {}, {}, {}, {}],
|
|
891
891
|
"properties": {
|
|
892
892
|
"order": 945,
|
|
893
|
-
"id":
|
|
893
|
+
"id": 37,
|
|
894
894
|
"name": "column-swap-right",
|
|
895
895
|
"prevSize": 32,
|
|
896
896
|
"code": 59891
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"attrs": [{}, {}, {}, {}, {}],
|
|
918
918
|
"properties": {
|
|
919
919
|
"order": 944,
|
|
920
|
-
"id":
|
|
920
|
+
"id": 38,
|
|
921
921
|
"name": "column-swap-left",
|
|
922
922
|
"prevSize": 32,
|
|
923
923
|
"code": 59892
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
"attrs": [{}, {}],
|
|
942
942
|
"properties": {
|
|
943
943
|
"order": 943,
|
|
944
|
-
"id":
|
|
944
|
+
"id": 39,
|
|
945
945
|
"name": "gears",
|
|
946
946
|
"prevSize": 32,
|
|
947
947
|
"code": 59893
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"attrs": [{}, {}, {}, {}, {}],
|
|
969
969
|
"properties": {
|
|
970
970
|
"order": 942,
|
|
971
|
-
"id":
|
|
971
|
+
"id": 40,
|
|
972
972
|
"name": "portfolioitemtemplate",
|
|
973
973
|
"prevSize": 32,
|
|
974
974
|
"code": 59894
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
"attrs": [{}],
|
|
992
992
|
"properties": {
|
|
993
993
|
"order": 941,
|
|
994
|
-
"id":
|
|
994
|
+
"id": 41,
|
|
995
995
|
"name": "storytemplate",
|
|
996
996
|
"prevSize": 32,
|
|
997
997
|
"code": 59895
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"attrs": [{}],
|
|
1015
1015
|
"properties": {
|
|
1016
1016
|
"order": 940,
|
|
1017
|
-
"id":
|
|
1017
|
+
"id": 42,
|
|
1018
1018
|
"name": "story",
|
|
1019
1019
|
"prevSize": 32,
|
|
1020
1020
|
"code": 59896
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
"attrs": [{}],
|
|
1038
1038
|
"properties": {
|
|
1039
1039
|
"order": 934,
|
|
1040
|
-
"id":
|
|
1040
|
+
"id": 43,
|
|
1041
1041
|
"name": "check-line",
|
|
1042
1042
|
"prevSize": 32,
|
|
1043
1043
|
"code": 59869
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
"attrs": [{}],
|
|
1061
1061
|
"properties": {
|
|
1062
1062
|
"order": 932,
|
|
1063
|
-
"id":
|
|
1063
|
+
"id": 44,
|
|
1064
1064
|
"name": "plugins",
|
|
1065
1065
|
"prevSize": 32,
|
|
1066
1066
|
"code": 59868
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"attrs": [{}],
|
|
1084
1084
|
"properties": {
|
|
1085
1085
|
"order": 931,
|
|
1086
|
-
"id":
|
|
1086
|
+
"id": 45,
|
|
1087
1087
|
"name": "integrations",
|
|
1088
1088
|
"prevSize": 32,
|
|
1089
1089
|
"code": 59867
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
"attrs": [{}],
|
|
1107
1107
|
"properties": {
|
|
1108
1108
|
"order": 930,
|
|
1109
|
-
"id":
|
|
1109
|
+
"id": 46,
|
|
1110
1110
|
"name": "line-graph",
|
|
1111
1111
|
"prevSize": 32,
|
|
1112
1112
|
"code": 59863
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"attrs": [{}],
|
|
1130
1130
|
"properties": {
|
|
1131
1131
|
"order": 929,
|
|
1132
|
-
"id":
|
|
1132
|
+
"id": 47,
|
|
1133
1133
|
"name": "rocket-filled",
|
|
1134
1134
|
"prevSize": 32,
|
|
1135
1135
|
"code": 59864
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
"attrs": [{}],
|
|
1153
1153
|
"properties": {
|
|
1154
1154
|
"order": 928,
|
|
1155
|
-
"id":
|
|
1155
|
+
"id": 48,
|
|
1156
1156
|
"name": "circle-check-outline",
|
|
1157
1157
|
"prevSize": 32,
|
|
1158
1158
|
"code": 59865
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"attrs": [{}],
|
|
1176
1176
|
"properties": {
|
|
1177
1177
|
"order": 927,
|
|
1178
|
-
"id":
|
|
1178
|
+
"id": 49,
|
|
1179
1179
|
"name": "circle-info-outline",
|
|
1180
1180
|
"prevSize": 32,
|
|
1181
1181
|
"code": 59866
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
"attrs": [{}],
|
|
1199
1199
|
"properties": {
|
|
1200
1200
|
"order": 926,
|
|
1201
|
-
"id":
|
|
1201
|
+
"id": 50,
|
|
1202
1202
|
"name": "Portfolio",
|
|
1203
1203
|
"prevSize": 32,
|
|
1204
1204
|
"code": 59862
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"attrs": [{}],
|
|
1222
1222
|
"properties": {
|
|
1223
1223
|
"order": 924,
|
|
1224
|
-
"id":
|
|
1224
|
+
"id": 51,
|
|
1225
1225
|
"name": "analytics",
|
|
1226
1226
|
"prevSize": 32,
|
|
1227
1227
|
"code": 59860
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
"attrs": [{}],
|
|
1245
1245
|
"properties": {
|
|
1246
1246
|
"order": 923,
|
|
1247
|
-
"id":
|
|
1247
|
+
"id": 52,
|
|
1248
1248
|
"name": "Increment",
|
|
1249
1249
|
"prevSize": 32,
|
|
1250
1250
|
"code": 59861
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
"attrs": [{}],
|
|
1268
1268
|
"properties": {
|
|
1269
1269
|
"order": 921,
|
|
1270
|
-
"id":
|
|
1270
|
+
"id": 53,
|
|
1271
1271
|
"name": "user-security",
|
|
1272
1272
|
"prevSize": 32,
|
|
1273
1273
|
"code": 59858
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
"attrs": [{}],
|
|
1291
1291
|
"properties": {
|
|
1292
1292
|
"order": 919,
|
|
1293
|
-
"id":
|
|
1293
|
+
"id": 54,
|
|
1294
1294
|
"name": "rocket",
|
|
1295
1295
|
"prevSize": 32,
|
|
1296
1296
|
"code": 59859
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"attrs": [{}],
|
|
1314
1314
|
"properties": {
|
|
1315
1315
|
"order": 918,
|
|
1316
|
-
"id":
|
|
1316
|
+
"id": 55,
|
|
1317
1317
|
"name": "merge",
|
|
1318
1318
|
"prevSize": 32,
|
|
1319
1319
|
"code": 59857
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
"attrs": [{}],
|
|
1337
1337
|
"properties": {
|
|
1338
1338
|
"order": 933,
|
|
1339
|
-
"id":
|
|
1339
|
+
"id": 56,
|
|
1340
1340
|
"name": "progression",
|
|
1341
1341
|
"prevSize": 32,
|
|
1342
1342
|
"code": 59855
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
"attrs": [{}, {}, {}],
|
|
1362
1362
|
"properties": {
|
|
1363
1363
|
"order": 915,
|
|
1364
|
-
"id":
|
|
1364
|
+
"id": 57,
|
|
1365
1365
|
"name": "cpu",
|
|
1366
1366
|
"prevSize": 32,
|
|
1367
1367
|
"code": 59856
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"attrs": [{}],
|
|
1385
1385
|
"properties": {
|
|
1386
1386
|
"order": 914,
|
|
1387
|
-
"id":
|
|
1387
|
+
"id": 58,
|
|
1388
1388
|
"name": "commit",
|
|
1389
1389
|
"prevSize": 32,
|
|
1390
1390
|
"code": 59743
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"attrs": [{}],
|
|
1408
1408
|
"properties": {
|
|
1409
1409
|
"order": 913,
|
|
1410
|
-
"id":
|
|
1410
|
+
"id": 59,
|
|
1411
1411
|
"name": "design",
|
|
1412
1412
|
"prevSize": 32,
|
|
1413
1413
|
"code": 59744
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"attrs": [{}],
|
|
1431
1431
|
"properties": {
|
|
1432
1432
|
"order": 912,
|
|
1433
|
-
"id":
|
|
1433
|
+
"id": 60,
|
|
1434
1434
|
"name": "key",
|
|
1435
1435
|
"prevSize": 32,
|
|
1436
1436
|
"code": 59777
|
|
@@ -1453,7 +1453,7 @@
|
|
|
1453
1453
|
"attrs": [{}],
|
|
1454
1454
|
"properties": {
|
|
1455
1455
|
"order": 911,
|
|
1456
|
-
"id":
|
|
1456
|
+
"id": 61,
|
|
1457
1457
|
"name": "infrastructure",
|
|
1458
1458
|
"prevSize": 32,
|
|
1459
1459
|
"code": 59785
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
"attrs": [{}],
|
|
1477
1477
|
"properties": {
|
|
1478
1478
|
"order": 910,
|
|
1479
|
-
"id":
|
|
1479
|
+
"id": 62,
|
|
1480
1480
|
"name": "report",
|
|
1481
1481
|
"prevSize": 32,
|
|
1482
1482
|
"code": 59854
|
|
@@ -1499,7 +1499,7 @@
|
|
|
1499
1499
|
"attrs": [{}],
|
|
1500
1500
|
"properties": {
|
|
1501
1501
|
"order": 908,
|
|
1502
|
-
"id":
|
|
1502
|
+
"id": 63,
|
|
1503
1503
|
"name": "package",
|
|
1504
1504
|
"prevSize": 32,
|
|
1505
1505
|
"code": 59849
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"attrs": [{}],
|
|
1523
1523
|
"properties": {
|
|
1524
1524
|
"order": 907,
|
|
1525
|
-
"id":
|
|
1525
|
+
"id": 64,
|
|
1526
1526
|
"name": "security-off",
|
|
1527
1527
|
"prevSize": 32,
|
|
1528
1528
|
"code": 59850
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
"attrs": [{}],
|
|
1546
1546
|
"properties": {
|
|
1547
1547
|
"order": 906,
|
|
1548
|
-
"id":
|
|
1548
|
+
"id": 65,
|
|
1549
1549
|
"name": "security-on",
|
|
1550
1550
|
"prevSize": 32,
|
|
1551
1551
|
"code": 59851
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
"attrs": [{}],
|
|
1569
1569
|
"properties": {
|
|
1570
1570
|
"order": 905,
|
|
1571
|
-
"id":
|
|
1571
|
+
"id": 66,
|
|
1572
1572
|
"name": "marker-check",
|
|
1573
1573
|
"prevSize": 32,
|
|
1574
1574
|
"code": 59852
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"attrs": [{}],
|
|
1592
1592
|
"properties": {
|
|
1593
1593
|
"order": 904,
|
|
1594
|
-
"id":
|
|
1594
|
+
"id": 67,
|
|
1595
1595
|
"name": "restore",
|
|
1596
1596
|
"prevSize": 32,
|
|
1597
1597
|
"code": 59853
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"attrs": [{}],
|
|
1615
1615
|
"properties": {
|
|
1616
1616
|
"order": 903,
|
|
1617
|
-
"id":
|
|
1617
|
+
"id": 68,
|
|
1618
1618
|
"name": "check-outlined",
|
|
1619
1619
|
"prevSize": 32,
|
|
1620
1620
|
"code": 59847
|
|
@@ -1637,7 +1637,7 @@
|
|
|
1637
1637
|
"attrs": [{}],
|
|
1638
1638
|
"properties": {
|
|
1639
1639
|
"order": 902,
|
|
1640
|
-
"id":
|
|
1640
|
+
"id": 69,
|
|
1641
1641
|
"name": "circle-half-full",
|
|
1642
1642
|
"prevSize": 32,
|
|
1643
1643
|
"code": 59848
|
|
@@ -1660,7 +1660,7 @@
|
|
|
1660
1660
|
"attrs": [{}],
|
|
1661
1661
|
"properties": {
|
|
1662
1662
|
"order": 893,
|
|
1663
|
-
"id":
|
|
1663
|
+
"id": 70,
|
|
1664
1664
|
"name": "settings",
|
|
1665
1665
|
"prevSize": 32,
|
|
1666
1666
|
"code": 59707
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
"attrs": [{}],
|
|
1684
1684
|
"properties": {
|
|
1685
1685
|
"order": 894,
|
|
1686
|
-
"id":
|
|
1686
|
+
"id": 71,
|
|
1687
1687
|
"name": "network-drive",
|
|
1688
1688
|
"prevSize": 32,
|
|
1689
1689
|
"code": 59809
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
"attrs": [{}],
|
|
1707
1707
|
"properties": {
|
|
1708
1708
|
"order": 895,
|
|
1709
|
-
"id":
|
|
1709
|
+
"id": 72,
|
|
1710
1710
|
"name": "GitOps",
|
|
1711
1711
|
"prevSize": 32,
|
|
1712
1712
|
"code": 59810
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
"attrs": [{}],
|
|
1730
1730
|
"properties": {
|
|
1731
1731
|
"order": 896,
|
|
1732
|
-
"id":
|
|
1732
|
+
"id": 73,
|
|
1733
1733
|
"name": "rss",
|
|
1734
1734
|
"prevSize": 32,
|
|
1735
1735
|
"code": 59841
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
"attrs": [{}],
|
|
1753
1753
|
"properties": {
|
|
1754
1754
|
"order": 897,
|
|
1755
|
-
"id":
|
|
1755
|
+
"id": 74,
|
|
1756
1756
|
"name": "bug",
|
|
1757
1757
|
"prevSize": 32,
|
|
1758
1758
|
"code": 59842
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
"attrs": [{}],
|
|
1776
1776
|
"properties": {
|
|
1777
1777
|
"order": 898,
|
|
1778
|
-
"id":
|
|
1778
|
+
"id": 75,
|
|
1779
1779
|
"name": "cloud",
|
|
1780
1780
|
"prevSize": 32,
|
|
1781
1781
|
"code": 59843
|
|
@@ -1798,7 +1798,7 @@
|
|
|
1798
1798
|
"attrs": [{}],
|
|
1799
1799
|
"properties": {
|
|
1800
1800
|
"order": 899,
|
|
1801
|
-
"id":
|
|
1801
|
+
"id": 76,
|
|
1802
1802
|
"name": "more-horizontal",
|
|
1803
1803
|
"prevSize": 32,
|
|
1804
1804
|
"code": 59844
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
"attrs": [{}],
|
|
1822
1822
|
"properties": {
|
|
1823
1823
|
"order": 900,
|
|
1824
|
-
"id":
|
|
1824
|
+
"id": 77,
|
|
1825
1825
|
"name": "expand",
|
|
1826
1826
|
"prevSize": 32,
|
|
1827
1827
|
"code": 59845
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
"attrs": [{}],
|
|
1845
1845
|
"properties": {
|
|
1846
1846
|
"order": 901,
|
|
1847
|
-
"id":
|
|
1847
|
+
"id": 78,
|
|
1848
1848
|
"name": "collapse",
|
|
1849
1849
|
"prevSize": 32,
|
|
1850
1850
|
"code": 59846
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
"attrs": [],
|
|
1869
1869
|
"properties": {
|
|
1870
1870
|
"order": 891,
|
|
1871
|
-
"id":
|
|
1871
|
+
"id": 79,
|
|
1872
1872
|
"name": "host",
|
|
1873
1873
|
"prevSize": 32,
|
|
1874
1874
|
"code": 59833
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
"attrs": [],
|
|
1893
1893
|
"properties": {
|
|
1894
1894
|
"order": 881,
|
|
1895
|
-
"id":
|
|
1895
|
+
"id": 80,
|
|
1896
1896
|
"name": "cluster",
|
|
1897
1897
|
"prevSize": 32,
|
|
1898
1898
|
"code": 59834
|
|
@@ -1916,7 +1916,7 @@
|
|
|
1916
1916
|
"attrs": [],
|
|
1917
1917
|
"properties": {
|
|
1918
1918
|
"order": 883,
|
|
1919
|
-
"id":
|
|
1919
|
+
"id": 81,
|
|
1920
1920
|
"name": "environment",
|
|
1921
1921
|
"prevSize": 32,
|
|
1922
1922
|
"code": 59835
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
"attrs": [],
|
|
1941
1941
|
"properties": {
|
|
1942
1942
|
"order": 884,
|
|
1943
|
-
"id":
|
|
1943
|
+
"id": 82,
|
|
1944
1944
|
"name": "monitor-controls",
|
|
1945
1945
|
"prevSize": 32,
|
|
1946
1946
|
"code": 59836
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
"attrs": [],
|
|
1965
1965
|
"properties": {
|
|
1966
1966
|
"order": 886,
|
|
1967
|
-
"id":
|
|
1967
|
+
"id": 83,
|
|
1968
1968
|
"name": "flag",
|
|
1969
1969
|
"prevSize": 32,
|
|
1970
1970
|
"code": 59837
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
"attrs": [],
|
|
1993
1993
|
"properties": {
|
|
1994
1994
|
"order": 888,
|
|
1995
|
-
"id":
|
|
1995
|
+
"id": 84,
|
|
1996
1996
|
"name": "satellite",
|
|
1997
1997
|
"prevSize": 32,
|
|
1998
1998
|
"code": 59838
|
|
@@ -2025,7 +2025,7 @@
|
|
|
2025
2025
|
"attrs": [],
|
|
2026
2026
|
"properties": {
|
|
2027
2027
|
"order": 889,
|
|
2028
|
-
"id":
|
|
2028
|
+
"id": 85,
|
|
2029
2029
|
"name": "satellite-group",
|
|
2030
2030
|
"prevSize": 32,
|
|
2031
2031
|
"code": 59839
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
"attrs": [],
|
|
2050
2050
|
"properties": {
|
|
2051
2051
|
"order": 890,
|
|
2052
|
-
"id":
|
|
2052
|
+
"id": 86,
|
|
2053
2053
|
"name": "monitor-gears",
|
|
2054
2054
|
"prevSize": 32,
|
|
2055
2055
|
"code": 59840
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
"attrs": [],
|
|
2074
2074
|
"properties": {
|
|
2075
2075
|
"order": 879,
|
|
2076
|
-
"id":
|
|
2076
|
+
"id": 87,
|
|
2077
2077
|
"name": "patch",
|
|
2078
2078
|
"prevSize": 32,
|
|
2079
2079
|
"code": 59830
|
|
@@ -2097,7 +2097,7 @@
|
|
|
2097
2097
|
"attrs": [],
|
|
2098
2098
|
"properties": {
|
|
2099
2099
|
"order": 878,
|
|
2100
|
-
"id":
|
|
2100
|
+
"id": 88,
|
|
2101
2101
|
"name": "branch",
|
|
2102
2102
|
"prevSize": 32,
|
|
2103
2103
|
"code": 59828
|
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"attrs": [],
|
|
2122
2122
|
"properties": {
|
|
2123
2123
|
"order": 877,
|
|
2124
|
-
"id":
|
|
2124
|
+
"id": 89,
|
|
2125
2125
|
"name": "send-airplane",
|
|
2126
2126
|
"prevSize": 32,
|
|
2127
2127
|
"code": 59829
|
|
@@ -2145,7 +2145,7 @@
|
|
|
2145
2145
|
"attrs": [],
|
|
2146
2146
|
"properties": {
|
|
2147
2147
|
"order": 875,
|
|
2148
|
-
"id":
|
|
2148
|
+
"id": 90,
|
|
2149
2149
|
"name": "briefcase",
|
|
2150
2150
|
"prevSize": 32,
|
|
2151
2151
|
"code": 59831
|
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
"attrs": [],
|
|
2170
2170
|
"properties": {
|
|
2171
2171
|
"order": 873,
|
|
2172
|
-
"id":
|
|
2172
|
+
"id": 91,
|
|
2173
2173
|
"name": "cluster-dependencies",
|
|
2174
2174
|
"prevSize": 32,
|
|
2175
2175
|
"code": 59832
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
"attrs": [],
|
|
2194
2194
|
"properties": {
|
|
2195
2195
|
"order": 867,
|
|
2196
|
-
"id":
|
|
2196
|
+
"id": 92,
|
|
2197
2197
|
"name": "script",
|
|
2198
2198
|
"prevSize": 32,
|
|
2199
2199
|
"code": 59750
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
"attrs": [],
|
|
2218
2218
|
"properties": {
|
|
2219
2219
|
"order": 683,
|
|
2220
|
-
"id":
|
|
2220
|
+
"id": 93,
|
|
2221
2221
|
"name": "pattern-bundle",
|
|
2222
2222
|
"prevSize": 32,
|
|
2223
2223
|
"code": 59751
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
"attrs": [],
|
|
2242
2242
|
"properties": {
|
|
2243
2243
|
"order": 684,
|
|
2244
|
-
"id":
|
|
2244
|
+
"id": 94,
|
|
2245
2245
|
"name": "outline",
|
|
2246
2246
|
"prevSize": 32,
|
|
2247
2247
|
"code": 59752
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
"attrs": [],
|
|
2266
2266
|
"properties": {
|
|
2267
2267
|
"order": 685,
|
|
2268
|
-
"id":
|
|
2268
|
+
"id": 95,
|
|
2269
2269
|
"name": "apps",
|
|
2270
2270
|
"prevSize": 32,
|
|
2271
2271
|
"code": 59753
|
|
@@ -2289,7 +2289,7 @@
|
|
|
2289
2289
|
"attrs": [],
|
|
2290
2290
|
"properties": {
|
|
2291
2291
|
"order": 686,
|
|
2292
|
-
"id":
|
|
2292
|
+
"id": 96,
|
|
2293
2293
|
"name": "archive",
|
|
2294
2294
|
"prevSize": 32,
|
|
2295
2295
|
"code": 59754
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
"attrs": [],
|
|
2314
2314
|
"properties": {
|
|
2315
2315
|
"order": 687,
|
|
2316
|
-
"id":
|
|
2316
|
+
"id": 97,
|
|
2317
2317
|
"name": "arrow-down",
|
|
2318
2318
|
"prevSize": 32,
|
|
2319
2319
|
"code": 59755
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
"attrs": [],
|
|
2338
2338
|
"properties": {
|
|
2339
2339
|
"order": 688,
|
|
2340
|
-
"id":
|
|
2340
|
+
"id": 98,
|
|
2341
2341
|
"name": "arrow-right",
|
|
2342
2342
|
"prevSize": 32,
|
|
2343
2343
|
"code": 59756
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"attrs": [],
|
|
2362
2362
|
"properties": {
|
|
2363
2363
|
"order": 689,
|
|
2364
|
-
"id":
|
|
2364
|
+
"id": 99,
|
|
2365
2365
|
"name": "arrow-up",
|
|
2366
2366
|
"prevSize": 32,
|
|
2367
2367
|
"code": 59757
|
|
@@ -2385,7 +2385,7 @@
|
|
|
2385
2385
|
"attrs": [],
|
|
2386
2386
|
"properties": {
|
|
2387
2387
|
"order": 690,
|
|
2388
|
-
"id":
|
|
2388
|
+
"id": 100,
|
|
2389
2389
|
"name": "attachment",
|
|
2390
2390
|
"prevSize": 32,
|
|
2391
2391
|
"code": 59758
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"attrs": [],
|
|
2410
2410
|
"properties": {
|
|
2411
2411
|
"order": 691,
|
|
2412
|
-
"id":
|
|
2412
|
+
"id": 101,
|
|
2413
2413
|
"name": "board",
|
|
2414
2414
|
"prevSize": 32,
|
|
2415
2415
|
"code": 59759
|
|
@@ -2433,7 +2433,7 @@
|
|
|
2433
2433
|
"attrs": [],
|
|
2434
2434
|
"properties": {
|
|
2435
2435
|
"order": 692,
|
|
2436
|
-
"id":
|
|
2436
|
+
"id": 102,
|
|
2437
2437
|
"name": "calendar",
|
|
2438
2438
|
"prevSize": 32,
|
|
2439
2439
|
"code": 59760
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
"attrs": [],
|
|
2458
2458
|
"properties": {
|
|
2459
2459
|
"order": 693,
|
|
2460
|
-
"id":
|
|
2460
|
+
"id": 103,
|
|
2461
2461
|
"name": "change",
|
|
2462
2462
|
"prevSize": 32,
|
|
2463
2463
|
"code": 59761
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"attrs": [],
|
|
2482
2482
|
"properties": {
|
|
2483
2483
|
"order": 694,
|
|
2484
|
-
"id":
|
|
2484
|
+
"id": 104,
|
|
2485
2485
|
"name": "chevron-right",
|
|
2486
2486
|
"prevSize": 32,
|
|
2487
2487
|
"code": 59762
|
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
"attrs": [],
|
|
2506
2506
|
"properties": {
|
|
2507
2507
|
"order": 695,
|
|
2508
|
-
"id":
|
|
2508
|
+
"id": 105,
|
|
2509
2509
|
"name": "circle-minus-outlines",
|
|
2510
2510
|
"prevSize": 32,
|
|
2511
2511
|
"code": 59763
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
"attrs": [],
|
|
2530
2530
|
"properties": {
|
|
2531
2531
|
"order": 696,
|
|
2532
|
-
"id":
|
|
2532
|
+
"id": 106,
|
|
2533
2533
|
"name": "circle-paused",
|
|
2534
2534
|
"prevSize": 32,
|
|
2535
2535
|
"code": 59764
|
|
@@ -2553,7 +2553,7 @@
|
|
|
2553
2553
|
"attrs": [],
|
|
2554
2554
|
"properties": {
|
|
2555
2555
|
"order": 697,
|
|
2556
|
-
"id":
|
|
2556
|
+
"id": 107,
|
|
2557
2557
|
"name": "column",
|
|
2558
2558
|
"prevSize": 32,
|
|
2559
2559
|
"code": 59765
|
|
@@ -2577,7 +2577,7 @@
|
|
|
2577
2577
|
"attrs": [],
|
|
2578
2578
|
"properties": {
|
|
2579
2579
|
"order": 698,
|
|
2580
|
-
"id":
|
|
2580
|
+
"id": 108,
|
|
2581
2581
|
"name": "comment",
|
|
2582
2582
|
"prevSize": 32,
|
|
2583
2583
|
"code": 59766
|
|
@@ -2601,7 +2601,7 @@
|
|
|
2601
2601
|
"attrs": [],
|
|
2602
2602
|
"properties": {
|
|
2603
2603
|
"order": 699,
|
|
2604
|
-
"id":
|
|
2604
|
+
"id": 109,
|
|
2605
2605
|
"name": "configuration-preferences",
|
|
2606
2606
|
"prevSize": 32,
|
|
2607
2607
|
"code": 59767
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
"attrs": [],
|
|
2626
2626
|
"properties": {
|
|
2627
2627
|
"order": 700,
|
|
2628
|
-
"id":
|
|
2628
|
+
"id": 110,
|
|
2629
2629
|
"name": "conversation-bubbles",
|
|
2630
2630
|
"prevSize": 32,
|
|
2631
2631
|
"code": 59768
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
"attrs": [],
|
|
2650
2650
|
"properties": {
|
|
2651
2651
|
"order": 701,
|
|
2652
|
-
"id":
|
|
2652
|
+
"id": 111,
|
|
2653
2653
|
"name": "dashboard",
|
|
2654
2654
|
"prevSize": 32,
|
|
2655
2655
|
"code": 59769
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
"attrs": [],
|
|
2674
2674
|
"properties": {
|
|
2675
2675
|
"order": 702,
|
|
2676
|
-
"id":
|
|
2676
|
+
"id": 112,
|
|
2677
2677
|
"name": "database",
|
|
2678
2678
|
"prevSize": 32,
|
|
2679
2679
|
"code": 59770
|
|
@@ -2697,7 +2697,7 @@
|
|
|
2697
2697
|
"attrs": [],
|
|
2698
2698
|
"properties": {
|
|
2699
2699
|
"order": 703,
|
|
2700
|
-
"id":
|
|
2700
|
+
"id": 113,
|
|
2701
2701
|
"name": "delivery-eta-icon",
|
|
2702
2702
|
"prevSize": 32,
|
|
2703
2703
|
"code": 59771
|
|
@@ -2721,7 +2721,7 @@
|
|
|
2721
2721
|
"attrs": [],
|
|
2722
2722
|
"properties": {
|
|
2723
2723
|
"order": 704,
|
|
2724
|
-
"id":
|
|
2724
|
+
"id": 114,
|
|
2725
2725
|
"name": "download",
|
|
2726
2726
|
"prevSize": 32,
|
|
2727
2727
|
"code": 59772
|
|
@@ -2745,7 +2745,7 @@
|
|
|
2745
2745
|
"attrs": [],
|
|
2746
2746
|
"properties": {
|
|
2747
2747
|
"order": 705,
|
|
2748
|
-
"id":
|
|
2748
|
+
"id": 115,
|
|
2749
2749
|
"name": "drag",
|
|
2750
2750
|
"prevSize": 32,
|
|
2751
2751
|
"code": 59773
|
|
@@ -2769,7 +2769,7 @@
|
|
|
2769
2769
|
"attrs": [],
|
|
2770
2770
|
"properties": {
|
|
2771
2771
|
"order": 706,
|
|
2772
|
-
"id":
|
|
2772
|
+
"id": 116,
|
|
2773
2773
|
"name": "duplicate",
|
|
2774
2774
|
"prevSize": 32,
|
|
2775
2775
|
"code": 59774
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
"attrs": [],
|
|
2794
2794
|
"properties": {
|
|
2795
2795
|
"order": 707,
|
|
2796
|
-
"id":
|
|
2796
|
+
"id": 117,
|
|
2797
2797
|
"name": "exit",
|
|
2798
2798
|
"prevSize": 32,
|
|
2799
2799
|
"code": 59775
|
|
@@ -2817,7 +2817,7 @@
|
|
|
2817
2817
|
"attrs": [],
|
|
2818
2818
|
"properties": {
|
|
2819
2819
|
"order": 708,
|
|
2820
|
-
"id":
|
|
2820
|
+
"id": 118,
|
|
2821
2821
|
"name": "expand-chevrons",
|
|
2822
2822
|
"prevSize": 32,
|
|
2823
2823
|
"code": 59776
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
"attrs": [{}, {}],
|
|
2843
2843
|
"properties": {
|
|
2844
2844
|
"order": 909,
|
|
2845
|
-
"id":
|
|
2845
|
+
"id": 119,
|
|
2846
2846
|
"name": "file-image",
|
|
2847
2847
|
"prevSize": 32,
|
|
2848
2848
|
"code": 59778
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
"attrs": [],
|
|
2867
2867
|
"properties": {
|
|
2868
2868
|
"order": 711,
|
|
2869
|
-
"id":
|
|
2869
|
+
"id": 120,
|
|
2870
2870
|
"name": "file-lines",
|
|
2871
2871
|
"prevSize": 32,
|
|
2872
2872
|
"code": 59779
|
|
@@ -2890,7 +2890,7 @@
|
|
|
2890
2890
|
"attrs": [],
|
|
2891
2891
|
"properties": {
|
|
2892
2892
|
"order": 712,
|
|
2893
|
-
"id":
|
|
2893
|
+
"id": 121,
|
|
2894
2894
|
"name": "file-warning",
|
|
2895
2895
|
"prevSize": 32,
|
|
2896
2896
|
"code": 59780
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
"attrs": [],
|
|
2915
2915
|
"properties": {
|
|
2916
2916
|
"order": 713,
|
|
2917
|
-
"id":
|
|
2917
|
+
"id": 122,
|
|
2918
2918
|
"name": "file",
|
|
2919
2919
|
"prevSize": 32,
|
|
2920
2920
|
"code": 59781
|
|
@@ -2938,7 +2938,7 @@
|
|
|
2938
2938
|
"attrs": [],
|
|
2939
2939
|
"properties": {
|
|
2940
2940
|
"order": 714,
|
|
2941
|
-
"id":
|
|
2941
|
+
"id": 123,
|
|
2942
2942
|
"name": "filter",
|
|
2943
2943
|
"prevSize": 32,
|
|
2944
2944
|
"code": 59782
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
"attrs": [],
|
|
2963
2963
|
"properties": {
|
|
2964
2964
|
"order": 715,
|
|
2965
|
-
"id":
|
|
2965
|
+
"id": 124,
|
|
2966
2966
|
"name": "flag-none",
|
|
2967
2967
|
"prevSize": 32,
|
|
2968
2968
|
"code": 59783
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
"attrs": [],
|
|
2987
2987
|
"properties": {
|
|
2988
2988
|
"order": 716,
|
|
2989
|
-
"id":
|
|
2989
|
+
"id": 125,
|
|
2990
2990
|
"name": "folder",
|
|
2991
2991
|
"prevSize": 32,
|
|
2992
2992
|
"code": 59784
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
"attrs": [{}],
|
|
3011
3011
|
"properties": {
|
|
3012
3012
|
"order": 718,
|
|
3013
|
-
"id":
|
|
3013
|
+
"id": 126,
|
|
3014
3014
|
"name": "fullscreen-enter",
|
|
3015
3015
|
"prevSize": 32,
|
|
3016
3016
|
"code": 59786
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
"attrs": [{}],
|
|
3035
3035
|
"properties": {
|
|
3036
3036
|
"order": 719,
|
|
3037
|
-
"id":
|
|
3037
|
+
"id": 127,
|
|
3038
3038
|
"name": "fullscreen-exit",
|
|
3039
3039
|
"prevSize": 32,
|
|
3040
3040
|
"code": 59787
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
"attrs": [],
|
|
3059
3059
|
"properties": {
|
|
3060
3060
|
"order": 720,
|
|
3061
|
-
"id":
|
|
3061
|
+
"id": 128,
|
|
3062
3062
|
"name": "grid",
|
|
3063
3063
|
"prevSize": 32,
|
|
3064
3064
|
"code": 59788
|
|
@@ -3082,7 +3082,7 @@
|
|
|
3082
3082
|
"attrs": [],
|
|
3083
3083
|
"properties": {
|
|
3084
3084
|
"order": 721,
|
|
3085
|
-
"id":
|
|
3085
|
+
"id": 129,
|
|
3086
3086
|
"name": "hard-drive",
|
|
3087
3087
|
"prevSize": 32,
|
|
3088
3088
|
"code": 59789
|
|
@@ -3106,7 +3106,7 @@
|
|
|
3106
3106
|
"attrs": [],
|
|
3107
3107
|
"properties": {
|
|
3108
3108
|
"order": 722,
|
|
3109
|
-
"id":
|
|
3109
|
+
"id": 130,
|
|
3110
3110
|
"name": "help",
|
|
3111
3111
|
"prevSize": 32,
|
|
3112
3112
|
"code": 59790
|
|
@@ -3130,7 +3130,7 @@
|
|
|
3130
3130
|
"attrs": [],
|
|
3131
3131
|
"properties": {
|
|
3132
3132
|
"order": 723,
|
|
3133
|
-
"id":
|
|
3133
|
+
"id": 131,
|
|
3134
3134
|
"name": "history",
|
|
3135
3135
|
"prevSize": 32,
|
|
3136
3136
|
"code": 59791
|
|
@@ -3154,7 +3154,7 @@
|
|
|
3154
3154
|
"attrs": [],
|
|
3155
3155
|
"properties": {
|
|
3156
3156
|
"order": 724,
|
|
3157
|
-
"id":
|
|
3157
|
+
"id": 132,
|
|
3158
3158
|
"name": "inbox",
|
|
3159
3159
|
"prevSize": 32,
|
|
3160
3160
|
"code": 59792
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
"attrs": [],
|
|
3179
3179
|
"properties": {
|
|
3180
3180
|
"order": 725,
|
|
3181
|
-
"id":
|
|
3181
|
+
"id": 133,
|
|
3182
3182
|
"name": "link",
|
|
3183
3183
|
"prevSize": 32,
|
|
3184
3184
|
"code": 59793
|
|
@@ -3202,7 +3202,7 @@
|
|
|
3202
3202
|
"attrs": [],
|
|
3203
3203
|
"properties": {
|
|
3204
3204
|
"order": 726,
|
|
3205
|
-
"id":
|
|
3205
|
+
"id": 134,
|
|
3206
3206
|
"name": "list",
|
|
3207
3207
|
"prevSize": 32,
|
|
3208
3208
|
"code": 59794
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
"attrs": [],
|
|
3227
3227
|
"properties": {
|
|
3228
3228
|
"order": 727,
|
|
3229
|
-
"id":
|
|
3229
|
+
"id": 135,
|
|
3230
3230
|
"name": "lock",
|
|
3231
3231
|
"prevSize": 32,
|
|
3232
3232
|
"code": 59795
|
|
@@ -3250,7 +3250,7 @@
|
|
|
3250
3250
|
"attrs": [],
|
|
3251
3251
|
"properties": {
|
|
3252
3252
|
"order": 728,
|
|
3253
|
-
"id":
|
|
3253
|
+
"id": 136,
|
|
3254
3254
|
"name": "mail",
|
|
3255
3255
|
"prevSize": 32,
|
|
3256
3256
|
"code": 59796
|
|
@@ -3274,7 +3274,7 @@
|
|
|
3274
3274
|
"attrs": [],
|
|
3275
3275
|
"properties": {
|
|
3276
3276
|
"order": 729,
|
|
3277
|
-
"id":
|
|
3277
|
+
"id": 137,
|
|
3278
3278
|
"name": "menu",
|
|
3279
3279
|
"prevSize": 32,
|
|
3280
3280
|
"code": 59797
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
"attrs": [{}],
|
|
3299
3299
|
"properties": {
|
|
3300
3300
|
"order": 730,
|
|
3301
|
-
"id":
|
|
3301
|
+
"id": 138,
|
|
3302
3302
|
"name": "monitor-satellite",
|
|
3303
3303
|
"prevSize": 32,
|
|
3304
3304
|
"code": 59798
|
|
@@ -3322,7 +3322,7 @@
|
|
|
3322
3322
|
"attrs": [],
|
|
3323
3323
|
"properties": {
|
|
3324
3324
|
"order": 731,
|
|
3325
|
-
"id":
|
|
3325
|
+
"id": 139,
|
|
3326
3326
|
"name": "monitor",
|
|
3327
3327
|
"prevSize": 32,
|
|
3328
3328
|
"code": 59799
|
|
@@ -3346,7 +3346,7 @@
|
|
|
3346
3346
|
"attrs": [],
|
|
3347
3347
|
"properties": {
|
|
3348
3348
|
"order": 732,
|
|
3349
|
-
"id":
|
|
3349
|
+
"id": 140,
|
|
3350
3350
|
"name": "notification-bell",
|
|
3351
3351
|
"prevSize": 32,
|
|
3352
3352
|
"code": 59800
|
|
@@ -3370,7 +3370,7 @@
|
|
|
3370
3370
|
"attrs": [],
|
|
3371
3371
|
"properties": {
|
|
3372
3372
|
"order": 733,
|
|
3373
|
-
"id":
|
|
3373
|
+
"id": 141,
|
|
3374
3374
|
"name": "open-new-tab",
|
|
3375
3375
|
"prevSize": 32,
|
|
3376
3376
|
"code": 59801
|
|
@@ -3394,7 +3394,7 @@
|
|
|
3394
3394
|
"attrs": [],
|
|
3395
3395
|
"properties": {
|
|
3396
3396
|
"order": 734,
|
|
3397
|
-
"id":
|
|
3397
|
+
"id": 142,
|
|
3398
3398
|
"name": "options",
|
|
3399
3399
|
"prevSize": 32,
|
|
3400
3400
|
"code": 59802
|
|
@@ -3418,7 +3418,7 @@
|
|
|
3418
3418
|
"attrs": [],
|
|
3419
3419
|
"properties": {
|
|
3420
3420
|
"order": 735,
|
|
3421
|
-
"id":
|
|
3421
|
+
"id": 143,
|
|
3422
3422
|
"name": "parallel",
|
|
3423
3423
|
"prevSize": 32,
|
|
3424
3424
|
"code": 59803
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
"attrs": [],
|
|
3443
3443
|
"properties": {
|
|
3444
3444
|
"order": 736,
|
|
3445
|
-
"id":
|
|
3445
|
+
"id": 144,
|
|
3446
3446
|
"name": "pending-clock",
|
|
3447
3447
|
"prevSize": 32,
|
|
3448
3448
|
"code": 59804
|
|
@@ -3466,7 +3466,7 @@
|
|
|
3466
3466
|
"attrs": [],
|
|
3467
3467
|
"properties": {
|
|
3468
3468
|
"order": 737,
|
|
3469
|
-
"id":
|
|
3469
|
+
"id": 145,
|
|
3470
3470
|
"name": "play",
|
|
3471
3471
|
"prevSize": 32,
|
|
3472
3472
|
"code": 59805
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
"attrs": [],
|
|
3491
3491
|
"properties": {
|
|
3492
3492
|
"order": 738,
|
|
3493
|
-
"id":
|
|
3493
|
+
"id": 146,
|
|
3494
3494
|
"name": "redo",
|
|
3495
3495
|
"prevSize": 32,
|
|
3496
3496
|
"code": 59806
|
|
@@ -3514,7 +3514,7 @@
|
|
|
3514
3514
|
"attrs": [],
|
|
3515
3515
|
"properties": {
|
|
3516
3516
|
"order": 739,
|
|
3517
|
-
"id":
|
|
3517
|
+
"id": 147,
|
|
3518
3518
|
"name": "refresh",
|
|
3519
3519
|
"prevSize": 32,
|
|
3520
3520
|
"code": 59807
|
|
@@ -3538,7 +3538,7 @@
|
|
|
3538
3538
|
"attrs": [{}],
|
|
3539
3539
|
"properties": {
|
|
3540
3540
|
"order": 740,
|
|
3541
|
-
"id":
|
|
3541
|
+
"id": 148,
|
|
3542
3542
|
"name": "release",
|
|
3543
3543
|
"prevSize": 32,
|
|
3544
3544
|
"code": 59808
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
"attrs": [],
|
|
3563
3563
|
"properties": {
|
|
3564
3564
|
"order": 744,
|
|
3565
|
-
"id":
|
|
3565
|
+
"id": 149,
|
|
3566
3566
|
"name": "search",
|
|
3567
3567
|
"prevSize": 32,
|
|
3568
3568
|
"code": 59811
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
"attrs": [],
|
|
3587
3587
|
"properties": {
|
|
3588
3588
|
"order": 745,
|
|
3589
|
-
"id":
|
|
3589
|
+
"id": 150,
|
|
3590
3590
|
"name": "sequential",
|
|
3591
3591
|
"prevSize": 32,
|
|
3592
3592
|
"code": 59812
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
"attrs": [],
|
|
3611
3611
|
"properties": {
|
|
3612
3612
|
"order": 746,
|
|
3613
|
-
"id":
|
|
3613
|
+
"id": 151,
|
|
3614
3614
|
"name": "sort-asc",
|
|
3615
3615
|
"prevSize": 32,
|
|
3616
3616
|
"code": 59813
|
|
@@ -3634,7 +3634,7 @@
|
|
|
3634
3634
|
"attrs": [],
|
|
3635
3635
|
"properties": {
|
|
3636
3636
|
"order": 747,
|
|
3637
|
-
"id":
|
|
3637
|
+
"id": 152,
|
|
3638
3638
|
"name": "sort-desc",
|
|
3639
3639
|
"prevSize": 32,
|
|
3640
3640
|
"code": 59814
|
|
@@ -3658,7 +3658,7 @@
|
|
|
3658
3658
|
"attrs": [],
|
|
3659
3659
|
"properties": {
|
|
3660
3660
|
"order": 748,
|
|
3661
|
-
"id":
|
|
3661
|
+
"id": 153,
|
|
3662
3662
|
"name": "star-favorites-active",
|
|
3663
3663
|
"prevSize": 32,
|
|
3664
3664
|
"code": 59815
|
|
@@ -3682,7 +3682,7 @@
|
|
|
3682
3682
|
"attrs": [],
|
|
3683
3683
|
"properties": {
|
|
3684
3684
|
"order": 749,
|
|
3685
|
-
"id":
|
|
3685
|
+
"id": 154,
|
|
3686
3686
|
"name": "star-favorites-default",
|
|
3687
3687
|
"prevSize": 32,
|
|
3688
3688
|
"code": 59816
|
|
@@ -3706,7 +3706,7 @@
|
|
|
3706
3706
|
"attrs": [],
|
|
3707
3707
|
"properties": {
|
|
3708
3708
|
"order": 750,
|
|
3709
|
-
"id":
|
|
3709
|
+
"id": 155,
|
|
3710
3710
|
"name": "target",
|
|
3711
3711
|
"prevSize": 32,
|
|
3712
3712
|
"code": 59817
|
|
@@ -3730,7 +3730,7 @@
|
|
|
3730
3730
|
"attrs": [{}],
|
|
3731
3731
|
"properties": {
|
|
3732
3732
|
"order": 751,
|
|
3733
|
-
"id":
|
|
3733
|
+
"id": 156,
|
|
3734
3734
|
"name": "task",
|
|
3735
3735
|
"prevSize": 32,
|
|
3736
3736
|
"code": 59818
|
|
@@ -3755,7 +3755,7 @@
|
|
|
3755
3755
|
"attrs": [{}],
|
|
3756
3756
|
"properties": {
|
|
3757
3757
|
"order": 752,
|
|
3758
|
-
"id":
|
|
3758
|
+
"id": 157,
|
|
3759
3759
|
"name": "template",
|
|
3760
3760
|
"prevSize": 32,
|
|
3761
3761
|
"code": 59819
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
"attrs": [],
|
|
3780
3780
|
"properties": {
|
|
3781
3781
|
"order": 753,
|
|
3782
|
-
"id":
|
|
3782
|
+
"id": 158,
|
|
3783
3783
|
"name": "undo",
|
|
3784
3784
|
"prevSize": 32,
|
|
3785
3785
|
"code": 59820
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
"attrs": [],
|
|
3804
3804
|
"properties": {
|
|
3805
3805
|
"order": 754,
|
|
3806
|
-
"id":
|
|
3806
|
+
"id": 159,
|
|
3807
3807
|
"name": "unlock",
|
|
3808
3808
|
"prevSize": 32,
|
|
3809
3809
|
"code": 59821
|
|
@@ -3815,20 +3815,19 @@
|
|
|
3815
3815
|
{
|
|
3816
3816
|
"icon": {
|
|
3817
3817
|
"paths": [
|
|
3818
|
-
"
|
|
3819
|
-
"M841.4 844.979c11.412 0 20.92 3.261 28.529 9.779 7.608 6.523 11.412 16.031 11.412 28.529 0 12.503-3.804 22.011-11.412 28.534-7.608 6.518-17.116 9.779-28.529 9.779h-61.133c-31.519 0-55.972-8.694-73.364-26.086-16.845-17.388-25.267-41.569-25.267-72.545v-158.131c0-21.74-3.804-37.499-11.412-47.278-7.608-9.784-21.192-15.488-40.755-17.116-12.498-0.548-22.282-4.347-29.348-11.412-6.518-7.608-9.779-17.121-9.779-28.529 0-11.412 3.261-20.654 9.779-27.715 7.066-7.066 16.85-10.87 29.348-11.412 19.564-1.633 33.147-7.337 40.755-17.118s11.412-25.541 11.412-47.278v-158.134c0-30.975 8.422-55.157 25.267-72.546 17.393-17.389 41.846-26.084 73.364-26.084h61.133c11.412 0 20.92 3.26 28.529 9.781s11.412 16.031 11.412 28.53c0 12.498-3.804 22.008-11.412 28.529s-17.116 9.782-28.529 9.782h-26.086c-11.412 0-20.106 2.989-26.081 8.966-5.437 5.434-8.151 14.401-8.151 26.899v156.504c0 24.454-6.523 45.103-19.564 61.948-12.498 16.302-27.443 26.358-44.831 30.162 17.388 3.804 32.333 13.855 44.831 30.157 13.041 16.302 19.564 36.685 19.564 61.138v156.503c0 12.498 2.714 21.463 8.151 26.9 5.975 5.975 14.669 8.965 26.081 8.965h26.086z"
|
|
3818
|
+
"M518.006 762.092c32.461-31.785 48.691-70.794 48.691-117.028 0-38.139-9.564-68.193-28.692-90.153-18.55-22.538-41.157-39.301-67.821-50.28-26.663-10.98-61.152-21.672-103.466-32.074-31.88-8.091-57.095-15.315-75.643-21.672s-33.909-15.315-46.082-26.873c-12.173-12.136-18.259-27.74-18.259-46.811 0-27.74 10.723-49.412 32.17-65.016 21.447-16.182 50.139-24.272 86.077-24.272 28.982 0 53.907 4.334 74.774 13.003 21.447 8.091 44.053 20.516 67.818 37.276 8.115 5.201 14.491 8.669 19.128 10.403 5.217 1.734 10.434 2.6 15.651 2.6 9.851 0 18.258-4.623 25.216-13.87 7.532-9.247 11.3-19.938 11.3-32.074 0-16.76-6.953-30.341-20.864-40.743-42.316-34.675-92.745-55.769-151.289-63.282v-53.747c0-13.292-4.057-23.984-12.172-32.074-8.115-8.669-18.839-13.003-32.17-13.003s-24.055 4.335-32.17 13.003c-8.115 8.091-12.173 18.782-12.173 32.074v54.614c-54.487 8.091-98.539 28.607-132.158 61.548s-50.429 72.818-50.429 119.629c0 39.299 9.854 70.506 29.562 93.623s43.183 40.455 70.427 52.010c27.243 10.982 62.601 21.965 106.075 32.942 31.301 8.095 55.646 15.314 73.035 21.673 17.39 5.78 31.88 13.87 43.473 24.274s17.389 23.982 17.389 40.74c0 28.319-10.723 49.992-32.17 65.019-20.867 15.027-50.719 22.538-89.555 22.538-28.403 0-55.646-4.045-81.73-12.134-25.504-8.095-51.588-20.808-78.252-38.144-8.115-4.623-14.781-7.803-19.998-9.539-4.637-2.309-9.854-3.466-15.65-3.466-9.274 0-17.679 4.623-25.214 13.87-6.956 9.247-10.434 19.937-10.434 32.077 0 9.247 1.449 17.050 4.347 23.404 2.898 6.359 8.115 12.14 15.65 17.336 22.606 17.92 49.56 32.364 80.86 43.346s63.471 17.915 96.511 20.808v52.879c0 13.292 4.058 23.982 12.172 32.072 8.115 8.668 18.839 13.005 32.17 13.005s24.055-4.337 32.17-13.005c8.115-8.090 12.173-18.78 12.173-32.072v-54.615c54.487-8.090 97.67-28.032 129.551-59.817zM908.749 843.484c-8.566-7.383-19.272-11.075-32.123-11.075h-29.373c-12.851 0-22.641-3.384-29.373-10.153-6.118-6.154-9.175-16.302-9.175-30.454v-177.198c0-27.684-7.347-50.76-22.031-69.217-14.075-18.458-30.899-29.839-50.483-34.146 19.584-4.307 36.408-15.689 50.483-34.147 14.684-19.073 22.031-42.453 22.031-70.139v-177.196c0-14.151 3.057-24.303 9.175-30.456 6.733-6.768 16.522-10.151 29.373-10.151h29.373c12.851 0 23.557-3.692 32.123-11.075s12.851-18.15 12.851-32.301c0-14.151-4.285-24.918-12.851-32.302s-19.272-11.075-32.123-11.075h-68.844c-35.492 0-63.027 9.844-82.606 29.533-18.97 19.688-28.457 47.068-28.457 82.138v179.041c0 24.61-4.28 42.453-12.846 53.528-8.571 11.075-23.864 17.535-45.896 19.381-14.075 0.615-25.088 4.922-33.044 12.92-7.342 7.998-11.013 18.458-11.013 31.378s3.671 23.687 11.013 32.299c7.956 8.003 18.97 12.308 33.044 12.923 22.031 1.848 37.325 8.305 45.896 19.379 8.566 11.075 12.846 28.918 12.846 53.53v179.041c0 35.072 9.487 62.449 28.457 82.135 19.579 19.692 47.114 29.537 82.606 29.537h68.844c12.851 0 23.557-3.692 32.123-11.075 8.566-7.388 12.851-18.15 12.851-32.302s-4.285-24.919-12.851-32.302z"
|
|
3820
3819
|
],
|
|
3821
|
-
"attrs": [{}
|
|
3820
|
+
"attrs": [{}],
|
|
3822
3821
|
"isMulticolor": false,
|
|
3823
3822
|
"isMulticolor2": false,
|
|
3824
3823
|
"colorPermutations": {},
|
|
3825
3824
|
"tags": ["variable"],
|
|
3826
3825
|
"grid": 0
|
|
3827
3826
|
},
|
|
3828
|
-
"attrs": [{}
|
|
3827
|
+
"attrs": [{}],
|
|
3829
3828
|
"properties": {
|
|
3830
3829
|
"order": 755,
|
|
3831
|
-
"id":
|
|
3830
|
+
"id": 160,
|
|
3832
3831
|
"name": "variable",
|
|
3833
3832
|
"prevSize": 32,
|
|
3834
3833
|
"code": 59822
|
|
@@ -3852,7 +3851,7 @@
|
|
|
3852
3851
|
"attrs": [],
|
|
3853
3852
|
"properties": {
|
|
3854
3853
|
"order": 756,
|
|
3855
|
-
"id":
|
|
3854
|
+
"id": 161,
|
|
3856
3855
|
"name": "vault",
|
|
3857
3856
|
"prevSize": 32,
|
|
3858
3857
|
"code": 59823
|
|
@@ -3876,7 +3875,7 @@
|
|
|
3876
3875
|
"attrs": [],
|
|
3877
3876
|
"properties": {
|
|
3878
3877
|
"order": 757,
|
|
3879
|
-
"id":
|
|
3878
|
+
"id": 162,
|
|
3880
3879
|
"name": "visibility-off",
|
|
3881
3880
|
"prevSize": 32,
|
|
3882
3881
|
"code": 59824
|
|
@@ -3900,7 +3899,7 @@
|
|
|
3900
3899
|
"attrs": [],
|
|
3901
3900
|
"properties": {
|
|
3902
3901
|
"order": 758,
|
|
3903
|
-
"id":
|
|
3902
|
+
"id": 163,
|
|
3904
3903
|
"name": "visibility-on",
|
|
3905
3904
|
"prevSize": 32,
|
|
3906
3905
|
"code": 59825
|
|
@@ -3924,7 +3923,7 @@
|
|
|
3924
3923
|
"attrs": [],
|
|
3925
3924
|
"properties": {
|
|
3926
3925
|
"order": 759,
|
|
3927
|
-
"id":
|
|
3926
|
+
"id": 164,
|
|
3928
3927
|
"name": "webhook",
|
|
3929
3928
|
"prevSize": 32,
|
|
3930
3929
|
"code": 59826
|
|
@@ -3948,7 +3947,7 @@
|
|
|
3948
3947
|
"attrs": [],
|
|
3949
3948
|
"properties": {
|
|
3950
3949
|
"order": 760,
|
|
3951
|
-
"id":
|
|
3950
|
+
"id": 165,
|
|
3952
3951
|
"name": "wrench",
|
|
3953
3952
|
"prevSize": 32,
|
|
3954
3953
|
"code": 59827
|
|
@@ -3972,7 +3971,7 @@
|
|
|
3972
3971
|
"attrs": [],
|
|
3973
3972
|
"properties": {
|
|
3974
3973
|
"order": 761,
|
|
3975
|
-
"id":
|
|
3974
|
+
"id": 166,
|
|
3976
3975
|
"name": "bright",
|
|
3977
3976
|
"prevSize": 32,
|
|
3978
3977
|
"code": 59745
|
|
@@ -3996,7 +3995,7 @@
|
|
|
3996
3995
|
"attrs": [],
|
|
3997
3996
|
"properties": {
|
|
3998
3997
|
"order": 762,
|
|
3999
|
-
"id":
|
|
3998
|
+
"id": 167,
|
|
4000
3999
|
"name": "rogue-commits",
|
|
4001
4000
|
"prevSize": 32,
|
|
4002
4001
|
"code": 59746
|
|
@@ -4020,7 +4019,7 @@
|
|
|
4020
4019
|
"attrs": [],
|
|
4021
4020
|
"properties": {
|
|
4022
4021
|
"order": 763,
|
|
4023
|
-
"id":
|
|
4022
|
+
"id": 168,
|
|
4024
4023
|
"name": "home",
|
|
4025
4024
|
"prevSize": 32,
|
|
4026
4025
|
"code": 59747
|
|
@@ -4044,7 +4043,7 @@
|
|
|
4044
4043
|
"attrs": [],
|
|
4045
4044
|
"properties": {
|
|
4046
4045
|
"order": 764,
|
|
4047
|
-
"id":
|
|
4046
|
+
"id": 169,
|
|
4048
4047
|
"name": "blocking-issues",
|
|
4049
4048
|
"prevSize": 32,
|
|
4050
4049
|
"code": 59748
|
|
@@ -4070,7 +4069,7 @@
|
|
|
4070
4069
|
"attrs": [{ "fill": "rgb(59, 72, 92)" }],
|
|
4071
4070
|
"properties": {
|
|
4072
4071
|
"order": 765,
|
|
4073
|
-
"id":
|
|
4072
|
+
"id": 170,
|
|
4074
4073
|
"name": "print-link",
|
|
4075
4074
|
"prevSize": 32,
|
|
4076
4075
|
"code": 59749
|
|
@@ -4094,7 +4093,7 @@
|
|
|
4094
4093
|
"attrs": [],
|
|
4095
4094
|
"properties": {
|
|
4096
4095
|
"order": 766,
|
|
4097
|
-
"id":
|
|
4096
|
+
"id": 171,
|
|
4098
4097
|
"name": "logo-deploy",
|
|
4099
4098
|
"prevSize": 32,
|
|
4100
4099
|
"code": 59650
|
|
@@ -4118,7 +4117,7 @@
|
|
|
4118
4117
|
"attrs": [],
|
|
4119
4118
|
"properties": {
|
|
4120
4119
|
"order": 767,
|
|
4121
|
-
"id":
|
|
4120
|
+
"id": 172,
|
|
4122
4121
|
"name": "logo-experitest",
|
|
4123
4122
|
"prevSize": 32,
|
|
4124
4123
|
"code": 59651
|
|
@@ -4142,7 +4141,7 @@
|
|
|
4142
4141
|
"attrs": [],
|
|
4143
4142
|
"properties": {
|
|
4144
4143
|
"order": 768,
|
|
4145
|
-
"id":
|
|
4144
|
+
"id": 173,
|
|
4146
4145
|
"name": "logo-numerify",
|
|
4147
4146
|
"prevSize": 32,
|
|
4148
4147
|
"code": 59652
|
|
@@ -4166,7 +4165,7 @@
|
|
|
4166
4165
|
"attrs": [],
|
|
4167
4166
|
"properties": {
|
|
4168
4167
|
"order": 769,
|
|
4169
|
-
"id":
|
|
4168
|
+
"id": 174,
|
|
4170
4169
|
"name": "logo-arxan",
|
|
4171
4170
|
"prevSize": 32,
|
|
4172
4171
|
"code": 59653
|
|
@@ -4190,7 +4189,7 @@
|
|
|
4190
4189
|
"attrs": [],
|
|
4191
4190
|
"properties": {
|
|
4192
4191
|
"order": 770,
|
|
4193
|
-
"id":
|
|
4192
|
+
"id": 175,
|
|
4194
4193
|
"name": "logo-continuum",
|
|
4195
4194
|
"prevSize": 32,
|
|
4196
4195
|
"code": 59654
|
|
@@ -4214,7 +4213,7 @@
|
|
|
4214
4213
|
"attrs": [],
|
|
4215
4214
|
"properties": {
|
|
4216
4215
|
"order": 771,
|
|
4217
|
-
"id":
|
|
4216
|
+
"id": 176,
|
|
4218
4217
|
"name": "logo-versionone",
|
|
4219
4218
|
"prevSize": 32,
|
|
4220
4219
|
"code": 59655
|
|
@@ -4238,7 +4237,7 @@
|
|
|
4238
4237
|
"attrs": [],
|
|
4239
4238
|
"properties": {
|
|
4240
4239
|
"order": 772,
|
|
4241
|
-
"id":
|
|
4240
|
+
"id": 177,
|
|
4242
4241
|
"name": "logo-release",
|
|
4243
4242
|
"prevSize": 32,
|
|
4244
4243
|
"code": 59656
|
|
@@ -4262,7 +4261,7 @@
|
|
|
4262
4261
|
"attrs": [],
|
|
4263
4262
|
"properties": {
|
|
4264
4263
|
"order": 773,
|
|
4265
|
-
"id":
|
|
4264
|
+
"id": 178,
|
|
4266
4265
|
"name": "warning-solid",
|
|
4267
4266
|
"prevSize": 32,
|
|
4268
4267
|
"code": 59657
|
|
@@ -4286,7 +4285,7 @@
|
|
|
4286
4285
|
"attrs": [],
|
|
4287
4286
|
"properties": {
|
|
4288
4287
|
"order": 774,
|
|
4289
|
-
"id":
|
|
4288
|
+
"id": 179,
|
|
4290
4289
|
"name": "warning-outline",
|
|
4291
4290
|
"prevSize": 32,
|
|
4292
4291
|
"code": 59658
|
|
@@ -4310,7 +4309,7 @@
|
|
|
4310
4309
|
"attrs": [],
|
|
4311
4310
|
"properties": {
|
|
4312
4311
|
"order": 775,
|
|
4313
|
-
"id":
|
|
4312
|
+
"id": 180,
|
|
4314
4313
|
"name": "info-solid",
|
|
4315
4314
|
"prevSize": 32,
|
|
4316
4315
|
"code": 59659
|
|
@@ -4334,7 +4333,7 @@
|
|
|
4334
4333
|
"attrs": [],
|
|
4335
4334
|
"properties": {
|
|
4336
4335
|
"order": 776,
|
|
4337
|
-
"id":
|
|
4336
|
+
"id": 181,
|
|
4338
4337
|
"name": "minus-solid",
|
|
4339
4338
|
"prevSize": 32,
|
|
4340
4339
|
"code": 59660
|
|
@@ -4358,7 +4357,7 @@
|
|
|
4358
4357
|
"attrs": [],
|
|
4359
4358
|
"properties": {
|
|
4360
4359
|
"order": 777,
|
|
4361
|
-
"id":
|
|
4360
|
+
"id": 182,
|
|
4362
4361
|
"name": "check-solid",
|
|
4363
4362
|
"prevSize": 32,
|
|
4364
4363
|
"code": 59661
|
|
@@ -4382,7 +4381,7 @@
|
|
|
4382
4381
|
"attrs": [],
|
|
4383
4382
|
"properties": {
|
|
4384
4383
|
"order": 778,
|
|
4385
|
-
"id":
|
|
4384
|
+
"id": 183,
|
|
4386
4385
|
"name": "error-solid",
|
|
4387
4386
|
"prevSize": 32,
|
|
4388
4387
|
"code": 59662
|
|
@@ -4406,7 +4405,7 @@
|
|
|
4406
4405
|
"attrs": [],
|
|
4407
4406
|
"properties": {
|
|
4408
4407
|
"order": 779,
|
|
4409
|
-
"id":
|
|
4408
|
+
"id": 184,
|
|
4410
4409
|
"name": "error-outlines",
|
|
4411
4410
|
"prevSize": 32,
|
|
4412
4411
|
"code": 59663
|
|
@@ -4430,7 +4429,7 @@
|
|
|
4430
4429
|
"attrs": [],
|
|
4431
4430
|
"properties": {
|
|
4432
4431
|
"order": 780,
|
|
4433
|
-
"id":
|
|
4432
|
+
"id": 185,
|
|
4434
4433
|
"name": "add-outlined",
|
|
4435
4434
|
"prevSize": 32,
|
|
4436
4435
|
"code": 59664
|
|
@@ -4454,7 +4453,7 @@
|
|
|
4454
4453
|
"attrs": [],
|
|
4455
4454
|
"properties": {
|
|
4456
4455
|
"order": 781,
|
|
4457
|
-
"id":
|
|
4456
|
+
"id": 186,
|
|
4458
4457
|
"name": "add-solid",
|
|
4459
4458
|
"prevSize": 32,
|
|
4460
4459
|
"code": 59665
|
|
@@ -4478,7 +4477,7 @@
|
|
|
4478
4477
|
"attrs": [],
|
|
4479
4478
|
"properties": {
|
|
4480
4479
|
"order": 782,
|
|
4481
|
-
"id":
|
|
4480
|
+
"id": 187,
|
|
4482
4481
|
"name": "clear-solid",
|
|
4483
4482
|
"prevSize": 32,
|
|
4484
4483
|
"code": 59666
|
|
@@ -4502,7 +4501,7 @@
|
|
|
4502
4501
|
"attrs": [],
|
|
4503
4502
|
"properties": {
|
|
4504
4503
|
"order": 783,
|
|
4505
|
-
"id":
|
|
4504
|
+
"id": 188,
|
|
4506
4505
|
"name": "dark",
|
|
4507
4506
|
"prevSize": 32,
|
|
4508
4507
|
"code": 59667
|
|
@@ -4526,7 +4525,7 @@
|
|
|
4526
4525
|
"attrs": [],
|
|
4527
4526
|
"properties": {
|
|
4528
4527
|
"order": 784,
|
|
4529
|
-
"id":
|
|
4528
|
+
"id": 189,
|
|
4530
4529
|
"name": "location",
|
|
4531
4530
|
"prevSize": 32,
|
|
4532
4531
|
"code": 59668
|
|
@@ -4550,7 +4549,7 @@
|
|
|
4550
4549
|
"attrs": [],
|
|
4551
4550
|
"properties": {
|
|
4552
4551
|
"order": 785,
|
|
4553
|
-
"id":
|
|
4552
|
+
"id": 190,
|
|
4554
4553
|
"name": "roadmap",
|
|
4555
4554
|
"prevSize": 32,
|
|
4556
4555
|
"code": 59669
|
|
@@ -4574,7 +4573,7 @@
|
|
|
4574
4573
|
"attrs": [],
|
|
4575
4574
|
"properties": {
|
|
4576
4575
|
"order": 786,
|
|
4577
|
-
"id":
|
|
4576
|
+
"id": 191,
|
|
4578
4577
|
"name": "follow-solid",
|
|
4579
4578
|
"prevSize": 32,
|
|
4580
4579
|
"code": 59670
|
|
@@ -4598,7 +4597,7 @@
|
|
|
4598
4597
|
"attrs": [],
|
|
4599
4598
|
"properties": {
|
|
4600
4599
|
"order": 787,
|
|
4601
|
-
"id":
|
|
4600
|
+
"id": 192,
|
|
4602
4601
|
"name": "follow-outlined",
|
|
4603
4602
|
"prevSize": 32,
|
|
4604
4603
|
"code": 59671
|
|
@@ -4622,7 +4621,7 @@
|
|
|
4622
4621
|
"attrs": [],
|
|
4623
4622
|
"properties": {
|
|
4624
4623
|
"order": 788,
|
|
4625
|
-
"id":
|
|
4624
|
+
"id": 193,
|
|
4626
4625
|
"name": "video",
|
|
4627
4626
|
"prevSize": 32,
|
|
4628
4627
|
"code": 59672
|
|
@@ -4646,7 +4645,7 @@
|
|
|
4646
4645
|
"attrs": [],
|
|
4647
4646
|
"properties": {
|
|
4648
4647
|
"order": 789,
|
|
4649
|
-
"id":
|
|
4648
|
+
"id": 194,
|
|
4650
4649
|
"name": "thumbs-down",
|
|
4651
4650
|
"prevSize": 32,
|
|
4652
4651
|
"code": 59673
|
|
@@ -4670,7 +4669,7 @@
|
|
|
4670
4669
|
"attrs": [],
|
|
4671
4670
|
"properties": {
|
|
4672
4671
|
"order": 790,
|
|
4673
|
-
"id":
|
|
4672
|
+
"id": 195,
|
|
4674
4673
|
"name": "camera",
|
|
4675
4674
|
"prevSize": 32,
|
|
4676
4675
|
"code": 59674
|
|
@@ -4694,7 +4693,7 @@
|
|
|
4694
4693
|
"attrs": [],
|
|
4695
4694
|
"properties": {
|
|
4696
4695
|
"order": 791,
|
|
4697
|
-
"id":
|
|
4696
|
+
"id": 196,
|
|
4698
4697
|
"name": "users",
|
|
4699
4698
|
"prevSize": 32,
|
|
4700
4699
|
"code": 59675
|
|
@@ -4718,7 +4717,7 @@
|
|
|
4718
4717
|
"attrs": [],
|
|
4719
4718
|
"properties": {
|
|
4720
4719
|
"order": 792,
|
|
4721
|
-
"id":
|
|
4720
|
+
"id": 197,
|
|
4722
4721
|
"name": "user",
|
|
4723
4722
|
"prevSize": 32,
|
|
4724
4723
|
"code": 59676
|
|
@@ -4742,7 +4741,7 @@
|
|
|
4742
4741
|
"attrs": [],
|
|
4743
4742
|
"properties": {
|
|
4744
4743
|
"order": 793,
|
|
4745
|
-
"id":
|
|
4744
|
+
"id": 198,
|
|
4746
4745
|
"name": "announcement",
|
|
4747
4746
|
"prevSize": 32,
|
|
4748
4747
|
"code": 59677
|
|
@@ -4766,7 +4765,7 @@
|
|
|
4766
4765
|
"attrs": [],
|
|
4767
4766
|
"properties": {
|
|
4768
4767
|
"order": 794,
|
|
4769
|
-
"id":
|
|
4768
|
+
"id": 199,
|
|
4770
4769
|
"name": "not-allowed",
|
|
4771
4770
|
"prevSize": 32,
|
|
4772
4771
|
"code": 59678
|
|
@@ -4790,7 +4789,7 @@
|
|
|
4790
4789
|
"attrs": [{}],
|
|
4791
4790
|
"properties": {
|
|
4792
4791
|
"order": 795,
|
|
4793
|
-
"id":
|
|
4792
|
+
"id": 200,
|
|
4794
4793
|
"name": "zoom-out",
|
|
4795
4794
|
"prevSize": 32,
|
|
4796
4795
|
"code": 59679
|
|
@@ -4814,7 +4813,7 @@
|
|
|
4814
4813
|
"attrs": [{}],
|
|
4815
4814
|
"properties": {
|
|
4816
4815
|
"order": 796,
|
|
4817
|
-
"id":
|
|
4816
|
+
"id": 201,
|
|
4818
4817
|
"name": "zoom-in",
|
|
4819
4818
|
"prevSize": 32,
|
|
4820
4819
|
"code": 59680
|
|
@@ -4838,7 +4837,7 @@
|
|
|
4838
4837
|
"attrs": [],
|
|
4839
4838
|
"properties": {
|
|
4840
4839
|
"order": 797,
|
|
4841
|
-
"id":
|
|
4840
|
+
"id": 202,
|
|
4842
4841
|
"name": "triangle",
|
|
4843
4842
|
"prevSize": 32,
|
|
4844
4843
|
"code": 59681
|
|
@@ -4862,7 +4861,7 @@
|
|
|
4862
4861
|
"attrs": [],
|
|
4863
4862
|
"properties": {
|
|
4864
4863
|
"order": 798,
|
|
4865
|
-
"id":
|
|
4864
|
+
"id": 203,
|
|
4866
4865
|
"name": "delay",
|
|
4867
4866
|
"prevSize": 32,
|
|
4868
4867
|
"code": 59682
|
|
@@ -4886,7 +4885,7 @@
|
|
|
4886
4885
|
"attrs": [],
|
|
4887
4886
|
"properties": {
|
|
4888
4887
|
"order": 799,
|
|
4889
|
-
"id":
|
|
4888
|
+
"id": 204,
|
|
4890
4889
|
"name": "circle-outline",
|
|
4891
4890
|
"prevSize": 32,
|
|
4892
4891
|
"code": 59683
|
|
@@ -4910,7 +4909,7 @@
|
|
|
4910
4909
|
"attrs": [],
|
|
4911
4910
|
"properties": {
|
|
4912
4911
|
"order": 800,
|
|
4913
|
-
"id":
|
|
4912
|
+
"id": 205,
|
|
4914
4913
|
"name": "circle",
|
|
4915
4914
|
"prevSize": 32,
|
|
4916
4915
|
"code": 59684
|
|
@@ -4934,7 +4933,7 @@
|
|
|
4934
4933
|
"attrs": [],
|
|
4935
4934
|
"properties": {
|
|
4936
4935
|
"order": 801,
|
|
4937
|
-
"id":
|
|
4936
|
+
"id": 206,
|
|
4938
4937
|
"name": "add-from-list",
|
|
4939
4938
|
"prevSize": 32,
|
|
4940
4939
|
"code": 59685
|
|
@@ -4958,7 +4957,7 @@
|
|
|
4958
4957
|
"attrs": [],
|
|
4959
4958
|
"properties": {
|
|
4960
4959
|
"order": 802,
|
|
4961
|
-
"id":
|
|
4960
|
+
"id": 207,
|
|
4962
4961
|
"name": "sync",
|
|
4963
4962
|
"prevSize": 32,
|
|
4964
4963
|
"code": 59686
|
|
@@ -4982,7 +4981,7 @@
|
|
|
4982
4981
|
"attrs": [],
|
|
4983
4982
|
"properties": {
|
|
4984
4983
|
"order": 803,
|
|
4985
|
-
"id":
|
|
4984
|
+
"id": 208,
|
|
4986
4985
|
"name": "keyboard",
|
|
4987
4986
|
"prevSize": 32,
|
|
4988
4987
|
"code": 59687
|
|
@@ -5006,7 +5005,7 @@
|
|
|
5006
5005
|
"attrs": [],
|
|
5007
5006
|
"properties": {
|
|
5008
5007
|
"order": 804,
|
|
5009
|
-
"id":
|
|
5008
|
+
"id": 209,
|
|
5010
5009
|
"name": "planner",
|
|
5011
5010
|
"prevSize": 32,
|
|
5012
5011
|
"code": 59688
|
|
@@ -5030,7 +5029,7 @@
|
|
|
5030
5029
|
"attrs": [],
|
|
5031
5030
|
"properties": {
|
|
5032
5031
|
"order": 805,
|
|
5033
|
-
"id":
|
|
5032
|
+
"id": 210,
|
|
5034
5033
|
"name": "tag",
|
|
5035
5034
|
"prevSize": 32,
|
|
5036
5035
|
"code": 59689
|
|
@@ -5054,7 +5053,7 @@
|
|
|
5054
5053
|
"attrs": [],
|
|
5055
5054
|
"properties": {
|
|
5056
5055
|
"order": 806,
|
|
5057
|
-
"id":
|
|
5056
|
+
"id": 211,
|
|
5058
5057
|
"name": "progress",
|
|
5059
5058
|
"prevSize": 32,
|
|
5060
5059
|
"code": 59690
|
|
@@ -5078,7 +5077,7 @@
|
|
|
5078
5077
|
"attrs": [],
|
|
5079
5078
|
"properties": {
|
|
5080
5079
|
"order": 807,
|
|
5081
|
-
"id":
|
|
5080
|
+
"id": 212,
|
|
5082
5081
|
"name": "timeline",
|
|
5083
5082
|
"prevSize": 32,
|
|
5084
5083
|
"code": 59691
|
|
@@ -5102,7 +5101,7 @@
|
|
|
5102
5101
|
"attrs": [],
|
|
5103
5102
|
"properties": {
|
|
5104
5103
|
"order": 808,
|
|
5105
|
-
"id":
|
|
5104
|
+
"id": 213,
|
|
5106
5105
|
"name": "abort",
|
|
5107
5106
|
"prevSize": 32,
|
|
5108
5107
|
"code": 59692
|
|
@@ -5126,7 +5125,7 @@
|
|
|
5126
5125
|
"attrs": [{}],
|
|
5127
5126
|
"properties": {
|
|
5128
5127
|
"order": 809,
|
|
5129
|
-
"id":
|
|
5128
|
+
"id": 214,
|
|
5130
5129
|
"name": "cancel",
|
|
5131
5130
|
"prevSize": 32,
|
|
5132
5131
|
"code": 59693
|
|
@@ -5150,7 +5149,7 @@
|
|
|
5150
5149
|
"attrs": [],
|
|
5151
5150
|
"properties": {
|
|
5152
5151
|
"order": 810,
|
|
5153
|
-
"id":
|
|
5152
|
+
"id": 215,
|
|
5154
5153
|
"name": "power",
|
|
5155
5154
|
"prevSize": 32,
|
|
5156
5155
|
"code": 59694
|
|
@@ -5174,7 +5173,7 @@
|
|
|
5174
5173
|
"attrs": [{}],
|
|
5175
5174
|
"properties": {
|
|
5176
5175
|
"order": 811,
|
|
5177
|
-
"id":
|
|
5176
|
+
"id": 216,
|
|
5178
5177
|
"name": "resize",
|
|
5179
5178
|
"prevSize": 32,
|
|
5180
5179
|
"code": 59695
|
|
@@ -5198,7 +5197,7 @@
|
|
|
5198
5197
|
"attrs": [],
|
|
5199
5198
|
"properties": {
|
|
5200
5199
|
"order": 812,
|
|
5201
|
-
"id":
|
|
5200
|
+
"id": 217,
|
|
5202
5201
|
"name": "close",
|
|
5203
5202
|
"prevSize": 32,
|
|
5204
5203
|
"code": 59696
|
|
@@ -5222,7 +5221,7 @@
|
|
|
5222
5221
|
"attrs": [],
|
|
5223
5222
|
"properties": {
|
|
5224
5223
|
"order": 813,
|
|
5225
|
-
"id":
|
|
5224
|
+
"id": 218,
|
|
5226
5225
|
"name": "save",
|
|
5227
5226
|
"prevSize": 32,
|
|
5228
5227
|
"code": 59697
|
|
@@ -5246,7 +5245,7 @@
|
|
|
5246
5245
|
"attrs": [{}],
|
|
5247
5246
|
"properties": {
|
|
5248
5247
|
"order": 814,
|
|
5249
|
-
"id":
|
|
5248
|
+
"id": 219,
|
|
5250
5249
|
"name": "drag-vertical-up-down",
|
|
5251
5250
|
"prevSize": 32,
|
|
5252
5251
|
"code": 59698
|
|
@@ -5270,7 +5269,7 @@
|
|
|
5270
5269
|
"attrs": [],
|
|
5271
5270
|
"properties": {
|
|
5272
5271
|
"order": 815,
|
|
5273
|
-
"id":
|
|
5272
|
+
"id": 220,
|
|
5274
5273
|
"name": "add",
|
|
5275
5274
|
"prevSize": 32,
|
|
5276
5275
|
"code": 59699
|
|
@@ -5294,7 +5293,7 @@
|
|
|
5294
5293
|
"attrs": [],
|
|
5295
5294
|
"properties": {
|
|
5296
5295
|
"order": 816,
|
|
5297
|
-
"id":
|
|
5296
|
+
"id": 221,
|
|
5298
5297
|
"name": "minus",
|
|
5299
5298
|
"prevSize": 32,
|
|
5300
5299
|
"code": 59700
|
|
@@ -5318,7 +5317,7 @@
|
|
|
5318
5317
|
"attrs": [],
|
|
5319
5318
|
"properties": {
|
|
5320
5319
|
"order": 817,
|
|
5321
|
-
"id":
|
|
5320
|
+
"id": 222,
|
|
5322
5321
|
"name": "target-none",
|
|
5323
5322
|
"prevSize": 32,
|
|
5324
5323
|
"code": 59701
|
|
@@ -5342,7 +5341,7 @@
|
|
|
5342
5341
|
"attrs": [],
|
|
5343
5342
|
"properties": {
|
|
5344
5343
|
"order": 818,
|
|
5345
|
-
"id":
|
|
5344
|
+
"id": 223,
|
|
5346
5345
|
"name": "placeholder",
|
|
5347
5346
|
"prevSize": 32,
|
|
5348
5347
|
"code": 59702
|
|
@@ -5366,7 +5365,7 @@
|
|
|
5366
5365
|
"attrs": [],
|
|
5367
5366
|
"properties": {
|
|
5368
5367
|
"order": 819,
|
|
5369
|
-
"id":
|
|
5368
|
+
"id": 224,
|
|
5370
5369
|
"name": "server",
|
|
5371
5370
|
"prevSize": 32,
|
|
5372
5371
|
"code": 59703
|
|
@@ -5390,7 +5389,7 @@
|
|
|
5390
5389
|
"attrs": [],
|
|
5391
5390
|
"properties": {
|
|
5392
5391
|
"order": 820,
|
|
5393
|
-
"id":
|
|
5392
|
+
"id": 225,
|
|
5394
5393
|
"name": "square-wrench",
|
|
5395
5394
|
"prevSize": 32,
|
|
5396
5395
|
"code": 59704
|
|
@@ -5414,7 +5413,7 @@
|
|
|
5414
5413
|
"attrs": [],
|
|
5415
5414
|
"properties": {
|
|
5416
5415
|
"order": 821,
|
|
5417
|
-
"id":
|
|
5416
|
+
"id": 226,
|
|
5418
5417
|
"name": "square-wrench-check",
|
|
5419
5418
|
"prevSize": 32,
|
|
5420
5419
|
"code": 59705
|
|
@@ -5438,7 +5437,7 @@
|
|
|
5438
5437
|
"attrs": [],
|
|
5439
5438
|
"properties": {
|
|
5440
5439
|
"order": 822,
|
|
5441
|
-
"id":
|
|
5440
|
+
"id": 227,
|
|
5442
5441
|
"name": "square-settings",
|
|
5443
5442
|
"prevSize": 32,
|
|
5444
5443
|
"code": 59706
|
|
@@ -5462,7 +5461,7 @@
|
|
|
5462
5461
|
"attrs": [],
|
|
5463
5462
|
"properties": {
|
|
5464
5463
|
"order": 824,
|
|
5465
|
-
"id":
|
|
5464
|
+
"id": 228,
|
|
5466
5465
|
"name": "trigger",
|
|
5467
5466
|
"prevSize": 32,
|
|
5468
5467
|
"code": 59708
|
|
@@ -5486,7 +5485,7 @@
|
|
|
5486
5485
|
"attrs": [],
|
|
5487
5486
|
"properties": {
|
|
5488
5487
|
"order": 892,
|
|
5489
|
-
"id":
|
|
5488
|
+
"id": 229,
|
|
5490
5489
|
"name": "precondition",
|
|
5491
5490
|
"prevSize": 32,
|
|
5492
5491
|
"code": 59709
|
|
@@ -5510,7 +5509,7 @@
|
|
|
5510
5509
|
"attrs": [],
|
|
5511
5510
|
"properties": {
|
|
5512
5511
|
"order": 826,
|
|
5513
|
-
"id":
|
|
5512
|
+
"id": 230,
|
|
5514
5513
|
"name": "composition",
|
|
5515
5514
|
"prevSize": 32,
|
|
5516
5515
|
"code": 59710
|
|
@@ -5534,7 +5533,7 @@
|
|
|
5534
5533
|
"attrs": [],
|
|
5535
5534
|
"properties": {
|
|
5536
5535
|
"order": 827,
|
|
5537
|
-
"id":
|
|
5536
|
+
"id": 231,
|
|
5538
5537
|
"name": "block",
|
|
5539
5538
|
"prevSize": 32,
|
|
5540
5539
|
"code": 59711
|
|
@@ -5558,7 +5557,7 @@
|
|
|
5558
5557
|
"attrs": [],
|
|
5559
5558
|
"properties": {
|
|
5560
5559
|
"order": 828,
|
|
5561
|
-
"id":
|
|
5560
|
+
"id": 232,
|
|
5562
5561
|
"name": "group",
|
|
5563
5562
|
"prevSize": 32,
|
|
5564
5563
|
"code": 59712
|
|
@@ -5582,7 +5581,7 @@
|
|
|
5582
5581
|
"attrs": [],
|
|
5583
5582
|
"properties": {
|
|
5584
5583
|
"order": 829,
|
|
5585
|
-
"id":
|
|
5584
|
+
"id": 233,
|
|
5586
5585
|
"name": "settings-admin-opaque",
|
|
5587
5586
|
"prevSize": 32,
|
|
5588
5587
|
"code": 59713
|
|
@@ -5606,7 +5605,7 @@
|
|
|
5606
5605
|
"attrs": [],
|
|
5607
5606
|
"properties": {
|
|
5608
5607
|
"order": 830,
|
|
5609
|
-
"id":
|
|
5608
|
+
"id": 234,
|
|
5610
5609
|
"name": "puzzle",
|
|
5611
5610
|
"prevSize": 32,
|
|
5612
5611
|
"code": 59714
|
|
@@ -5630,7 +5629,7 @@
|
|
|
5630
5629
|
"attrs": [{}],
|
|
5631
5630
|
"properties": {
|
|
5632
5631
|
"order": 831,
|
|
5633
|
-
"id":
|
|
5632
|
+
"id": 235,
|
|
5634
5633
|
"name": "alphabet-icon",
|
|
5635
5634
|
"prevSize": 32,
|
|
5636
5635
|
"code": 59715
|
|
@@ -5654,7 +5653,7 @@
|
|
|
5654
5653
|
"attrs": [],
|
|
5655
5654
|
"properties": {
|
|
5656
5655
|
"order": 832,
|
|
5657
|
-
"id":
|
|
5656
|
+
"id": 236,
|
|
5658
5657
|
"name": "crop",
|
|
5659
5658
|
"prevSize": 32,
|
|
5660
5659
|
"code": 59716
|
|
@@ -5678,7 +5677,7 @@
|
|
|
5678
5677
|
"attrs": [],
|
|
5679
5678
|
"properties": {
|
|
5680
5679
|
"order": 833,
|
|
5681
|
-
"id":
|
|
5680
|
+
"id": 237,
|
|
5682
5681
|
"name": "upload-file",
|
|
5683
5682
|
"prevSize": 32,
|
|
5684
5683
|
"code": 59717
|
|
@@ -5702,7 +5701,7 @@
|
|
|
5702
5701
|
"attrs": [],
|
|
5703
5702
|
"properties": {
|
|
5704
5703
|
"order": 834,
|
|
5705
|
-
"id":
|
|
5704
|
+
"id": 238,
|
|
5706
5705
|
"name": "container",
|
|
5707
5706
|
"prevSize": 32,
|
|
5708
5707
|
"code": 59718
|
|
@@ -5726,7 +5725,7 @@
|
|
|
5726
5725
|
"attrs": [],
|
|
5727
5726
|
"properties": {
|
|
5728
5727
|
"order": 835,
|
|
5729
|
-
"id":
|
|
5728
|
+
"id": 239,
|
|
5730
5729
|
"name": "flag-risk",
|
|
5731
5730
|
"prevSize": 32,
|
|
5732
5731
|
"code": 59719
|
|
@@ -5750,7 +5749,7 @@
|
|
|
5750
5749
|
"attrs": [],
|
|
5751
5750
|
"properties": {
|
|
5752
5751
|
"order": 836,
|
|
5753
|
-
"id":
|
|
5752
|
+
"id": 240,
|
|
5754
5753
|
"name": "learn",
|
|
5755
5754
|
"prevSize": 32,
|
|
5756
5755
|
"code": 59720
|
|
@@ -5774,7 +5773,7 @@
|
|
|
5774
5773
|
"attrs": [],
|
|
5775
5774
|
"properties": {
|
|
5776
5775
|
"order": 837,
|
|
5777
|
-
"id":
|
|
5776
|
+
"id": 241,
|
|
5778
5777
|
"name": "tree",
|
|
5779
5778
|
"prevSize": 32,
|
|
5780
5779
|
"code": 59721
|
|
@@ -5798,7 +5797,7 @@
|
|
|
5798
5797
|
"attrs": [],
|
|
5799
5798
|
"properties": {
|
|
5800
5799
|
"order": 838,
|
|
5801
|
-
"id":
|
|
5800
|
+
"id": 242,
|
|
5802
5801
|
"name": "process-template",
|
|
5803
5802
|
"prevSize": 32,
|
|
5804
5803
|
"code": 59722
|
|
@@ -5822,7 +5821,7 @@
|
|
|
5822
5821
|
"attrs": [],
|
|
5823
5822
|
"properties": {
|
|
5824
5823
|
"order": 839,
|
|
5825
|
-
"id":
|
|
5824
|
+
"id": 243,
|
|
5826
5825
|
"name": "flag-attention",
|
|
5827
5826
|
"prevSize": 32,
|
|
5828
5827
|
"code": 59723
|
|
@@ -5846,7 +5845,7 @@
|
|
|
5846
5845
|
"attrs": [],
|
|
5847
5846
|
"properties": {
|
|
5848
5847
|
"order": 840,
|
|
5849
|
-
"id":
|
|
5848
|
+
"id": 244,
|
|
5850
5849
|
"name": "collection",
|
|
5851
5850
|
"prevSize": 32,
|
|
5852
5851
|
"code": 59724
|
|
@@ -5870,7 +5869,7 @@
|
|
|
5870
5869
|
"attrs": [],
|
|
5871
5870
|
"properties": {
|
|
5872
5871
|
"order": 841,
|
|
5873
|
-
"id":
|
|
5872
|
+
"id": 245,
|
|
5874
5873
|
"name": "table",
|
|
5875
5874
|
"prevSize": 32,
|
|
5876
5875
|
"code": 59725
|
|
@@ -5894,7 +5893,7 @@
|
|
|
5894
5893
|
"attrs": [],
|
|
5895
5894
|
"properties": {
|
|
5896
5895
|
"order": 842,
|
|
5897
|
-
"id":
|
|
5896
|
+
"id": 246,
|
|
5898
5897
|
"name": "linkBrakeIt",
|
|
5899
5898
|
"prevSize": 32,
|
|
5900
5899
|
"code": 59726
|
|
@@ -5918,7 +5917,7 @@
|
|
|
5918
5917
|
"attrs": [],
|
|
5919
5918
|
"properties": {
|
|
5920
5919
|
"order": 843,
|
|
5921
|
-
"id":
|
|
5920
|
+
"id": 247,
|
|
5922
5921
|
"name": "move-folder",
|
|
5923
5922
|
"prevSize": 32,
|
|
5924
5923
|
"code": 59727
|
|
@@ -5942,7 +5941,7 @@
|
|
|
5942
5941
|
"attrs": [],
|
|
5943
5942
|
"properties": {
|
|
5944
5943
|
"order": 844,
|
|
5945
|
-
"id":
|
|
5944
|
+
"id": 248,
|
|
5946
5945
|
"name": "columns",
|
|
5947
5946
|
"prevSize": 32,
|
|
5948
5947
|
"code": 59728
|
|
@@ -5967,7 +5966,7 @@
|
|
|
5967
5966
|
"attrs": [{}, {}],
|
|
5968
5967
|
"properties": {
|
|
5969
5968
|
"order": 845,
|
|
5970
|
-
"id":
|
|
5969
|
+
"id": 249,
|
|
5971
5970
|
"name": "file-word-doc",
|
|
5972
5971
|
"prevSize": 32,
|
|
5973
5972
|
"code": 59729
|
|
@@ -5992,7 +5991,7 @@
|
|
|
5992
5991
|
"attrs": [{}, {}],
|
|
5993
5992
|
"properties": {
|
|
5994
5993
|
"order": 846,
|
|
5995
|
-
"id":
|
|
5994
|
+
"id": 250,
|
|
5996
5995
|
"name": "file-ppt",
|
|
5997
5996
|
"prevSize": 32,
|
|
5998
5997
|
"code": 59730
|
|
@@ -6019,7 +6018,7 @@
|
|
|
6019
6018
|
"attrs": [{}, {}, {}, {}],
|
|
6020
6019
|
"properties": {
|
|
6021
6020
|
"order": 847,
|
|
6022
|
-
"id":
|
|
6021
|
+
"id": 251,
|
|
6023
6022
|
"name": "file-zip",
|
|
6024
6023
|
"prevSize": 32,
|
|
6025
6024
|
"code": 59731
|
|
@@ -6044,7 +6043,7 @@
|
|
|
6044
6043
|
"attrs": [{}, {}],
|
|
6045
6044
|
"properties": {
|
|
6046
6045
|
"order": 848,
|
|
6047
|
-
"id":
|
|
6046
|
+
"id": 252,
|
|
6048
6047
|
"name": "file-xls",
|
|
6049
6048
|
"prevSize": 32,
|
|
6050
6049
|
"code": 59732
|
|
@@ -6069,7 +6068,7 @@
|
|
|
6069
6068
|
"attrs": [{}, {}],
|
|
6070
6069
|
"properties": {
|
|
6071
6070
|
"order": 849,
|
|
6072
|
-
"id":
|
|
6071
|
+
"id": 253,
|
|
6073
6072
|
"name": "file-pdf",
|
|
6074
6073
|
"prevSize": 32,
|
|
6075
6074
|
"code": 59733
|
|
@@ -6095,7 +6094,7 @@
|
|
|
6095
6094
|
"attrs": [{}, {}, {}],
|
|
6096
6095
|
"properties": {
|
|
6097
6096
|
"order": 850,
|
|
6098
|
-
"id":
|
|
6097
|
+
"id": 254,
|
|
6099
6098
|
"name": "file-xml",
|
|
6100
6099
|
"prevSize": 32,
|
|
6101
6100
|
"code": 59734
|
|
@@ -6119,7 +6118,7 @@
|
|
|
6119
6118
|
"attrs": [],
|
|
6120
6119
|
"properties": {
|
|
6121
6120
|
"order": 851,
|
|
6122
|
-
"id":
|
|
6121
|
+
"id": 255,
|
|
6123
6122
|
"name": "dictionary-locked",
|
|
6124
6123
|
"prevSize": 32,
|
|
6125
6124
|
"code": 59735
|
|
@@ -6143,7 +6142,7 @@
|
|
|
6143
6142
|
"attrs": [],
|
|
6144
6143
|
"properties": {
|
|
6145
6144
|
"order": 852,
|
|
6146
|
-
"id":
|
|
6145
|
+
"id": 256,
|
|
6147
6146
|
"name": "dictionary",
|
|
6148
6147
|
"prevSize": 32,
|
|
6149
6148
|
"code": 59736
|
|
@@ -6167,7 +6166,7 @@
|
|
|
6167
6166
|
"attrs": [],
|
|
6168
6167
|
"properties": {
|
|
6169
6168
|
"order": 853,
|
|
6170
|
-
"id":
|
|
6169
|
+
"id": 257,
|
|
6171
6170
|
"name": "file-dotted",
|
|
6172
6171
|
"prevSize": 32,
|
|
6173
6172
|
"code": 59737
|
|
@@ -6191,7 +6190,7 @@
|
|
|
6191
6190
|
"attrs": [],
|
|
6192
6191
|
"properties": {
|
|
6193
6192
|
"order": 854,
|
|
6194
|
-
"id":
|
|
6193
|
+
"id": 258,
|
|
6195
6194
|
"name": "file-circle-check",
|
|
6196
6195
|
"prevSize": 32,
|
|
6197
6196
|
"code": 59738
|
|
@@ -6215,7 +6214,7 @@
|
|
|
6215
6214
|
"attrs": [],
|
|
6216
6215
|
"properties": {
|
|
6217
6216
|
"order": 855,
|
|
6218
|
-
"id":
|
|
6217
|
+
"id": 259,
|
|
6219
6218
|
"name": "back",
|
|
6220
6219
|
"prevSize": 32,
|
|
6221
6220
|
"code": 59739
|
|
@@ -6239,7 +6238,7 @@
|
|
|
6239
6238
|
"attrs": [],
|
|
6240
6239
|
"properties": {
|
|
6241
6240
|
"order": 856,
|
|
6242
|
-
"id":
|
|
6241
|
+
"id": 260,
|
|
6243
6242
|
"name": "chevron-left",
|
|
6244
6243
|
"prevSize": 32,
|
|
6245
6244
|
"code": 59740
|
|
@@ -6263,7 +6262,7 @@
|
|
|
6263
6262
|
"attrs": [],
|
|
6264
6263
|
"properties": {
|
|
6265
6264
|
"order": 857,
|
|
6266
|
-
"id":
|
|
6265
|
+
"id": 261,
|
|
6267
6266
|
"name": "chevron-up",
|
|
6268
6267
|
"prevSize": 32,
|
|
6269
6268
|
"code": 59741
|
|
@@ -6287,7 +6286,7 @@
|
|
|
6287
6286
|
"attrs": [],
|
|
6288
6287
|
"properties": {
|
|
6289
6288
|
"order": 858,
|
|
6290
|
-
"id":
|
|
6289
|
+
"id": 262,
|
|
6291
6290
|
"name": "chevron-down",
|
|
6292
6291
|
"prevSize": 32,
|
|
6293
6292
|
"code": 59742
|
|
@@ -6311,7 +6310,7 @@
|
|
|
6311
6310
|
"attrs": [],
|
|
6312
6311
|
"properties": {
|
|
6313
6312
|
"order": 861,
|
|
6314
|
-
"id":
|
|
6313
|
+
"id": 263,
|
|
6315
6314
|
"name": "edit",
|
|
6316
6315
|
"prevSize": 32,
|
|
6317
6316
|
"code": 59648
|
|
@@ -6337,7 +6336,7 @@
|
|
|
6337
6336
|
"attrs": [{}],
|
|
6338
6337
|
"properties": {
|
|
6339
6338
|
"order": 862,
|
|
6340
|
-
"id":
|
|
6339
|
+
"id": 264,
|
|
6341
6340
|
"name": "delete",
|
|
6342
6341
|
"prevSize": 32,
|
|
6343
6342
|
"code": 59649
|