mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Merge branch 'dev' of https://github.com/tabler/tabler into dev
This commit is contained in:
@@ -265,7 +265,7 @@ months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O
|
||||
months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
|
||||
|
||||
icons:
|
||||
link: https://tabler-icons.io
|
||||
link: https://tabler.io/icons
|
||||
|
||||
emails:
|
||||
price: "$29"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<h3 class="h1">Tabler Icons</h3>
|
||||
<div class="markdown text-secondary">
|
||||
All icons come from the Tabler Icons set and are MIT-licensed. Visit
|
||||
<a href="{{ site.icons.link }}" target="_blank" rel="noopener">tabler-icons.io</a>,
|
||||
<a href="{{ site.icons.link }}" target="_blank" rel="noopener">tabler.io/icons</a>,
|
||||
download any of the {{ icons-count }} icons in SVG, PNG or React and use them in your favourite design tools.
|
||||
</div>
|
||||
<div class="mt-3">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{% for icon in site.data.icons %}
|
||||
{% assign icon-name = icon[0] %}
|
||||
{% if icon[1].svg[type] %}
|
||||
<a href="https://tabler-icons.io/i/{{ icon-name }}" target="_blank" rel="noopener" class="demo-icons-list-item" title="{{ icon-name }}" data-bs-toggle="tooltip" data-bs-placement="top">
|
||||
<a href="https://tabler.io/icons/icon/{{ icon-name }}" target="_blank" rel="noopener" class="demo-icons-list-item" title="{{ icon-name }}" data-bs-toggle="tooltip" data-bs-placement="top">
|
||||
{% include ui/icon.html icon=icon-name type=type %}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="col">
|
||||
<h2 class="page-title">
|
||||
tabler-icons.io
|
||||
tabler.io/icons
|
||||
</h2>
|
||||
<div class="text-secondary">
|
||||
<ul class="list-inline list-inline-dots mb-0">
|
||||
|
||||
Reference in New Issue
Block a user