natasha 9 months ago
parent
commit
fd6f32f3fb
2 changed files with 8 additions and 0 deletions
  1. 3 0
      src/icons/svg/pause-large-fill.svg
  2. 5 0
      src/icons/svg/play-large-fill.svg

+ 3 - 0
src/icons/svg/pause-large-fill.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+  <path d="M6 3H8V21H6V3ZM16 3H18V21H16V3Z" fill="currentColor" />
+</svg>

+ 5 - 0
src/icons/svg/play-large-fill.svg

@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+  <path
+    d="M6 20.1939V3.80238C6 3.01695 6.86395 2.5381 7.53 2.95438L20.6432 11.1502C21.2699 11.5418 21.2699 12.4545 20.6432 12.8462L7.53 21.0419C6.86395 21.4582 6 20.9794 6 20.1939Z"
+    fill="currentColor" />
+</svg>