Skip to content

Commit 8bdf1f5

Browse files
mattburnsMatt Burns
authored andcommitted
Added Strava icon svg (adityatelange#890)
Thanks to https://www.iconfinder.com/icons/4691462/strava_icon for the icon Co-authored-by: Matt Burns <[email protected]>
1 parent 1444b90 commit 8bdf1f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

layouts/partials/svg.html

+5
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,11 @@
592592
<path
593593
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"/>
594594
</svg>
595+
{{- else if (eq $icon_name "strava") -}}
596+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke-width="2">
597+
<path
598+
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"/>
599+
</svg>
595600
{{- else if (eq $icon_name "telegram") -}}
596601
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
597602
stroke-linecap="round" stroke-linejoin="round">

0 commit comments

Comments
 (0)