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

Add icons align-left-2, align-right-2 (#1141)

* Create circle-plus.svg

* Create align-left-2, align-right-2

* Added tags and category to align-left-2 and align-right-2 icons
This commit is contained in:
Giliam Verheide
2024-06-13 21:31:35 +02:00
committed by GitHub
parent e1d8b8efb3
commit d70a4a0b9a
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!--
tags: [text, alignment, position]
category: Text
-->
<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="M4 4v16" />
<path d="M8 6h12" />
<path d="M8 12h6" />
<path d="M8 18h10" />
</svg>

After

Width:  |  Height:  |  Size: 359 B

View File

@@ -0,0 +1,20 @@
<!--
tags: [text, alignment, position]
category: Text
-->
<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="M20 4v16" />
<path d="M4 6h12" />
<path d="M10 12h6" />
<path d="M6 18h10" />
</svg>

After

Width:  |  Height:  |  Size: 360 B