mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 20:58:34 +01:00
a-b
adjustments-alt adjustments-horizontal align-justified layout-kanban line markdown menu-2 tallymark-1 tallymark-2 tallymark-3 tallymark-4 tallymarks truck-delivery truck-return
This commit is contained in:
parent
0dd66f7cd5
commit
a5ebce16a8
7
src/_icons/a-b.svg
Normal file
7
src/_icons/a-b.svg
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 16v-5.5a2.5 2.5 0 01 5 0v5.5m0 -4h-5"></path>
|
||||
<path d="M12 6v12"></path>
|
||||
<path d="M16 16v-8h3a2 2 0 01 0 4h-3m3 0a2 2 0 01 0 4h-3"></path>
|
||||
</svg>
|
14
src/_icons/adjustments-alt.svg
Normal file
14
src/_icons/adjustments-alt.svg
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
tags: [equalizer, sliders, controls, settings, filter]
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="8" width="4" height="4" />
|
||||
<line x1="6" y1="4" x2="6" y2="8" />
|
||||
<line x1="6" y1="12" x2="6" y2="20" />
|
||||
<rect x="10" y="14" width="4" height="4" />
|
||||
<line x1="12" y1="4" x2="12" y2="14" />
|
||||
<line x1="12" y1="18" x2="12" y2="20" />
|
||||
<rect x="16" y="5" width="4" height="4" />
|
||||
<line x1="18" y1="4" x2="18" y2="5" />
|
||||
<line x1="18" y1="9" x2="18" y2="20" />
|
||||
</svg>
|
14
src/_icons/adjustments-horizontal.svg
Normal file
14
src/_icons/adjustments-horizontal.svg
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
tags: [equalizer, sliders, controls, settings, filter]
|
||||
---
|
||||
<svg>
|
||||
<circle cx="14" cy="6" r="2" />
|
||||
<line x1="4" y1="6" x2="12" y2="6" />
|
||||
<line x1="16" y1="6" x2="20" y2="6" />
|
||||
<circle cx="8" cy="12" r="2" />
|
||||
<line x1="4" y1="12" x2="6" y2="12" />
|
||||
<line x1="10" y1="12" x2="20" y2="12" />
|
||||
<circle cx="17" cy="18" r="2" />
|
||||
<line x1="4" y1="18" x2="15" y2="18" />
|
||||
<line x1="19" y1="18" x2="20" y2="18" />
|
||||
</svg>
|
@ -4,5 +4,5 @@ tags: [text, alignment, position]
|
||||
<svg>
|
||||
<line x1="4" y1="6" x2="20" y2="6" />
|
||||
<line x1="4" y1="12" x2="20" y2="12" />
|
||||
<line x1="4" y1="18" x2="20" y2="18" />
|
||||
<line x1="4" y1="18" x2="16" y2="18" />
|
||||
</svg>
|
||||
|
8
src/_icons/layout-kanban.svg
Normal file
8
src/_icons/layout-kanban.svg
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="4 4 10 4"></polyline>
|
||||
<polyline points="14 4 20 4"></polyline>
|
||||
<rect x="4" y="8" width="6" height="12" rx="2" />
|
||||
<rect x="14" y="8" width="6" height="6" rx="2" />
|
||||
</svg>
|
7
src/_icons/line.svg
Normal file
7
src/_icons/line.svg
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="6" cy="18" r="2"></circle>
|
||||
<circle cx="18" cy="6" r="2"></circle>
|
||||
<polyline points="7.5 16.5 16.5 7.5"></polyline>
|
||||
</svg>
|
7
src/_icons/markdown.svg
Normal file
7
src/_icons/markdown.svg
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="5" width="18" height="14" rx="2" />
|
||||
<path d="M7 15v-6l2 2l2 -2v6"></path>
|
||||
<path d="M14 13l2 2l2 -2m-2 2v-6"></path>
|
||||
</svg>
|
8
src/_icons/menu-2.svg
Normal file
8
src/_icons/menu-2.svg
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
tags: [bars, hamburger, navigation, burger]
|
||||
---
|
||||
<svg>
|
||||
<line x1="4" y1="6" x2="20" y2="6" />
|
||||
<line x1="4" y1="12" x2="20" y2="12" />
|
||||
<line x1="4" y1="18" x2="20" y2="18" />
|
||||
</svg>
|
5
src/_icons/tallymark-1.svg
Normal file
5
src/_icons/tallymark-1.svg
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="12 5 12 19"></polyline>
|
||||
</svg>
|
6
src/_icons/tallymark-2.svg
Normal file
6
src/_icons/tallymark-2.svg
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="10 5 10 19"></polyline>
|
||||
<polyline points="14 5 14 19"></polyline>
|
||||
</svg>
|
7
src/_icons/tallymark-3.svg
Normal file
7
src/_icons/tallymark-3.svg
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="8 5 8 19"></polyline>
|
||||
<polyline points="12 5 12 19"></polyline>
|
||||
<polyline points="16 5 16 19"></polyline>
|
||||
</svg>
|
8
src/_icons/tallymark-4.svg
Normal file
8
src/_icons/tallymark-4.svg
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="6 5 6 19"></polyline>
|
||||
<polyline points="10 5 10 19"></polyline>
|
||||
<polyline points="14 5 14 19"></polyline>
|
||||
<polyline points="18 5 18 19"></polyline>
|
||||
</svg>
|
9
src/_icons/tallymarks.svg
Normal file
9
src/_icons/tallymarks.svg
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<polyline points="6 5 6 19"></polyline>
|
||||
<polyline points="10 5 10 19"></polyline>
|
||||
<polyline points="14 5 14 19"></polyline>
|
||||
<polyline points="18 5 18 19"></polyline>
|
||||
<polyline points="3 17 21 7"></polyline>
|
||||
</svg>
|
8
src/_icons/truck-delivery.svg
Normal file
8
src/_icons/truck-delivery.svg
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="7" cy="17" r="2" />
|
||||
<circle cx="17" cy="17" r="2" />
|
||||
<path d="M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />
|
||||
<polyline points="3 9 7 9"></polyline>
|
||||
</svg>
|
9
src/_icons/truck-return.svg
Normal file
9
src/_icons/truck-return.svg
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="7" cy="17" r="2" />
|
||||
<circle cx="17" cy="17" r="2" />
|
||||
<path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2" />
|
||||
<path d="M9 17h6"></path>
|
||||
<path d="M13 6h5l3 5v6h-2"></path>
|
||||
</svg>
|
@ -71,8 +71,18 @@ layout: default
|
||||
</div>
|
||||
|
||||
<div class="mb">
|
||||
{% 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,clear-formatting|parentheses,brackets,braces,terminal|github,facebook,twitter,dribbble,google' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,truck,forklift,tir,firetruck,ambulance,tractor' %}
|
||||
{% 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,clear-formatting|parentheses,brackets,braces,terminal' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,forklift,tir,firetruck,ambulance,tractor,truck,truck-return,truck-delivery' %}
|
||||
|
||||
{% assign social-icons = '' %}
|
||||
{% for icon in icons %}
|
||||
{% if icon.slug contains 'brand-' %}
|
||||
{% assign social-icons = social-icons | append: icon.slug | append: ',' %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% assign size = social-icons | size | minus: 1 %}
|
||||
{% assign social-icons = social-icons | slice: 0, size %}
|
||||
{% include toolbar.html toolbar=social-icons %}
|
||||
</div>
|
||||
|
||||
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user