Skip to content

Commit a2f2f2e

Browse files
committed
Refactor CV icon
1 parent 5e3ac04 commit a2f2f2e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

layouts/partials/svg.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,13 @@
9292
</g>
9393
</svg>
9494
{{- 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" stroke-linecap="round" stroke-linejoin="round"><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"/><path d="M9 13h6"/><path d="M9 17h3"/><path d="M14 2v4a2 2 0 0 0 2 2h4"/>
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" />
96102
</svg>
97103
{{- else if (eq $icon_name "dev") -}}
98104
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">

0 commit comments

Comments
 (0)