diff options
| author | 2025-06-26 14:52:18 -0700 | |
|---|---|---|
| committer | 2025-06-27 21:02:49 -0700 | |
| commit | 08d3c75dbc044643b822fa761bc7e1e65d718ef2 (patch) | |
| tree | 37c7286671f2278c961f823d3bb2649ef649a5fc /icons/terminal-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/terminal-solid.svg')
| -rw-r--r-- | icons/terminal-solid.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/terminal-solid.svg b/icons/terminal-solid.svg index 75449ee..46a6aec 100644 --- a/icons/terminal-solid.svg +++ b/icons/terminal-solid.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 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="M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="576" height="576"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg> |
