Added map-pin-off, navigation-off & navigation-off-2 (#647)
* 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 various location-off icons * Renamed navigation-off-2 => navigation-2-off Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<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.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5"/>
|
||||
<path d="M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82"/>
|
||||
<path d="M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13"/>
|
||||
<path d="M14.9 9.25a3 3 0 0 0-2.15-2.16"/>
|
||||
<line x1="2" y1="2" x2="22" y2="22" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 547 B |
@@ -0,0 +1,15 @@
|
||||
<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="M9.31 9.31 5 21l7-4 7 4-1.17-3.17"/>
|
||||
<path d="M14.53 8.88 12 2 10.83 5.17"/>
|
||||
<line x1="2" y1="2" x2="22" y2="22" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 339 B |
@@ -0,0 +1,15 @@
|
||||
<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="M8.43 8.43 3 11l8 2 2 8 2.57-5.43"/>
|
||||
<path d="M17.39 11.73 22 2 12.27 6.61"/>
|
||||
<line x1="2" y1="2" x2="22" y2="22" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 340 B |
@@ -1620,6 +1620,12 @@
|
||||
"travel",
|
||||
"marker"
|
||||
],
|
||||
"map-pin-off": [
|
||||
"location",
|
||||
"navigation",
|
||||
"travel",
|
||||
"marker"
|
||||
],
|
||||
"maximize": [
|
||||
"fullscreen",
|
||||
"expand"
|
||||
@@ -1784,6 +1790,14 @@
|
||||
"location",
|
||||
"travel"
|
||||
],
|
||||
"navigation-2-off": [
|
||||
"location",
|
||||
"travel"
|
||||
],
|
||||
"navigation-off": [
|
||||
"location",
|
||||
"travel"
|
||||
],
|
||||
"network": [
|
||||
"tree"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user