-
Notifications
You must be signed in to change notification settings - Fork 0
/
Youtuberis.lt.json
10983 lines (10983 loc) · 496 KB
/
Youtuberis.lt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"metadata": {
"name": "Youtuberis.lt",
"lastOpened": 1418773394855,
"created": 1519986672428
},
"iconSets": [
{
"selection": [
{
"order": 1,
"id": 0,
"prevSize": 24,
"code": 59654,
"name": "open_in_new",
"tempChar": ""
}
],
"id": 4,
"metadata": {
"name": "Material Icons (subset)",
"url": "https://www.google.com/design/icons/",
"designerURL": "https://www.google.com/design",
"designer": "Google",
"licenseURL": "https://github.com/google/material-design-icons/blob/master/LICENSE",
"license": "Apache License 2.0",
"iconsHash": 2132284954,
"importSize": {
"width": 24,
"height": 24
}
},
"height": 1024,
"prevSize": 24,
"icons": [
{
"id": 0,
"paths": [
"M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z"
],
"attrs": [
{}
],
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"open_in_new"
],
"grid": 24
}
],
"invisible": false,
"colorThemes": []
},
{
"selection": [
{
"order": 0,
"id": 14,
"prevSize": 28,
"code": 59648,
"name": "long-arrow-up",
"tempChar": ""
},
{
"order": 0,
"id": 13,
"prevSize": 28,
"code": 59649,
"name": "long-arrow-down",
"tempChar": ""
},
{
"order": 0,
"id": 12,
"prevSize": 28,
"code": 59653,
"name": "arrow-circle-down",
"tempChar": ""
},
{
"order": 0,
"id": 11,
"prevSize": 28,
"code": 59655,
"name": "arrow-circle-up",
"tempChar": ""
},
{
"order": 0,
"id": 10,
"prevSize": 28,
"code": 59656,
"name": "arrow-circle-o-up",
"tempChar": ""
},
{
"order": 6,
"id": 9,
"prevSize": 28,
"code": 59657,
"name": "arrow-down",
"tempChar": ""
},
{
"order": 7,
"id": 8,
"prevSize": 28,
"code": 59658,
"name": "arrow-up",
"tempChar": ""
},
{
"order": 0,
"id": 7,
"prevSize": 28,
"code": 59653,
"name": "meh-o",
"tempChar": ""
},
{
"order": 1,
"id": 6,
"name": "search",
"prevSize": 28,
"code": 59652,
"tempChar": ""
},
{
"order": 0,
"id": 5,
"prevSize": 28,
"code": 59648,
"name": "angle-down",
"tempChar": ""
},
{
"order": 0,
"id": 4,
"prevSize": 28,
"code": 59649,
"name": "angle-up",
"tempChar": ""
},
{
"order": 3,
"id": 3,
"prevSize": 28,
"code": 59650,
"name": "angle-right",
"tempChar": ""
},
{
"order": 4,
"id": 2,
"prevSize": 28,
"code": 59651,
"name": "angle-left",
"tempChar": ""
},
{
"order": 0,
"id": 1,
"prevSize": 28,
"code": 59652,
"name": "angle-double-right",
"tempChar": ""
},
{
"order": 0,
"id": 0,
"prevSize": 28,
"code": 59653,
"name": "angle-double-left",
"tempChar": ""
}
],
"id": 3,
"metadata": {
"name": "Font Awesome (subset)",
"url": "https://github.com/FortAwesome/Font-Awesome",
"designer": "Dave Gandy",
"designerURL": "https://github.com/davegandy",
"license": "Custom",
"licenseURL": "https://github.com/FortAwesome/Font-Awesome#license",
"iconsHash": 309851062,
"importSize": {
"width": 12,
"height": 28
}
},
"height": 1024,
"prevSize": 28,
"icons": [
{
"id": 14,
"paths": [
"M437.143 281.714c-2.857 6.286-9.143 10.857-16.571 10.857h-128v713.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-713.143h-128c-7.429 0-13.714-4-16.571-10.857s-1.714-14.286 2.857-20l200-219.429c3.429-3.429 8-5.714 13.143-5.714v0c5.143 0 10.286 2.286 13.714 5.714l202.857 219.429c4.571 5.714 5.714 13.143 2.857 20z"
],
"attrs": [
{}
],
"width": 439,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"long-arrow-up"
],
"grid": 14
},
{
"id": 13,
"paths": [
"M437.143 742.286c2.857 6.857 1.714 14.286-2.857 20l-200 219.429c-3.429 3.429-8 5.714-13.143 5.714v0c-5.143 0-10.286-2.286-13.714-5.714l-202.857-219.429c-4.571-5.714-5.714-13.143-2.857-20 2.857-6.286 9.143-10.857 16.571-10.857h128v-713.143c0-10.286 8-18.286 18.286-18.286h109.714c10.286 0 18.286 8 18.286 18.286v713.143h128c7.429 0 13.714 4 16.571 10.857z"
],
"attrs": [
{}
],
"width": 439,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"long-arrow-down"
],
"grid": 14
},
{
"id": 12,
"paths": [
"M733.714 512.571c0-9.714-3.429-18.857-10.286-25.714l-52-52c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-108 108v-286.857c0-20-16.571-36.571-36.571-36.571h-73.143c-20 0-36.571 16.571-36.571 36.571v286.857l-108-108c-6.857-6.857-16-10.857-25.714-10.857s-18.857 4-25.714 10.857l-52 52c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l258.857 258.857c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l258.857-258.857c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
],
"attrs": [
{}
],
"width": 878,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"arrow-circle-down"
],
"grid": 14
},
{
"id": 11,
"paths": [
"M733.714 511.429c0-9.714-3.429-18.857-10.286-25.714l-258.857-258.857c-6.857-6.857-16-10.286-25.714-10.286s-18.857 3.429-25.714 10.286l-258.857 258.857c-6.857 6.857-10.286 16-10.286 25.714s3.429 18.857 10.286 25.714l52 52c6.857 6.857 16 10.286 25.714 10.286s18.857-3.429 25.714-10.286l108-108v286.857c0 20 16.571 36.571 36.571 36.571h73.143c20 0 36.571-16.571 36.571-36.571v-286.857l108 108c6.857 6.857 16 10.857 25.714 10.857s18.857-4 25.714-10.857l52-52c6.857-6.857 10.286-16 10.286-25.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
],
"attrs": [
{}
],
"width": 878,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"arrow-circle-up"
],
"grid": 14
},
{
"id": 10,
"paths": [
"M638.857 500.571c-2.857 6.857-9.714 11.429-17.143 11.429h-109.714v201.143c0 10.286-8 18.286-18.286 18.286h-109.714c-10.286 0-18.286-8-18.286-18.286v-201.143h-109.714c-10.286 0-18.286-8-18.286-18.286 0-5.143 2.286-9.714 5.714-13.714l182.286-182.286c4-3.429 8.571-5.143 13.143-5.143s9.143 1.714 13.143 5.143l182.857 182.857c5.143 5.714 6.857 13.143 4 20zM438.857 201.143c-171.429 0-310.857 139.429-310.857 310.857s139.429 310.857 310.857 310.857 310.857-139.429 310.857-310.857-139.429-310.857-310.857-310.857zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857v0c242.286 0 438.857 196.571 438.857 438.857z"
],
"attrs": [
{}
],
"width": 878,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"arrow-circle-o-up"
],
"grid": 14
},
{
"id": 9,
"paths": [
"M920.571 475.429c0 19.429-8 38.286-21.143 51.429l-372 372.571c-13.714 13.143-32.571 21.143-52 21.143s-38.286-8-51.429-21.143l-372-372.571c-13.714-13.143-21.714-32-21.714-51.429s8-38.286 21.714-52l42.286-42.857c13.714-13.143 32.571-21.143 52-21.143s38.286 8 51.429 21.143l168 168v-402.286c0-40 33.143-73.143 73.143-73.143h73.143c40 0 73.143 33.143 73.143 73.143v402.286l168-168c13.143-13.143 32-21.143 51.429-21.143s38.286 8 52 21.143l42.857 42.857c13.143 13.714 21.143 32.571 21.143 52z"
],
"attrs": [
{}
],
"width": 951,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"arrow-down"
],
"grid": 14
},
{
"id": 8,
"paths": [
"M920.571 554.857c0 19.429-8 37.714-21.143 51.429l-42.857 42.857c-13.714 13.714-32.571 21.714-52 21.714s-38.286-8-51.429-21.714l-168-167.429v402.286c0 41.143-34.286 66.857-73.143 66.857h-73.143c-38.857 0-73.143-25.714-73.143-66.857v-402.286l-168 167.429c-13.143 13.714-32 21.714-51.429 21.714s-38.286-8-51.429-21.714l-42.857-42.857c-13.714-13.714-21.714-32-21.714-51.429s8-38.286 21.714-52l372-372c13.143-13.714 32-21.143 51.429-21.143s38.286 7.429 52 21.143l372 372c13.143 13.714 21.143 32.571 21.143 52z"
],
"attrs": [
{}
],
"width": 951,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"arrow-up"
],
"grid": 14
},
{
"id": 7,
"paths": [
"M658.286 621.714c0 20-16.571 36.571-36.571 36.571h-365.714c-20 0-36.571-16.571-36.571-36.571s16.571-36.571 36.571-36.571h365.714c20 0 36.571 16.571 36.571 36.571zM365.714 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM658.286 365.714c0 40.571-32.571 73.143-73.143 73.143s-73.143-32.571-73.143-73.143 32.571-73.143 73.143-73.143 73.143 32.571 73.143 73.143zM804.571 512c0-201.714-164-365.714-365.714-365.714s-365.714 164-365.714 365.714 164 365.714 365.714 365.714 365.714-164 365.714-365.714zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"
],
"attrs": [
{}
],
"width": 878,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"meh-o"
],
"grid": 14
},
{
"id": 6,
"paths": [
"M658.286 475.429c0-141.143-114.857-256-256-256s-256 114.857-256 256 114.857 256 256 256 256-114.857 256-256zM950.857 950.857c0 40-33.143 73.143-73.143 73.143-19.429 0-38.286-8-51.429-21.714l-196-195.429c-66.857 46.286-146.857 70.857-228 70.857-222.286 0-402.286-180-402.286-402.286s180-402.286 402.286-402.286 402.286 180 402.286 402.286c0 81.143-24.571 161.143-70.857 228l196 196c13.143 13.143 21.143 32 21.143 51.429z"
],
"attrs": [
{}
],
"width": 951,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"search"
],
"grid": 14
},
{
"id": 5,
"paths": [
"M614.286 420.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143z"
],
"attrs": [
{}
],
"width": 658,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-down"
],
"grid": 14
},
{
"id": 4,
"paths": [
"M614.286 676.571c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z"
],
"attrs": [
{}
],
"width": 658,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-up"
],
"grid": 14
},
{
"id": 3,
"paths": [
"M340 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8-5.714-13.143 0-4.571 2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z"
],
"attrs": [
{}
],
"width": 347,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-right"
],
"grid": 14
},
{
"id": 2,
"paths": [
"M358.286 310.857c0 4.571-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8 5.714 13.143z"
],
"attrs": [
{}
],
"width": 384,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-left"
],
"grid": 14
},
{
"id": 1,
"paths": [
"M340 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143zM559.429 548.571c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l224.571-224.571-224.571-224.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z"
],
"attrs": [
{}
],
"width": 567,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-double-right"
],
"grid": 14
},
{
"id": 0,
"paths": [
"M358.286 786.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143zM577.714 786.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143s-2.286 9.714-5.714 13.143l-224.571 224.571 224.571 224.571c3.429 3.429 5.714 8.571 5.714 13.143z"
],
"attrs": [
{}
],
"width": 603,
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"angle-double-left"
],
"grid": 14
}
],
"invisible": false,
"colorThemes": []
},
{
"selection": [
{
"order": 0,
"id": 0,
"prevSize": 24,
"name": "wifi-off"
}
],
"id": 2,
"metadata": {
"name": "Feather (subset)",
"importSize": {
"width": 24,
"height": 24
},
"url": "https://feathericons.com/",
"designer": "Cole Bemis",
"designerURL": "http://colebemis.com/",
"license": "MIT",
"licenseURL": "https://github.com/feathericons/feather/blob/master/LICENSE",
"iconsHash": 1892470213
},
"height": 1024,
"prevSize": 24,
"icons": [
{
"id": 0,
"paths": [
"M1011.2 951.467l-721.067-721.067c0 0 0 0 0 0l-217.6-217.6c-17.067-17.067-42.667-17.067-59.733 0s-17.067 42.667 0 59.733l174.933 174.933c-55.467 29.867-106.667 64-153.6 106.667-17.067 17.067-21.333 42.667-4.267 59.733 8.533 8.533 17.067 12.8 29.867 12.8 8.533 0 21.333-4.267 29.867-12.8 46.933-42.667 102.4-76.8 162.133-102.4l98.133 98.133c-59.733 21.333-115.2 51.2-166.4 89.6-17.067 17.067-21.333 42.667-4.267 59.733 8.533 8.533 21.333 17.067 34.133 17.067 8.533 0 21.333-4.267 25.6-8.533 51.2-42.667 115.2-72.533 179.2-89.6l119.467 119.467c-68.267-4.267-140.8 12.8-196.267 55.467-21.333 12.8-25.6 38.4-8.533 59.733 12.8 17.067 38.4 25.6 59.733 8.533 72.533-51.2 174.933-51.2 247.467 0 8.533 4.267 17.067 8.533 25.6 8.533 4.267 0 4.267 0 8.533 0l281.6 281.6c8.533 8.533 21.333 12.8 29.867 12.8s21.333-4.267 29.867-12.8c12.8-17.067 12.8-42.667-4.267-59.733z",
"M674.133 452.267c-8.533 21.333 0 46.933 21.333 55.467 29.867 17.067 59.733 34.133 89.6 59.733 8.533 8.533 17.067 8.533 25.6 8.533 12.8 0 25.6-4.267 34.133-17.067 17.067-17.067 12.8-46.933-4.267-59.733-34.133-25.6-68.267-51.2-106.667-68.267-21.333-8.533-46.933 0-59.733 21.333z",
"M460.8 256c170.667-12.8 345.6 42.667 473.6 157.867 8.533 8.533 17.067 8.533 29.867 8.533s25.6-4.267 34.133-12.8c17.067-17.067 12.8-42.667-4.267-59.733-145.067-128-341.333-196.267-537.6-179.2-25.6 0-42.667 21.333-38.4 46.933 0 25.6 17.067 42.667 42.667 38.4z",
"M482.133 823.467c-8.533 8.533-12.8 17.067-12.8 29.867s4.267 21.333 12.8 29.867c8.533 8.533 17.067 12.8 29.867 12.8s21.333-4.267 29.867-12.8c8.533-8.533 12.8-21.333 12.8-29.867s-4.267-21.333-12.8-29.867c-17.067-17.067-42.667-17.067-59.733 0z"
],
"attrs": [
{},
{},
{},
{}
],
"isMulticolor": false,
"isMulticolor2": false,
"tags": [
"wifi-off"
],
"grid": 24
}
],
"invisible": false,
"colorThemes": []
},
{
"selection": [
{
"ligatures": "home, house",
"name": "home",
"order": 0,
"id": 1
},
{
"ligatures": "home2, house2",
"name": "home2",
"order": 0,
"id": 2
},
{
"ligatures": "home3, house3",
"name": "home3",
"order": 0,
"id": 3
},
{
"ligatures": "office, buildings",
"name": "office",
"order": 0,
"id": 4
},
{
"ligatures": "newspaper, news",
"name": "newspaper",
"order": 0,
"id": 5
},
{
"ligatures": "pencil, write",
"name": "pencil",
"order": 0,
"id": 6
},
{
"ligatures": "pencil2, write2",
"name": "pencil2",
"order": 0,
"id": 7
},
{
"ligatures": "quill, feather",
"name": "quill",
"order": 0,
"id": 8
},
{
"ligatures": "pen, write3",
"name": "pen",
"order": 0,
"id": 9
},
{
"ligatures": "blog, pen2",
"name": "blog",
"order": 0,
"id": 10
},
{
"ligatures": "eyedropper, color",
"name": "eyedropper",
"order": 0,
"id": 11
},
{
"ligatures": "droplet, color2",
"name": "droplet",
"order": 0,
"id": 12
},
{
"ligatures": "paint-format, format",
"name": "paint-format",
"order": 0,
"id": 13
},
{
"ligatures": "image, picture",
"name": "image",
"order": 0,
"id": 14
},
{
"ligatures": "images, pictures",
"name": "images",
"order": 0,
"id": 15
},
{
"ligatures": "camera, photo",
"name": "camera",
"order": 0,
"id": 16
},
{
"ligatures": "headphones, headset",
"name": "headphones",
"order": 0,
"id": 17
},
{
"ligatures": "music, song",
"name": "music",
"order": 0,
"id": 18
},
{
"ligatures": "play, video",
"name": "play",
"order": 0,
"id": 19
},
{
"ligatures": "film, video2",
"name": "film",
"order": 0,
"id": 20
},
{
"ligatures": "video-camera, video3",
"name": "video-camera",
"order": 0,
"id": 21
},
{
"ligatures": "dice, game",
"name": "dice",
"order": 0,
"id": 22
},
{
"ligatures": "pacman, game2",
"name": "pacman",
"order": 0,
"id": 23
},
{
"ligatures": "spades, cards",
"name": "spades",
"order": 0,
"id": 24
},
{
"ligatures": "clubs, cards2",
"name": "clubs",
"order": 0,
"id": 25
},
{
"ligatures": "diamonds, cards3",
"name": "diamonds",
"order": 0,
"id": 26
},
{
"ligatures": "bullhorn, megaphone",
"name": "bullhorn",
"order": 0,
"id": 27
},
{
"ligatures": "connection, wifi",
"name": "connection",
"order": 0,
"id": 28
},
{
"ligatures": "podcast, broadcast",
"name": "podcast",
"order": 0,
"id": 29
},
{
"ligatures": "feed, wave",
"name": "feed",
"order": 0,
"id": 30
},
{
"ligatures": "mic, microphone",
"name": "mic",
"order": 0,
"id": 31
},
{
"ligatures": "book, read",
"name": "book",
"order": 0,
"id": 32
},
{
"ligatures": "books, library",
"name": "books",
"order": 0,
"id": 33
},
{
"ligatures": "library2, bank",
"name": "library",
"order": 0,
"id": 34
},
{
"ligatures": "file-text, file",
"name": "file-text",
"order": 0,
"id": 35
},
{
"ligatures": "profile, file2",
"name": "profile",
"order": 0,
"id": 36
},
{
"ligatures": "file-empty, file3",
"name": "file-empty",
"order": 0,
"id": 37
},
{
"ligatures": "files-empty, files",
"name": "files-empty",
"order": 0,
"id": 38
},
{
"ligatures": "file-text2, file4",
"name": "file-text2",
"order": 0,
"id": 39
},
{
"ligatures": "file-picture, file5",
"name": "file-picture",
"order": 0,
"id": 40
},
{
"ligatures": "file-music, file6",
"name": "file-music",
"order": 0,
"id": 41
},
{
"ligatures": "file-play, file7",
"name": "file-play",
"order": 0,
"id": 42
},
{
"ligatures": "file-video, file8",
"name": "file-video",
"order": 0,
"id": 43
},
{
"ligatures": "file-zip, file9",
"name": "file-zip",
"order": 0,
"id": 44
},
{
"ligatures": "copy, duplicate",
"name": "copy",
"order": 0,
"id": 45
},
{
"ligatures": "paste, clipboard-file",
"name": "paste",
"order": 0,
"id": 46
},
{
"ligatures": "stack, layers",
"name": "stack",
"order": 0,
"id": 47
},
{
"ligatures": "folder, directory",
"name": "folder",
"order": 0,
"id": 48
},
{
"ligatures": "folder-open, directory2",
"name": "folder-open",
"order": 0,
"id": 49
},
{
"ligatures": "folder-plus, directory3",
"name": "folder-plus",
"order": 0,
"id": 50
},
{
"ligatures": "folder-minus, directory4",
"name": "folder-minus",
"order": 0,
"id": 51
},
{
"ligatures": "folder-download, directory5",
"name": "folder-download",
"order": 0,
"id": 52
},
{
"ligatures": "folder-upload, directory6",
"name": "folder-upload",
"order": 0,
"id": 53
},
{
"ligatures": "price-tag",
"name": "price-tag",
"order": 0,
"id": 54
},
{
"ligatures": "price-tags",
"name": "price-tags",
"order": 0,
"id": 55
},
{
"ligatures": "barcode",
"name": "barcode",
"order": 0,
"id": 56
},
{
"ligatures": "qrcode",
"name": "qrcode",
"order": 0,
"id": 57
},
{
"ligatures": "ticket, theater",
"name": "ticket",
"order": 0,
"id": 58
},
{
"ligatures": "cart, purchase",
"name": "cart",
"order": 0,
"id": 59
},
{
"ligatures": "coin-dollar, money",
"name": "coin-dollar",
"order": 0,
"id": 60
},
{
"ligatures": "coin-euro, money2",
"name": "coin-euro",
"order": 0,
"id": 61
},
{
"ligatures": "coin-pound, money3",
"name": "coin-pound",
"order": 0,
"id": 62
},
{
"ligatures": "coin-yen, money4",
"name": "coin-yen",
"order": 0,
"id": 63
},
{
"ligatures": "credit-card, money5",
"name": "credit-card",
"order": 0,
"id": 64
},
{
"ligatures": "calculator, compute",
"name": "calculator",
"order": 0,
"id": 65
},
{
"ligatures": "lifebuoy, support",
"name": "lifebuoy",
"order": 0,
"id": 66
},
{
"ligatures": "phone, telephone",
"name": "phone",
"order": 0,
"id": 67
},
{
"ligatures": "phone-hang-up, telephone2",
"name": "phone-hang-up",
"order": 0,
"id": 68
},
{
"ligatures": "address-book, contact",
"name": "address-book",
"order": 0,
"id": 69
},
{
"ligatures": "envelop, mail",
"name": "envelop",
"order": 0,
"id": 70
},
{
"ligatures": "pushpin, pin",
"name": "pushpin",
"order": 0,
"id": 71
},
{
"ligatures": "location, map-marker",
"name": "location",
"order": 0,
"id": 72
},
{
"ligatures": "location2, map-marker2",
"name": "location2",
"order": 0,
"id": 73
},
{
"ligatures": "compass, direction",
"name": "compass",
"order": 0,
"id": 74
},
{
"ligatures": "compass2, direction2",
"name": "compass2",
"order": 0,
"id": 75
},
{
"ligatures": "map, guide",
"name": "map",
"order": 0,
"id": 76
},
{
"ligatures": "map2, guide2",
"name": "map2",
"order": 0,
"id": 77
},
{
"ligatures": "history, time",
"name": "history",
"order": 0,
"id": 78
},
{
"ligatures": "clock, time2",
"name": "clock",
"order": 0,
"id": 79
},
{
"ligatures": "clock2, time3",
"name": "clock2",
"order": 0,
"id": 80
},
{
"ligatures": "alarm, time4",
"name": "alarm",
"order": 0,
"id": 81
},
{
"ligatures": "bell, alarm2",
"name": "bell",
"order": 0,
"id": 82
},
{
"ligatures": "stopwatch, time5",
"name": "stopwatch",
"order": 0,
"id": 83
},
{
"ligatures": "calendar, date",
"name": "calendar",
"order": 0,
"id": 84
},
{
"ligatures": "printer, print",
"name": "printer",
"order": 0,
"id": 85