mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
iconfont fix
This commit is contained in:
parent
53922a171a
commit
ec114c0eb5
@ -242,7 +242,9 @@ gulp.task('iconfont', function () {
|
||||
maxUnicode = Math.max(maxUnicode, unicode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
maxUnicode = maxUnicode + 1;
|
||||
|
||||
return gulp.src(['icons-outlined/*.svg'])
|
||||
.pipe(iconfont({
|
||||
fontName: 'tabler-icons',
|
||||
@ -515,4 +517,4 @@ gulp.task('svg-to-png', gulp.series('build-jekyll', 'clean-png', async (cb) => {
|
||||
cb();
|
||||
}));
|
||||
|
||||
gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'svg-to-png', /*'build-iconfont', */ 'changelog-image', 'build-zip'));
|
||||
gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'svg-to-png', 'build-iconfont', 'changelog-image', 'build-zip'));
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* Tabler Icons 1.1.0 by tabler - https://tabler.io
|
||||
* Tabler Icons 1.2.1 by tabler - https://tabler.io
|
||||
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
||||
*/
|
||||
@font-face {
|
||||
@ -24,6 +24,118 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.ti-aperture:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-arrows-horizontal:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-arrows-sort:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-arrows-vertical:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-bed:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-caret-down:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-caret-left:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-caret-right:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-caret-up:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-color-swatch:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-device-floppy:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-device-gamepad:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-device-laptop:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-diamond:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-dice:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-file-invoice:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-gift:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-infinity:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-list-check:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-list:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-messages:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-note:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-notes:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-plane:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-presentation:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-repeat-once:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-repeat:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-sum:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-activity:before {
|
||||
content: "";
|
||||
}
|
||||
@ -1395,3 +1507,11 @@
|
||||
.ti-zoom-out:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-virus:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.ti-wallet:before {
|
||||
content: "";
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Tabler Icons - version 1.1.0</title>
|
||||
<title>Tabler Icons - version 1.2.1</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./tabler-icons.css">
|
||||
@ -93,12 +93,264 @@
|
||||
<h1>
|
||||
Tabler Icons
|
||||
</h1>
|
||||
<p class="text-muted">version 1.1.0</p>
|
||||
<p class="text-muted">version 1.2.1</p>
|
||||
</header>
|
||||
|
||||
<div class="box">
|
||||
<div class="tabler-icons">
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-aperture"></i>
|
||||
<strong>aperture</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-aperture</code><br>
|
||||
<code>\eb58</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-arrows-horizontal"></i>
|
||||
<strong>arrows-horizontal</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-arrows-horizontal</code><br>
|
||||
<code>\eb59</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-arrows-sort"></i>
|
||||
<strong>arrows-sort</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-arrows-sort</code><br>
|
||||
<code>\eb5a</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-arrows-vertical"></i>
|
||||
<strong>arrows-vertical</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-arrows-vertical</code><br>
|
||||
<code>\eb5b</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-bed"></i>
|
||||
<strong>bed</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-bed</code><br>
|
||||
<code>\eb5c</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-caret-down"></i>
|
||||
<strong>caret-down</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-caret-down</code><br>
|
||||
<code>\eb5d</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-caret-left"></i>
|
||||
<strong>caret-left</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-caret-left</code><br>
|
||||
<code>\eb5e</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-caret-right"></i>
|
||||
<strong>caret-right</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-caret-right</code><br>
|
||||
<code>\eb5f</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-caret-up"></i>
|
||||
<strong>caret-up</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-caret-up</code><br>
|
||||
<code>\eb60</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-color-swatch"></i>
|
||||
<strong>color-swatch</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-color-swatch</code><br>
|
||||
<code>\eb61</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-device-floppy"></i>
|
||||
<strong>device-floppy</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-device-floppy</code><br>
|
||||
<code>\eb62</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-device-gamepad"></i>
|
||||
<strong>device-gamepad</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-device-gamepad</code><br>
|
||||
<code>\eb63</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-device-laptop"></i>
|
||||
<strong>device-laptop</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-device-laptop</code><br>
|
||||
<code>\eb64</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-diamond"></i>
|
||||
<strong>diamond</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-diamond</code><br>
|
||||
<code>\eb65</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-dice"></i>
|
||||
<strong>dice</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-dice</code><br>
|
||||
<code>\eb66</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-file-invoice"></i>
|
||||
<strong>file-invoice</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-file-invoice</code><br>
|
||||
<code>\eb67</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-gift"></i>
|
||||
<strong>gift</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-gift</code><br>
|
||||
<code>\eb68</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-infinity"></i>
|
||||
<strong>infinity</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-infinity</code><br>
|
||||
<code>\eb69</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-list-check"></i>
|
||||
<strong>list-check</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-list-check</code><br>
|
||||
<code>\eb6a</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-list"></i>
|
||||
<strong>list</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-list</code><br>
|
||||
<code>\eb6b</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-messages"></i>
|
||||
<strong>messages</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-messages</code><br>
|
||||
<code>\eb6c</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-note"></i>
|
||||
<strong>note</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-note</code><br>
|
||||
<code>\eb6d</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-notes"></i>
|
||||
<strong>notes</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-notes</code><br>
|
||||
<code>\eb6e</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-plane"></i>
|
||||
<strong>plane</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-plane</code><br>
|
||||
<code>\eb6f</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-presentation"></i>
|
||||
<strong>presentation</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-presentation</code><br>
|
||||
<code>\eb70</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-repeat-once"></i>
|
||||
<strong>repeat-once</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-repeat-once</code><br>
|
||||
<code>\eb71</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-repeat"></i>
|
||||
<strong>repeat</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-repeat</code><br>
|
||||
<code>\eb72</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-sum"></i>
|
||||
<strong>sum</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-sum</code><br>
|
||||
<code>\eb73</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-activity"></i>
|
||||
<strong>activity</strong>
|
||||
@ -3186,6 +3438,24 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-virus"></i>
|
||||
<strong>virus</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-virus</code><br>
|
||||
<code>\eb74</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tabler-icon">
|
||||
<i class="ti ti-wallet"></i>
|
||||
<strong>wallet</strong>
|
||||
<div class="tabler-icon-codes">
|
||||
<code>ti ti-wallet</code><br>
|
||||
<code>\eb75</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
4
iconfont/tabler-icons.min.css
vendored
4
iconfont/tabler-icons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Tabler Icons 1.1.0 by tabler - https://tabler.io
|
||||
* Tabler Icons 1.2.1 by tabler - https://tabler.io
|
||||
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
||||
*/
|
||||
$ti-font-family: 'tabler-icons' !default;
|
||||
@ -34,6 +34,34 @@ $ti-icon-prefix: 'ti' !default;
|
||||
}
|
||||
|
||||
|
||||
$ti-icon-aperture: '\eb58';
|
||||
$ti-icon-arrows-horizontal: '\eb59';
|
||||
$ti-icon-arrows-sort: '\eb5a';
|
||||
$ti-icon-arrows-vertical: '\eb5b';
|
||||
$ti-icon-bed: '\eb5c';
|
||||
$ti-icon-caret-down: '\eb5d';
|
||||
$ti-icon-caret-left: '\eb5e';
|
||||
$ti-icon-caret-right: '\eb5f';
|
||||
$ti-icon-caret-up: '\eb60';
|
||||
$ti-icon-color-swatch: '\eb61';
|
||||
$ti-icon-device-floppy: '\eb62';
|
||||
$ti-icon-device-gamepad: '\eb63';
|
||||
$ti-icon-device-laptop: '\eb64';
|
||||
$ti-icon-diamond: '\eb65';
|
||||
$ti-icon-dice: '\eb66';
|
||||
$ti-icon-file-invoice: '\eb67';
|
||||
$ti-icon-gift: '\eb68';
|
||||
$ti-icon-infinity: '\eb69';
|
||||
$ti-icon-list-check: '\eb6a';
|
||||
$ti-icon-list: '\eb6b';
|
||||
$ti-icon-messages: '\eb6c';
|
||||
$ti-icon-note: '\eb6d';
|
||||
$ti-icon-notes: '\eb6e';
|
||||
$ti-icon-plane: '\eb6f';
|
||||
$ti-icon-presentation: '\eb70';
|
||||
$ti-icon-repeat-once: '\eb71';
|
||||
$ti-icon-repeat: '\eb72';
|
||||
$ti-icon-sum: '\eb73';
|
||||
$ti-icon-activity: '\ea01';
|
||||
$ti-icon-ad: '\ea02';
|
||||
$ti-icon-adjustments: '\ea03';
|
||||
@ -377,8 +405,38 @@ $ti-icon-world: '\eb54';
|
||||
$ti-icon-x: '\eb55';
|
||||
$ti-icon-zoom-in: '\eb56';
|
||||
$ti-icon-zoom-out: '\eb57';
|
||||
$ti-icon-virus: '\eb74';
|
||||
$ti-icon-wallet: '\eb75';
|
||||
|
||||
|
||||
.#{$ti-icon-prefix}-aperture:before { content: $ti-icon-aperture; }
|
||||
.#{$ti-icon-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; }
|
||||
.#{$ti-icon-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; }
|
||||
.#{$ti-icon-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }
|
||||
.#{$ti-icon-prefix}-bed:before { content: $ti-icon-bed; }
|
||||
.#{$ti-icon-prefix}-caret-down:before { content: $ti-icon-caret-down; }
|
||||
.#{$ti-icon-prefix}-caret-left:before { content: $ti-icon-caret-left; }
|
||||
.#{$ti-icon-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
||||
.#{$ti-icon-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
||||
.#{$ti-icon-prefix}-color-swatch:before { content: $ti-icon-color-swatch; }
|
||||
.#{$ti-icon-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }
|
||||
.#{$ti-icon-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }
|
||||
.#{$ti-icon-prefix}-device-laptop:before { content: $ti-icon-device-laptop; }
|
||||
.#{$ti-icon-prefix}-diamond:before { content: $ti-icon-diamond; }
|
||||
.#{$ti-icon-prefix}-dice:before { content: $ti-icon-dice; }
|
||||
.#{$ti-icon-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }
|
||||
.#{$ti-icon-prefix}-gift:before { content: $ti-icon-gift; }
|
||||
.#{$ti-icon-prefix}-infinity:before { content: $ti-icon-infinity; }
|
||||
.#{$ti-icon-prefix}-list-check:before { content: $ti-icon-list-check; }
|
||||
.#{$ti-icon-prefix}-list:before { content: $ti-icon-list; }
|
||||
.#{$ti-icon-prefix}-messages:before { content: $ti-icon-messages; }
|
||||
.#{$ti-icon-prefix}-note:before { content: $ti-icon-note; }
|
||||
.#{$ti-icon-prefix}-notes:before { content: $ti-icon-notes; }
|
||||
.#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; }
|
||||
.#{$ti-icon-prefix}-presentation:before { content: $ti-icon-presentation; }
|
||||
.#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }
|
||||
.#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; }
|
||||
.#{$ti-icon-prefix}-sum:before { content: $ti-icon-sum; }
|
||||
.#{$ti-icon-prefix}-activity:before { content: $ti-icon-activity; }
|
||||
.#{$ti-icon-prefix}-ad:before { content: $ti-icon-ad; }
|
||||
.#{$ti-icon-prefix}-adjustments:before { content: $ti-icon-adjustments; }
|
||||
@ -722,3 +780,5 @@ $ti-icon-zoom-out: '\eb57';
|
||||
.#{$ti-icon-prefix}-x:before { content: $ti-icon-x; }
|
||||
.#{$ti-icon-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
||||
.#{$ti-icon-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
||||
.#{$ti-icon-prefix}-virus:before { content: $ti-icon-virus; }
|
||||
.#{$ti-icon-prefix}-wallet:before { content: $ti-icon-wallet; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user