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:
6
src/_icons/subscript.svg
Normal file
6
src/_icons/subscript.svg
Normal 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>
|
6
src/_icons/superscript.svg
Normal file
6
src/_icons/superscript.svg
Normal 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>
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user