1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

subscript, superscript #11

This commit is contained in:
codecalm
2020-03-25 23:40:27 +01:00
parent 849eccec16
commit c0605bce10
3 changed files with 14 additions and 2 deletions

6
src/_icons/subscript.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
</svg>

View File

@@ -2,7 +2,7 @@
layout: default
---
{% assign 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' | split: '|' %}
{% assign 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' | split: '|' %}
<div class="container">
@@ -79,7 +79,7 @@ layout: default
{% assign buttons = group | split: ',' %}
<div class="buttons">
{% for button in buttons %}
<div class="button js-icon" data-icon="{{ name }}">{% include icon.html name=button %}</div>
<div class="button js-icon" data-icon="{{ button }}">{% include icon.html name=button %}</div>
{% endfor %}
</div>
{% endfor %}