Added component (#658)

* Added accessibility icon as per https://github.com/feathericons/feather/issues/633

* added newline to end of file

* Updated icon to comply with design guidelines and more closely match accessibleicon.org

* Added component

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Karsa
2022-05-22 11:03:07 +02:00
committed by GitHub
parent d1c8f2716b
commit 89c4771137
2 changed files with 24 additions and 0 deletions

16
icons/component.svg Normal file
View 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"
>
<path d="M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z" />
<path d="m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z" />
<path d="M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z" />
<path d="m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z" />
</svg>

After

Width:  |  Height:  |  Size: 415 B

View File

@@ -824,6 +824,14 @@
"travel", "travel",
"direction" "direction"
], ],
"component": [
"design",
"element",
"group",
"module",
"part",
"symbol"
],
"contact": [ "contact": [
"person", "person",
"user" "user"