From ffbdf7636ced1dcf71ad43ff3973705833aa280f Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 7 Apr 2020 20:37:58 +0200 Subject: Release 1.4.0 --- iconfont/fonts/tabler-icons.eot | Bin 195912 -> 202232 bytes iconfont/fonts/tabler-icons.ttf | Bin 195728 -> 202048 bytes iconfont/fonts/tabler-icons.woff | Bin 89100 -> 92408 bytes iconfont/fonts/tabler-icons.woff2 | Bin 68476 -> 70644 bytes iconfont/tabler-icons.css | 54 ++++++++++++++++- iconfont/tabler-icons.html | 121 +++++++++++++++++++++++++++++++++++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 28 ++++++++- 8 files changed, 201 insertions(+), 6 deletions(-) (limited to 'iconfont') diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index c0c889b..27cf4f9 100644 Binary files a/iconfont/fonts/tabler-icons.eot and b/iconfont/fonts/tabler-icons.eot differ diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index 74e1350..58439e4 100644 Binary files a/iconfont/fonts/tabler-icons.ttf and b/iconfont/fonts/tabler-icons.ttf differ diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woff index d681db7..33a6a27 100644 Binary files a/iconfont/fonts/tabler-icons.woff and b/iconfont/fonts/tabler-icons.woff differ diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2 index 9a9039e..0736448 100644 Binary files a/iconfont/fonts/tabler-icons.woff2 and b/iconfont/fonts/tabler-icons.woff2 differ diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index e87c71d..73d9b2d 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.3.1 by tabler - https://tabler.io + * Tabler Icons 1.4.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.ti-accessible:before { + content: ""; +} + .ti-activity:before { content: ""; } @@ -484,6 +488,10 @@ content: ""; } +.ti-checks:before { + content: ""; +} + .ti-chevron-down:before { content: ""; } @@ -656,6 +664,10 @@ content: ""; } +.ti-currency-bitcoin:before { + content: ""; +} + .ti-currency-dollar:before { content: ""; } @@ -664,6 +676,18 @@ content: ""; } +.ti-currency-pound:before { + content: ""; +} + +.ti-currency-rupee:before { + content: ""; +} + +.ti-currency-yen:before { + content: ""; +} + .ti-cut:before { content: ""; } @@ -732,6 +756,10 @@ content: ""; } +.ti-disabled-2:before { + content: ""; +} + .ti-disc:before { content: ""; } @@ -812,6 +840,10 @@ content: ""; } +.ti-file-horizontal:before { + content: ""; +} + .ti-file-invoice:before { content: ""; } @@ -856,6 +888,18 @@ content: ""; } +.ti-float-center:before { + content: ""; +} + +.ti-float-left:before { + content: ""; +} + +.ti-float-right:before { + content: ""; +} + .ti-floppy-disk:before { content: ""; } @@ -1404,10 +1448,18 @@ content: ""; } +.ti-rotate-2:before { + content: ""; +} + .ti-rotate-clockwise:before { content: ""; } +.ti-rotate-clockwise-2:before { + content: ""; +} + .ti-route:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 0641b10..e99967a 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.3.1 + Tabler Icons - version 1.4.0 @@ -93,12 +93,21 @@

Tabler Icons

-

version 1.3.1

+

version 1.4.0

+
+ + accessible +
+ ti ti-accessible
+ \eba9 +
+
+
activity @@ -1134,6 +1143,15 @@
+
+ + checks +
+ ti ti-checks
+ \ebaa +
+
+
chevron-down @@ -1521,6 +1539,15 @@
+
+ + currency-bitcoin +
+ ti ti-currency-bitcoin
+ \ebab +
+
+
currency-dollar @@ -1539,6 +1566,33 @@
+
+ + currency-pound +
+ ti ti-currency-pound
+ \ebac +
+
+ +
+ + currency-rupee +
+ ti ti-currency-rupee
+ \ebad +
+
+ +
+ + currency-yen +
+ ti ti-currency-yen
+ \ebae +
+
+
cut @@ -1692,6 +1746,15 @@
+
+ + disabled-2 +
+ ti ti-disabled-2
+ \ebaf +
+
+
disc @@ -1872,6 +1935,15 @@
+
+ + file-horizontal +
+ ti ti-file-horizontal
+ \ebb0 +
+
+
file-invoice @@ -1971,6 +2043,33 @@
+
+ + float-center +
+ ti ti-float-center
+ \ebb1 +
+
+ +
+ + float-left +
+ ti ti-float-left
+ \ebb2 +
+
+ +
+ + float-right +
+ ti ti-float-right
+ \ebb3 +
+
+
floppy-disk @@ -3204,6 +3303,15 @@
+
+ + rotate-2 +
+ ti ti-rotate-2
+ \ebb4 +
+
+
rotate-clockwise @@ -3213,6 +3321,15 @@
+
+ + rotate-clockwise-2 +
+ ti ti-rotate-clockwise-2
+ \ebb5 +
+
+
route diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index d4b59dd..7469775 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.3.1 by tabler - https://tabler.io + * Tabler Icons 1.4.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-triangle:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-anchor:before{content:""}.ti-aperture:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bike:before{content:""}.ti-bluetooth:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-hospital:before{content:""}.ti-building-store:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-camera:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chrome:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-x:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-copy:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-crop:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disc:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-eraser:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-face-id:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-download:before{content:""}.ti-file-invoice:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-flag:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-floppy-disk:before{content:""}.ti-focus:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-help:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-lifebuoy:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-maximize:before{content:""}.ti-menu:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-omega:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parking:before{content:""}.ti-pencil:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-photo:before{content:""}.ti-pillow:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-rotate:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-server:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-x:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-star:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-superscript:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-template:before{content:""}.ti-test-pipe:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-trash:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-trophy:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-minus:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-viewfinder:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-wallet:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-triangle:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-anchor:before{content:""}.ti-aperture:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bike:before{content:""}.ti-bluetooth:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-hospital:before{content:""}.ti-building-store:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-camera:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chrome:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-x:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-copy:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-crop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-eraser:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-face-id:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-flag:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-right:before{content:""}.ti-floppy-disk:before{content:""}.ti-focus:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-help:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-lifebuoy:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-maximize:before{content:""}.ti-menu:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-omega:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parking:before{content:""}.ti-pencil:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-photo:before{content:""}.ti-pillow:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-server:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-x:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-star:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-superscript:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-template:before{content:""}.ti-test-pipe:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-trash:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-trophy:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-minus:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-viewfinder:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-wallet:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index f9c5f4e..ec17750 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.3.1 by tabler - https://tabler.io + * Tabler Icons 1.4.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -34,6 +34,7 @@ $ti-icon-prefix: 'ti' !default; } +$ti-icon-accessible: '\eba9'; $ti-icon-activity: '\ea01'; $ti-icon-ad: '\ea02'; $ti-icon-adjustments: '\ea03'; @@ -149,6 +150,7 @@ $ti-icon-chart-line: '\ea5c'; $ti-icon-chart-pie: '\ea5d'; $ti-icon-check: '\ea5e'; $ti-icon-checkbox: '\eba6'; +$ti-icon-checks: '\ebaa'; $ti-icon-chevron-down: '\ea5f'; $ti-icon-chevron-left: '\ea60'; $ti-icon-chevron-right: '\ea61'; @@ -192,8 +194,12 @@ $ti-icon-corner-up-left: '\ea82'; $ti-icon-corner-up-right: '\ea83'; $ti-icon-credit-card: '\ea84'; $ti-icon-crop: '\ea85'; +$ti-icon-currency-bitcoin: '\ebab'; $ti-icon-currency-dollar: '\eb84'; $ti-icon-currency-euro: '\eb85'; +$ti-icon-currency-pound: '\ebac'; +$ti-icon-currency-rupee: '\ebad'; +$ti-icon-currency-yen: '\ebae'; $ti-icon-cut: '\ea86'; $ti-icon-dashboard: '\ea87'; $ti-icon-database: '\ea88'; @@ -211,6 +217,7 @@ $ti-icon-diamond: '\eb65'; $ti-icon-dice: '\eb66'; $ti-icon-directions: '\ea8e'; $ti-icon-disabled: '\ea8f'; +$ti-icon-disabled-2: '\ebaf'; $ti-icon-disc: '\ea90'; $ti-icon-dots: '\ea95'; $ti-icon-dots-circle-horizontal: '\ea91'; @@ -231,6 +238,7 @@ $ti-icon-face-id: '\ea9b'; $ti-icon-file: '\eaa4'; $ti-icon-file-check: '\ea9c'; $ti-icon-file-download: '\ea9d'; +$ti-icon-file-horizontal: '\ebb0'; $ti-icon-file-invoice: '\eb67'; $ti-icon-file-minus: '\ea9e'; $ti-icon-file-music: '\ea9f'; @@ -242,6 +250,9 @@ $ti-icon-filter: '\eaa5'; $ti-icon-flag: '\eaa6'; $ti-icon-flip-horizontal: '\eaa7'; $ti-icon-flip-vertical: '\eaa8'; +$ti-icon-float-center: '\ebb1'; +$ti-icon-float-left: '\ebb2'; +$ti-icon-float-right: '\ebb3'; $ti-icon-floppy-disk: '\eaa9'; $ti-icon-focus: '\eb8d'; $ti-icon-folder: '\eaad'; @@ -379,7 +390,9 @@ $ti-icon-registered: '\eb14'; $ti-icon-repeat: '\eb72'; $ti-icon-repeat-once: '\eb71'; $ti-icon-rotate: '\eb16'; +$ti-icon-rotate-2: '\ebb4'; $ti-icon-rotate-clockwise: '\eb15'; +$ti-icon-rotate-clockwise-2: '\ebb5'; $ti-icon-route: '\eb17'; $ti-icon-router: '\eb18'; $ti-icon-rss: '\eb19'; @@ -460,6 +473,7 @@ $ti-icon-zoom-in: '\eb56'; $ti-icon-zoom-out: '\eb57'; +.#{$ti-icon-prefix}-accessible:before { content: $ti-icon-accessible; } .#{$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; } @@ -575,6 +589,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-chart-pie:before { content: $ti-icon-chart-pie; } .#{$ti-icon-prefix}-check:before { content: $ti-icon-check; } .#{$ti-icon-prefix}-checkbox:before { content: $ti-icon-checkbox; } +.#{$ti-icon-prefix}-checks:before { content: $ti-icon-checks; } .#{$ti-icon-prefix}-chevron-down:before { content: $ti-icon-chevron-down; } .#{$ti-icon-prefix}-chevron-left:before { content: $ti-icon-chevron-left; } .#{$ti-icon-prefix}-chevron-right:before { content: $ti-icon-chevron-right; } @@ -618,8 +633,12 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; } .#{$ti-icon-prefix}-credit-card:before { content: $ti-icon-credit-card; } .#{$ti-icon-prefix}-crop:before { content: $ti-icon-crop; } +.#{$ti-icon-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; } .#{$ti-icon-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; } .#{$ti-icon-prefix}-currency-euro:before { content: $ti-icon-currency-euro; } +.#{$ti-icon-prefix}-currency-pound:before { content: $ti-icon-currency-pound; } +.#{$ti-icon-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; } +.#{$ti-icon-prefix}-currency-yen:before { content: $ti-icon-currency-yen; } .#{$ti-icon-prefix}-cut:before { content: $ti-icon-cut; } .#{$ti-icon-prefix}-dashboard:before { content: $ti-icon-dashboard; } .#{$ti-icon-prefix}-database:before { content: $ti-icon-database; } @@ -637,6 +656,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-dice:before { content: $ti-icon-dice; } .#{$ti-icon-prefix}-directions:before { content: $ti-icon-directions; } .#{$ti-icon-prefix}-disabled:before { content: $ti-icon-disabled; } +.#{$ti-icon-prefix}-disabled-2:before { content: $ti-icon-disabled-2; } .#{$ti-icon-prefix}-disc:before { content: $ti-icon-disc; } .#{$ti-icon-prefix}-dots:before { content: $ti-icon-dots; } .#{$ti-icon-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; } @@ -657,6 +677,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-file:before { content: $ti-icon-file; } .#{$ti-icon-prefix}-file-check:before { content: $ti-icon-file-check; } .#{$ti-icon-prefix}-file-download:before { content: $ti-icon-file-download; } +.#{$ti-icon-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; } .#{$ti-icon-prefix}-file-invoice:before { content: $ti-icon-file-invoice; } .#{$ti-icon-prefix}-file-minus:before { content: $ti-icon-file-minus; } .#{$ti-icon-prefix}-file-music:before { content: $ti-icon-file-music; } @@ -668,6 +689,9 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-flag:before { content: $ti-icon-flag; } .#{$ti-icon-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; } .#{$ti-icon-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; } +.#{$ti-icon-prefix}-float-center:before { content: $ti-icon-float-center; } +.#{$ti-icon-prefix}-float-left:before { content: $ti-icon-float-left; } +.#{$ti-icon-prefix}-float-right:before { content: $ti-icon-float-right; } .#{$ti-icon-prefix}-floppy-disk:before { content: $ti-icon-floppy-disk; } .#{$ti-icon-prefix}-focus:before { content: $ti-icon-focus; } .#{$ti-icon-prefix}-folder:before { content: $ti-icon-folder; } @@ -805,7 +829,9 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; } .#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; } .#{$ti-icon-prefix}-rotate:before { content: $ti-icon-rotate; } +.#{$ti-icon-prefix}-rotate-2:before { content: $ti-icon-rotate-2; } .#{$ti-icon-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; } +.#{$ti-icon-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; } .#{$ti-icon-prefix}-route:before { content: $ti-icon-route; } .#{$ti-icon-prefix}-router:before { content: $ti-icon-router; } .#{$ti-icon-prefix}-rss:before { content: $ti-icon-rss; } -- cgit v1.2.1