Browse Source

indent-increase, indent-decrease #11

pull/20/head
codecalm 5 years ago
parent
commit
65d7caf4d7
  1. 8
      src/_icons/indent-decrease.svg
  2. 8
      src/_icons/indent-increase.svg
  3. 7
      src/_icons/sort-ascending.svg
  4. 7
      src/_icons/sort-descending.svg
  5. 2
      src/editor.html

8
src/_icons/indent-decrease.svg

@ -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

@ -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>

7
src/_icons/sort-ascending.svg

@ -2,10 +2,9 @@
tags: [arrange]
---
<svg>
<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" />
<line x1="4" y1="6" x2="11" y2="6" />
<line x1="4" y1="12" x2="11" y2="12" />
<line x1="4" y1="18" x2="13" y2="18" />
<polyline points="15 9 18 6 21 9" />
<line x1="18" y1="6" x2="18" y2="18" />
</svg>

7
src/_icons/sort-descending.svg

@ -2,10 +2,9 @@
tags: [arrange]
---
<svg>
<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" />
<line x1="4" y1="6" x2="13" y2="6" />
<line x1="4" y1="12" x2="11" y2="12" />
<line x1="4" 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
src/editor.html

@ -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,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">

Loading…
Cancel
Save