diff options
Diffstat (limited to 'icons/play.svg')
-rw-r--r-- | icons/play.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/play.svg b/icons/play.svg index 5e7f8c5d..b16c5b3a 100644 --- a/icons/play.svg +++ b/icons/play.svg @@ -1,5 +1,5 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-play" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <path stroke="none" d="M0 0h24v24H0z"/> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M5 5 v14 a2 2 0 0 0 2.75 1.84 l12.25 -7.1 a2 2 0 0 0 0 -3.5 l-12.25 -7.1 a2 2 0 0 0 -2.75 1.75" /> </svg> |