Ver código fonte

feat: add generic lyrics icon

Sv443 1 ano atrás
pai
commit
e7bc599d40
2 arquivos alterados com 9 adições e 2 exclusões
  1. 6 2
      README.md
  2. 3 0
      assets/lyrics.svg

+ 6 - 2
README.md

@@ -4,7 +4,7 @@
 
 ### Configurable layout and UX improvements for YouTube Music
 
-[Features](#features) • [Installation](#installation) • [Development](#development) • [Disclaimers](#disclaimers)
+[Features](#features) • [Installation](#installation) • [Development](#development) • [Attributions](#attributions) • [Disclaimers](#disclaimers)
 
 </div>
 <br>
@@ -81,11 +81,15 @@ Note: the tab needs to stay open on Firefox or the script will not update itself
 
 <br><br>
 
-### Dependencies:
+### Attributions:
 This userscript depends on these runtime libraries:
 - [@billjs/event-emitter](https://npmjs.org/package/@billjs/event-emitter)
   
 For development dependencies, please refer to `devDependencies` in [`package.json`](./package.json)
+  
+Icons:  
+- Most icons are from [Material Icons](https://fonts.google.com/icons)
+- For external icon attributions, see [`./assets/external/README.md`](assets/external/)
 
 <br><br>
 

+ 3 - 0
assets/lyrics.svg

@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48">
+  <path fill="#ffffff" d="M156.924-305.385V-814.615-305.385Zm-45.383 176.92v-673.841q0-23.596 17.048-40.645 17.048-17.048 40.644-17.048h444.613q23.596 0 40.644 17.048 17.048 17.049 17.048 40.645v44.383q-12.769 6.692-24.087 15.23-11.319 8.539-21.297 19.308v-78.921q0-5.385-3.461-8.847-3.462-3.462-8.847-3.462H169.233q-5.385 0-8.847 3.462-3.462 3.462-3.462 8.847v496.921h456.922q5.385 0 8.847-3.462 3.461-3.462 3.461-8.847v-158.921q9.978 10.769 21.297 19.308 11.318 8.538 24.087 15.23v124.383q0 23.596-17.048 40.645-17.048 17.048-40.644 17.048H243.077L111.541-128.465ZM261.54-417.308h139.999v-45.384H261.54v45.384Zm490.627-80q-42.783 0-72.667-30.025-29.885-30.025-29.885-72.807 0-42.783 29.999-72.667 29.998-29.885 72.743-29.885 14.566 0 28.027 4.539 13.462 4.538 29.231 13.769v-225.615h132.691v45.383h-87.307V-600q0 42.724-30.025 72.708t-72.807 29.984Zm-490.627-40h259.999v-45.384H261.54v45.384Zm0-120h259.999v-45.384H261.54v45.384Z"/>
+</svg>