mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 17:20:31 +02:00
indent-increase, indent-decrease #11
This commit is contained in:
8
src/_icons/indent-decrease.svg
Normal file
8
src/_icons/indent-decrease.svg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<line x1="20" y1="6" x2="13" y2="6" />
|
||||||
|
<line x1="20" y1="12" x2="11" y2="12" />
|
||||||
|
<line x1="20" y1="18" x2="13" y2="18" />
|
||||||
|
<path d="M8 8l-4 4l4 4" />
|
||||||
|
</svg>
|
8
src/_icons/indent-increase.svg
Normal file
8
src/_icons/indent-increase.svg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<line x1="20" y1="6" x2="9" y2="6" />
|
||||||
|
<line x1="20" y1="12" x2="13" y2="12" />
|
||||||
|
<line x1="20" y1="18" x2="9" y2="18" />
|
||||||
|
<path d="M4 8l4 4l-4 4" />
|
||||||
|
</svg>
|
@@ -2,10 +2,9 @@
|
|||||||
tags: [arrange]
|
tags: [arrange]
|
||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
<line x1="3" y1="6" x2="11" y2="6" />
|
<line x1="4" y1="6" x2="11" y2="6" />
|
||||||
<line x1="3" y1="12" x2="11" y2="12" />
|
<line x1="4" y1="12" x2="11" y2="12" />
|
||||||
<line x1="3" y1="18" x2="13" y2="18" />
|
<line x1="4" y1="18" x2="13" y2="18" />
|
||||||
|
|
||||||
<polyline points="15 9 18 6 21 9" />
|
<polyline points="15 9 18 6 21 9" />
|
||||||
<line x1="18" y1="6" x2="18" y2="18" />
|
<line x1="18" y1="6" x2="18" y2="18" />
|
||||||
</svg>
|
</svg>
|
||||||
|
@@ -2,10 +2,9 @@
|
|||||||
tags: [arrange]
|
tags: [arrange]
|
||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
<line x1="3" y1="6" x2="13" y2="6" />
|
<line x1="4" y1="6" x2="13" y2="6" />
|
||||||
<line x1="3" y1="12" x2="11" y2="12" />
|
<line x1="4" y1="12" x2="11" y2="12" />
|
||||||
<line x1="3" y1="18" x2="11" y2="18" />
|
<line x1="4" y1="18" x2="11" y2="18" />
|
||||||
|
|
||||||
<polyline points="15 15 18 18 21 15" />
|
<polyline points="15 15 18 18 21 15" />
|
||||||
<line x1="18" y1="6" x2="18" y2="18" />
|
<line x1="18" y1="6" x2="18" y2="18" />
|
||||||
</svg>
|
</svg>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending' | split: '|' %}
|
{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease' | split: '|' %}
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Reference in New Issue
Block a user