diff options
| author | 2025-06-26 14:52:18 -0700 | |
|---|---|---|
| committer | 2025-06-27 21:02:49 -0700 | |
| commit | 08d3c75dbc044643b822fa761bc7e1e65d718ef2 (patch) | |
| tree | 37c7286671f2278c961f823d3bb2649ef649a5fc /icons/file-code-solid.svg | |
| parent | 2f5877263512e3d41213f4b517cec338fc16aa5d (diff) | |
| download | yoshi-theme-08d3c75dbc044643b822fa761bc7e1e65d718ef2.tar.gz yoshi-theme-08d3c75dbc044643b822fa761bc7e1e65d718ef2.zip | |
icons: Fix for certain OSes
For some reason on Pop!_OS these SVG icons wouldn't display properly in Emacs,
but with these changes they will.
Diffstat (limited to 'icons/file-code-solid.svg')
| -rw-r--r-- | icons/file-code-solid.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/file-code-solid.svg b/icons/file-code-solid.svg index 1ff6c5f..cf014b2 100644 --- a/icons/file-code-solid.svg +++ b/icons/file-code-solid.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="384" height="512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"/></svg> |
