chore: pinboard icon
This commit is contained in:
parent
72743778a1
commit
f0b0263311
3 changed files with 15 additions and 0 deletions
13
src/_includes/icons/pinboard.liquid
Normal file
13
src/_includes/icons/pinboard.liquid
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% if site.pinboard != "" %}
|
||||
<a
|
||||
href={{ site.pinboard }}
|
||||
rel="me"
|
||||
title="Pinboard">
|
||||
<svg
|
||||
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400"
|
||||
role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinboard</title>
|
||||
<path
|
||||
d="M13.352 14.585l-4.509 4.614.72-4.062L3.428 7.57 0 7.753 7.58 0v2.953l7.214 6.646 4.513-1.105-4.689 4.982L24 24l-10.648-9.415z"/>
|
||||
<title>Pinboard</title></svg>
|
||||
</a>
|
||||
{% endif %}
|
Reference in a new issue