Skip to content

Commit

Permalink
feat: add stackshare.io icon (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmartinho authored Mar 21, 2024
1 parent 04b8dfd commit 7069c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ url = "index.xml"
| `snapchat` | snapchat.com/add |
| `spotify` | spotify.com |
| `stackoverflow` | stackoverflow.com |
| `stackshare` | stackshare.io |
| `steam` | steampowered.com |
| `strava` | strava.com |
| `telegram` | telegram.org |
Expand Down
4 changes: 4 additions & 0 deletions layouts/partials/svgs/svgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@
<path
d="M2.913 16.041v6.848h17.599v-6.848M7.16 18.696h8.925M7.65 13.937l8.675 1.8M9.214 9.124l8.058 3.758M12.086 4.65l6.849 5.66M15.774 1.111l5.313 7.162" />
</svg>
{{- else if (eq $icon_name "stackshare") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" stroke="currentColor">
<path d="M22.948 8.927c-0.047-0.364 0-0.791 0-0.791v-0.011c0.188-0.953 1.025-1.672 2.031-1.672 0.005 0 0.011 0 0.016 0h0.005c1.145 0 2.079 0.932 2.079 2.073 0 1.145-0.933 2.077-2.079 2.077-0.005 0-0.011-0.005-0.011-0.005h-0.011c-0.989 0-1.839-0.697-2.031-1.672zM32 2.052v27.896c0 1.135-0.86 2.052-1.921 2.052h-28.152c-1.063 0-1.927-0.917-1.927-2.052v-27.896c0-1.131 0.864-2.052 1.927-2.052h28.152c1.061 0 1.921 0.921 1.921 2.052zM28.927 23.396c0-2.183-1.765-3.948-3.948-3.948-1.755 0-3.301 1.156-3.791 2.844h-2.344l-3.656-6.297 0.005-0.005 3.645-6.276h2.333c0.609 2.093 2.801 3.297 4.896 2.688 2.093-0.609 3.301-2.803 2.687-4.896-0.609-2.093-2.801-3.297-4.895-2.688-1.297 0.376-2.313 1.391-2.688 2.688h-3.552l-0.036-0.021-4.303 7.401-0.036 0.057h-2.552c-0.611-2.093-2.808-3.297-4.901-2.688-2.095 0.609-3.297 2.803-2.688 4.896 0.609 2.095 2.803 3.303 4.896 2.693 1.297-0.38 2.312-1.396 2.693-2.693h2.613l4.277 7.36 0.020-0.011h3.584c0.489 1.688 2.036 2.844 3.791 2.844 2.183 0 3.948-1.765 3.948-3.948zM25.021 21.24c-0.995 0-1.844 0.697-2.037 1.672-0.005 0.036-0.005 0.072-0.011 0.109-0.004 0.025-0.020 0.041-0.025 0.061-0.052 0.401 0 0.803 0 0.803 0.235 1.125 1.328 1.844 2.453 1.615 0.76-0.156 1.339-0.735 1.552-1.453 0.083-0.229 0.135-0.473 0.135-0.735 0-1.145-0.927-2.072-2.067-2.072zM6.932 13.891c-1.14 0-2.072 0.927-2.072 2.073 0 0.009 0 0.015 0 0.025 0 0.005 0 0.005 0 0.011 0 1.14 0.927 2.063 2.061 2.063 0.724 0 1.355-0.369 1.724-0.927 0.229-0.333 0.365-0.735 0.365-1.167 0-1.152-0.932-2.079-2.079-2.079z"/>
</svg>
{{- else if (eq $icon_name "steam") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
<path
Expand Down

0 comments on commit 7069c5a

Please sign in to comment.