-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathClassicPolymer.css
721 lines (721 loc) · 67.5 KB
/
ClassicPolymer.css
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
:root {
--theme-primary: #e52d27;
}
/* general */
.yt-spec-touch-feedback-shape--touch-response,
yt-interaction {
display: none;
}
/* icons */
/* 3 dots horizontal */
[d="M7.5,12c0,0.83-0.67,1.5-1.5,1.5S4.5,12.83,4.5,12s0.67-1.5,1.5-1.5S7.5,11.17,7.5,12z M12,10.5c-0.83,0-1.5,0.67-1.5,1.5 s0.67,1.5,1.5,1.5s1.5-0.67,1.5-1.5S12.83,10.5,12,10.5z M18,10.5c-0.83,0-1.5,0.67-1.5,1.5s0.67,1.5,1.5,1.5s1.5-0.67,1.5-1.5 S18.83,10.5,18,10.5z"] {
d: path("M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z")
}
/* 3 dots vertical */
[d="M12,16.5c0.83,0,1.5,0.67,1.5,1.5s-0.67,1.5-1.5,1.5s-1.5-0.67-1.5-1.5S11.17,16.5,12,16.5z M10.5,12 c0,0.83,0.67,1.5,1.5,1.5s1.5-0.67,1.5-1.5s-0.67-1.5-1.5-1.5S10.5,11.17,10.5,12z M10.5,6c0,0.83,0.67,1.5,1.5,1.5 s1.5-0.67,1.5-1.5S12.83,4.5,12,4.5S10.5,5.17,10.5,6z"] {
d: path("M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z");
}
/* 3 bars icon */
[d="M21,6H3V5h18V6z M21,11H3v1h18V11z M21,17H3v1h18V17z"] {
d: path("M21 7H3V5H21V7ZM21 11H3V13H21V11ZM21 17H3V19H21V17Z");
}
/* upload icon */
[d="M14,13h-3v3H9v-3H6v-2h3V8h2v3h3V13z M17,6H3v12h14v-6.39l4,1.83V8.56l-4,1.83V6 M18,5v3.83L22,7v8l-4-1.83V19H2V5H18L18,5 z"],
[d="M18,8.83V5H2v14h16v-5.83L22,15V7L18,8.83z M14,13h-3v3H9v-3H6v-2h3V8h2v3h3V13z"] {
d: path("M19 10H15V16H9V10H5L12 3L19 10ZM19 20V18H5V20H19Z")
}
/* notification icon */
[d="M10,20h4c0,1.1-0.9,2-2,2S10,21.1,10,20z M20,17.35V19H4v-1.65l2-1.88v-5.15c0-2.92,1.56-5.22,4-5.98V3.96 c0-1.42,1.49-2.5,2.99-1.76C13.64,2.52,14,3.23,14,3.96l0,0.39c2.44,0.75,4,3.06,4,5.98v5.15L20,17.35z M19,17.77l-2-1.88v-5.47 c0-2.47-1.19-4.36-3.13-5.1c-1.26-0.53-2.64-0.5-3.84,0.03C8.15,6.11,7,7.99,7,10.42v5.47l-2,1.88V18h14V17.77z"] {
d: path("M10 21H14C14 22.1 13.1 23 12 23C10.9 23 10 22.1 10 21ZM21 19V20H3V19L5 17V11C5 7.9 7 5.2 10 4.3V4C10 2.9 10.9 2 12 2C13.1 2 14 2.9 14 4V4.3C17 5.2 19 7.9 19 11V17L21 19ZM17 11C17 8.2 14.8 6 12 6C9.2 6 7 8.2 7 11V18H17V11Z")
}
[d="M10,20h4c0,1.1-0.9,2-2,2S10,21.1,10,20z M20,17.35V19H4v-1.65l2-1.88v-5.15c0-2.92,1.56-5.22,4-5.98V3.96 c0-1.42,1.49-2.5,2.99-1.76C13.64,2.52,14,3.23,14,3.96l0,0.39c2.44,0.75,4,3.06,4,5.98v5.15L20,17.35z"] {
d: path("M21 19V20H3V19L5 17V11C5 7.9 7.03 5.17 10 4.29C10 4.19 10 4.1 10 4C10 3.46957 10.2107 2.96086 10.5858 2.58579C10.9609 2.21071 11.4696 2 12 2C12.5304 2 13.0391 2.21071 13.4142 2.58579C13.7893 2.96086 14 3.46957 14 4C14 4.1 14 4.19 14 4.29C16.97 5.17 19 7.9 19 11V17L21 19ZM14 21C14 21.5304 13.7893 22.0391 13.4142 22.4142C13.0391 22.7893 12.5304 23 12 23C11.4696 23 10.9609 22.7893 10.5858 22.4142C10.2107 22.0391 10 21.5304 10 21")
}
[d="M3.85,3.15L3.15,3.85l3.48,3.48C6.22,8.21,6,9.22,6,10.32v5.15l-2,1.88V19h14.29l1.85,1.85l0.71-0.71L3.85,3.15z M5,18 v-0.23l2-1.88v-5.47c0-0.85,0.15-1.62,0.41-2.3L17.29,18H5z M10,20h4c0,1.1-0.9,2-2,2S10,21.1,10,20z M9.28,5.75l-0.7-0.7 c0.43-0.29,0.9-0.54,1.42-0.7V3.96c0-1.42,1.49-2.5,2.99-1.76C13.64,2.52,14,3.23,14,3.96v0.39c2.44,0.75,4,3.06,4,5.98v4.14l-1-1 v-3.05c0-2.47-1.19-4.36-3.13-5.1c-1.26-0.53-2.64-0.5-3.84,0.03C9.76,5.46,9.52,5.59,9.28,5.75z"] {
d: path("M22.11,21.46L2.39,1.73L1.11,3L5.83,7.72C5.29,8.73 5,9.86 5,11V17L3,19V20H18.11L20.84,22.73L22.11,21.46M7,18V11C7,10.39 7.11,9.79 7.34,9.23L16.11,18H7M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M8.29,5.09C8.82,4.75 9.4,4.5 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V15.8L17,13.8V11A5,5 0 0,0 12,6C11.22,6 10.45,6.2 9.76,6.56L8.29,5.09Z");
}
/* clips icon */
[d="M8,7c0,0.55-0.45,1-1,1S6,7.55,6,7c0-0.55,0.45-1,1-1S8,6.45,8,7z M7,16c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1s1-0.45,1-1 C8,16.45,7.55,16,7,16z M10.79,8.23L21,18.44V20h-3.27l-5.76-5.76l-1.27,1.27C10.89,15.97,11,16.47,11,17c0,2.21-1.79,4-4,4 c-2.21,0-4-1.79-4-4c0-2.21,1.79-4,4-4c0.42,0,0.81,0.08,1.19,0.2l1.37-1.37l-1.11-1.11C8,10.89,7.51,11,7,11c-2.21,0-4-1.79-4-4 c0-2.21,1.79-4,4-4c2.21,0,4,1.79,4,4C11,7.43,10.91,7.84,10.79,8.23z M10.08,8.94L9.65,8.5l0.19-0.58C9.95,7.58,10,7.28,10,7 c0-1.65-1.35-3-3-3S4,5.35,4,7c0,1.65,1.35,3,3,3c0.36,0,0.73-0.07,1.09-0.21L8.7,9.55l0.46,0.46l1.11,1.11l0.71,0.71l-0.71,0.71 L8.9,13.91l-0.43,0.43l-0.58-0.18C7.55,14.05,7.27,14,7,14c-1.65,0-3,1.35-3,3c0,1.65,1.35,3,3,3s3-1.35,3-3 c0-0.38-0.07-0.75-0.22-1.12l-0.25-0.61L10,14.8l1.27-1.27l0.71-0.71l0.71,0.71L18.15,19H20v-0.15L10.08,8.94z M17.73,4H21v1.56 l-5.52,5.52l-2.41-2.41L17.73,4z M18.15,5l-3.67,3.67l1,1L20,5.15V5H18.15z"],
[d="M22,3h-4l-5,5l3,3l6-6V3L22,3z M10.79,7.79C10.91,7.38,11,6.95,11,6.5C11,4.01,8.99,2,6.5,2S2,4.01,2,6.5S4.01,11,6.5,11 c0.45,0,0.88-0.09,1.29-0.21L9,12l-1.21,1.21C7.38,13.09,6.95,13,6.5,13C4.01,13,2,15.01,2,17.5S4.01,22,6.5,22s4.5-2.01,4.5-4.5 c0-0.45-0.09-0.88-0.21-1.29L12,15l6,6h4v-2L10.79,7.79z M6.5,8C5.67,8,5,7.33,5,6.5S5.67,5,6.5,5S8,5.67,8,6.5S7.33,8,6.5,8z M6.5,19C5.67,19,5,18.33,5,17.5S5.67,16,6.5,16S8,16.67,8,17.5S7.33,19,6.5,19z"] {
d: path("M9.64 7.64C9.87 7.14 10 6.59 10 6C10 3.79 8.21 2 6 2C3.79 2 2 3.79 2 6C2 8.21 3.79 10 6 10C6.59 10 7.14 9.87 7.64 9.64L10 12L7.64 14.36C7.14 14.13 6.59 14 6 14C3.79 14 2 15.79 2 18C2 20.21 3.79 22 6 22C8.21 22 10 20.21 10 18C10 17.41 9.87 16.86 9.64 16.36L12 14L19 21H22V20L9.64 7.64ZM6 8C4.9 8 4 7.11 4 6C4 4.89 4.9 4 6 4C7.1 4 8 4.89 8 6C8 7.11 7.1 8 6 8ZM6 20C4.9 20 4 19.11 4 18C4 16.89 4.9 16 6 16C7.1 16 8 16.89 8 18C8 19.11 7.1 20 6 20ZM12 12.5C11.72 12.5 11.5 12.28 11.5 12C11.5 11.72 11.72 11.5 12 11.5C12.28 11.5 12.5 11.72 12.5 12C12.5 12.28 12.28 12.5 12 12.5ZM19 3L13 9L15 11L22 4V3H19Z");
}
/* your videos icon & upload video icon */
[d="M10,8l6,4l-6,4V8L10,8z M21,3v18H3V3H21z M20,4H4v16h16V4z"] {
d: path("M18.4 5.59966V18.3997H5.60002V5.59966H18.4ZM18.4 3.79966H5.60002C5.12263 3.79966 4.66479 3.9893 4.32723 4.32686C3.98966 4.66443 3.80002 5.12227 3.80002 5.59966V18.3997C3.78641 18.6443 3.82289 18.8892 3.90723 19.1192C3.99158 19.3493 4.122 19.5597 4.29053 19.7376C4.45905 19.9155 4.66211 20.0571 4.88728 20.1537C5.11245 20.2504 5.35499 20.3 5.60002 20.2997H18.4C18.6533 20.3142 18.9068 20.275 19.1439 20.1846C19.381 20.0943 19.5963 19.9548 19.7758 19.7754C19.9552 19.596 20.0946 19.3807 20.185 19.1436C20.2753 18.9065 20.3145 18.653 20.3 18.3997V5.59966C20.3004 5.35462 20.2507 5.11209 20.1541 4.88692C20.0574 4.66175 19.9158 4.45868 19.738 4.29016C19.5601 4.12164 19.3497 3.99121 19.1196 3.90687C18.8895 3.82252 18.6447 3.78604 18.4 3.79966V3.79966Z M10.2001 9V15.5L15.2001 12.3L10.2001 9.1V9Z")
}
/* like icon */
[d="M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11H3v10h4h1h9.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z M7,20H4v-8h3V20z M19.98,13.17l-1.34,6 C18.54,19.65,18.03,20,17.43,20H8v-8.61l5.6-6.06C13.79,5.12,14.08,5,14.38,5c0.26,0,0.5,0.11,0.63,0.3 c0.07,0.1,0.15,0.26,0.09,0.47l-1.52,4.94L13.18,12h1.35h4.23c0.41,0,0.8,0.17,1.03,0.46C19.92,12.61,20.05,12.86,19.98,13.17z"],
[d="M3,11h3v10H3V11z M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11v10h10.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z"] {
d: path("M23 10C23 8.89 22.1 8 21 8H14.68L15.64 3.43C15.66 3.33 15.67 3.22 15.67 3.11C15.67 2.7 15.5 2.32 15.23 2.05L14.17 1L7.59 7.58C7.22 7.95 7 8.45 7 9V19C7 19.5304 7.21071 20.0391 7.58579 20.4142C7.96086 20.7893 8.46957 21 9 21H18C18.83 21 19.54 20.5 19.84 19.78L22.86 12.73C22.95 12.5 23 12.26 23 12V10ZM1 21H5V9H1V21Z")
}
/* like icon */
[d="M17,4h-1H6.57C5.5,4,4.59,4.67,4.38,5.61l-1.34,6C2.77,12.85,3.82,14,5.23,14h4.23l-1.52,4.94C7.62,19.97,8.46,21,9.62,21 c0.58,0,1.14-0.24,1.52-0.65L17,14h4V4H17z M10.4,19.67C10.21,19.88,9.92,20,9.62,20c-0.26,0-0.5-0.11-0.63-0.3 c-0.07-0.1-0.15-0.26-0.09-0.47l1.52-4.94l0.4-1.29H9.46H5.23c-0.41,0-0.8-0.17-1.03-0.46c-0.12-0.15-0.25-0.4-0.18-0.72l1.34-6 C5.46,5.35,5.97,5,6.57,5H16v8.61L10.4,19.67z M20,13h-3V5h3V13z"],
[d="M18,4h3v10h-3V4z M5.23,14h4.23l-1.52,4.94C7.62,19.97,8.46,21,9.62,21c0.58,0,1.14-0.24,1.52-0.65L17,14V4H6.57 C5.5,4,4.59,4.67,4.38,5.61l-1.34,6C2.77,12.85,3.82,14,5.23,14z"] {
d: path("M19.9102 15.6953H23.9102V3.69531H19.9102M15.9102 3.69531H6.91016C6.08016 3.69531 5.37016 4.19531 5.07016 4.91531L2.05016 11.9653C1.96016 12.1953 1.91016 12.4353 1.91016 12.6953V14.6953C1.91016 15.2257 2.12087 15.7345 2.49594 16.1095C2.87102 16.4846 3.37972 16.6953 3.91016 16.6953H10.2202L9.27016 21.2653C9.25016 21.3653 9.24016 21.4653 9.24016 21.5753C9.24016 21.9953 9.41016 22.3653 9.68016 22.6353L10.7402 23.6953L17.3202 17.1053C17.6902 16.7453 17.9102 16.2453 17.9102 15.6953V5.69531C17.9102 4.58531 17.0102 3.69531 15.9102 3.69531Z");
}
/* share icon */
[d="M15,5.63L20.66,12L15,18.37V15v-1h-1c-3.96,0-7.14,1-9.75,3.09c1.84-4.07,5.11-6.4,9.89-7.1L15,9.86V9V5.63 M14,3v6 C6.22,10.13,3.11,15.33,2,21c2.78-3.97,6.44-6,12-6v6l8-9L14,3L14,3z"] {
d: path("M21,12L14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12Z");
}
[d="M17 18V19H6V18H17ZM16.5 11.4L15.8 10.7L12 14.4V4H11V14.4L7.2 10.6L6.5 11.3L11.5 16.3L16.5 11.4Z"] {
d: path("M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z");
}
/* sort icon */
[d="M21,6H3V5h18V6z M15,11H3v1h12V11z M9,17H3v1h6V17z"] {
d: path("M21,6.99H3V5h18V6.99z M15,11H3v1.99h12V11z M9,17H3v1.99h6V17z");
}
/* microphone icon */
[d="M12 3C10.34 3 9 4.37 9 6.07V11.93C9 13.63 10.34 15 12 15C13.66 15 15 13.63 15 11.93V6.07C15 4.37 13.66 3 12 3ZM18.5 12H17.5C17.5 15.03 15.03 17.5 12 17.5C8.97 17.5 6.5 15.03 6.5 12H5.5C5.5 15.24 7.89 17.93 11 18.41V21H13V18.41C16.11 17.93 18.5 15.24 18.5 12Z"] {
d: path("M12,2A3,3 0 0,1 15,5V11A3,3 0 0,1 12,14A3,3 0 0,1 9,11V5A3,3 0 0,1 12,2M19,11C19,14.53 16.39,17.44 13,17.93V21H11V17.93C7.61,17.44 5,14.53 5,11H7A5,5 0 0,0 12,16A5,5 0 0,0 17,11H19Z");
}
/* music icon */
[d="M12,4v9.38C11.27,12.54,10.2,12,9,12c-2.21,0-4,1.79-4,4c0,2.21,1.79,4,4,4s4-1.79,4-4V8h6V4H12z"],
[d="M12,4v9.38C11.27,12.54,10.2,12,9,12c-2.21,0-4,1.79-4,4c0,2.21,1.79,4,4,4s4-1.79,4-4V8h6V4H12z M9,19c-1.66,0-3-1.34-3-3 s1.34-3,3-3s3,1.34,3,3S10.66,19,9,19z M18,7h-5V5h5V7z"] {
d: path("M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V7H18V3H12Z")
}
/* live icon */
[d="M14,12c0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2S14,10.9,14,12z M8.48,8.45L7.77,7.75C6.68,8.83,6,10.34,6,12 s0.68,3.17,1.77,4.25l0.71-0.71C7.57,14.64,7,13.39,7,12S7.57,9.36,8.48,8.45z M16.23,7.75l-0.71,0.71C16.43,9.36,17,10.61,17,12 s-0.57,2.64-1.48,3.55l0.71,0.71C17.32,15.17,18,13.66,18,12S17.32,8.83,16.23,7.75z M5.65,5.63L4.95,4.92C3.13,6.73,2,9.24,2,12 s1.13,5.27,2.95,7.08l0.71-0.71C4.02,16.74,3,14.49,3,12S4.02,7.26,5.65,5.63z M19.05,4.92l-0.71,0.71C19.98,7.26,21,9.51,21,12 s-1.02,4.74-2.65,6.37l0.71,0.71C20.87,17.27,22,14.76,22,12S20.87,6.73,19.05,4.92z"] {
d: path("M4.93,4.93C3.12,6.74 2,9.24 2,12C2,14.76 3.12,17.26 4.93,19.07L6.34,17.66C4.89,16.22 4,14.22 4,12C4,9.79 4.89,7.78 6.34,6.34L4.93,4.93M19.07,4.93L17.66,6.34C19.11,7.78 20,9.79 20,12C20,14.22 19.11,16.22 17.66,17.66L19.07,19.07C20.88,17.26 22,14.76 22,12C22,9.24 20.88,6.74 19.07,4.93M7.76,7.76C6.67,8.85 6,10.35 6,12C6,13.65 6.67,15.15 7.76,16.24L9.17,14.83C8.45,14.11 8,13.11 8,12C8,10.89 8.45,9.89 9.17,9.17L7.76,7.76M16.24,7.76L14.83,9.17C15.55,9.89 16,10.89 16,12C16,13.11 15.55,14.11 14.83,14.83L16.24,16.24C17.33,15.15 18,13.65 18,12C18,10.35 17.33,8.85 16.24,7.76M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z")
}
[d="M10,12H8v2H6v-2H4v-2h2V8h2v2h2V12z M17,12.5c0-0.83-0.67-1.5-1.5-1.5S14,11.67,14,12.5c0,0.83,0.67,1.5,1.5,1.5 S17,13.33,17,12.5z M20,9.5C20,8.67,19.33,8,18.5,8S17,8.67,17,9.5c0,0.83,0.67,1.5,1.5,1.5S20,10.33,20,9.5z M16.97,5.15l-4.5,2.53 l-0.49,0.27l-0.49-0.27l-4.5-2.53L3,7.39v6.43l8.98,5.04l8.98-5.04V7.39L16.97,5.15 M16.97,4l4.99,2.8v7.6L11.98,20L2,14.4V6.8 L6.99,4l4.99,2.8L16.97,4L16.97,4z"] {
d: path("M12.45 7.4727L16.55 5.1409C16.6909 5.06364 16.8455 5 17 5C17.1545 5 17.3091 5.06364 17.45 5.1409L21.5409 7.46366C21.8227 7.62728 22 7.9273 22 8.25456V13.4501C22 13.7774 21.8273 14.0773 21.5409 14.2409L12.45 19.4045C12.3091 19.4818 12.1545 19.5454 12 19.5454C11.8454 19.5454 11.6909 19.4818 11.55 19.4L2.4591 14.2363C2.17724 14.0727 2 13.7728 2 13.4455V8.25456C2 7.9273 2.17724 7.62728 2.4591 7.46366L6.55002 5.1409C6.69092 5.06364 6.84542 5 7 5C7.15458 5 7.30908 5.06364 7.45004 5.1409L11.55 7.4727C11.8318 7.63184 12.1727 7.63184 12.45 7.4727ZM17.1138 10.5677V5.4541L21.5456 7.9541L17.1138 10.5677Z");
fill-rule: evenodd;
}
/* news icon */
[d="M11,11v6H7v-6H11 M12,10H6v8h6V10L12,10z M3,3.03V21h14l4-4V3.03 M20,4v11.99L19.99,16H16v3.99L15.99,20H4V4H20z M18,8H6V6 h12V8z M18,15h-5v-2h5V15z M18,12h-5v-2h5V12z"] {
d: path("M20,11H4V8H20M20,15H13V13H20M20,19H13V17H20M11,19H4V13H11M20.33,4.67L18.67,3L17,4.67L15.33,3L13.67,4.67L12,3L10.33,4.67L8.67,3L7,4.67L5.33,3L3.67,4.67L2,3V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V3L20.33,4.67Z")
}
/* sports icon */
[d="M17 3V5V6V10V10.51L16.99 10.97C16.94 13.1 15.66 14.94 13.74 15.67H13.72L13.66 15.69L13 15.95V16.65V19V20H14V21H15H10V20H11V19V16.65V15.95L10.34 15.71L10.26 15.68H10.25C8.33 14.95 7.05 13.11 7 10.98V10.51V10V6V5V3H17ZM18 2H6V5H4V6V10V11H6.01C6.07 13.53 7.63 15.78 9.97 16.64C9.98 16.64 9.99 16.64 10 16.65V19H9V20H8V22H16V20H15V19H14V16.65C14.01 16.65 14.02 16.65 14.03 16.64C16.36 15.78 17.93 13.54 17.99 11H20V10V6V5H18V2ZM18 10V6H19V10H18ZM5 10V6H6V10H5Z"] {
d: path("M11.9999 17.29C10.1778 17.29 8.43043 16.5662 7.14206 15.2778C6.56891 14.7047 6.10749 14.0407 5.77182 13.3197H5.26C2.9 13.3197 1 11.4097 1 9.05969V6.17969H5.12988V3H18.8699V6.17969H23V9.05969C23 11.4097 21.1 13.3197 18.74 13.3197H18.2319C17.1404 15.6666 14.7631 17.29 11.9999 17.29ZM18.7464 11.7259C19.4367 11.6899 20.0914 11.4005 20.5834 10.9102C21.1101 10.3854 21.4074 9.67321 21.41 8.92969V7.74969H18.8699V10.42C18.8699 10.8666 18.8275 11.3032 18.7464 11.7259ZM5.12988 10.42C5.12988 10.8615 5.17239 11.2987 5.25512 11.726C4.56434 11.6903 3.90894 11.4008 3.41656 10.9102C2.88987 10.3854 2.59265 9.67321 2.59 8.92969V7.74969H5.12988V10.42Z M16.1299 19.67L11.9999 17.29V17.3L7.87988 19.67V22.05H16.1299V19.67Z");
fill-rule: evenodd;
}
/* learning icon */
[d="M16,21h-2.28c-0.35,0.6-0.98,1-1.72,1s-1.38-0.4-1.72-1H8v-1h8V21z M20,10c0,2.96-1.61,5.54-4,6.92V19H8v-2.08 C5.61,15.54,4,12.96,4,10c0-4.42,3.58-8,8-8S20,5.58,20,10z M15,18v-1.66l0.5-0.29C17.66,14.8,19,12.48,19,10c0-3.86-3.14-7-7-7 s-7,3.14-7,7c0,2.48,1.34,4.8,3.5,6.06L9,16.34V18H15z"] {
d: path("M9 21C9 21.5 9.4 22 10 22H14C14.6 22 15 21.5 15 21V20H9V21ZM12 2C8.1 2 5 5.1 5 9C5 11.4 6.2 13.5 8 14.7V17C8 17.5 8.4 18 9 18H15C15.6 18 16 17.5 16 17V14.7C17.8 13.4 19 11.3 19 9C19 5.1 15.9 2 12 2Z")
}
/* fashion icon */
[d="M12.5,6.44v-0.5C13.36,5.71,14,4.93,14,4c0-1.1-0.9-2-2-2s-2,0.9-2,2h1c0-0.55,0.45-1,1-1s1,0.45,1,1s-0.45,1-1,1h-0.5v1.44 L4,13h2v6h1v2h1v-2h2v3h1v-3h2v2h1v-2h1v-3h3v-3h2L12.5,6.44z M6.66,12L12,7.33L17.34,12H6.66z M14,18H7v-5h7V18z M15,15v-2h2v2H15z"] {
d: path("M6.89526 14.5778H0.690864C0.128464 14.5778 -0.0707359 13.8326 0.416064 13.5526L10.516 7.72334V5.79297H11.2605V3.89298C11.2605 3.89298 11.8413 3.86858 12.0005 3.85938C12.5977 3.82538 13.1769 3.30858 13.1769 2.65938C13.1769 2.34738 13.0529 2.04816 12.8323 1.82754C12.6117 1.60692 12.3125 1.48298 12.0005 1.48298C11.6885 1.48298 11.3892 1.60692 11.1686 1.82754C10.948 2.04816 10.8241 2.34738 10.8241 2.65938H9.34406C9.34406 2.16588 9.48152 1.68214 9.74103 1.26239C10.0006 0.842646 10.3719 0.503488 10.8133 0.282949C11.2548 0.0624095 11.749 -0.0307918 12.2405 0.0137954C12.7319 0.0583826 13.2013 0.238995 13.5959 0.535382C13.9904 0.831769 14.2947 1.23221 14.4744 1.69181C14.6541 2.15141 14.7023 2.65199 14.6135 3.13742C14.5247 3.62286 14.3024 4.07396 13.9715 4.44014C13.6407 4.80632 13.2144 5.0731 12.7405 5.21058V5.79297H13.4852V7.72351L23.5849 13.5526C24.0705 13.8334 23.8705 14.5778 23.3105 14.5778H17.53V20.0346H15.5957V22.2889H15.0036V23.997H13.5192V22.2889H12.0344V23.997H10.55V22.2889H9.06521V23.997H7.58081V22.2889H6.89526V14.5778ZM12.0005 8.57538L19.8361 13.0978H15.5957V13.0889H6.89526V13.0978H4.16486L12.0005 8.57538Z");
fill-rule: evenodd;
}
/* settings icon */
[d="M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,8c-2.21,0-4,1.79-4,4s1.79,4,4,4s4-1.79,4-4 S14.21,8,12,8L12,8z M13.22,3l0.55,2.2l0.13,0.51l0.5,0.18c0.61,0.23,1.19,0.56,1.72,0.98l0.4,0.32l0.5-0.14l2.17-0.62l1.22,2.11 l-1.63,1.59l-0.37,0.36l0.08,0.51c0.05,0.32,0.08,0.64,0.08,0.98s-0.03,0.66-0.08,0.98l-0.08,0.51l0.37,0.36l1.63,1.59l-1.22,2.11 l-2.17-0.62l-0.5-0.14l-0.4,0.32c-0.53,0.43-1.11,0.76-1.72,0.98l-0.5,0.18l-0.13,0.51L13.22,21h-2.44l-0.55-2.2l-0.13-0.51 l-0.5-0.18C9,17.88,8.42,17.55,7.88,17.12l-0.4-0.32l-0.5,0.14l-2.17,0.62L3.6,15.44l1.63-1.59l0.37-0.36l-0.08-0.51 C5.47,12.66,5.44,12.33,5.44,12s0.03-0.66,0.08-0.98l0.08-0.51l-0.37-0.36L3.6,8.56l1.22-2.11l2.17,0.62l0.5,0.14l0.4-0.32 C8.42,6.45,9,6.12,9.61,5.9l0.5-0.18l0.13-0.51L10.78,3H13.22 M14,2h-4L9.26,4.96c-0.73,0.27-1.4,0.66-2,1.14L4.34,5.27l-2,3.46 l2.19,2.13C4.47,11.23,4.44,11.61,4.44,12s0.03,0.77,0.09,1.14l-2.19,2.13l2,3.46l2.92-0.83c0.6,0.48,1.27,0.87,2,1.14L10,22h4 l0.74-2.96c0.73-0.27,1.4-0.66,2-1.14l2.92,0.83l2-3.46l-2.19-2.13c0.06-0.37,0.09-0.75,0.09-1.14s-0.03-0.77-0.09-1.14l2.19-2.13 l-2-3.46L16.74,6.1c-0.6-0.48-1.27-0.87-2-1.14L14,2L14,2z"] {
d: path("M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z")
}
/* report icon */
[d="M13.18,4l0.24,1.2L13.58,6h0.82H19v7h-5.18l-0.24-1.2L13.42,11H12.6H6V4H13.18 M14,3H5v18h1v-9h6.6l0.4,2h7V5h-5.6L14,3 L14,3z"] {
d: path("M14.4,6L14,4H5V21H7V14H12.6L13,16H20V6H14.4Z");
}
/* create post icon */
[d="M15.01,7.34l1.64,1.64L8.64,17H6.99v-1.64L15.01,7.34 M15.01,5.92l-9.02,9.02V18h3.06l9.02-9.02L15.01,5.92L15.01,5.92z M17.91,4.43l1.67,1.67l-0.67,0.67L17.24,5.1L17.91,4.43 M17.91,3.02L15.83,5.1l3.09,3.09L21,6.11L17.91,3.02L17.91,3.02z M21,10h-1 v10H4V4h10V3H3v18h18V10z"] {
d: path("M18,10v8H6V6h8l2-2H6A2.15,2.15,0,0,0,4,6V18a2.15,2.15,0,0,0,2,2H18a2.15,2.15,0,0,0,2-2V8Z M8,14v2h2l7-7L15,7ZM19.15,6.85a.5.5,0,0,0,0-.71L17.85,4.85a.5.5,0,0,0-.71,0L16,6l2,2Z");
}
/* help circle icon */
[d="M15.36,9.96c0,1.09-0.67,1.67-1.31,2.24c-0.53,0.47-1.03,0.9-1.16,1.6L12.85,14h-1.75l0.03-0.28 c0.14-1.17,0.8-1.76,1.47-2.27c0.52-0.4,1.01-0.77,1.01-1.49c0-0.51-0.23-0.97-0.63-1.29c-0.4-0.31-0.92-0.42-1.42-0.29 c-0.59,0.15-1.05,0.67-1.19,1.34L10.32,10H8.57l0.06-0.42c0.2-1.4,1.15-2.53,2.42-2.87c1.05-0.29,2.14-0.08,2.98,0.57 C14.88,7.92,15.36,8.9,15.36,9.96z M12,18c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S11.45,18,12,18z M12,3c-4.96,0-9,4.04-9,9 s4.04,9,9,9s9-4.04,9-9S16.96,3,12,3 M12,2c5.52,0,10,4.48,10,10s-4.48,10-10,10S2,17.52,2,12S6.48,2,12,2L12,2z"] {
d: path("M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z")
}
/* subtitles icon */
[d="M5,11h2v2H5V11z M15,15H5v2h10V15z M19,15h-2v2h2V15z M19,11H9v2h10V11z M22,6H2v14h20V6z M3,7h18v12H3V7z"] {
d: path("M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M4,12H8V14H4V12M14,18H4V16H14V18M20,18H16V16H20V18M20,14H10V12H20V14Z")
}
/* playlist add icon */
[d="M22,13h-4v4h-2v-4h-4v-2h4V7h2v4h4V13z M14,7H2v1h12V7z M2,12h8v-1H2V12z M2,16h8v-1H2V16z"] {
d: path("M3 16H10V14H3M18 14V10H16V14H12V16H16V20H18V16H22V14M14 6H3V8H14M14 10H3V12H14V10Z");
}
/* chain icon or unlisted icon */
[d="M17.78,16H13v-1h4.78c1.8,0,3.26-1.57,3.26-3.5S19.58,8,17.78,8H13V7h4.78c2.35,0,4.26,2.02,4.26,4.5S20.13,16,17.78,16z M11,15H6.19c-1.8,0-3.26-1.57-3.26-3.5S4.39,8,6.19,8H11V7H6.19c-2.35,0-4.26,2.02-4.26,4.5S3.84,16,6.19,16H11V15z M16,11H8v1h8 V11z"] {
d: path("M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z")
}
/* globe icon or public icon */
[d="M9,1C4.58,1,1,4.58,1,9s3.58,8,8,8s8-3.58,8-8S13.42,1,9,1z M16,9c0,1.31-0.37,2.54-1,3.59V11h-2c-0.55,0-1-0.45-1-1 c0-1.1-0.9-2-2-2H8.73C8.9,7.71,9,7.36,9,7V5h1c1.1,0,2-0.9,2-2V2.69C14.36,3.81,16,6.21,16,9z M2.02,9.45L7,12.77V13 c0,1.1,0.9,2,2,2v1C5.29,16,2.26,13.1,2.02,9.45z M10,15.92V14H9c-0.55,0-1-0.45-1-1v-0.77L2.04,8.26C2.41,4.75,5.39,2,9,2 c0.7,0,1.37,0.11,2,0.29V3c0,0.55-0.45,1-1,1H8v3c0,0.55-0.45,1-1,1H5.5v1H10c0.55,0,1,0.45,1,1c0,1.1,0.9,2,2,2h1v1.89 C12.95,14.96,11.56,15.7,10,15.92z"] {
d: path("M13.425 13.0425C13.23 12.4425 12.6675 12 12 12H11.25V9.75C11.25 9.55109 11.171 9.36032 11.0303 9.21967C10.8897 9.07902 10.6989 9 10.5 9H6V7.5H7.5C7.69891 7.5 7.88968 7.42098 8.03033 7.28033C8.17098 7.13968 8.25 6.94891 8.25 6.75V5.25H9.75C10.1478 5.25 10.5294 5.09196 10.8107 4.81066C11.092 4.52936 11.25 4.14782 11.25 3.75V3.4425C13.4475 4.3275 15 6.48 15 9C15 10.56 14.4 11.9775 13.425 13.0425ZM8.25 14.9475C5.2875 14.58 3 12.06 3 9C3 8.535 3.06 8.085 3.1575 7.6575L6.75 11.25V12C6.75 12.3978 6.90804 12.7794 7.18934 13.0607C7.47064 13.342 7.85218 13.5 8.25 13.5M9 1.5C8.01509 1.5 7.03982 1.69399 6.12987 2.0709C5.21993 2.44781 4.39314 3.00026 3.6967 3.6967C2.29018 5.10322 1.5 7.01088 1.5 9C1.5 10.9891 2.29018 12.8968 3.6967 14.3033C4.39314 14.9997 5.21993 15.5522 6.12987 15.9291C7.03982 16.306 8.01509 16.5 9 16.5C10.9891 16.5 12.8968 15.7098 14.3033 14.3033C15.7098 12.8968 16.5 10.9891 16.5 9C16.5 8.01509 16.306 7.03982 15.9291 6.12987C15.5522 5.21993 14.9997 4.39314 14.3033 3.6967C13.6069 3.00026 12.7801 2.44781 11.8701 2.0709C10.9602 1.69399 9.98491 1.5 9 1.5V1.5Z")
}
/* lock icon or private icon */
[d="M13,5c0-2.21-1.79-4-4-4C6.79,1,5,2.79,5,5v1H3v11h12V6h-2V5z M6,5c0-1.65,1.35-3,3-3c1.65,0,3,1.35,3,3v1H6V5z M14,7v9H4 V7H14z M7,11c0-1.1,0.9-2,2-2s2,0.9,2,2c0,1.1-0.9,2-2,2S7,12.1,7,11z"] {
d: path("M9 12.75C9.39782 12.75 9.77936 12.592 10.0607 12.3107C10.342 12.0294 10.5 11.6478 10.5 11.25C10.5 10.4175 9.825 9.75 9 9.75C8.60218 9.75 8.22064 9.90804 7.93934 10.1893C7.65804 10.4706 7.5 10.8522 7.5 11.25C7.5 11.6478 7.65804 12.0294 7.93934 12.3107C8.22064 12.592 8.60218 12.75 9 12.75ZM13.5 6C13.8978 6 14.2794 6.15804 14.5607 6.43934C14.842 6.72064 15 7.10218 15 7.5V15C15 15.3978 14.842 15.7794 14.5607 16.0607C14.2794 16.342 13.8978 16.5 13.5 16.5H4.5C4.10218 16.5 3.72064 16.342 3.43934 16.0607C3.15804 15.7794 3 15.3978 3 15V7.5C3 6.6675 3.675 6 4.5 6H5.25V4.5C5.25 3.50544 5.64509 2.55161 6.34835 1.84835C7.05161 1.14509 8.00544 0.75 9 0.75C9.49246 0.75 9.98009 0.846997 10.4351 1.03545C10.89 1.22391 11.3034 1.50013 11.6517 1.84835C11.9999 2.19657 12.2761 2.60997 12.4645 3.06494C12.653 3.51991 12.75 4.00754 12.75 4.5V6H13.5ZM9 2.25C8.40326 2.25 7.83097 2.48705 7.40901 2.90901C6.98705 3.33097 6.75 3.90326 6.75 4.5V6H11.25V4.5C11.25 3.90326 11.0129 3.33097 10.591 2.90901C10.169 2.48705 9.59674 2.25 9 2.25Z")
}
/* plus icon or add icon */
[d="M20,12h-8v8h-1v-8H3v-1h8V3h1v8h8V12z"] {
d: path("M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z")
}
/* chat send icon */
[d="M4.01,4.62l14.12,7.07l-3.06-0.66L4,8.64L4.01,4.62 M18.13,12.32L4.01,19.38L4,15.36l11.07-2.39L18.13,12.32 M3.01,3L3,9.44 L14.86,12L3,14.56L3.01,21L21,12L3.01,3L3.01,3z"] {
d: path("M2,21L23,12L2,3V10L17,12L2,14V21Z")
}
/* close icon */
[d="M12.7,12l6.6,6.6l-0.7,0.7L12,12.7l-6.6,6.6l-0.7-0.7l6.6-6.6L4.6,5.4l0.7-0.7l6.6,6.6l6.6-6.6l0.7,0.7L12.7,12z"] {
d: path("M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z");
}
/* grid layout icon */
[d="M2,4h6v7H2V4z M2,20h6v-7H2V20z M9,11h6V4H9V11z M9,20h6v-7H9V20z M16,4v7h6V4H16z M16,20h6v-7h-6V20z"],
[d="M8,11H2V4h6V11z M3,10h4V5H3V10z M8,20H2v-7h6V20z M3,19h4v-5H3V19z M15,11H9V4h6V11z M10,10h4V5h-4V10z M15,20H9v-7h6V20z M10,19h4v-5h-4V19z M22,11h-6V4h6V11z M17,10h4V5h-4V10z M22,20h-6v-7h6V20z M17,19h4v-5h-4V19z"] {
d: path("M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3");
}
/* list view icon */
[d="M20,8H9V7h11V8z M20,11H9v1h11V11z M20,15H9v1h11V15z M7,7H4v1h3V7z M7,11H4v1h3V11z M7,15H4v1h3V15z"],
[d="M20,9H9V7h11V9z M20,11H9v2h11V11z M20,15H9v2h11V15z M7,7H4v2h3V7z M7,11H4v2h3V11z M7,15H4v2h3V15z"] {
d: path("M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z");
}
/* your channel icon */
[d="M3,3v18h18V3H3z M4.99,20c0.39-2.62,2.38-5.1,7.01-5.1s6.62,2.48,7.01,5.1H4.99z M9,10c0-1.65,1.35-3,3-3s3,1.35,3,3 c0,1.65-1.35,3-3,3S9,11.65,9,10z M12.72,13.93C14.58,13.59,16,11.96,16,10c0-2.21-1.79-4-4-4c-2.21,0-4,1.79-4,4 c0,1.96,1.42,3.59,3.28,3.93c-4.42,0.25-6.84,2.8-7.28,6V4h16v15.93C19.56,16.73,17.14,14.18,12.72,13.93z"] {
d: path("M6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6M15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6A3,3 0 0,1 15,9M3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5C3.89,3 3,3.9 3,5Z");
}
/* youtube studio icon */
[d="M10,9.35,15,12l-5,2.65ZM12,3a.73.73,0,0,0-.31.06L4.3,7.28A.79.79,0,0,0,4,7.8v8.4a.79.79,0,0,0,.3.52l7.39,4.22a.83.83,0,0,0,.62,0l7.39-4.22a.79.79,0,0,0,.3-.52V7.8a.79.79,0,0,0-.3-.52L12.31,3.06A.73.73,0,0,0,12,3m0-1a1.6,1.6,0,0,1,.8.19l7.4,4.22A1.77,1.77,0,0,1,21,7.8v8.4a1.77,1.77,0,0,1-.8,1.39l-7.4,4.22a1.78,1.78,0,0,1-1.6,0L3.8,17.59A1.77,1.77,0,0,1,3,16.2V7.8a1.77,1.77,0,0,1,.8-1.39l7.4-4.22A1.6,1.6,0,0,1,12,2Zm0,4a.42.42,0,0,0-.17,0l-4.7,2.8A.59.59,0,0,0,7,9.19V14.8a.65.65,0,0,0,.13.37l4.7,2.8A.42.42,0,0,0,12,18a.34.34,0,0,0,.17,0l4.7-2.81A.56.56,0,0,0,17,14.8V9.19a.62.62,0,0,0-.13-.37L12.17,6A.34.34,0,0,0,12,6m0-1a1.44,1.44,0,0,1,.69.17L17.39,8A1.46,1.46,0,0,1,18,9.19V14.8A1.46,1.46,0,0,1,17.39,16l-4.7,2.81A1.44,1.44,0,0,1,12,19a1.4,1.4,0,0,1-.68-.17L6.62,16A1.47,1.47,0,0,1,6,14.8V9.19A1.47,1.47,0,0,1,6.62,8l4.7-2.8A1.4,1.4,0,0,1,12,5Z"] {
d: path("M10,15L15,12L10,9V15M19.45,13L21.56,14.63C21.78,14.78 21.81,15 21.66,15.28L19.64,18.75C19.5,18.97 19.31,19.03 19.03,18.94L16.55,17.95C15.89,18.42 15.33,18.75 14.86,18.94L14.5,21.56C14.42,21.84 14.27,22 14,22H10C9.73,22 9.58,21.84 9.5,21.56L9.14,18.94C8.55,18.69 8,18.36 7.45,17.95L4.97,18.94C4.69,19.03 4.5,18.97 4.36,18.75L2.34,15.28C2.19,15 2.22,14.78 2.44,14.63L4.55,13C4.5,12.77 4.5,12.44 4.5,12C4.5,11.56 4.5,11.23 4.55,11L2.44,9.38C2.22,9.22 2.19,9 2.34,8.72L4.36,5.25C4.5,5.03 4.69,4.97 4.97,5.06L7.45,6.05C8.11,5.58 8.67,5.25 9.14,5.06L9.5,2.44C9.58,2.16 9.73,2 10,2H14C14.27,2 14.42,2.16 14.5,2.44L14.86,5.06C15.45,5.31 16,5.64 16.55,6.05L19.03,5.06C19.31,4.97 19.5,5.03 19.64,5.25L21.66,8.72C21.81,9 21.78,9.22 21.56,9.38L19.45,11C19.5,11.23 19.5,11.56 19.5,12C19.5,12.44 19.5,12.77 19.45,13Z");
}
/* switch account icon */
[d="M4,20h14v1H3V6h1V20z M6,3v15h15V3H6z M8.02,17c0.36-2.13,1.93-4.1,5.48-4.1s5.12,1.97,5.48,4.1H8.02z M11,8.5 C11,7.12,12.12,6,13.5,6S16,7.12,16,8.5c0,1.38-1.12,2.5-2.5,2.5S11,9.88,11,8.5z M14.21,11.93C15.8,11.6,17,10.19,17,8.5 C17,6.57,15.43,5,13.5,5S10,6.57,10,8.5c0,1.69,1.2,3.1,2.79,3.43c-3.48,0.26-5.4,2.42-5.78,5.07H7V4h13v13h-0.01 C19.61,14.35,17.68,12.19,14.21,11.93z"] {
d: path("M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6M20,2A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H8A2,2 0 0,1 6,16V4A2,2 0 0,1 8,2H20M17,7A3,3 0 0,0 14,4A3,3 0 0,0 11,7A3,3 0 0,0 14,10A3,3 0 0,0 17,7M8,15V16H20V15C20,13 16,11.9 14,11.9C12,11.9 8,13 8,15Z");
}
/* sign out icon or log out icon */
[d="M20,3v18H8v-1h11V4H8V3H20z M11.1,15.1l0.7,0.7l4.4-4.4l-4.4-4.4l-0.7,0.7l3.1,3.1H3v1h11.3L11.1,15.1z"] {
d: path("M10.09 15.59L11.5 17L16.5 12L11.5 7L10.09 8.41L12.67 11H3V13H12.67L10.09 15.59ZM19 3H5C3.89 3 3 3.9 3 5V9H5V5H19V19H5V15H3V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z");
}
/* money icon or monetization icon or purchases icon or whatever the fuck you wanna call it */
[d="M12,3c4.96,0,9,4.04,9,9s-4.04,9-9,9s-9-4.04-9-9S7.04,3,12,3 M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10 S17.52,2,12,2L12,2z M12.45,10.95c-0.67-0.22-1.18-0.47-1.52-0.72c-0.34-0.26-0.52-0.57-0.52-0.95c0-0.41,0.15-0.73,0.44-0.98 c0.29-0.25,0.71-0.37,1.24-0.37c0.55,0,1.23,0.15,1.53,0.44C13.8,8.53,13.93,8.75,14,9h2c-0.07-0.46-0.26-0.88-0.49-1.27 c-0.33-0.55-0.78-0.98-1.37-1.28C13.79,6.27,13.41,6.17,13,6.09V5h-2v1.12c-0.31,0.07-0.62,0.16-0.9,0.29 C9.5,6.7,9.04,7.08,8.72,7.58C8.4,8.07,8.24,8.63,8.24,9.26c0,1.21,0.6,2.18,1.8,2.9c0.44,0.26,1.04,0.53,1.79,0.8 c0.75,0.27,1.27,0.53,1.56,0.77c0.29,0.24,0.43,0.59,0.43,1.05c0,0.42-0.14,0.74-0.43,0.97c-0.29,0.23-0.69,0.35-1.21,0.35 c-1.05,0-1.92-0.37-2.18-1.1H8c0.08,0.42,0.22,0.81,0.44,1.16c0.35,0.57,0.86,1.02,1.52,1.35c0.33,0.16,0.67,0.28,1.04,0.37V19h2 v-1.05c0.79-0.11,1.45-0.38,1.97-0.81c0.69-0.57,1.03-1.37,1.03-2.38c0-0.91-0.28-1.67-0.85-2.28S13.69,11.36,12.45,10.95z"] {
d: path("M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13.41 18.09V20H10.74V18.07C9.03 17.71 7.58 16.61 7.47 14.67H9.43C9.53 15.72 10.25 16.54 12.08 16.54C14.04 16.54 14.48 15.56 14.48 14.95C14.48 14.12 14.04 13.34 11.81 12.81C9.33 12.21 7.63 11.19 7.63 9.14C7.63 7.42 9.02 6.3 10.74 5.93V4H13.41V5.95C15.27 6.4 16.2 7.81 16.26 9.34H14.3C14.25 8.23 13.66 7.47 12.08 7.47C10.58 7.47 9.68 8.15 9.68 9.11C9.68 9.95 10.33 10.5 12.35 11.02C14.37 11.54 16.53 12.41 16.53 14.93C16.52 16.76 15.15 17.76 13.41 18.09Z");
}
/* your data on youtube icon or privacy icon */
[d="M12,3.06l7,3.21v4.84c0,1.3-0.25,2.6-0.75,3.86c-0.15,0.37-0.33,0.76-0.55,1.17c-0.15,0.27-0.31,0.54-0.48,0.81 c-1.32,2.01-3.17,3.42-5.23,3.98c-2.06-0.56-3.91-1.97-5.23-3.98c-0.17-0.27-0.33-0.54-0.48-0.81c-0.22-0.41-0.4-0.79-0.55-1.17 C5.25,13.71,5,12.41,5,11.11V6.27L12,3.06 M12,1.96L4,5.63v5.49c0,1.47,0.3,2.9,0.81,4.22c0.17,0.44,0.37,0.86,0.6,1.28 c0.16,0.3,0.34,0.6,0.52,0.88c1.42,2.17,3.52,3.82,5.95,4.44L12,21.96l0.12-0.03c2.43-0.61,4.53-2.26,5.95-4.43 c0.19-0.29,0.36-0.58,0.52-0.88c0.22-0.41,0.43-0.84,0.6-1.28C19.7,14.01,20,12.58,20,11.11V5.63L12,1.96L12,1.96z M13.08,12.11 c-0.32-0.06-0.64-0.11-0.96-0.12C13.72,11.92,15,10.62,15,9c0-1.66-1.34-3-3-3S9,7.34,9,9c0,1.62,1.28,2.92,2.88,2.99 c-0.32,0.01-0.64,0.06-0.96,0.12h0C8.64,12.58,7,14.62,7,17h10C17,14.62,15.36,12.58,13.08,12.11z M10,9c0-1.1,0.9-2,2-2s2,0.9,2,2 s-0.9,2-2,2S10,10.1,10,9z M11.12,13.09c0.37-0.08,0.64-0.11,0.88-0.11s0.51,0.03,0.88,0.11c1.48,0.3,2.63,1.46,3,2.91H8.12 C8.49,14.55,9.64,13.39,11.12,13.09z"] {
d: path("M12 1L21 5V11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1ZM7.7 15.1C7.12917 14.3084 6.78799 13.3746 6.71406 12.4015C6.64014 11.4283 6.83635 10.4537 7.28105 9.58494C7.72576 8.71621 8.4017 7.98714 9.23436 7.47809C10.067 6.96904 11.0241 6.69979 12 6.7C12.9759 6.69979 13.933 6.96904 14.7656 7.47809C15.5983 7.98714 16.2742 8.71621 16.7189 9.58494C17.1637 10.4537 17.3599 11.4283 17.2859 12.4015C17.212 13.3746 16.8708 14.3084 16.3 15.1C15.7 14 13.3 13.4 12 13.4C10.7 13.4 8.3 14 7.7 15.1ZM12 8.3C11.4165 8.3 10.8569 8.53179 10.4444 8.94437C10.0318 9.35695 9.8 9.91652 9.8 10.5C9.8 11.7 10.8 12.7 12 12.7C12.5835 12.7 13.1431 12.4682 13.5556 12.0556C13.9682 11.6431 14.2 11.0835 14.2 10.5C14.2 9.3 13.2 8.3 12 8.3ZM12 5.7C10.3291 5.7 8.72671 6.36375 7.54523 7.54523C6.36375 8.72671 5.7 10.3291 5.7 12C5.7 13.6709 6.36375 15.2733 7.54523 16.4548C8.72671 17.6363 10.3291 18.3 12 18.3C13.6709 18.3 15.2733 17.6363 16.4548 16.4548C17.6363 15.2733 18.3 13.6709 18.3 12C18.3 10.3291 17.6363 8.72671 16.4548 7.54523C15.2733 6.36375 13.6709 5.7 12 5.7Z");
}
/* theme icon or appearance icon or dark mode icon or light mode icon or something */
[d="M12 22C10.93 22 9.86998 21.83 8.83998 21.48L7.41998 21.01L8.83998 20.54C12.53 19.31 15 15.88 15 12C15 8.12 12.53 4.69 8.83998 3.47L7.41998 2.99L8.83998 2.52C9.86998 2.17 10.93 2 12 2C17.51 2 22 6.49 22 12C22 17.51 17.51 22 12 22ZM10.58 20.89C11.05 20.96 11.53 21 12 21C16.96 21 21 16.96 21 12C21 7.04 16.96 3 12 3C11.53 3 11.05 3.04 10.58 3.11C13.88 4.81 16 8.21 16 12C16 15.79 13.88 19.19 10.58 20.89Z"] {
d: path("M12,18C11.11,18 10.26,17.8 9.5,17.45C11.56,16.5 13,14.42 13,12C13,9.58 11.56,7.5 9.5,6.55C10.26,6.2 11.11,6 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69Z");
}
/* translate icon or language icon */
[d="M12.26,16.18l-2.93-2.87c-0.8,0.86-1.64,1.71-2.48,2.54L4.6,18.1L3.9,17.4l2.25-2.25c0.84-0.84,1.68-1.69,2.48-2.55 c-1.18-1.23-2.17-2.64-2.9-4.18L5.73,8.4h1.14c0.65,1.26,1.47,2.43,2.44,3.45c1.59-1.81,2.89-3.69,3.43-5.7H2.08v-1h6.65V3h1v2.15 h6.78v1h-2.73c-0.54,2.32-2.01,4.42-3.77,6.42l2.63,2.58C12.51,15.5,12.39,15.82,12.26,16.18z M21.51,21.01h-0.95l-1.12-3.04h-4.91 l-1.11,3.04h-0.96l4.09-10.81h0.87L21.51,21.01z M19.15,17.2l-2.17-5.89l-2.17,5.89H19.15z"] {
d: path("M12.87,15.07L10.33,12.56L10.36,12.53C12.1,10.59 13.34,8.36 14.07,6H17V4H10V2H8V4H1V6H12.17C11.5,7.92 10.44,9.75 9,11.35C8.07,10.32 7.3,9.19 6.69,8H4.69C5.42,9.63 6.42,11.17 7.67,12.56L2.58,17.58L4,19L9,14L12.11,17.11L12.87,15.07M18.5,10H16.5L12,22H14L15.12,19H19.87L21,22H23L18.5,10M15.88,17L17.5,12.67L19.12,17H15.88Z");
}
/* restricted mode icon */
[d="M12 20.95Q8.975 20.075 6.987 17.312Q5 14.55 5 11.1V5.7L12 3.075L19 5.7V11.35Q18.775 11.275 18.5 11.2Q18.225 11.125 18 11.075V6.375L12 4.15L6 6.375V11.1Q6 12.575 6.438 13.938Q6.875 15.3 7.625 16.438Q8.375 17.575 9.413 18.425Q10.45 19.275 11.625 19.725L11.675 19.7Q11.8 20 11.975 20.288Q12.15 20.575 12.375 20.825Q12.275 20.85 12.188 20.888Q12.1 20.925 12 20.95ZM17 17Q17.625 17 18.062 16.562Q18.5 16.125 18.5 15.5Q18.5 14.875 18.062 14.438Q17.625 14 17 14Q16.375 14 15.938 14.438Q15.5 14.875 15.5 15.5Q15.5 16.125 15.938 16.562Q16.375 17 17 17ZM17 20Q17.8 20 18.438 19.65Q19.075 19.3 19.5 18.7Q18.925 18.35 18.3 18.175Q17.675 18 17 18Q16.325 18 15.7 18.175Q15.075 18.35 14.5 18.7Q14.925 19.3 15.562 19.65Q16.2 20 17 20ZM17 21Q15.325 21 14.163 19.837Q13 18.675 13 17Q13 15.325 14.163 14.162Q15.325 13 17 13Q18.675 13 19.837 14.162Q21 15.325 21 17Q21 18.675 19.837 19.837Q18.675 21 17 21ZM12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Q12 11.95 12 11.95Z"] {
d: path("M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,7C13.4,7 14.8,8.1 14.8,9.5V11C15.4,11 16,11.6 16,12.3V15.8C16,16.4 15.4,17 14.7,17H9.2C8.6,17 8,16.4 8,15.7V12.2C8,11.6 8.6,11 9.2,11V9.5C9.2,8.1 10.6,7 12,7M12,8.2C11.2,8.2 10.5,8.7 10.5,9.5V11H13.5V9.5C13.5,8.7 12.8,8.2 12,8.2Z");
}
/* location icon */
[d="M11.99,1.98C6.46,1.98,1.98,6.47,1.98,12s4.48,10.02,10.01,10.02c5.54,0,10.03-4.49,10.03-10.02S17.53,1.98,11.99,1.98z M8.86,14.5c-0.16-0.82-0.25-1.65-0.25-2.5c0-0.87,0.09-1.72,0.26-2.55h6.27c0.17,0.83,0.26,1.68,0.26,2.55 c0,0.85-0.09,1.68-0.25,2.5H8.86z M14.89,15.5c-0.54,1.89-1.52,3.64-2.89,5.15c-1.37-1.5-2.35-3.25-2.89-5.15H14.89z M9.12,8.45 c0.54-1.87,1.52-3.61,2.88-5.1c1.36,1.49,2.34,3.22,2.88,5.1H9.12z M16.15,9.45h4.5c0.24,0.81,0.37,1.66,0.37,2.55 c0,0.87-0.13,1.71-0.36,2.5h-4.51c0.15-0.82,0.24-1.65,0.24-2.5C16.39,11.13,16.3,10.28,16.15,9.45z M20.29,8.45h-4.38 c-0.53-1.97-1.47-3.81-2.83-5.4C16.33,3.45,19.04,5.56,20.29,8.45z M10.92,3.05c-1.35,1.59-2.3,3.43-2.83,5.4H3.71 C4.95,5.55,7.67,3.44,10.92,3.05z M3.35,9.45h4.5C7.7,10.28,7.61,11.13,7.61,12c0,0.85,0.09,1.68,0.24,2.5H3.34 c-0.23-0.79-0.36-1.63-0.36-2.5C2.98,11.11,3.11,10.26,3.35,9.45z M3.69,15.5h4.39c0.52,1.99,1.48,3.85,2.84,5.45 C7.65,20.56,4.92,18.42,3.69,15.5z M13.09,20.95c1.36-1.6,2.32-3.46,2.84-5.45h4.39C19.08,18.42,16.35,20.55,13.09,20.95z"] {
d: path("M16.36,14C16.44,13.34 16.5,12.68 16.5,12C16.5,11.32 16.44,10.66 16.36,10H19.74C19.9,10.64 20,11.31 20,12C20,12.69 19.9,13.36 19.74,14M14.59,19.56C15.19,18.45 15.65,17.25 15.97,16H18.92C17.96,17.65 16.43,18.93 14.59,19.56M14.34,14H9.66C9.56,13.34 9.5,12.68 9.5,12C9.5,11.32 9.56,10.65 9.66,10H14.34C14.43,10.65 14.5,11.32 14.5,12C14.5,12.68 14.43,13.34 14.34,14M12,19.96C11.17,18.76 10.5,17.43 10.09,16H13.91C13.5,17.43 12.83,18.76 12,19.96M8,8H5.08C6.03,6.34 7.57,5.06 9.4,4.44C8.8,5.55 8.35,6.75 8,8M5.08,16H8C8.35,17.25 8.8,18.45 9.4,19.56C7.57,18.93 6.03,17.65 5.08,16M4.26,14C4.1,13.36 4,12.69 4,12C4,11.31 4.1,10.64 4.26,10H7.64C7.56,10.66 7.5,11.32 7.5,12C7.5,12.68 7.56,13.34 7.64,14M12,4.03C12.83,5.23 13.5,6.57 13.91,8H10.09C10.5,6.57 11.17,5.23 12,4.03M18.92,8H15.97C15.65,6.75 15.19,5.55 14.59,4.44C16.43,5.07 17.96,6.34 18.92,8M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z");
}
/* keyboard icon */
[d="M16,16H8v-2h8V16z M16,11h-2v2h2V11z M19,11h-2v2h2V11z M13,11h-2v2h2V11z M10,11H8v2h2V11z M7,11H5v2h2V11z M16,8h-2v2h2V8 z M19,8h-2v2h2V8z M13,8h-2v2h2V8z M10,8H8v2h2V8z M7,8H5v2h2V8z M22,5v14H2V5H22z M21,6H3v12h18V6z"] {
d: path("M19,10H17V8H19M19,13H17V11H19M16,10H14V8H16M16,13H14V11H16M16,17H8V15H16M7,10H5V8H7M7,13H5V11H7M8,11H10V13H8M8,8H10V10H8M11,11H13V13H11M11,8H13V10H11M20,5H4C2.89,5 2,5.89 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7C22,5.89 21.1,5 20,5Z");
}
/* send feedback icon */
[d="M13,14h-2v-2h2V14z M13,5h-2v6h2V5z M19,3H5v16.59l3.29-3.29L8.59,16H9h10V3 M20,2v15H9l-5,5V2H20L20,2z"] {
d: path("M13 11H11V5H13M13 15H11V13H13M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2Z")
}
/* 12x12 pin icon */
[d="M8,2V1H3v1h1v3.8L3,7h2v2.5L5.5,10L6,9.5V7h2L7,5.8V2H8z M6,6H5V2h1V6z"] {
d: path("M8 6V2H8.5V1H3.5V2H4V6L3 7V8H5.6V11H6.4V8H9V7L8 6Z");
}
/* back arrow icon */
[d="M21,11v1H5.64l6.72,6.72l-0.71,0.71L3.72,11.5l7.92-7.92l0.71,0.71L5.64,11H21z"] {
d: path("M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z");
}
/* checkmark icon */
[d="M9,18.7l-5.4-5.4l0.7-0.7L9,17.3L20.6,5.6l0.7,0.7L9,18.7z"],
[d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M9.8,17.3l-4.2-4.1L7,11.8l2.8,2.7L17,7.4 l1.4,1.4L9.8,17.3z"] {
d: path("M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z");
}
/* add to queue icon or play playlist icon */
[d="M21,16h-7v-1h7V16z M21,11H9v1h12V11z M21,7H3v1h18V7z M10,15l-7-4v8L10,15z"] {
d: path("M3 10H14V12H3V10M3 6H14V8H3V6M3 14H10V16H3V14M16 13V21L22 17L16 13Z")
}
/* not interested icon / deny icon */
[d="M18.71 6C20.13 7.59 21 9.69 21 12c0 4.97-4.03 9-9 9-2.31 0-4.41-.87-6-2.29L18.71 6zM3 12c0-4.97 4.03-9 9-9 2.31 0 4.41.87 6 2.29L5.29 18C3.87 16.41 3 14.31 3 12zm9-10c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2z"] {
d: path("M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z");
}
/* hide channel or block icon */
[d="M12,3c-4.96,0-9,4.04-9,9s4.04,9,9,9s9-4.04,9-9S16.96,3,12,3 M12,2c5.52,0,10,4.48,10,10s-4.48,10-10,10S2,17.52,2,12 S6.48,2,12,2L12,2z M19,13H5v-2h14V13z"] {
d: path("M17,13H7V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z");
}
/* info circle icon or info icon */
[d="M13,17h-2v-6h2V17z M13,7h-2v2h2V7z M12,3c-4.96,0-9,4.04-9,9s4.04,9,9,9c4.96,0,9-4.04,9-9S16.96,3,12,3 M12,2 c5.52,0,10,4.48,10,10s-4.48,10-10,10C6.48,22,2,17.52,2,12S6.48,2,12,2L12,2z"] {
d: path("M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z")
}
/* logo */
#logo-icon [d="M27.9727 3.12324C27.6435 1.89323 26.6768 0.926623 25.4468 0.597366C23.2197 2.24288e-07 14.285 0 14.285 0C14.285 0 5.35042 2.24288e-07 3.12323 0.597366C1.89323 0.926623 0.926623 1.89323 0.597366 3.12324C2.24288e-07 5.35042 0 10 0 10C0 10 2.24288e-07 14.6496 0.597366 16.8768C0.926623 18.1068 1.89323 19.0734 3.12323 19.4026C5.35042 20 14.285 20 14.285 20C14.285 20 23.2197 20 25.4468 19.4026C26.6768 19.0734 27.6435 18.1068 27.9727 16.8768C28.5701 14.6496 28.5701 10 28.5701 10C28.5701 10 28.5677 5.35042 27.9727 3.12324Z"] {
d: path("M47.6563 4.31425C47.6563 4.31425 47.3767 2.35686 46.5245 1.49135C45.4326 0.359521 44.2209 0.359519 43.6616 0.292941C39.667 -1.1928e-06 33.6616 0 33.6616 0H33.6483C33.6483 0 27.6563 -1.1928e-06 23.6483 0.292941C23.0891 0.359519 21.8774 0.359521 20.7855 1.49135C19.9333 2.35686 19.6536 4.31425 19.6536 4.31425C19.6536 4.31425 19.374 6.61784 19.374 8.92144V11.0786C19.374 13.3822 19.6536 15.6858 19.6536 15.6858C19.6536 15.6858 19.9333 17.6431 20.7855 18.5087C21.8774 19.6405 23.3021 19.6005 23.9413 19.7204C26.2315 19.9334 33.6483 20 33.6483 20C33.6483 20 39.6536 19.9867 43.6483 19.7071C44.2076 19.6405 45.4193 19.6405 46.5112 18.5087C47.3634 17.6431 47.643 15.6858 47.643 15.6858C47.643 15.6858 47.9226 13.3822 47.9226 11.0786V8.92144C47.9493 6.61784 47.6563 4.31425 47.6563 4.31425V4.31425Z");
}
#logo-icon [d="M34.6024 13.0036L31.3945 1.41846H34.1932L35.3174 6.6701C35.6043 7.96361 35.8136 9.06662 35.95 9.97913H36.0323C36.1264 9.32532 36.3381 8.22937 36.665 6.68892L37.8291 1.41846H40.6278L37.3799 13.0036V18.561H34.6001V13.0036H34.6024Z"] {
d: path("M4.31425 10.9318V16.1915H2.3968V10.9318L0 3.27539H2.01065L3.36884 8.30868L4.7004 3.27539H6.71105L4.31425 10.9318ZM11.4913 9.68019C11.4913 8.64157 11.2729 7.87328 10.9188 7.3899C10.434 6.72809 9.68043 6.45782 8.90812 6.45782C8.04261 6.45782 7.38361 6.72906 6.89747 7.3899C6.53135 7.8876 6.3249 8.6682 6.3249 9.6935V13.1289C6.3249 14.1542 6.50198 14.857 6.87084 15.3526C7.35419 16.0021 8.13582 16.3646 8.90812 16.3646C9.66711 16.3646 10.4593 16.0134 10.9587 15.3526C11.3249 14.8681 11.4913 14.1542 11.4913 13.1289V9.68019ZM9.66711 13.3153C9.66377 14.2745 9.46738 14.7534 8.90812 14.7534C8.34887 14.7534 8.14913 14.2805 8.14913 13.3153V9.49377C8.14913 8.53479 8.34887 8.08231 8.90812 8.08231C9.46738 8.08231 9.6838 8.5243 9.68043 9.49377L9.66711 13.3153ZM16.0719 16.1915V15.1396C15.3795 15.9252 14.7936 16.3247 14.1678 16.3247C13.6085 16.3247 13.2212 16.0588 13.0226 15.579C12.9016 15.2865 12.8229 14.8333 12.8229 14.1675V6.51108H14.6471V14.354C14.6471 14.6232 14.8069 14.7268 15.0333 14.7268C15.3795 14.7268 15.6991 14.4205 16.0852 13.8879V6.51108H17.9095V16.1915H16.0719Z");
}
#logo-icon [d="M34.6024 13.0036L31.3945 1.41846H34.1932L35.3174 6.6701C35.6043 7.96361 35.8136 9.06662 35.95 9.97913H36.0323C36.1264 9.32532 36.3381 8.22937 36.665 6.68892L37.8291 1.41846H40.6278L37.3799 13.0036V18.561H34.6001V13.0036H34.6024Z"]~path {
display: none;
}
#logo-icon [d="M11.4253 14.2854L18.8477 10.0004L11.4253 5.71533V14.2854Z"] {
d: path("M27.7629 3.27539V5.09963H25.6457V16.1915H23.7416V5.09963H21.731V3.27539H27.7629ZM30.719 16.1915V15.1396C30.0266 15.9252 29.4407 16.3247 28.8148 16.3247C28.2556 16.3247 27.8683 16.0588 27.6697 15.579C27.5487 15.2865 27.47 14.8333 27.47 14.1675V6.49776H29.2942V14.354C29.2942 14.6232 29.454 14.7268 29.6804 14.7268C30.0266 14.7268 30.3461 14.4205 30.7323 13.8879V6.51108H32.5565V16.1915H30.719ZM37.5232 6.47113C36.8841 6.47113 36.2583 6.85728 35.699 7.54969V3.27539H33.9813V16.1915H35.699V15.2328C36.2716 15.9518 36.9107 16.3247 37.5232 16.3247C38.2156 16.3247 38.7265 15.9533 38.948 15.2461C39.0727 14.8481 39.1344 14.2208 39.1344 13.3287V9.50708C39.1344 8.60162 39.0199 7.97423 38.9081 7.60296C38.687 6.86898 38.2156 6.47113 37.5232 6.47113V6.47113ZM37.3235 13.4219C37.3235 14.3806 37.0971 14.7401 36.6045 14.7401C36.3248 14.7401 35.9919 14.5936 35.699 14.3007V8.4951C35.9919 8.21547 36.3115 8.05568 36.6045 8.05568C37.1104 8.05568 37.3235 8.33531 37.3235 9.29403V13.4219ZM45.5525 11.6908V9.73345C45.5525 8.70815 45.3501 7.96451 44.9933 7.48312C44.5112 6.83267 43.8215 6.48445 42.9427 6.48445C42.0638 6.48445 41.3718 6.83096 40.8654 7.48312C40.493 7.96278 40.2796 8.76141 40.2796 9.77339V13.1289C40.2796 14.1409 40.5148 14.8633 40.8788 15.3393C41.3803 15.9952 42.0638 16.3247 42.9693 16.3247C43.8748 16.3247 44.58 15.9781 45.0599 15.286C45.2724 14.9795 45.4132 14.6345 45.4593 14.2474C45.4798 14.075 45.5259 13.6749 45.5259 13.1156V12.8493H43.7017C43.7017 13.5417 43.706 13.9552 43.6883 14.0477C43.5994 14.5146 43.3421 14.7401 42.916 14.7401C42.3168 14.7401 42.1038 14.3008 42.1038 13.4085V11.6908H45.5525ZM42.1038 9.20082C42.1038 8.30868 42.3435 8.069 42.9294 8.069C43.5019 8.069 43.7283 8.33531 43.7283 9.21414V10.2528H42.1038V9.20082Z")
}
#logo-icon {
padding-top: 8px;
padding-bottom: 8px;
padding-right: 0;
height: 40px;
width: 120px;
}
/* masthead */
#container.ytd-masthead {
background: #fff;
box-shadow: 0 0 8px rgb(0 0 0/25%);
height: 54px;
}
/* masthead - search bar */
#container.ytd-masthead ytd-searchbox.ytd-masthead {
padding: 0;
margin: 0;
width: auto;
max-width: 500px;
margin-left: auto;
}
#container.ytd-masthead .style-scope.ytd-searchbox#container {
margin: 0;
padding: 0;
padding-left: 0;
background: #f1f1f1;
box-shadow: none;
border: none;
height: 40px;
border-radius: 0 3px 3px 0;
}
#container.ytd-masthead #search-icon {
display: none !important;
}
#container.ytd-masthead #search-icon-legacy {
order: -1;
background: #f1f1f1;
border: none;
box-shadow: none;
width: 72px;
border-radius: 3px 0 0 3px;
color: #999 !important;
}
#container.ytd-masthead #search-icon-legacy yt-icon {
color: inherit;
}
#container.ytd-masthead #search-icon-legacy:hover {
color: #444 !important;
}
#container.ytd-masthead #search-icon-legacy [d="M20.87,20.17l-5.59-5.59C16.35,13.35,17,11.75,17,10c0-3.87-3.13-7-7-7s-7,3.13-7,7s3.13,7,7,7c1.75,0,3.35-0.65,4.58-1.71 l5.59,5.59L20.87,20.17z M10,16c-3.31,0-6-2.69-6-6s2.69-6,6-6s6,2.69,6,6S13.31,16,10,16z"] {
d: path("M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14V14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z");
}
#search-clear-button {
margin-right: 8px;
}
#search-clear-button button {
background: none !important;
}
/* guide */
#scrim.tp-yt-app-drawer {
background: #0001;
}
#header.ytd-app {
background: #fff;
box-shadow: 0 0 8px rgb(0 0 0/25%);
height: 54px;
}
#contentContainer.tp-yt-app-drawer {
overflow: hidden;
}
/* guide - sections */
ytd-guide-section-renderer {
padding: 0 !important;
margin: 8px 0;
}
tp-yt-paper-item.ytd-guide-entry-renderer {
height: 48px;
}
ytd-guide-section-renderer ytd-guide-entry-renderer,
ytd-guide-entry-renderer yt-interaction.ytd-guide-entry-renderer,
ytd-guide-entry-renderer>a {
border-radius: 0 !important;
}
ytd-guide-entry-renderer tp-yt-paper-item {
padding: 0 24px !important;
}
ytd-guide-entry-renderer[active] {
background: #0000 !important;
}
ytd-guide-entry-renderer tp-yt-paper-item svg {
color: #888;
}
ytd-guide-entry-renderer[active] svg {
color: var(--theme-primary) !important;
}
#guide-section-title {
font-weight: 500 !important;
text-transform: uppercase !important;
font-size: 14px !important;
color: #888 !important;
padding-left: 24px !important;
}
yt-img-shadow.ytd-guide-entry-renderer {
width: 32px;
height: 32px;
}
yt-img-shadow.ytd-guide-entry-renderer img.yt-img-shadow {
width: 32px;
height: 32px;
}
ytd-mini-guide-renderer.ytd-app {
background: #0000;
}
ytd-mini-guide-renderer.ytd-app [is-active] svg {
color: var(--theme-primary) !important;
}
/* guide - icons */
/* home icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M12,4.33l7,6.12V20H15V14H9v6H5V10.45l7-6.12M12,3,4,10V21h6V15h4v6h6V10L12,3Z"],
ytd-mini-guide-renderer [d="M4,10V21h6V15h4v6h6V10L12,3Z"],
ytd-mini-guide-renderer [d="M12,4.33l7,6.12V20H15V14H9v6H5V10.45l7-6.12M12,3,4,10V21h6V15h4v6h6V10L12,3Z"] {
d: path("M10 20V14H14V20H19V12H22L12 3L2 12H5V20H10Z");
}
/* shorts icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M10 14.65v-5.3L15 12l-5 2.65zm7.77-4.33c-.77-.32-1.2-.5-1.2-.5L18 9.06c1.84-.96 2.53-3.23 1.56-5.06s-3.24-2.53-5.07-1.56L6 6.94c-1.29.68-2.07 2.04-2 3.49.07 1.42.93 2.67 2.22 3.25.03.01 1.2.5 1.2.5L6 14.93c-1.83.97-2.53 3.24-1.56 5.07.97 1.83 3.24 2.53 5.07 1.56l8.5-4.5c1.29-.68 2.06-2.04 1.99-3.49-.07-1.42-.94-2.68-2.23-3.25zm-.23 5.86l-8.5 4.5c-1.34.71-3.01.2-3.72-1.14-.71-1.34-.2-3.01 1.14-3.72l2.04-1.08v-1.21l-.69-.28-1.11-.46c-.99-.41-1.65-1.35-1.7-2.41-.05-1.06.52-2.06 1.46-2.56l8.5-4.5c1.34-.71 3.01-.2 3.72 1.14.71 1.34.2 3.01-1.14 3.72L15.5 9.26v1.21l1.8.74c.99.41 1.65 1.35 1.7 2.41.05 1.06-.52 2.06-1.46 2.56z"] {
d: path("M17.77 10.3202C17 10.0002 16.57 9.82023 16.57 9.82023L18 9.06024C19.84 8.10024 20.53 5.83024 19.56 4.00024C18.59 2.17024 16.32 1.47024 14.49 2.44024L5.99995 6.94024C4.70995 7.62023 3.92995 8.98024 3.99995 10.4302C4.06995 11.8502 4.92995 13.1002 6.21995 13.6802C6.24995 13.6902 7.41995 14.1802 7.41995 14.1802L5.99995 14.9302C4.16995 15.9002 3.46995 18.1702 4.43995 20.0002C5.40995 21.8302 7.67995 22.5302 9.50995 21.5602L18.01 17.0602C19.3 16.3802 20.07 15.0202 20 13.5702C19.93 12.1502 19.06 10.8902 17.77 10.3202ZM9.99995 9.35024L15 12.0002L9.99995 14.6502V9.35024Z")
}
/* subscriptions icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M10,18v-6l5,3L10,18z M17,3H7v1h10V3z M20,6H4v1h16V6z M22,9H2v12h20V9z M3,10h18v10H3V10z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M20,7H4V6h16V7z M22,9v12H2V9H22z M15,15l-5-3v6L15,15z M17,3H7v1h10V3z"],
ytd-mini-guide-renderer [d="M10,18v-6l5,3L10,18z M17,3H7v1h10V3z M20,6H4v1h16V6z M22,9H2v12h20V9z M3,10h18v10H3V10z"],
ytd-mini-guide-renderer [d="M20,7H4V6h16V7z M22,9v12H2V9H22z M15,15l-5-3v6L15,15z M17,3H7v1h10V3z"] {
d: path("M2 3H18V6H5V15H2V3Z M22 8H7V19H22V8ZM18 13.5L12 11V16L18 13.5Z");
fill-rule: evenodd;
}
/* library icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M11,7l6,3.5L11,14V7L11,7z M18,20H4V6H3v15h15V20z M21,18H6V3h15V18z M7,17h13V4H7V17z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M4,20h14v1H3V6h1V20z M21,3v15H6V3H21z M17,10.5L11,7v7L17,10.5z"],
ytd-mini-guide-renderer [d="M11,7l6,3.5L11,14V7L11,7z M18,20H4V6H3v15h15V20z M21,18H6V3h15V18z M7,17h13V4H7V17z"],
ytd-mini-guide-renderer [d="M4,20h14v1H3V6h1V20z M21,3v15H6V3H21z M17,10.5L11,7v7L17,10.5z"] {
d: path("M4 6H2V20C2 21.1 2.9 22 4 22H18V20H4V6ZM20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM12 14.5V5.5L18 10L12 14.5Z")
}
/* history icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M14.97,16.95L10,13.87V7h2v5.76l4.03,2.49L14.97,16.95z M22,12c0,5.51-4.49,10-10,10S2,17.51,2,12h1c0,4.96,4.04,9,9,9 s9-4.04,9-9s-4.04-9-9-9C8.81,3,5.92,4.64,4.28,7.38C4.17,7.56,4.06,7.75,3.97,7.94C3.96,7.96,3.95,7.98,3.94,8H8v1H1.96V3h1v4.74 C3,7.65,3.03,7.57,3.07,7.49C3.18,7.27,3.3,7.07,3.42,6.86C5.22,3.86,8.51,2,12,2C17.51,2,22,6.49,22,12z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M14.97,16.95L10,13.87V7h2v5.76l4.03,2.49L14.97,16.95z M12,2C8.73,2,5.8,3.44,4,5.83V3.02H2V9h6V7H5.62 C7.08,5.09,9.36,4,12,4c4.41,0,8,3.59,8,8s-3.59,8-8,8s-8-3.59-8-8H2c0,5.51,4.49,10,10,10s10-4.49,10-10S17.51,2,12,2z"] {
d: path("M20 2H4V4H6V5.6665C6 8.24707 7.71777 10.3989 10 10.8931V13.1069C7.71777 13.6011 6 15.7529 6 18.3335V20H4V22H20V20H18V18.3335C18 15.7529 16.2822 13.6011 14 13.1069V10.8931C16.2822 10.3989 18 8.24707 18 5.6665V4H20V2ZM16 5H8V5.6665C8 7.63135 9.46289 9 11 9H13C14.5371 9 16 7.63135 16 5.6665V5Z");
fill-rule: evenodd;
}
/* watch later icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M14.97,16.95L10,13.87V7h2v5.76l4.03,2.49L14.97,16.95z M12,3c-4.96,0-9,4.04-9,9s4.04,9,9,9s9-4.04,9-9S16.96,3,12,3 M12,2c5.52,0,10,4.48,10,10s-4.48,10-10,10S2,17.52,2,12S6.48,2,12,2L12,2z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10s10-4.48,10-10C22,6.48,17.52,2,12,2z M14.97,16.95L10,13.87V7h2v5.76 l4.03,2.49L14.97,16.95z"],
[d="M14.97,16.95L10,13.87V7h2v5.76l4.03,2.49L14.97,16.95z M12,3c-4.96,0-9,4.04-9,9s4.04,9,9,9s9-4.04,9-9S16.96,3,12,3 M12,2c5.52,0,10,4.48,10,10s-4.48,10-10,10S2,17.52,2,12S6.48,2,12,2L12,2z"] {
d: path("M12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2M16.2 16.2L11 13V7H12.5V12.2L17 14.9L16.2 16.2Z")
}
/* playlist icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M22,7H2v1h20V7z M13,12H2v-1h11V12z M13,16H2v-1h11V16z M15,19v-8l7,4L15,19z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M15,19v-8l7,4L15,19z M22,7H2v2h20V7z M13,13H2v-2h11V13z M13,17H2v-2h11V17z"],
[d="M22,7H2v1h20V7z M13,12H2v-1h11V12z M13,16H2v-1h11V16z M15,19v-8l7,4L15,19z"] {
d: path("M2 10H19V12H2V10ZM2 6H19V8H2V6ZM2 14H15V16H2V14ZM17 14V20L22 17L17 14Z")
}
/* down icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M12,15.7L5.6,9.4l0.7-0.7l5.6,5.6l5.6-5.6l0.7,0.7L12,15.7z"] {
d: path("M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z");
}
/* circle plus icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M17,13h-4v4h-2v-4H7v-2h4V7h2v4h4V13z M12,3c-4.96,0-9,4.04-9,9s4.04,9,9,9c4.96,0,9-4.04,9-9S16.96,3,12,3 M12,2 c5.52,0,10,4.48,10,10s-4.48,10-10,10C6.48,22,2,17.52,2,12S6.48,2,12,2L12,2z"] {
d: path("M17.0549 13.8086H13.0549V17.8086H11.0549V13.8086H7.05493V11.8086H11.0549V7.80859H13.0549V11.8086H17.0549M12.0549 2.80859C10.7417 2.80859 9.44135 3.06725 8.2281 3.5698C7.01484 4.07235 5.91245 4.80894 4.98386 5.73753C3.1085 7.61289 2.05493 10.1564 2.05493 12.8086C2.05493 15.4608 3.1085 18.0043 4.98386 19.8797C5.91245 20.8082 7.01484 21.5448 8.2281 22.0474C9.44135 22.5499 10.7417 22.8086 12.0549 22.8086C14.7071 22.8086 17.2506 21.755 19.126 19.8797C21.0014 18.0043 22.0549 15.4608 22.0549 12.8086C22.0549 11.4954 21.7963 10.195 21.2937 8.98176C20.7912 7.7685 20.0546 6.66611 19.126 5.73753C18.1974 4.80894 17.095 4.07235 15.8818 3.5698C14.6685 3.06725 13.3682 2.80859 12.0549 2.80859V2.80859Z")
}
/* trending icon */
ytd-guide-entry-renderer tp-yt-paper-item [d="M14.72,17.84c-0.32,0.27-0.83,0.53-1.23,0.66c-1.34,0.33-2.41-0.34-2.62-0.46c-0.21-0.11-0.78-0.38-0.78-0.38 s0.35-0.11,0.41-0.13c1.34-0.54,1.89-1.24,2.09-2.11c0.2-0.84-0.16-1.56-0.31-2.39c-0.12-0.69-0.11-1.28,0.12-1.9 c0.02-0.05,0.12-0.43,0.12-0.43s0.11,0.35,0.13,0.41c0.71,1.51,2.72,2.18,3.07,3.84c0.03,0.15,0.05,0.3,0.05,0.46 C15.8,16.3,15.4,17.26,14.72,17.84z M12.4,4.34c-0.12,0.08-0.22,0.15-0.31,0.22c-2.99,2.31-2.91,5.93-2.31,8.55l0.01,0.03l0.01,0.03 c0.06,0.35-0.05,0.7-0.28,0.96c-0.24,0.26-0.58,0.41-0.95,0.41c-0.44,0-0.85-0.2-1.22-0.6c-0.67-0.73-1.17-1.57-1.5-2.46 c-0.36,0.77-0.75,1.98-0.67,3.19c0.04,0.51,0.12,1,0.25,1.43c0.18,0.6,0.43,1.16,0.75,1.65c1.05,1.66,2.88,2.82,4.78,3.05 c0.42,0.05,0.85,0.08,1.26,0.08c1.34,0,3.25-0.27,4.74-1.57c1.77-1.56,2.35-3.99,1.44-6.06c-0.04-0.1-0.06-0.14-0.09-0.19 l-0.04-0.08c-0.21-0.42-0.47-0.81-0.75-1.14c-0.24-0.3-0.48-0.56-0.79-0.83c-0.3-0.27-0.64-0.51-1-0.77 c-0.46-0.33-0.93-0.67-1.38-1.09C12.98,7.83,12.3,6.11,12.4,4.34 M14.41,2c0,0-0.2,0.2-0.56,0.99c-0.66,1.92-0.15,3.95,1.34,5.39 c0.73,0.69,1.61,1.17,2.36,1.84c0.32,0.29,0.62,0.59,0.89,0.93c0.36,0.42,0.66,0.89,0.91,1.38c0.05,0.1,0.1,0.2,0.14,0.3 c1.12,2.55,0.36,5.47-1.73,7.31C16.23,21.47,14.22,22,12.22,22c-0.47,0-0.95-0.03-1.41-0.09c-2.29-0.28-4.42-1.66-5.63-3.57 c-0.39-0.6-0.68-1.26-0.88-1.93c-0.16-0.54-0.25-1.1-0.29-1.67c-0.12-1.88,0.67-3.63,1.08-4.31c0.41-0.69,1.55-2.18,1.55-2.18 s0,0.03-0.01,0.09C6.41,10.11,7,11.88,8.22,13.22c0.15,0.17,0.27,0.22,0.34,0.22c0.06,0,0.09-0.04,0.08-0.09 C7.79,9.59,8.37,6,11.35,3.7c0.59-0.46,1.51-0.94,1.98-1.18C13.8,2.28,14.41,2,14.41,2L14.41,2z"],
ytd-guide-entry-renderer tp-yt-paper-item [d="M19.48,12.83c-0.04-0.1-0.09-0.2-0.14-0.3c-0.25-0.49-0.55-0.96-0.91-1.38c-0.27-0.34-0.57-0.65-0.89-0.93 c-0.75-0.67-1.63-1.14-2.36-1.84c-1.49-1.44-2-3.46-1.34-5.39C14.2,2.2,14.41,2,14.41,2s-0.6,0.28-1.07,0.52 c-0.47,0.24-1.39,0.72-1.98,1.18C8.37,6,7.79,9.59,8.64,13.35c0.01,0.05-0.02,0.09-0.08,0.09c-0.07,0-0.18-0.06-0.34-0.22 C7,11.88,6.41,10.11,6.64,8.35c0.01-0.06,0.01-0.09,0.01-0.09S5.51,9.74,5.1,10.43c-0.41,0.69-1.2,2.43-1.08,4.31 c0.04,0.56,0.13,1.12,0.29,1.67c0.2,0.68,0.49,1.33,0.88,1.93c1.21,1.91,3.34,3.29,5.63,3.57c0.47,0.06,0.94,0.09,1.41,0.09 c2,0,4.01-0.53,5.53-1.87C19.84,18.3,20.6,15.38,19.48,12.83z M14.72,17.84c-0.32,0.27-0.83,0.53-1.23,0.66 c-1.34,0.33-2.41-0.34-2.62-0.46c-0.21-0.11-0.78-0.38-0.78-0.38s0.35-0.11,0.41-0.13c1.34-0.54,1.89-1.24,2.09-2.11 c0.2-0.84-0.16-1.56-0.31-2.39c-0.12-0.69-0.11-1.28,0.12-1.9c0.02-0.05,0.12-0.43,0.12-0.43s0.11,0.35,0.13,0.41 c0.71,1.51,2.72,2.18,3.07,3.84c0.03,0.15,0.05,0.3,0.05,0.46C15.8,16.3,15.4,17.26,14.72,17.84z"] {
d: path("M19.5467 10.9333C19.2401 10.5333 18.8667 10.1867 18.5201 9.84C17.6267 9.04 16.6134 8.46667 15.7601 7.62667C13.7734 5.68 13.3334 2.46667 14.6001 0C13.3334 0.306667 12.2267 1 11.2801 1.76C7.82673 4.53333 6.46673 9.42667 8.0934 13.6267C8.14673 13.76 8.20007 13.8933 8.20007 14.0667C8.20007 14.36 8.00007 14.6267 7.7334 14.7333C7.42673 14.8667 7.10673 14.7867 6.8534 14.5733C6.7734 14.5067 6.72007 14.44 6.66673 14.3467C5.16007 12.44 4.92007 9.70667 5.9334 7.52C3.70673 9.33333 2.4934 12.4 2.66673 15.2933C2.74673 15.96 2.82673 16.6267 3.0534 17.2933C3.24007 18.0933 3.60007 18.8933 4.00007 19.6C5.44007 21.9067 7.9334 23.56 10.6134 23.8933C13.4667 24.2533 16.5201 23.7333 18.7067 21.76C21.1467 19.5467 22.0001 16 20.7467 12.96L20.5734 12.6133C20.2934 12 19.5467 10.9333 19.5467 10.9333ZM15.3334 19.3333C14.9601 19.6533 14.3467 20 13.8667 20.1333C12.3734 20.6667 10.8801 19.92 10.0001 19.04C11.5867 18.6667 12.5334 17.4933 12.8134 16.3067C13.0401 15.24 12.6134 14.36 12.4401 13.3333C12.2801 12.3467 12.3067 11.5067 12.6667 10.5867C12.9201 11.0933 13.1867 11.6 13.5067 12C14.5334 13.3333 16.1467 13.92 16.4934 15.7333C16.5467 15.92 16.5734 16.1067 16.5734 16.3067C16.6134 17.4 16.1334 18.6 15.3334 19.3333Z")
}
/* chips */
#chips .ytd-feed-filter-chip-bar-renderer,
#chips .yt-chip-cloud-renderer {
border-radius: 50px;
}
#chips .ytd-feed-filter-chip-bar-renderer.iron-selected,
#chips .yt-chip-cloud-renderer.iron-selected {
background: #2c91e1;
}
#chips-wrapper.ytd-feed-filter-chip-bar-renderer {
top: 54px;
}
/* watch page - buttons */
.ytd-watch-flexy .yt-spec-button-shape-next--mono {
background: #0000 !important;
color: #888;
}
.ytd-watch-flexy .yt-spec-button-shape-next--mono[aria-pressed="true"] {
color: #222;
}
.ytd-watch-flexy .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after {
display: none;
}
.ytd-watch-flexy .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal[aria-pressed="true"] {
color: #000;
}
.ytd-watch-flexy .yt-core-attributed-string--white-space-no-wrap,
yt-button-shape.ytd-subscribe-button-renderer>button.yt-spec-button-shape-next .cbox {
text-transform: uppercase;
}
.ytd-watch-flexy .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon {
margin-right: 8px;
}
.ytd-watch-flexy .ryd-tooltip {
display: none !important;
}
.ytd-watch-flexy ytd-segmented-like-dislike-button-renderer #segmented-dislike-button .yt-spec-button-shape-next__icon {
margin-right: 0 !important;
}
.ytd-watch-flexy ytd-segmented-like-dislike-button-renderer #segmented-dislike-button #text {
margin-left: 8px;
}
.ytd-watch-flexy ytd-segmented-like-dislike-button-renderer+ytd-button-renderer {
margin-left: 0 !important;
}
.ytd-watch-flexy #info-text.ytd-video-primary-info-renderer :is(span, div) {
color: #222;
font-size: 15px;
}
#info .ytd-watch-flexy button {
padding: 0 8px;
}
.ytd-watch-flexy .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon {
margin-left: 0;
margin-right: 0;
}
.ytd-watch-flexy .yt-spec-button-shape-next .yt-spec-button-shape-next--button-text-content {
margin-left: 4px !important;
}
.ytd-watch-flexy ytd-rich-metadata-row-renderer:not([fixie]) #contents.ytd-rich-metadata-row-renderer *.ytd-rich-metadata-row-renderer {
margin: 0;
border-radius: 0;
background: none;
padding-left: 24px;
}
.ytd-watch-flexy ytd-rich-metadata-row-renderer:not([fixie]) #contents.ytd-rich-metadata-row-renderer *.ytd-rich-metadata-row-renderer:first-child {
border-right:solid 1px #eee;
padding-left: 0;
}
/* the funny subscribe button */
yt-button-shape.ytd-subscribe-button-renderer>button.yt-spec-button-shape-next {
background: var(--theme-primary) !important;
color: #fff !important;
border-radius: 2px;
padding: 0 16px;
}
yt-button-shape.ytd-subscribe-button-renderer>button.yt-spec-button-shape-next .cbox {
margin: 0 !important;
letter-spacing: 0.25px;
}
yt-button-shape.ytd-subscribe-button-renderer>button.yt-spec-button-shape-next--tonal {
background: #eee !important;
color: #888 !important;
}
/* comments */
ytd-comment-thread-renderer #like-button yt-icon,
ytd-comment-thread-renderer #dislike-button yt-icon {
width: 18px !important;
}
ytd-comment-thread-renderer .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover {
background: none !important;
}
ytd-comment-thread-renderer #expander.ytd-comment-replies-renderer .dot.ytd-comment-replies-renderer {
display: none;
}
ytd-comment-thread-renderer ytd-comment-replies-renderer #creator-thumbnail.ytd-comment-replies-renderer {
justify-content: center !important;
display: flex;
margin-right: -8px;
}
ytd-comment-thread-renderer #paid-comment-background.ytd-comment-renderer {
background: none;
}
#comment-chip-container.yt-pdg-comment-chip-renderer {
background: #2c91e1;
color: #fff !important;
}
ytd-comment-thread-renderer #comment-chip-price.yt-pdg-comment-chip-renderer {
color: inherit;
}
ytd-comment-thread-renderer yt-icon.yt-pdg-comment-chip-renderer {
display: none;
}
ytd-comment-thread-renderer #more-replies-icon {
order: 4;
margin-left: -16px;
}
ytd-comment-thread-renderer #more-replies .yt-spec-button-shape-next__icon,
ytd-comment-thread-renderer #less-replies .yt-spec-button-shape-next__icon {
order: 4;
margin-left: 2px;
}
ytd-comment-thread-renderer #more-replies button,
ytd-comment-thread-renderer #less-replies button,
ytd-comment-thread-renderer #reply-button-end button {
padding: 0 !important;
}
ytd-comment-thread-renderer ytd-author-comment-badge-renderer {
border-radius: 0;
padding: 0 !important;
margin: 0;
background: #0001;
}
ytd-comment-thread-renderer #name.ytd-author-comment-badge-renderer,
ytd-comment-thread-renderer #author-text.yt-simple-endpoint.ytd-comment-renderer,
ytd-comment-thread-renderer .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {
color: #2c91e1;
font-size: 14px;
}
ytd-comment-thread-renderer #icon.ytd-author-comment-badge-renderer {
color: #888;
}
/* more/less arrow icon */
ytd-comment-thread-renderer [d="M18,9l-6,6L6,9H18z"] {
d: path("M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z")
}
ytd-comment-thread-renderer [d="M18,15H6l6-6L18,15z"] {
d: path("M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z");
}
/* dialogs */
tp-yt-paper-dialog[modern] {
border-radius: 2px;
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}
/* context menus */
ytd-menu-popup-renderer,
.dropdown-content.tp-yt-paper-menu-button {
border-radius: 2px !important;
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}
yt-dropdown-menu[modern-dialogs] #menu.yt-dropdown-menu {
border-radius: 2px !important;
}
/* the hidey */
ytd-watch-metadata[modern-metapanel] {
display: none;
}
ytd-watch-metadata[modern-metapanel]+.style-scope.ytd-watch-flexy #info-contents[hidden],
ytd-watch-metadata[modern-metapanel]+.style-scope.ytd-watch-flexy #meta-contents[hidden] {
display: block !important;
}
/* thumbnails */
ytd-thumbnail a.ytd-thumbnail, ytd-thumbnail:before {
border-radius: 0 !important;
}
/* the chat */
.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline,
.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover {
border: solid 1px #eee !important;
border-radius: 0;
box-shadow: none;
}
html.efyt-control-bar-visible ytd-live-chat-frame {
border-radius: 0;
}
/* library tab */
.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {
text-transform: uppercase;
border-radius: 3px;
background: none !important;
}
/* share modal */
#post-button button {
border-radius: 2px;
text-transform: uppercase;
background-color: var(--theme-primary);
}
/* clips modal */
ytd-clip-section-renderer .yt-spec-button-shape-next--filled {
border-radius: 2px;
background-color: #2c91e1 !important;
}
ytd-engagement-panel-section-list-renderer[modern-panels] {
border-radius: 3px;
}
/* toasts */
yt-notification-action-renderer[ui-refresh] tp-yt-paper-toast.yt-notification-action-renderer {
border-radius: 3px;
}
/* sidebar shit that doesn't work - remove the "not" or something if you REALLY are desperate for this broken mess of a feature */
@supports not (color: red) {
#scrim.tp-yt-app-drawer.visible {
visibility: hidden;
}
tp-yt-app-drawer.ytd-app:not([persistent]).ytd-app {
z-index: 2019;
}
tp-yt-app-drawer {
right: unset;
}
#page-manager {
transition: padding-left 200ms, margin-left 200ms;
}
html:has(#scrim.tp-yt-app-drawer.visible) #page-manager {
margin-left: 240px;
padding-left: 80px
}
html:has(#scrim.tp-yt-app-drawer.visible) body {
overflow-y: scroll !important;
position: unset !important;
}
html:has(#scrim.tp-yt-app-drawer.visible)>body.efyt-mini-player._top-left #movie_player:not(.ytp-fullscreen),
html:has(#scrim.tp-yt-app-drawer.visible)>body.efyt-mini-player._top-right #movie_player:not(.ytp-fullscreen),
html:has(#scrim.tp-yt-app-drawer.visible)>body._top-left #efyt-progress,
html:has(#scrim.tp-yt-app-drawer.visible)>body._bottom-left #efyt-progress,
html:has(#scrim.tp-yt-app-drawer.visible)>body #efyt-close-mini-player {
left: 260px !important;
}
tp-yt-app-drawer {
top: 54px !important;
}
tp-yt-app-drawer #contentContainer {
padding-top: 0 !important;
}
.tp-yt-app-drawer #header {
display: none;
}
ytd-watch-flexy[flexy] #secondary.ytd-watch-flexy {
min-width: 420px !important;
max-width: 420px !important;
transition: margin-right 200ms;
}
html:has(#scrim.tp-yt-app-drawer.visible) ytd-watch-flexy[flexy] #secondary.ytd-watch-flexy {
margin-right: 80px;
}
.ytp-chrome-bottom {
width: calc(100% - 24px) !important;
}
#guide-spacer {
display: none;
}
.html5-video-container {
position: unset;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
width: 100% !important;
height: 100% !important;
bottom: 0 !important;
right: 0 !important;
z-index: 10 !important;
}
}
/* unorganized material */
#page-manager.ytd-app {
margin-top: 54px !important;
}
[dark] #container.ytd-masthead {
background: #222;
}
[dark] #container.ytd-masthead .style-scope.ytd-searchbox#container,
[dark] #container.ytd-masthead #search-icon-legacy {
background: #111;
}
[dark] #header.ytd-app {
background: #111;
}
[dark] .ytd-watch-flexy .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal[aria-pressed="true"] {
color: #fff;
}
[dark] .ytd-watch-flexy #info-text.ytd-video-primary-info-renderer :is(span, div) {
color: #888;
}
[dark] yt-button-shape.ytd-subscribe-button-renderer>button.yt-spec-button-shape-next--tonal {
background: #333 !important;
color: #aaa !important;
}
[dark] .ytd-watch-flexy .yt-spec-button-shape-next--mono[aria-pressed="true"] {
color: #fff;
}