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-pen-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-pen-solid.svg')
| -rw-r--r-- | icons/file-pen-solid.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/file-pen-solid.svg b/icons/file-pen-solid.svg index 2a6ba42..f08eb76 100644 --- a/icons/file-pen-solid.svg +++ b/icons/file-pen-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="M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="576" 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="M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/></svg> |
