Fixed issue where icons would not render properly

This commit is contained in:
Isaac Abadi
2022-04-22 22:43:25 -04:00
parent a4cfafe63c
commit 02e90fe818
3 changed files with 11 additions and 4 deletions

11
package-lock.json generated
View File

@@ -2154,6 +2154,11 @@
}
}
},
"@fontsource/material-icons": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/@fontsource/material-icons/-/material-icons-4.5.4.tgz",
"integrity": "sha512-YGmXkkEdu6EIgpFKNmB/nIXzZocwSmbI01Ninpmml8x8BT0M6RR++V1KqOfpzZ6Cw/FQ2/KYonQ3x4IY/4VRRA=="
},
"@gar/promisify": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
@@ -8085,9 +8090,9 @@
}
},
"material-icons": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-0.5.4.tgz",
"integrity": "sha512-5ycazkNmIOtV78Ff3WgvxQESoJuujdRm0cNbf18fmyJN20jHyqp9rpwi4EfQyGimag0ZLElxtVg3H9enIKdOOw=="
"version": "1.10.8",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.10.8.tgz",
"integrity": "sha512-CbtQXCmC9MXIIkz/0CmEfxELosxKxLegrjoa0mxM0zPA+GgAuhnWX6ITo/5oON/JFaCi/bh4MydEUNu0erbaxw=="
},
"media-typer": {
"version": "0.3.0",