mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 14:44:28 -04:00
Add SVG icon for 'note', only light mode
This commit is contained in:
parent
7cf752f864
commit
899cd5dbaf
1 changed files with 4 additions and 0 deletions
|
@ -974,6 +974,10 @@
|
|||
<path d="M 13.170768,11.935987 14.59425,9.3677519" />
|
||||
<path d="M 14.54983,14.574583 17.177574,9.4459113" />
|
||||
</svg>
|
||||
{{- else if (eq $icon_name "note") -}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 493 493">
|
||||
<path class="cls-1" d="m139.57,142.06c41.19,0,97.6-2.09,138.1-1.04,54.34,1.39,74.76,25.06,75.45,83.53.69,33.06,0,127.73,0,127.73h-58.79c0-82.83.35-96.5,0-122.6-.69-22.97-7.25-33.92-24.9-36.01-18.69-2.09-71.07-.35-71.07-.35v158.96h-58.79v-210.22Z"/>
|
||||
</svg>
|
||||
{{- else if $icon_name -}}
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue