mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-17 19:36:29 +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:
20
icons/outline/align-left-2.svg
Normal file
20
icons/outline/align-left-2.svg
Normal 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 |
20
icons/outline/align-right-2.svg
Normal file
20
icons/outline/align-right-2.svg
Normal 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 |
Reference in New Issue
Block a user