docs(icons.html): Update SVG icons for improved accessibility and consistency

This commit is contained in:
Richard Gazdik
2025-05-19 09:51:56 +02:00
committed by Gabor Kiss-Vamosi
parent af2c420ae5
commit a13113bafd
+63 -95
View File
@@ -1,12 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
<symbol id="svg-toc" viewBox="0 0 24 24">
<symbol id="svg-toc" width="20" height="20" viewBox="0 0 16 16">
<title>Contents</title>
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z" />
d="M9.5 14H4C2.89543 14 2 13.1046 2 12V4C2 2.89543 2.89543 2 4 2H9.5V14ZM12 2C13.1046 2 14 2.89543 14 4V12C14 13.1046 13.1046 14 12 14H10.5V2H12ZM7.30664 5.90137C7.01379 5.60882 6.53889 5.60884 6.24609 5.90137L4.40039 7.74805L4.34863 7.80566C4.10869 8.10016 4.12612 8.53408 4.40039 8.80859L6.24316 10.6533L6.30078 10.7051C6.59511 10.9451 7.02907 10.9283 7.30371 10.6543C7.57829 10.3799 7.59634 9.94504 7.35645 9.65039L7.30469 9.59277L5.99121 8.27832L7.30664 6.96289C7.59937 6.66997 7.59942 6.19418 7.30664 5.90137Z"
fill="currentColor" />
</svg>
</symbol>
<symbol id="svg-menu" viewBox="0 0 24 24">
<symbol id="svg-menu" width="20" height="20" viewBox="0 0 24 24">
<title>Menu</title>
<svg
xmlns="http://www.w3.org/2000/svg"
@@ -22,7 +23,7 @@
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</symbol>
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
<symbol id="svg-arrow-right" width="20" height="20" viewBox="0 0 24 24">
<title>Expand</title>
<svg
xmlns="http://www.w3.org/2000/svg"
@@ -36,93 +37,68 @@
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</symbol>
<symbol id="svg-sun" viewBox="0 0 24 24">
<symbol id="svg-sun" width="20" height="20" viewBox="0 0 16 16">
<title>Light mode</title>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="feather-sun">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="3" />
<path
d="M7.25 1.75C7.25 1.33579 7.58579 1 8 1C8.41421 1 8.75 1.33579 8.75 1.75V3.25C8.75 3.66421 8.41421 4 8 4C7.58579 4 7.25 3.66421 7.25 3.25V1.75Z" />
<path
d="M7.25 12.75C7.25 12.3358 7.58579 12 8 12C8.41421 12 8.75 12.3358 8.75 12.75V14.25C8.75 14.6642 8.41421 15 8 15C7.58579 15 7.25 14.6642 7.25 14.25V12.75Z" />
<path
d="M1.75 8.75C1.33579 8.75 1 8.41421 1 8C1 7.58579 1.33579 7.25 1.75 7.25L3.25 7.25C3.66421 7.25 4 7.58579 4 8C4 8.41421 3.66421 8.75 3.25 8.75L1.75 8.75Z" />
<path
d="M12.75 8.75C12.3358 8.75 12 8.41421 12 8C12 7.58579 12.3358 7.25 12.75 7.25L14.25 7.25C14.6642 7.25 15 7.58579 15 8C15 8.41421 14.6642 8.75 14.25 8.75L12.75 8.75Z" />
<path
d="M3.05026 4.11091C2.75736 3.81802 2.75736 3.34314 3.05026 3.05025C3.34315 2.75736 3.81803 2.75736 4.11092 3.05025L5.17158 4.11091C5.46447 4.40381 5.46447 4.87868 5.17158 5.17157C4.87869 5.46447 4.40381 5.46447 4.11092 5.17157L3.05026 4.11091Z" />
<path
d="M10.8284 11.8891C10.5355 11.5962 10.5355 11.1213 10.8284 10.8284C11.1213 10.5355 11.5962 10.5355 11.8891 10.8284L12.9498 11.8891C13.2426 12.182 13.2426 12.6569 12.9498 12.9497C12.6569 13.2426 12.182 13.2426 11.8891 12.9497L10.8284 11.8891Z" />
<path
d="M11.8891 3.05024C12.182 2.75734 12.6568 2.75734 12.9497 3.05024C13.2426 3.34313 13.2426 3.818 12.9497 4.1109L11.8891 5.17156C11.5962 5.46445 11.1213 5.46445 10.8284 5.17156C10.5355 4.87866 10.5355 4.40379 10.8284 4.1109L11.8891 3.05024Z" />
<path
d="M4.11089 10.8284C4.40378 10.5355 4.87866 10.5355 5.17155 10.8284C5.46444 11.1213 5.46444 11.5962 5.17155 11.8891L4.11089 12.9497C3.818 13.2426 3.34312 13.2426 3.05023 12.9497C2.75734 12.6568 2.75734 12.182 3.05023 11.8891L4.11089 10.8284Z" />
</svg>
</symbol>
<symbol id="svg-moon" viewBox="0 0 24 24">
<symbol id="svg-moon" width="20" height="20" viewBox="0 0 16 16">
<title>Dark mode</title>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="icon-tabler-moon">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
<title>Auto light/dark, in light mode</title>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
style="opacity: 50%"
d="M 5.411 14.504 C 5.471 14.504 5.532 14.504 5.591 14.504 C 3.639 16.319 4.383 19.569 6.931 20.352 C 7.693 20.586 8.512 20.551 9.25 20.252 C 8.023 23.207 4.056 23.725 2.11 21.184 C 0.166 18.642 1.702 14.949 4.874 14.536 C 5.051 14.512 5.231 14.5 5.411 14.5 L 5.411 14.504 Z" />
<line x1="14.5" y1="3.25" x2="14.5" y2="1.25" />
<line x1="14.5" y1="15.85" x2="14.5" y2="17.85" />
<line x1="10.044" y1="5.094" x2="8.63" y2="3.68" />
<line x1="19" y1="14.05" x2="20.414" y2="15.464" />
<line x1="8.2" y1="9.55" x2="6.2" y2="9.55" />
<line x1="20.8" y1="9.55" x2="22.8" y2="9.55" />
<line x1="10.044" y1="14.006" x2="8.63" y2="15.42" />
<line x1="19" y1="5.05" x2="20.414" y2="3.636" />
<circle cx="14.5" cy="9.55" r="3.6" />
d="M12.5446 11.9176C12.8733 11.5367 12.5031 11 12 11C8.68629 11 6 8.3137 6 4.99999C6 4.72807 6.01809 4.46037 6.05313 4.19803C6.16641 3.34993 5.44091 2.50445 4.72444 2.97218C3.08409 4.04303 2 5.89491 2 8C2 11.3137 4.68629 14 8 14C9.81644 14 11.4443 13.1928 12.5446 11.9176Z"
fill="currentColor" />
</svg>
</symbol>
<symbol id="svg-moon-with-sun" viewBox="0 0 24 24">
<title>Auto light/dark, in dark mode</title>
<symbol id="svg-moon-with-sun" width="20" height="20" viewBox="0 0 16 16">
<title>System, in dark mode</title>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
width="16"
height="16"
viewBox="0 0 16 16"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M 8.282 7.007 C 8.385 7.007 8.494 7.007 8.595 7.007 C 5.18 10.184 6.481 15.869 10.942 17.24 C 12.275 17.648 13.706 17.589 15 17.066 C 12.851 22.236 5.91 23.143 2.505 18.696 C -0.897 14.249 1.791 7.786 7.342 7.063 C 7.652 7.021 7.965 7 8.282 7 L 8.282 7.007 Z" />
<line style="opacity: 50%" x1="18" y1="3.705" x2="18" y2="2.5" />
<line style="opacity: 50%" x1="18" y1="11.295" x2="18" y2="12.5" />
<line style="opacity: 50%" x1="15.316" y1="4.816" x2="14.464" y2="3.964" />
<line style="opacity: 50%" x1="20.711" y1="10.212" x2="21.563" y2="11.063" />
<line style="opacity: 50%" x1="14.205" y1="7.5" x2="13.001" y2="7.5" />
<line style="opacity: 50%" x1="21.795" y1="7.5" x2="23" y2="7.5" />
<line style="opacity: 50%" x1="15.316" y1="10.184" x2="14.464" y2="11.036" />
<line style="opacity: 50%" x1="20.711" y1="4.789" x2="21.563" y2="3.937" />
<circle style="opacity: 50%" cx="18" cy="7.5" r="2.169" />
d="M4.5 3.5H11.5C12.3283 3.5 13 4.17146 13 5V8C13 8.82843 12.3284 9.5 11.5 9.5H4.5C3.67157 9.5 3 8.82843 3 8V5C3 4.17145 3.6717 3.5 4.5 3.5Z" />
<path
d="M6.75 11.5H9.25C9.66409 11.5 10 11.8357 10 12.25C10 12.6642 9.66421 13 9.25 13H6.75C6.33579 13 6 12.6642 6 12.25C6 11.8357 6.33591 11.5 6.75 11.5Z" />
</svg>
</symbol>
<symbol id="svg-pencil" viewBox="0 0 24 24">
<symbol id="svg-sun-with-moon" width="20" height="20" viewBox="0 0 16 16">
<title>System, in light mode</title>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
stroke="currentColor"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.5 3.5H11.5C12.3283 3.5 13 4.17146 13 5V8C13 8.82843 12.3284 9.5 11.5 9.5H4.5C3.67157 9.5 3 8.82843 3 8V5C3 4.17145 3.6717 3.5 4.5 3.5Z" />
<path
d="M6.75 11.5H9.25C9.66409 11.5 10 11.8357 10 12.25C10 12.6642 9.66421 13 9.25 13H6.75C6.33579 13 6 12.6642 6 12.25C6 11.8357 6.33591 11.5 6.75 11.5Z" />
</svg>
</symbol>
<symbol id="svg-pencil" width="20" height="20" viewBox="0 0 24 24">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
@@ -138,22 +114,14 @@
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"
class="icon-tabler-eye-code">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
<symbol id="svg-eye" width="20" height="20">
<title>View documentation source on GitHub</title>
<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" />
fill-rule="evenodd"
clip-rule="evenodd"
d="M9 1.57735C8.3812 1.22009 7.6188 1.22009 7 1.57735L2.93782 3.92265C2.31902 4.27992 1.93782 4.94017 1.93782 5.6547V10.3453C1.93782 11.0598 2.31902 11.7201 2.93782 12.0774L7 14.4227C7.6188 14.7799 8.3812 14.7799 9 14.4227L13.0622 12.0774C13.681 11.7201 14.0622 11.0598 14.0622 10.3453V5.6547C14.0622 4.94017 13.681 4.27992 13.0622 3.92265L9 1.57735ZM7.44714 6.51712C7.73274 6.21711 7.72106 5.74238 7.42105 5.45678C7.12103 5.17118 6.6463 5.18287 6.36071 5.48288L4.45678 7.48289C4.18107 7.77251 4.18107 8.2275 4.45678 8.51713L6.36067 10.5171C6.64626 10.8171 7.12099 10.8288 7.42101 10.5432C7.72102 10.2576 7.7327 9.78289 7.44711 9.48288L6.03549 8.00001L7.44714 6.51712ZM9.63929 5.48288C9.35369 5.18287 8.87896 5.17118 8.57895 5.45678C8.27894 5.74238 8.26726 6.21711 8.55285 6.51712L9.96451 8.00001L8.55289 9.48288C8.26729 9.78289 8.27898 10.2576 8.57899 10.5432C8.879 10.8288 9.35373 10.8171 9.63933 10.5171L11.5432 8.51713C11.8189 8.2275 11.8189 7.77251 11.5432 7.48289L9.63929 5.48288Z"
fill="currentColor" />
</svg>
</symbol>
</svg>

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB