Added ko-fi icon.
This commit is contained in:
@ -135,7 +135,7 @@ The following icons are supported, please make sure the `name` field is exactly
|
||||
| `dreamstime` | `dribbble` | `behance` | `123rf` | `paypal` |
|
||||
| `twitch` | `qq` | `mastodon` | `discord` | `matrix` |
|
||||
| `etsy` | `tiktok` | `imgur` | `bluesky` | `xmpp` |
|
||||
| `medium` | `medium old` | `pixelfed` | | |
|
||||
| `medium` | `medium old` | `pixelfed` | `ko-fi` | |
|
||||
|
||||
|
||||
If that's not enough, you can see [Extend functionality](#extend-functionality) section.
|
||||
|
@ -253,6 +253,12 @@
|
||||
<path
|
||||
d="M12,10.899c-0.995,-1.934 -3.704,-5.54 -6.223,-7.318c-2.412,-1.703 -3.333,-1.408 -3.936,-1.136c-0.699,0.316 -0.826,1.388 -0.826,2.019c0,0.631 0.346,5.173 0.572,5.931c0.745,2.504 3.399,3.351 5.842,3.079c0.125,-0.018 0.252,-0.035 0.38,-0.051c-0.126,0.02 -0.252,0.037 -0.38,0.051c-3.581,0.531 -6.761,1.836 -2.59,6.48c4.589,4.75 6.289,-1.019 7.161,-3.944c0.872,2.925 1.877,8.486 7.079,3.944c3.906,-3.944 1.073,-5.949 -2.508,-6.48c-0.128,-0.014 -0.254,-0.031 -0.38,-0.051c0.128,0.016 0.255,0.033 0.38,0.051c2.443,0.272 5.097,-0.574 5.842,-3.079c0.226,-0.758 0.572,-5.3 0.572,-5.931c-0,-0.63 -0.127,-1.703 -0.826,-2.018c-0.603,-0.273 -1.524,-0.568 -3.936,1.135c-2.519,1.778 -5.228,5.384 -6.223,7.318Z" />
|
||||
</svg>
|
||||
{{- else if (eq .name "ko-fi") -}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="feather" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M9.963,20.06c6.798,0.078 7.948,-6.108 7.948,-6.108c0,-0 4.856,-0.205 4.856,-4.933c-0,-4.728 -4.473,-5.086 -7.488,-5.086c-3.016,0 -8.602,-0.173 -10.785,0.307c-2.096,0.46 -3.553,1.793 -3.17,7.03c0.341,4.654 2.019,8.713 8.639,8.79Z" />
|
||||
<path d="M19.734,8.925c-0,1.457 -0.756,2.053 -1.83,2.053c-0.923,0 -0.776,-0.275 -0.776,-2.035c0,-1.592 -0.11,-1.866 0.791,-1.866c0.832,0 1.815,0.558 1.815,1.848Z" stroke="none" fill="currentColor" />
|
||||
<path d="M9.888,8.491c-0,0 -0.606,-1.243 -2.339,-1.243c-1.734,0 -2.797,1.554 -2.797,3.026c-0,3.468 4.4,5.889 5.185,5.889c0.785,-0 5.201,-2.585 5.201,-5.823c0,-1.718 -1.423,-3.075 -2.928,-3.075c-1.505,-0 -2.322,1.226 -2.322,1.226Z" stroke="none" fill="currentColor" />
|
||||
</svg>
|
||||
{{- else if (eq .name "medium") -}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
||||
class="feather feather-archive">
|
||||
|
Reference in New Issue
Block a user