1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-25 06:52:02 +02:00

columns icon #11

This commit is contained in:
codecalm
2020-03-25 23:46:09 +01:00
parent c0605bce10
commit 7acfa29f11
3 changed files with 17 additions and 4 deletions

13
src/_icons/columns.svg Normal file
View File

@@ -0,0 +1,13 @@
---
tags: [text, gap]
---
<svg>
<line x1="4" y1="6" x2="9.5" y2="6" />
<line x1="4" y1="10" x2="9.5" y2="10" />
<line x1="4" y1="14" x2="9.5" y2="14" />
<line x1="4" y1="18" x2="9.5" y2="18" />
<line x1="14.5" y1="6" x2="20" y2="6" />
<line x1="14.5" y1="10" x2="20" y2="10" />
<line x1="14.5" y1="14" x2="20" y2="14" />
<line x1="14.5" y1="18" x2="20" y2="18" />
</svg>

View File

@@ -1,6 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
<path d="M4 7l8 10m-8 0l8 -10" />
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>

View File

@@ -1,6 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
<path d="M4 7l8 10m-8 0l8 -10" />
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>