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-circle-minus-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-circle-minus-solid.svg')
| -rw-r--r-- | icons/file-circle-minus-solid.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/file-circle-minus-solid.svg b/icons/file-circle-minus-solid.svg index 079729f..298a523 100644 --- a/icons/file-circle-minus-solid.svg +++ b/icons/file-circle-minus-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 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z"/></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 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z"/></svg> |
