1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 18:33:18 +02:00

social-paypal

This commit is contained in:
codecalm
2020-06-05 14:46:47 +02:00
parent 90ca6ffbde
commit 2101bc7e74
5 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M10 13l2.538-.003c2.46 0 4.962-2.497 4.962-4.997 0-3-1.89-5-4.962-5H7c-.5 0-1 .5-1 1L4 18c0 .5.5 1 1 1h2.846L9 14c.089-.564.43-1 1-1zm7.467-5.837C19.204 8.153 20 10 20 12c0 2.467-2.54 4.505-5 4.505h.021-2.629l-.576 3.65a.998.998 0 01-.988.844l-2.712-.002a.5.5 0 01-.494-.578L7.846 19" />
</svg>

View File

@@ -73,6 +73,16 @@ layout: default
<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' %}
{% assign social-icons = '' %}
{% for icon in icons %}
{% if icon.slug contains 'social-' %}
{% 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>