mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 01:30:04 +02:00
3 new icons: emphasis
, separator
, text-wrap
Fixed icons: `underline`
This commit is contained in:
9
src/_icons/emphasis.svg
Normal file
9
src/_icons/emphasis.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 5 h-8v10h8m-1 -5h-7" />
|
||||
<line x1="6" y1="20" x2="6" y2="20.01" />
|
||||
<line x1="10" y1="20" x2="10" y2="20.01" />
|
||||
<line x1="14" y1="20" x2="14" y2="20.01" />
|
||||
<line x1="18" y1="20" x2="18" y2="20.01" />
|
||||
</svg>
|
@@ -4,6 +4,6 @@ tags: [paper, new]
|
||||
<svg>
|
||||
<polyline points="14 3 14 8 19 8" />
|
||||
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
|
||||
<path d="M10 13l-1 2l1 2"></path>
|
||||
<path d="M14 13l1 2l-1 2"></path>
|
||||
<path d="M10 13l-1 2l1 2" />
|
||||
<path d="M14 13l1 2l-1 2" />
|
||||
</svg>
|
||||
|
7
src/_icons/separator.svg
Normal file
7
src/_icons/separator.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="12" x2="3" y2="12.01" />
|
||||
<line x1="7" y1="12" x2="17" y2="12" />
|
||||
<line x1="21" y1="12" x2="21" y2="12.01" />
|
||||
</svg>
|
8
src/_icons/text-wrap.svg
Normal file
8
src/_icons/text-wrap.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
tags: [text, alignment, position]
|
||||
---
|
||||
<svg>
|
||||
<line x1="4" y1="6" x2="20" y2="6" />
|
||||
<line x1="4" y1="18" x2="9" y2="18" />
|
||||
<path d="M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2" />
|
||||
</svg>
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="7" y1="20" x2="17" y2="20" />
|
||||
<path d="M7 5v6a5 5 0 0 0 10 0v-6" />
|
||||
<line x1="6" y1="20" x2="18" y2="20" />
|
||||
<path d="M8 5v6a4 4 0 0 0 8 0v-6" />
|
||||
</svg>
|
||||
|
@@ -71,7 +71,7 @@ layout: default
|
||||
</div>
|
||||
|
||||
<div class="mb">
|
||||
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|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|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %}
|
||||
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user