Skip to content

Commit bb023e7

Browse files
committed
Update svg.html
1 parent 9bc3d0e commit bb023e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

layouts/partials/svg.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
/>
3333
</svg>
3434
<!-- Modified PaperMod icons -->
35+
{{- else if (eq $icon_name "cv") -}}
36+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
37+
stroke-linecap="round" stroke-linejoin="round">
38+
<path d="M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2z" />
39+
<path d="M9 13h6" />
40+
<path d="M9 17h3" />
41+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
42+
</svg>
3543
{{- else if (eq $icon_name "google scholar") -}}
3644
<svg viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
3745
<path d="M5.242 13.769L0.5 9.5 12 1l11.5 9-5.242 3.769C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14z" />

0 commit comments

Comments
 (0)