Update documentation (#225)

This commit is contained in:
pollfly
2022-04-07 11:49:11 +03:00
committed by GitHub
parent 5dbe070841
commit 37c43e0826
26 changed files with 206 additions and 107 deletions

View File

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="16" viewBox="0 0 20 16">
<defs>
<linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#1a1e2c"/>
<stop offset="1" stop-color="#1a1e2c" stop-opacity="0.133"/>
</linearGradient>
</defs>
<g id="single" transform="translate(-1285 -405.79)">
<rect id="rec" width="20" height="16" rx="2" transform="translate(1285 405.79)" fill="#a7b2d8"/>
<g id="mask-icon">
<g id="mask-border" transform="translate(1290 408.79)" fill="none" stroke="#1a1e2c" stroke-width="0.5" opacity="0.098">
<circle cx="5" cy="5" r="5" stroke="none"/>
<circle cx="5" cy="5" r="4.75" fill="none"/>
</g>
<circle id="mask-fill" cx="5" cy="5" r="5" transform="translate(1290 408.79)" fill="url(#linear-gradient)"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 941 B

View File

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">
<defs>
<clipPath id="clip-path">
<circle id="checkers-ellipse-mask" cx="5" cy="5" r="5" transform="translate(1248 414)" fill="#fff"/>
</clipPath>
</defs>
<g id="mask-color" transform="translate(-1246 -412)">
<g id="mask-color-border" transform="translate(1246 412)" fill="none" stroke="#a7b2d8" stroke-width="1">
<circle cx="7" cy="7" r="7" stroke="none"/>
<circle cx="7" cy="7" r="6.5" fill="none"/>
</g>
<g id="checkers" clip-path="url(#clip-path)">
<path id="checkers-2" data-name="checkers" d="M-254,69V67h2v2Zm-4,0V67h2v2Zm-4,0V67h2v2Zm6-2V65h2v2Zm-4,0V65h2v2Zm6-2V63h-2V61h2v2h2v2Zm-4,0V63h2v2Zm-4,0V63h2v2Zm2-2V61h-2V59h2v2h2v2Zm6-2V59h2v2Zm-4,0V59h2v2Z" transform="translate(1510 355)" fill="#ccc"/>
<path id="checkers-ellipse-mask-w" d="M-256,69V67h2v2Zm-4,0V67h2v2Zm6-2V65h2v2Zm-4,0V65h2v2Zm-4,0V65h2v2Zm6-2V63h2v2Zm-4,0V63h-2V61h2v2h2v2Zm6-2V61h2v2Zm-4,0V61h2v2Zm2-2V59h2v2Zm-4,0V59h2v2Z" transform="translate(1510 355)" fill="#fff"/>
</g>
<circle id="color" cx="5" cy="5" r="5" transform="translate(1248 414)" fill="#7f2c83" opacity="0.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16">
<g id="multi" transform="translate(-1307 -405.79)">
<rect id="rec" width="20" height="16" rx="2" transform="translate(1307 405.79)" fill="#a7b2d8"/>
<path id="Union_2" data-name="Union 2" d="M6,63.79v-4h4v4Zm-6,0v-4H4v4Zm6-6v-4h4v4Zm-6,0v-4H4v4Z" transform="translate(1312 355)" fill="#5a658e"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M16 16H0V0h16z" style="fill:none"/>
<path d="M14 4H3.333A1.333 1.333 0 0 0 2 5.333v8a1.333 1.333 0 0 0 1.333 1.333H14a1.333 1.333 0 0 0 1.333-1.333v-8A1.333 1.333 0 0 0 14 4zm-8 9.333H3.333V12H6zm0-2.667H3.333V9.333H6zM6 8H3.333V6.667H6zm8 5.333H7.333V6.667H14z" transform="translate(-.666 -1.334)" style="fill:#8492c2"/>
</svg>

After

Width:  |  Height:  |  Size: 430 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M16 16H0V0h16z" style="fill:none"/>
<path d="M14 4H3.333A1.333 1.333 0 0 0 2 5.333v8a1.333 1.333 0 0 0 1.333 1.333H14a1.333 1.333 0 0 0 1.333-1.333v-8A1.333 1.333 0 0 0 14 4zm0 9.333H3.333V12H14zm0-2.667H3.333V9.333H14zM14 8H3.333V6.667H14z" transform="translate(-.666 -1.334)" style="fill:#8492c2"/>
</svg>

After

Width:  |  Height:  |  Size: 409 B