Use compound icons (#10292)

This commit is contained in:
Michael Weimann
2023-03-08 11:11:01 +01:00
committed by GitHub
parent 0db0d4b09d
commit 6fa00a20b0
43 changed files with 132 additions and 57 deletions

View File

@@ -22,7 +22,6 @@ limitations under the License.
.mx_Icon {
box-sizing: border-box;
padding: 1px;
}
.mx_Icon_accent {
@@ -51,6 +50,18 @@ limitations under the License.
width: 8px;
}
.mx_Icon_10 {
flex: 0 0 10px;
height: 10px;
width: 10px;
}
.mx_Icon_12 {
flex: 0 0 12px;
height: 12px;
width: 12px;
}
.mx_Icon_16 {
flex: 0 0 16px;
height: 16px;