Skip to content

Commit c876864

Browse files
Add icon for CV (#639)
Co-authored-by: Aditya Telange <[email protected]>
1 parent 386d845 commit c876864

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

layouts/partials/svg.html

+9
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@
9191
-28 26 -27 27 65 66 65 66 -100 101 c-55 55 -100 99 -100 97z" />
9292
</g>
9393
</svg>
94+
{{- else if (eq $icon_name "cv") -}}
95+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
96+
stroke-linecap="round" stroke-linejoin="round">
97+
<path
98+
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" />
99+
<path d="M9 13h6" />
100+
<path d="M9 17h3" />
101+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
102+
</svg>
94103
{{- else if (eq $icon_name "dev") -}}
95104
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
96105
<path

0 commit comments

Comments
 (0)