Skip to content

Commit

Permalink
Added Strava icon svg (adityatelange#890)
Browse files Browse the repository at this point in the history
Thanks to https://www.iconfinder.com/icons/4691462/strava_icon for the icon

Co-authored-by: Matt Burns <[email protected]>
  • Loading branch information
2 people authored and kylethedeveloper committed Feb 21, 2023
1 parent 1444b90 commit 8bdf1f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/partials/svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,11 @@
<path
d="M15.387 17.944l-2.089-4.116h-3.065L15.387 24l5.15-10.172h-3.066m-7.008-5.599l2.836 5.598h4.172L10.463 0l-7 13.828h4.169"/>
</svg>
{{- else if (eq $icon_name "strava") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke-width="2">
<path
d="M15.387 17.944l-2.089-4.116h-3.065L15.387 24l5.15-10.172h-3.066m-7.008-5.599l2.836 5.598h4.172L10.463 0l-7 13.828h4.169"/>
</svg>
{{- else if (eq $icon_name "telegram") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
Expand Down

0 comments on commit 8bdf1f5

Please sign in to comment.