diff options
| author | 2025-06-26 14:52:18 -0700 | |
|---|---|---|
| committer | 2025-06-27 21:02:49 -0700 | |
| commit | 08d3c75dbc044643b822fa761bc7e1e65d718ef2 (patch) | |
| tree | 37c7286671f2278c961f823d3bb2649ef649a5fc /icons/folder-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/folder-solid.svg')
| -rw-r--r-- | icons/folder-solid.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/folder-solid.svg b/icons/folder-solid.svg index 7e67ae8..b62712f 100644 --- a/icons/folder-solid.svg +++ b/icons/folder-solid.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 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 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" 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 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"/></svg> |
