1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

new icons: accessible, float, disabled-2

This commit is contained in:
codecalm
2020-04-07 19:28:29 +02:00
parent 171765dbde
commit dfcdd0ffc5
5 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<circle cx="12" cy="12" r="9" />
<path d="M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" />
<circle cx="12" cy="7.5" r=".5" />
</svg>

View File

@@ -0,0 +1,8 @@
---
tags: [wheelchair, accessible]
---
<svg>
<circle cx="17" cy="6" r="2" />
<path d="M9 11a4.97 4.97 0 1 0 3.95 7.95" />
<path d="M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" />
</svg>

View File

@@ -0,0 +1,11 @@
---
---
<svg>
<rect width="6" height="6" x="9" y="5" rx="1" />
<line x1="4" y1="7" x2="5" y2="7" />
<line x1="4" y1="11" x2="5" y2="11" />
<line x1="19" y1="7" x2="20" y2="7" />
<line x1="19" y1="11" x2="20" y2="11" />
<line x1="4" y1="15" x2="20" y2="15" />
<line x1="4" y1="19" x2="20" y2="19" />
</svg>

View File

@@ -0,0 +1,9 @@
---
---
<svg>
<rect width="6" height="6" x="4" y="5" rx="1" />
<line x1="14" y1="7" x2="20" y2="7" />
<line x1="14" y1="11" x2="20" y2="11" />
<line x1="4" y1="15" x2="20" y2="15" />
<line x1="4" y1="19" x2="20" y2="19" />
</svg>

View File

@@ -0,0 +1,9 @@
---
---
<svg>
<rect width="6" height="6" x="14" y="5" rx="1" />
<line x1="4" y1="7" x2="10" y2="7" />
<line x1="4" y1="11" x2="10" y2="11" />
<line x1="4" y1="15" x2="20" y2="15" />
<line x1="4" y1="19" x2="20" y2="19" />
</svg>