mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 10:24:07 +02:00
sort-asc, sort-desc fix
This commit is contained in:
10
src/_icons/line-height.svg
Normal file
10
src/_icons/line-height.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="3 7 6 4 9 7" />
|
||||
<polyline points="3 17 6 20 9 17" />
|
||||
<line x1="6" y1="4" x2="6" y2="20" />
|
||||
<line x1="14" y1="6" x2="20" y2="6" />
|
||||
<line x1="11" y1="12" x2="20" y2="12" />
|
||||
<line x1="14" y1="18" x2="20" y2="18" />
|
||||
</svg>
|
@@ -2,9 +2,10 @@
|
||||
tags: [arrange]
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="4" x2="16" y2="4" />
|
||||
<line x1="3" y1="8" x2="12" y2="8" />
|
||||
<line x1="3" y1="12" x2="9" y2="12" />
|
||||
<polyline points="13 12 17 8 21 12" />
|
||||
<line x1="17" y1="8" x2="17" y2="20" />
|
||||
<line x1="3" y1="6" x2="11" y2="6" />
|
||||
<line x1="3" y1="12" x2="11" y2="12" />
|
||||
<line x1="3" y1="18" x2="13" y2="18" />
|
||||
|
||||
<polyline points="15 9 18 6 21 9" />
|
||||
<line x1="18" y1="6" x2="18" y2="18" />
|
||||
</svg>
|
||||
|
@@ -2,9 +2,10 @@
|
||||
tags: [arrange]
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="4" x2="16" y2="4" />
|
||||
<line x1="3" y1="8" x2="13" y2="8" />
|
||||
<line x1="3" y1="12" x2="13" y2="12" />
|
||||
<polyline points="13 16 17 20 21 16" />
|
||||
<line x1="17" y1="8" x2="17" y2="20" />
|
||||
<line x1="3" y1="6" x2="13" y2="6" />
|
||||
<line x1="3" y1="12" x2="11" y2="12" />
|
||||
<line x1="3" y1="18" x2="11" y2="18" />
|
||||
|
||||
<polyline points="15 15 18 18 21 15" />
|
||||
<line x1="18" y1="6" x2="18" y2="18" />
|
||||
</svg>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo,table' | 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' | split: '|' %}
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user