mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
social-icons: Add stackoverflow icon
Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
4a95158dd7
commit
03afb9f6e4
@ -49,6 +49,13 @@
|
||||
<line x1="16.39" y1="7.85" x2="5.99" y2="11.43"></line>
|
||||
<line x1="18.01" y1="12.57" x2="7.61" y2="16.15"></line>
|
||||
</svg>
|
||||
{{- else if (eq .name "stackoverflow") -}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="10 10 100 100" fill="currentColor"
|
||||
class="feather">
|
||||
<path d="M84.4 93.8V70.6h7.7v30.9H22.6V70.6h7.7v23.2z" />
|
||||
<path
|
||||
d="M38.8 68.4l37.8 7.9 1.6-7.6-37.8-7.9-1.6 7.6zm5-18l35 16.3 3.2-7-35-16.4-3.2 7.1zm9.7-17.2l29.7 24.7 4.9-5.9-29.7-24.7-4.9 5.9zm19.2-18.3l-6.2 4.6 23 31 6.2-4.6-23-31zM38 86h38.6v-7.7H38V86z" />
|
||||
</svg>
|
||||
{{- else if (eq .name "telegram") -}}
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round"
|
||||
stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="feather">
|
||||
|
Loading…
Reference in New Issue
Block a user