mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Add icon for CV (#639)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
386d845782
commit
c876864422
@ -91,6 +91,15 @@
|
||||
-28 26 -27 27 65 66 65 66 -100 101 c-55 55 -100 99 -100 97z" />
|
||||
</g>
|
||||
</svg>
|
||||
{{- else if (eq $icon_name "cv") -}}
|
||||
<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" />
|
||||
</svg>
|
||||
{{- else if (eq $icon_name "dev") -}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
||||
<path
|
||||
|
Loading…
Reference in New Issue
Block a user