mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 01:00:14 +02:00
table icon, editor arrows #11
This commit is contained in:
6
src/_icons/arrow-back-up.svg
Normal file
6
src/_icons/arrow-back-up.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
tags: []
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<path d="M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1" />
|
||||||
|
</svg>
|
6
src/_icons/arrow-forward-up.svg
Normal file
6
src/_icons/arrow-forward-up.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
tags: []
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<path d="M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1" />
|
||||||
|
</svg>
|
7
src/_icons/table.svg
Normal file
7
src/_icons/table.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||||
|
<line x1="4" y1="10" x2="20" y2="10" />
|
||||||
|
<line x1="10" y1="4" x2="10" y2="20" />
|
||||||
|
</svg>
|
@@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %}
|
{% 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: '|' %}
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Reference in New Issue
Block a user