add accessibility icon (#199)
* add accessibility icon * Update and rename accessibility.svg to person-standing.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
16
icons/person-standing.svg
Normal file
16
icons/person-standing.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="5" r="1" />
|
||||||
|
<path d="M9 20L12 14L15 20" />
|
||||||
|
<path d="M6 8L12 10L18 8" />
|
||||||
|
<path d="M12 10V14" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 331 B |
Reference in New Issue
Block a user