Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions layouts/partials/svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,28 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor">
<path d="M15 11.2V3.733L8.61 0v2.867l2.503 1.466c.099.067.099.2 0 .234L8.148 6.3c-.099.067-.197.033-.263 0L4.92 4.567c-.099-.034-.099-.2 0-.234l2.504-1.466V0L1 3.733V11.2v-.033.033l2.438-1.433V6.833c0-.1.131-.166.197-.133L6.6 8.433c.099.067.132.134.132.234v3.466c0 .1-.132.167-.198.134L4.031 10.8l-2.438 1.433L7.983 16l6.391-3.733-2.438-1.434L9.434 12.3c-.099.067-.198 0-.198-.133V8.7c0-.1.066-.2.132-.233l2.965-1.734c.099-.066.197 0 .197.134V9.8z"/>
</svg>
{{- else if (eq $icon_name "unix.stackexchange") -}}
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path
d="M28.63 16.533h-5.486v.534c1.27.127 1.626.38 1.626 1.143 0 1.117-.66 2.438-2.312 4.623-1.397-1.753-2.235-3.048-3.353-5.233 2.896-1.371 3.937-2.514 3.937-4.343 0-1.804-1.422-3.074-3.429-3.074a3.881 3.881 0 0 0-3.911 3.912c0 .965.203 1.778.889 3.683l-.965.559c-2.693 1.55-3.988 3.353-3.988 5.486 0 2.413 1.625 3.861 4.343 3.861 2.058 0 3.582-.635 5.487-2.311 1.6 1.65 2.844 2.311 4.318 2.311 1.625 0 3.073-1.067 3.835-2.87l-.38-.28c-.814 1.016-1.373 1.347-2.287 1.347-1.422 0-2.718-.788-3.912-2.337 1.118-1.499 1.753-2.439 2.54-3.81l.66-1.169c.61-1.041 1.118-1.346 2.388-1.498zm-9.906.254c-.762-1.6-1.016-2.565-1.016-3.708 0-1.22.788-2.083 1.956-2.083 1.169 0 2.032.915 2.032 2.16 0 1.396-.965 2.565-2.972 3.631zm-1.752 1.855c1.524 2.895 2.413 4.292 3.86 6.07-1.523 1.194-2.489 1.651-3.58 1.651-1.804 0-3.277-1.6-3.277-3.581 0-1.626.787-2.718 2.997-4.14z"
fill="currentColor"
fill-opacity="0.4"
aria-label="&amp;" transform="translate(-3.354 -3.31)" />
<path

d="M27.06 16.53h-7.162v.483c1.854.127 2.159.458 2.21 2.286v11.278c-.051 1.829-.382 2.184-2.21 2.286v.483h13.665l1.219-4.42h-.635c-1.194 2.667-2.286 3.327-5.563 3.43h-1.701c-1.956-.052-2.16-.128-2.185-1.042V19.299c.051-1.854.381-2.184 2.362-2.286z"
fill="currentColor"
stroke="currentColor"
stroke-width="0.4"
aria-label="L" transform="translate(-3.354 -3.31)" />
<path

d="M8.803 16.173q0 2.54.94 3.86.965 1.296 3.43 1.296 1.422 0 2.565-.534 1.143-.558 1.65-1.473.585-1.092.585-3.454V9.01q0-1.905-.457-2.515-.458-.635-1.93-.736v-.483h5.892v.483q-1.575.203-1.981.762-.407.558-.407 2.489v6.63q0 1.498-.279 2.615-.254 1.118-.94 2.134-.66.99-2.006 1.524-1.321.533-3.277.533-3.251 0-4.826-1.574-1.55-1.6-1.55-4.903V8.045q0-1.397-.406-1.778-.38-.381-1.88-.508v-.483h7.189v.483q-1.524.127-1.93.533-.382.381-.382 1.753z"
stroke="currentColor"
fill="currentColor"
stroke-width="0.4"
aria-label="U" transform="translate(-3.354 -3.31)" />
</svg>
{{- else if (eq $icon_name "unsplash") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 40">
<path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4"
Expand Down