@@ -110,6 +110,7 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
110
110
style = " --cpd-icon-button-size: 100%;"
111
111
>
112
112
<svg
113
+ class = " "
113
114
fill = " currentColor"
114
115
height = " 1em"
115
116
viewBox = " 0 0 24 24"
@@ -135,6 +136,7 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
135
136
style = " --cpd-icon-button-size: 100%;"
136
137
>
137
138
<svg
139
+ class = " "
138
140
fill = " currentColor"
139
141
height = " 1em"
140
142
viewBox = " 0 0 24 24"
@@ -323,6 +325,7 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
323
325
style = " --cpd-icon-button-size: 100%;"
324
326
>
325
327
<svg
328
+ class = " "
326
329
fill = " currentColor"
327
330
height = " 1em"
328
331
viewBox = " 0 0 24 24"
@@ -348,6 +351,7 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
348
351
style = " --cpd-icon-button-size: 100%;"
349
352
>
350
353
<svg
354
+ class = " "
351
355
fill = " currentColor"
352
356
height = " 1em"
353
357
viewBox = " 0 0 24 24"
@@ -621,6 +625,7 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
621
625
style = " --cpd-icon-button-size: 100%;"
622
626
>
623
627
<svg
628
+ class = " "
624
629
fill = " currentColor"
625
630
height = " 1em"
626
631
viewBox = " 0 0 24 24"
@@ -646,6 +651,7 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
646
651
style = " --cpd-icon-button-size: 100%;"
647
652
>
648
653
<svg
654
+ class = " "
649
655
fill = " currentColor"
650
656
height = " 1em"
651
657
viewBox = " 0 0 24 24"
@@ -996,6 +1002,7 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
996
1002
style = " --cpd-icon-button-size: 100%;"
997
1003
>
998
1004
<svg
1005
+ class = " "
999
1006
fill = " currentColor"
1000
1007
height = " 1em"
1001
1008
viewBox = " 0 0 24 24"
@@ -1021,6 +1028,7 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
1021
1028
style = " --cpd-icon-button-size: 100%;"
1022
1029
>
1023
1030
<svg
1031
+ class = " "
1024
1032
fill = " currentColor"
1025
1033
height = " 1em"
1026
1034
viewBox = " 0 0 24 24"
@@ -1379,6 +1387,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
1379
1387
style = " --cpd-icon-button-size: 100%;"
1380
1388
>
1381
1389
<svg
1390
+ class = " "
1382
1391
fill = " currentColor"
1383
1392
height = " 1em"
1384
1393
viewBox = " 0 0 24 24"
@@ -1404,6 +1413,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
1404
1413
style = " --cpd-icon-button-size: 100%;"
1405
1414
>
1406
1415
<svg
1416
+ class = " "
1407
1417
fill = " currentColor"
1408
1418
height = " 1em"
1409
1419
viewBox = " 0 0 24 24"
@@ -1585,6 +1595,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
1585
1595
style = " --cpd-icon-button-size: 100%;"
1586
1596
>
1587
1597
<svg
1598
+ class = " "
1588
1599
fill = " currentColor"
1589
1600
height = " 1em"
1590
1601
viewBox = " 0 0 24 24"
@@ -1610,6 +1621,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
1610
1621
style = " --cpd-icon-button-size: 100%;"
1611
1622
>
1612
1623
<svg
1624
+ class = " "
1613
1625
fill = " currentColor"
1614
1626
height = " 1em"
1615
1627
viewBox = " 0 0 24 24"
@@ -1912,6 +1924,7 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
1912
1924
style = " --cpd-icon-button-size: 100%;"
1913
1925
>
1914
1926
<svg
1927
+ class = " mx_RoomHeader_toggled"
1915
1928
fill = " currentColor"
1916
1929
height = " 1em"
1917
1930
viewBox = " 0 0 24 24"
@@ -1937,6 +1950,7 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
1937
1950
style = " --cpd-icon-button-size: 100%;"
1938
1951
>
1939
1952
<svg
1953
+ class = " "
1940
1954
fill = " currentColor"
1941
1955
height = " 1em"
1942
1956
viewBox = " 0 0 24 24"
@@ -1962,6 +1976,7 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
1962
1976
style = " --cpd-icon-button-size: 100%;"
1963
1977
>
1964
1978
<svg
1979
+ class = " "
1965
1980
fill = " currentColor"
1966
1981
height = " 1em"
1967
1982
viewBox = " 0 0 24 24"
0 commit comments