Skip to content

Commit

Permalink
Update acastPodcastsIcon.astro
Browse files Browse the repository at this point in the history
Use `currentColor`
  • Loading branch information
rdwz authored Sep 1, 2023
1 parent 1de7e57 commit ebc4887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/icons/acastPodcastsIcon.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24">
<g fill="none" stroke="#818181" stroke-width=".2">
<g fill="none" stroke="currentColor" stroke-width=".2">
<path d="M13.1 13.3c.8 2.4 1.7 5.4 5 5 .8-.2 1.7-.8 1.6-1.8-.4 0-.8 0-1.2-.2-.7-.4-1-1.2-1.2-1.9a5379 5379 0 0 1-3.8-10.2 6 6 0 0 0-2 .3c-.9.4-1.4 1.2-1.7 2l-3 8c-.2.7-.5 1.6-1.1 2-.4.4-.8.5-1.3.6v1.2h5.3V17c-.5 0-1.4-.2-1.5-.7s.4-1.7.6-2.1h2.8c.7 0 1.2-.2 1.5-1"></path>
<path d="M9.5 12.1h3.1l-1.5-4.3-1.6 4.3"></path>
</g>
<path fill="#030303" d="M13.1 13.3c-.3.8-.8 1-1.5 1H8.8c-.2.4-.7 1.6-.6 2 .1.6 1 .7 1.4.8h.1v1.2H4.4v-1.1c.5-.2.9-.3 1.3-.6.6-.5.9-1.4 1.2-2.1l3-8a3 3 0 0 1 1.5-2 6 6 0 0 1 2.2-.3l3.7 10.2c.3.7.5 1.5 1.2 2h1.2v.1c0 1-.8 1.6-1.7 1.8-3.2.4-4-2.6-4.9-5Zm-3.6-1.2h3.1l-1.5-4.3Zm0 0"></path>
<path fill="currentColor" d="M13.1 13.3c-.3.8-.8 1-1.5 1H8.8c-.2.4-.7 1.6-.6 2 .1.6 1 .7 1.4.8h.1v1.2H4.4v-1.1c.5-.2.9-.3 1.3-.6.6-.5.9-1.4 1.2-2.1l3-8a3 3 0 0 1 1.5-2 6 6 0 0 1 2.2-.3l3.7 10.2c.3.7.5 1.5 1.2 2h1.2v.1c0 1-.8 1.6-1.7 1.8-3.2.4-4-2.6-4.9-5Zm-3.6-1.2h3.1l-1.5-4.3Zm0 0"></path>
</svg>

0 comments on commit ebc4887

Please sign in to comment.