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:
7
src/_icons/accessible.svg
Normal file
7
src/_icons/accessible.svg
Normal 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>
|
8
src/_icons/disabled-2.svg
Normal file
8
src/_icons/disabled-2.svg
Normal 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>
|
11
src/_icons/float-center.svg
Normal file
11
src/_icons/float-center.svg
Normal 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>
|
9
src/_icons/float-left.svg
Normal file
9
src/_icons/float-left.svg
Normal 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>
|
9
src/_icons/float-right.svg
Normal file
9
src/_icons/float-right.svg
Normal 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>
|
Reference in New Issue
Block a user