Skip to content

Commit 6d82e50

Browse files
authored
feat: add svg icon for linktree (#1652)
1 parent bd46db4 commit 6d82e50

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
@@ -521,6 +521,11 @@
521521
<rect x="2" y="9" width="4" height="12"></rect>
522522
<circle cx="4" cy="4" r="2"></circle>
523523
</svg>
524+
{{- else if (eq $icon_name "linktree") -}}
525+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
526+
<path
527+
d="m13.73635 5.85251 4.00467-4.11665 2.3248 2.3808-4.20064 4.00466h5.9085v3.30473h-5.9365l4.22865 4.10766-2.3248 2.3338L12.0005 12.099l-5.74052 5.76852-2.3248-2.3248 4.22864-4.10766h-5.9375V8.12132h5.9085L3.93417 4.11666l2.3248-2.3808 4.00468 4.11665V0h3.4727zm-3.4727 10.30614h3.4727V24h-3.4727z" />
528+
</svg>
524529
{{- else if (eq $icon_name "mastodon") -}}
525530
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
526531
stroke-linecap="round" stroke-linejoin="round">

0 commit comments

Comments
 (0)