From 1c7aa9babda3f11f87291e7895c505baf236eb80 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 31 May 2020 23:14:47 +0200 Subject: Release 1.7.0 --- .github/icons.png | Bin 274884 -> 294129 bytes .github/icons.svg | 1047 ++++++++++++++++++++----------------- .github/tabler-icons-1.7.0.png | Bin 0 -> 20051 bytes .github/tabler-icons-1.7.0.svg | 73 +++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 222044 -> 234524 bytes iconfont/fonts/tabler-icons.ttf | Bin 221860 -> 234340 bytes iconfont/fonts/tabler-icons.woff | Bin 102064 -> 109232 bytes iconfont/fonts/tabler-icons.woff2 | Bin 77756 -> 82728 bytes iconfont/tabler-icons.css | 94 +++- iconfont/tabler-icons.html | 221 +++++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 48 +- icons-png/alien.png | Bin 0 -> 5244 bytes icons-png/atom-2.png | Bin 0 -> 4905 bytes icons-png/ball.png | Bin 0 -> 6177 bytes icons-png/basket.png | Bin 0 -> 3158 bytes icons-png/building-bank.png | Bin 0 -> 2264 bytes icons-png/building-warehouse.png | Bin 0 -> 2140 bytes icons-png/bus.png | Bin 0 -> 3128 bytes icons-png/clear-formatting.png | Bin 0 -> 2268 bytes icons-png/clock.png | Bin 4929 -> 4938 bytes icons-png/color-picker.png | Bin 0 -> 2076 bytes icons-png/exchange.png | Bin 0 -> 4115 bytes icons-png/file-check.png | Bin 2827 -> 2875 bytes icons-png/file-code.png | Bin 3123 -> 3175 bytes icons-png/file-download.png | Bin 2955 -> 3005 bytes icons-png/file-horizontal.png | Bin 2004 -> 2065 bytes icons-png/file-invoice.png | Bin 2822 -> 2878 bytes icons-png/file-minus.png | Bin 2400 -> 2450 bytes icons-png/file-music.png | Bin 2954 -> 3003 bytes icons-png/file-plus.png | Bin 2624 -> 2676 bytes icons-png/file-shredder.png | Bin 2284 -> 2335 bytes icons-png/file-text.png | Bin 2919 -> 2965 bytes icons-png/file-x.png | Bin 2990 -> 3042 bytes icons-png/file.png | Bin 2084 -> 2136 bytes icons-png/firetruck.png | Bin 0 -> 3438 bytes icons-png/forklift.png | Bin 0 -> 2683 bytes icons-png/history.png | Bin 0 -> 5131 bytes icons-png/math.png | Bin 0 -> 2493 bytes icons-png/social.png | Bin 0 -> 3111 bytes icons-png/temperature-minus.png | Bin 0 -> 3221 bytes icons-png/temperature-plus.png | Bin 0 -> 3407 bytes icons-png/terminal-2.png | Bin 0 -> 2898 bytes icons-png/tir.png | Bin 0 -> 3200 bytes icons-png/umbrella.png | Bin 0 -> 3115 bytes icons-png/user-check.png | Bin 4058 -> 4047 bytes icons-png/user-minus.png | Bin 3816 -> 3816 bytes icons-png/user-plus.png | Bin 4122 -> 4110 bytes icons-png/user-x.png | Bin 4211 -> 4198 bytes icons-png/user.png | Bin 3567 -> 3568 bytes icons-png/users.png | Bin 0 -> 5017 bytes icons-png/viewport-narrow.png | Bin 0 -> 2214 bytes icons-png/viewport-wide.png | Bin 0 -> 2266 bytes icons/alien.svg | 9 + icons/atom-2.svg | 12 + icons/ball.svg | 10 + icons/basket.svg | 8 + icons/building-bank.svg | 13 + icons/building-warehouse.svg | 8 + icons/bus.svg | 12 + icons/clear-formatting.svg | 9 + icons/clock.svg | 2 +- icons/color-picker.svg | 7 + icons/exchange.svg | 9 + icons/file-check.svg | 2 +- icons/file-code.svg | 2 +- icons/file-download.svg | 2 +- icons/file-horizontal.svg | 2 +- icons/file-invoice.svg | 2 +- icons/file-minus.svg | 2 +- icons/file-music.svg | 2 +- icons/file-plus.svg | 2 +- icons/file-shredder.svg | 2 +- icons/file-text.svg | 2 +- icons/file-x.svg | 2 +- icons/file.svg | 2 +- icons/firetruck.svg | 12 + icons/forklift.svg | 13 + icons/history.svg | 7 + icons/math.svg | 7 + icons/social.svg | 12 + icons/temperature-minus.svg | 8 + icons/temperature-plus.svg | 9 + icons/terminal-2.svg | 8 + icons/tir.svg | 10 + icons/umbrella.svg | 7 + icons/user-check.svg | 4 +- icons/user-minus.svg | 4 +- icons/user-plus.svg | 4 +- icons/user-x.svg | 4 +- icons/user.svg | 2 +- icons/users.svg | 9 + icons/viewport-narrow.svg | 9 + icons/viewport-wide.svg | 9 + package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 23 + 99 files changed, 1253 insertions(+), 526 deletions(-) create mode 100644 .github/tabler-icons-1.7.0.png create mode 100644 .github/tabler-icons-1.7.0.svg create mode 100644 icons-png/alien.png create mode 100644 icons-png/atom-2.png create mode 100644 icons-png/ball.png create mode 100644 icons-png/basket.png create mode 100644 icons-png/building-bank.png create mode 100644 icons-png/building-warehouse.png create mode 100644 icons-png/bus.png create mode 100644 icons-png/clear-formatting.png create mode 100644 icons-png/color-picker.png create mode 100644 icons-png/exchange.png create mode 100644 icons-png/firetruck.png create mode 100644 icons-png/forklift.png create mode 100644 icons-png/history.png create mode 100644 icons-png/math.png create mode 100644 icons-png/social.png create mode 100644 icons-png/temperature-minus.png create mode 100644 icons-png/temperature-plus.png create mode 100644 icons-png/terminal-2.png create mode 100644 icons-png/tir.png create mode 100644 icons-png/umbrella.png create mode 100644 icons-png/users.png create mode 100644 icons-png/viewport-narrow.png create mode 100644 icons-png/viewport-wide.png create mode 100644 icons/alien.svg create mode 100644 icons/atom-2.svg create mode 100644 icons/ball.svg create mode 100644 icons/basket.svg create mode 100644 icons/building-bank.svg create mode 100644 icons/building-warehouse.svg create mode 100644 icons/bus.svg create mode 100644 icons/clear-formatting.svg create mode 100644 icons/color-picker.svg create mode 100644 icons/exchange.svg create mode 100644 icons/firetruck.svg create mode 100644 icons/forklift.svg create mode 100644 icons/history.svg create mode 100644 icons/math.svg create mode 100644 icons/social.svg create mode 100644 icons/temperature-minus.svg create mode 100644 icons/temperature-plus.svg create mode 100644 icons/terminal-2.svg create mode 100644 icons/tir.svg create mode 100644 icons/umbrella.svg create mode 100644 icons/users.svg create mode 100644 icons/viewport-narrow.svg create mode 100644 icons/viewport-wide.svg diff --git a/.github/icons.png b/.github/icons.png index 1fcb9fa..0e7d38e 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 851b2b3..1778a7e 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -12,6 +12,8 @@ + + @@ -102,18 +104,24 @@ + + + + + + @@ -188,6 +196,8 @@ + + @@ -198,12 +208,16 @@ + + + + @@ -278,6 +292,8 @@ + + @@ -289,7 +305,7 @@ - + @@ -306,6 +322,8 @@ + + @@ -418,6 +436,8 @@ + + @@ -427,33 +447,35 @@ - + - + - + - + - + - + - + - + - + - + - + - + + + @@ -488,6 +510,8 @@ + + @@ -530,6 +554,8 @@ + + @@ -640,6 +666,8 @@ + + @@ -816,6 +844,8 @@ + + @@ -864,10 +894,16 @@ + + + + + + @@ -880,6 +916,8 @@ + + @@ -902,6 +940,8 @@ + + @@ -911,17 +951,23 @@ - + + + - + - + - + - + + + + + @@ -961,475 +1007,498 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.7.0.png b/.github/tabler-icons-1.7.0.png new file mode 100644 index 0000000..676ea2a Binary files /dev/null and b/.github/tabler-icons-1.7.0.png differ diff --git a/.github/tabler-icons-1.7.0.svg b/.github/tabler-icons-1.7.0.svg new file mode 100644 index 0000000..b6d3eed --- /dev/null +++ b/.github/tabler-icons-1.7.0.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 574ae82..fb651f1 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","alarm":"ea04","alert-circle":"ea05","alert-triangle":"ea06","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","anchor":"eb76","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","at":"ea2b","atom":"eb79","award":"ea2c","backspace":"ea2d","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","bed":"eb5c","bell":"ea35","bike":"ea36","bluetooth":"ea37","bold":"eb7b","bolt":"ea38","book":"ea39","bookmark":"ea3a","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-hospital":"ea4d","building-store":"ea4e","bulb":"ea51","bulb-off":"ea50","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","car":"ebbb","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevrons-down":"ea63","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chrome":"eb81","circle":"ea6b","circle-check":"ea67","circle-minus":"ea68","circle-plus":"ea69","circle-x":"ea6a","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-swatch":"eb61","columns":"eb83","command":"ea78","compass":"ea79","copy":"ea7a","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","crop":"ea85","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","devices":"eb87","diamond":"eb65","dice":"eb66","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exposure":"eb8c","external-link":"ea99","eye":"ea9a","face-id":"ea9b","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-x":"eaa3","filter":"eaa5","fingerprint":"ebd1","flag":"eaa6","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-right":"ebb3","floppy-disk":"eaa9","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","frame":"eaaf","friends":"eab0","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","grid":"eabb","grid-dots":"eaba","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","help":"eabf","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","key":"eac7","keyboard":"ebd6","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-case":"ebbf","license":"ebc0","lifebuoy":"eadd","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","location":"eae0","lock":"eae2","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","maximize":"eaea","menu":"eaeb","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","messages":"eb6c","microphone":"eaf0","minimize":"eaf1","minus":"eaf2","mood-confuzed":"eaf3","mood-happy":"eaf4","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-tongue":"eb95","moon":"eaf8","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","omega":"eb97","outlet":"ebd7","package":"eaff","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pencil":"eb04","phone":"eb09","phone-call":"eb05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","photo":"eb0a","pillow":"eb98","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","scale":"ebc2","scan":"ebc8","scissors":"eb1b","search":"eb1c","selector":"eb1d","send":"eb1e","separator":"ebda","server":"eb1f","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-x":"eb23","shopping-cart":"eb25","sitemap":"eb9d","slice":"ebdb","slideshow":"ebc9","sort-ascending":"eb26","sort-descending":"eb27","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-x":"eb2b","stack":"eb2d","star":"eb2e","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","sum":"eb73","sun":"eb30","superscript":"eba0","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","template":"eb39","terminal":"ebdc","test-pipe":"eb3a","text-wrap":"ebdd","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","trash":"eb41","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","trophy":"eb45","truck":"ebc4","typography":"ebc5","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-minus":"eb4a","user-plus":"eb4b","user-x":"eb4c","viewfinder":"eb4e","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","wallet":"eb75","wand":"ebcb","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","woman":"eb53","world":"eb54","x":"eb55","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","alarm":"ea04","alert-circle":"ea05","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","anchor":"eb76","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backspace":"ea2d","ball":"ebe0","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","bed":"eb5c","bell":"ea35","bike":"ea36","bluetooth":"ea37","bold":"eb7b","bolt":"ea38","book":"ea39","bookmark":"ea3a","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-hospital":"ea4d","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","car":"ebbb","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevrons-down":"ea63","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chrome":"eb81","circle":"ea6b","circle-check":"ea67","circle-minus":"ea68","circle-plus":"ea69","circle-x":"ea6a","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","command":"ea78","compass":"ea79","copy":"ea7a","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","crop":"ea85","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","devices":"eb87","diamond":"eb65","dice":"eb66","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","face-id":"ea9b","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-x":"eaa3","filter":"eaa5","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-right":"ebb3","floppy-disk":"eaa9","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","grid":"eabb","grid-dots":"eaba","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","help":"eabf","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","key":"eac7","keyboard":"ebd6","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-case":"ebbf","license":"ebc0","lifebuoy":"eadd","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","location":"eae0","lock":"eae2","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","math":"ebeb","maximize":"eaea","menu":"eaeb","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","messages":"eb6c","microphone":"eaf0","minimize":"eaf1","minus":"eaf2","mood-confuzed":"eaf3","mood-happy":"eaf4","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-tongue":"eb95","moon":"eaf8","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","omega":"eb97","outlet":"ebd7","package":"eaff","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pencil":"eb04","phone":"eb09","phone-call":"eb05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","photo":"eb0a","pillow":"eb98","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","scale":"ebc2","scan":"ebc8","scissors":"eb1b","search":"eb1c","selector":"eb1d","send":"eb1e","separator":"ebda","server":"eb1f","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-x":"eb23","shopping-cart":"eb25","sitemap":"eb9d","slice":"ebdb","slideshow":"ebc9","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-x":"eb2b","stack":"eb2d","star":"eb2e","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","sum":"eb73","sun":"eb30","superscript":"eba0","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","trash":"eb41","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","trophy":"eb45","truck":"ebc4","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-minus":"eb4a","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","wallet":"eb75","wand":"ebcb","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","woman":"eb53","world":"eb54","x":"eb55","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index cf03828..6cf895a 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 233ff0f..2baaa60 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 8e8745a..a3a7ae2 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 e614d66..9238b99 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 cbbeabf..d9c7a95 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.6.1 by tabler - https://tabler.io + * Tabler Icons 1.7.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -52,6 +52,10 @@ content: ""; } +.ti-alien:before { + content: ""; +} + .ti-align-center:before { content: ""; } @@ -236,6 +240,10 @@ content: ""; } +.ti-atom-2:before { + content: ""; +} + .ti-award:before { content: ""; } @@ -244,6 +252,10 @@ content: ""; } +.ti-ball:before { + content: ""; +} + .ti-ban:before { content: ""; } @@ -256,6 +268,10 @@ content: ""; } +.ti-basket:before { + content: ""; +} + .ti-battery:before { content: ""; } @@ -408,6 +424,10 @@ content: ""; } +.ti-building-bank:before { + content: ""; +} + .ti-building-bridge:before { content: ""; } @@ -428,6 +448,10 @@ content: ""; } +.ti-building-warehouse:before { + content: ""; +} + .ti-bulb:before { content: ""; } @@ -436,6 +460,10 @@ content: ""; } +.ti-bus:before { + content: ""; +} + .ti-calculator:before { content: ""; } @@ -584,6 +612,10 @@ content: ""; } +.ti-clear-formatting:before { + content: ""; +} + .ti-click:before { content: ""; } @@ -640,6 +672,10 @@ content: ""; } +.ti-color-picker:before { + content: ""; +} + .ti-color-swatch:before { content: ""; } @@ -864,6 +900,10 @@ content: ""; } +.ti-exchange:before { + content: ""; +} + .ti-exposure:before { content: ""; } @@ -936,6 +976,10 @@ content: ""; } +.ti-firetruck:before { + content: ""; +} + .ti-flag:before { content: ""; } @@ -1004,6 +1048,10 @@ content: ""; } +.ti-forklift:before { + content: ""; +} + .ti-frame:before { content: ""; } @@ -1088,6 +1136,10 @@ content: ""; } +.ti-history:before { + content: ""; +} + .ti-home:before { content: ""; } @@ -1308,6 +1360,10 @@ content: ""; } +.ti-math:before { + content: ""; +} + .ti-maximize:before { content: ""; } @@ -1660,6 +1716,10 @@ content: ""; } +.ti-social:before { + content: ""; +} + .ti-sort-ascending:before { content: ""; } @@ -1760,6 +1820,14 @@ content: ""; } +.ti-temperature-minus:before { + content: ""; +} + +.ti-temperature-plus:before { + content: ""; +} + .ti-template:before { content: ""; } @@ -1768,6 +1836,10 @@ content: ""; } +.ti-terminal-2:before { + content: ""; +} + .ti-test-pipe:before { content: ""; } @@ -1788,6 +1860,10 @@ content: ""; } +.ti-tir:before { + content: ""; +} + .ti-toggle-left:before { content: ""; } @@ -1832,6 +1908,10 @@ content: ""; } +.ti-umbrella:before { + content: ""; +} + .ti-underline:before { content: ""; } @@ -1868,10 +1948,22 @@ content: ""; } +.ti-users:before { + content: ""; +} + .ti-viewfinder:before { content: ""; } +.ti-viewport-narrow:before { + content: ""; +} + +.ti-viewport-wide:before { + content: ""; +} + .ti-virus:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index df50b1d..6e8b116 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.6.1 + Tabler Icons - version 1.7.0 @@ -39,8 +39,8 @@ background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); border-radius: 3px; - border-top-right-radius: 0px; - border-top-left-radius: 0px; + border-top-right-radius: 0; + border-top-left-radius: 0; } .tabler-icons { @@ -85,6 +85,7 @@ text-align: center; margin: 2rem 0 3rem; } + .search-bar { padding: 0.75rem 1.5rem; background: #fff; @@ -108,12 +109,13 @@

Tabler Icons

-

version 1.6.1

+

version 1.7.0

+
@@ -180,6 +182,15 @@
+
+ + alien +
+ ti ti-alien
+ \ebde +
+
+
align-center @@ -594,6 +605,15 @@
+
+ + atom-2 +
+ ti ti-atom-2
+ \ebdf +
+
+
award @@ -612,6 +632,15 @@
+
+ + ball +
+ ti ti-ball
+ \ebe0 +
+
+
ban @@ -639,6 +668,15 @@
+
+ + basket +
+ ti ti-basket
+ \ebe1 +
+
+
battery @@ -981,6 +1019,15 @@
+
+ + building-bank +
+ ti ti-building-bank
+ \ebe2 +
+
+
building-bridge @@ -1026,6 +1073,15 @@
+
+ + building-warehouse +
+ ti ti-building-warehouse
+ \ebe3 +
+
+
bulb @@ -1044,6 +1100,15 @@
+
+ + bus +
+ ti ti-bus
+ \ebe4 +
+
+
calculator @@ -1377,6 +1442,15 @@
+
+ + clear-formatting +
+ ti ti-clear-formatting
+ \ebe5 +
+
+
click @@ -1503,6 +1577,15 @@
+
+ + color-picker +
+ ti ti-color-picker
+ \ebe6 +
+
+
color-swatch @@ -2007,6 +2090,15 @@
+
+ + exchange +
+ ti ti-exchange
+ \ebe7 +
+
+
exposure @@ -2169,6 +2261,15 @@
+
+ + firetruck +
+ ti ti-firetruck
+ \ebe8 +
+
+
flag @@ -2322,6 +2423,15 @@
+
+ + forklift +
+ ti ti-forklift
+ \ebe9 +
+
+
frame @@ -2511,6 +2621,15 @@
+
+ + history +
+ ti ti-history
+ \ebea +
+
+
home @@ -3006,6 +3125,15 @@
+
+ + math +
+ ti ti-math
+ \ebeb +
+
+
maximize @@ -3798,6 +3926,15 @@
+
+ + social +
+ ti ti-social
+ \ebec +
+
+
sort-ascending @@ -4023,6 +4160,24 @@
+
+ + temperature-minus +
+ ti ti-temperature-minus
+ \ebed +
+
+ +
+ + temperature-plus +
+ ti ti-temperature-plus
+ \ebee +
+
+
template @@ -4041,6 +4196,15 @@
+
+ + terminal-2 +
+ ti ti-terminal-2
+ \ebef +
+
+
test-pipe @@ -4086,6 +4250,15 @@
+
+ + tir +
+ ti ti-tir
+ \ebf0 +
+
+
toggle-left @@ -4185,6 +4358,15 @@
+
+ + umbrella +
+ ti ti-umbrella
+ \ebf1 +
+
+
underline @@ -4266,6 +4448,15 @@
+
+ + users +
+ ti ti-users
+ \ebf2 +
+
+
viewfinder @@ -4275,6 +4466,24 @@
+
+ + viewport-narrow +
+ ti ti-viewport-narrow
+ \ebf3 +
+
+ +
+ + viewport-wide +
+ ti ti-viewport-wide
+ \ebf4 +
+
+
virus @@ -4414,9 +4623,6 @@
- - - + diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 24913b0..5600289 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.6.1 by tabler - https://tabler.io + * Tabler Icons 1.7.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-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-apps: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-barcode: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-braces:before{content:""}.ti-brackets:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush: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-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-car: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-click: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-discount: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-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis: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-code: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-fingerprint:before{content:""}.ti-flag:before{content:""}.ti-flask: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-focus-2: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-forbid:before{content:""}.ti-forbid-2: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-keyboard:before{content:""}.ti-language: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-letter-case:before{content:""}.ti-license: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-new-section: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-outlet:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses: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-plug: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-replace: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-scale:before{content:""}.ti-scan:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator: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-slice:before{content:""}.ti-slideshow: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-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap: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-tools: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-truck:before{content:""}.ti-typography: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-wand: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-alien: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-apps: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-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket: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-braces:before{content:""}.ti-brackets:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank: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-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-car: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-clear-formatting:before{content:""}.ti-click: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-picker: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-discount: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-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange: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-code: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-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flask: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-focus-2: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-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift: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-history: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-keyboard:before{content:""}.ti-language: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-letter-case:before{content:""}.ti-license: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-math: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-new-section: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-outlet:before{content:""}.ti-package:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses: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-plug: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-replace: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-scale:before{content:""}.ti-scan:before{content:""}.ti-scissors:before{content:""}.ti-search:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator: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-slice:before{content:""}.ti-slideshow:before{content:""}.ti-social: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-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools: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-truck:before{content:""}.ti-typography:before{content:""}.ti-umbrella: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-users:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide: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-wand: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 12435ce..193e708 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.6.1 by tabler - https://tabler.io + * Tabler Icons 1.7.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -41,6 +41,7 @@ $ti-icon-adjustments: '\ea03'; $ti-icon-alarm: '\ea04'; $ti-icon-alert-circle: '\ea05'; $ti-icon-alert-triangle: '\ea06'; +$ti-icon-alien: '\ebde'; $ti-icon-align-center: '\ea07'; $ti-icon-align-justified: '\ea08'; $ti-icon-align-left: '\ea09'; @@ -87,11 +88,14 @@ $ti-icon-arrows-vertical: '\eb5b'; $ti-icon-artboard: '\ea2a'; $ti-icon-at: '\ea2b'; $ti-icon-atom: '\eb79'; +$ti-icon-atom-2: '\ebdf'; $ti-icon-award: '\ea2c'; $ti-icon-backspace: '\ea2d'; +$ti-icon-ball: '\ebe0'; $ti-icon-ban: '\ea2e'; $ti-icon-bandage: '\eb7a'; $ti-icon-barcode: '\ebc6'; +$ti-icon-basket: '\ebe1'; $ti-icon-battery: '\ea34'; $ti-icon-battery-1: '\ea2f'; $ti-icon-battery-2: '\ea30'; @@ -130,13 +134,16 @@ $ti-icon-bucket: '\ea47'; $ti-icon-bug: '\ea48'; $ti-icon-building: '\ea4f'; $ti-icon-building-arch: '\ea49'; +$ti-icon-building-bank: '\ebe2'; $ti-icon-building-bridge: '\ea4b'; $ti-icon-building-bridge-2: '\ea4a'; $ti-icon-building-church: '\ea4c'; $ti-icon-building-hospital: '\ea4d'; $ti-icon-building-store: '\ea4e'; +$ti-icon-building-warehouse: '\ebe3'; $ti-icon-bulb: '\ea51'; $ti-icon-bulb-off: '\ea50'; +$ti-icon-bus: '\ebe4'; $ti-icon-calculator: '\eb80'; $ti-icon-calendar: '\ea53'; $ti-icon-calendar-event: '\ea52'; @@ -174,6 +181,7 @@ $ti-icon-circle-check: '\ea67'; $ti-icon-circle-minus: '\ea68'; $ti-icon-circle-plus: '\ea69'; $ti-icon-circle-x: '\ea6a'; +$ti-icon-clear-formatting: '\ebe5'; $ti-icon-click: '\ebbc'; $ti-icon-clipboard: '\ea6f'; $ti-icon-clipboard-check: '\ea6c'; @@ -188,6 +196,7 @@ $ti-icon-cloud-storm: '\ea74'; $ti-icon-cloud-upload: '\ea75'; $ti-icon-code: '\ea77'; $ti-icon-coin: '\eb82'; +$ti-icon-color-picker: '\ebe6'; $ti-icon-color-swatch: '\eb61'; $ti-icon-columns: '\eb83'; $ti-icon-command: '\ea78'; @@ -244,6 +253,7 @@ $ti-icon-edit: '\ea98'; $ti-icon-egg: '\eb8a'; $ti-icon-emphasis: '\ebcf'; $ti-icon-eraser: '\eb8b'; +$ti-icon-exchange: '\ebe7'; $ti-icon-exposure: '\eb8c'; $ti-icon-external-link: '\ea99'; $ti-icon-eye: '\ea9a'; @@ -262,6 +272,7 @@ $ti-icon-file-text: '\eaa2'; $ti-icon-file-x: '\eaa3'; $ti-icon-filter: '\eaa5'; $ti-icon-fingerprint: '\ebd1'; +$ti-icon-firetruck: '\ebe8'; $ti-icon-flag: '\eaa6'; $ti-icon-flask: '\ebd2'; $ti-icon-flip-horizontal: '\eaa7'; @@ -279,6 +290,7 @@ $ti-icon-folder-x: '\eaac'; $ti-icon-folders: '\eaae'; $ti-icon-forbid: '\ebd5'; $ti-icon-forbid-2: '\ebd4'; +$ti-icon-forklift: '\ebe9'; $ti-icon-frame: '\eaaf'; $ti-icon-friends: '\eab0'; $ti-icon-gauge: '\eab1'; @@ -300,6 +312,7 @@ $ti-icon-headphones: '\eabd'; $ti-icon-headset: '\eb90'; $ti-icon-heart: '\eabe'; $ti-icon-help: '\eabf'; +$ti-icon-history: '\ebea'; $ti-icon-home: '\eac1'; $ti-icon-home-2: '\eac0'; $ti-icon-ice-cream: '\eac2'; @@ -355,6 +368,7 @@ $ti-icon-man: '\eae6'; $ti-icon-map: '\eae9'; $ti-icon-map-2: '\eae7'; $ti-icon-map-pin: '\eae8'; +$ti-icon-math: '\ebeb'; $ti-icon-maximize: '\eaea'; $ti-icon-menu: '\eaeb'; $ti-icon-message: '\eaef'; @@ -443,6 +457,7 @@ $ti-icon-shopping-cart: '\eb25'; $ti-icon-sitemap: '\eb9d'; $ti-icon-slice: '\ebdb'; $ti-icon-slideshow: '\ebc9'; +$ti-icon-social: '\ebec'; $ti-icon-sort-ascending: '\eb26'; $ti-icon-sort-descending: '\eb27'; $ti-icon-square: '\eb2c'; @@ -468,13 +483,17 @@ $ti-icon-tax: '\ebc3'; $ti-icon-temperature: '\eb38'; $ti-icon-temperature-celsius: '\eb36'; $ti-icon-temperature-fahrenheit: '\eb37'; +$ti-icon-temperature-minus: '\ebed'; +$ti-icon-temperature-plus: '\ebee'; $ti-icon-template: '\eb39'; $ti-icon-terminal: '\ebdc'; +$ti-icon-terminal-2: '\ebef'; $ti-icon-test-pipe: '\eb3a'; $ti-icon-text-wrap: '\ebdd'; $ti-icon-thumb-down: '\eb3b'; $ti-icon-thumb-up: '\eb3c'; $ti-icon-ticket: '\eb3d'; +$ti-icon-tir: '\ebf0'; $ti-icon-toggle-left: '\eb3e'; $ti-icon-toggle-right: '\eb3f'; $ti-icon-tool: '\eb40'; @@ -486,6 +505,7 @@ $ti-icon-triangle: '\eb44'; $ti-icon-trophy: '\eb45'; $ti-icon-truck: '\ebc4'; $ti-icon-typography: '\ebc5'; +$ti-icon-umbrella: '\ebf1'; $ti-icon-underline: '\eba2'; $ti-icon-unlink: '\eb46'; $ti-icon-upload: '\eb47'; @@ -495,7 +515,10 @@ $ti-icon-user-check: '\eb49'; $ti-icon-user-minus: '\eb4a'; $ti-icon-user-plus: '\eb4b'; $ti-icon-user-x: '\eb4c'; +$ti-icon-users: '\ebf2'; $ti-icon-viewfinder: '\eb4e'; +$ti-icon-viewport-narrow: '\ebf3'; +$ti-icon-viewport-wide: '\ebf4'; $ti-icon-virus: '\eb74'; $ti-icon-volume: '\eb51'; $ti-icon-volume-2: '\eb4f'; @@ -520,6 +543,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-alarm:before { content: $ti-icon-alarm; } .#{$ti-icon-prefix}-alert-circle:before { content: $ti-icon-alert-circle; } .#{$ti-icon-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; } +.#{$ti-icon-prefix}-alien:before { content: $ti-icon-alien; } .#{$ti-icon-prefix}-align-center:before { content: $ti-icon-align-center; } .#{$ti-icon-prefix}-align-justified:before { content: $ti-icon-align-justified; } .#{$ti-icon-prefix}-align-left:before { content: $ti-icon-align-left; } @@ -566,11 +590,14 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-artboard:before { content: $ti-icon-artboard; } .#{$ti-icon-prefix}-at:before { content: $ti-icon-at; } .#{$ti-icon-prefix}-atom:before { content: $ti-icon-atom; } +.#{$ti-icon-prefix}-atom-2:before { content: $ti-icon-atom-2; } .#{$ti-icon-prefix}-award:before { content: $ti-icon-award; } .#{$ti-icon-prefix}-backspace:before { content: $ti-icon-backspace; } +.#{$ti-icon-prefix}-ball:before { content: $ti-icon-ball; } .#{$ti-icon-prefix}-ban:before { content: $ti-icon-ban; } .#{$ti-icon-prefix}-bandage:before { content: $ti-icon-bandage; } .#{$ti-icon-prefix}-barcode:before { content: $ti-icon-barcode; } +.#{$ti-icon-prefix}-basket:before { content: $ti-icon-basket; } .#{$ti-icon-prefix}-battery:before { content: $ti-icon-battery; } .#{$ti-icon-prefix}-battery-1:before { content: $ti-icon-battery-1; } .#{$ti-icon-prefix}-battery-2:before { content: $ti-icon-battery-2; } @@ -609,13 +636,16 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-bug:before { content: $ti-icon-bug; } .#{$ti-icon-prefix}-building:before { content: $ti-icon-building; } .#{$ti-icon-prefix}-building-arch:before { content: $ti-icon-building-arch; } +.#{$ti-icon-prefix}-building-bank:before { content: $ti-icon-building-bank; } .#{$ti-icon-prefix}-building-bridge:before { content: $ti-icon-building-bridge; } .#{$ti-icon-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; } .#{$ti-icon-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } .#{$ti-icon-prefix}-building-store:before { content: $ti-icon-building-store; } +.#{$ti-icon-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; } .#{$ti-icon-prefix}-bulb:before { content: $ti-icon-bulb; } .#{$ti-icon-prefix}-bulb-off:before { content: $ti-icon-bulb-off; } +.#{$ti-icon-prefix}-bus:before { content: $ti-icon-bus; } .#{$ti-icon-prefix}-calculator:before { content: $ti-icon-calculator; } .#{$ti-icon-prefix}-calendar:before { content: $ti-icon-calendar; } .#{$ti-icon-prefix}-calendar-event:before { content: $ti-icon-calendar-event; } @@ -653,6 +683,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-circle-minus:before { content: $ti-icon-circle-minus; } .#{$ti-icon-prefix}-circle-plus:before { content: $ti-icon-circle-plus; } .#{$ti-icon-prefix}-circle-x:before { content: $ti-icon-circle-x; } +.#{$ti-icon-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; } .#{$ti-icon-prefix}-click:before { content: $ti-icon-click; } .#{$ti-icon-prefix}-clipboard:before { content: $ti-icon-clipboard; } .#{$ti-icon-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; } @@ -667,6 +698,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; } .#{$ti-icon-prefix}-code:before { content: $ti-icon-code; } .#{$ti-icon-prefix}-coin:before { content: $ti-icon-coin; } +.#{$ti-icon-prefix}-color-picker:before { content: $ti-icon-color-picker; } .#{$ti-icon-prefix}-color-swatch:before { content: $ti-icon-color-swatch; } .#{$ti-icon-prefix}-columns:before { content: $ti-icon-columns; } .#{$ti-icon-prefix}-command:before { content: $ti-icon-command; } @@ -723,6 +755,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-egg:before { content: $ti-icon-egg; } .#{$ti-icon-prefix}-emphasis:before { content: $ti-icon-emphasis; } .#{$ti-icon-prefix}-eraser:before { content: $ti-icon-eraser; } +.#{$ti-icon-prefix}-exchange:before { content: $ti-icon-exchange; } .#{$ti-icon-prefix}-exposure:before { content: $ti-icon-exposure; } .#{$ti-icon-prefix}-external-link:before { content: $ti-icon-external-link; } .#{$ti-icon-prefix}-eye:before { content: $ti-icon-eye; } @@ -741,6 +774,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-file-x:before { content: $ti-icon-file-x; } .#{$ti-icon-prefix}-filter:before { content: $ti-icon-filter; } .#{$ti-icon-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } +.#{$ti-icon-prefix}-firetruck:before { content: $ti-icon-firetruck; } .#{$ti-icon-prefix}-flag:before { content: $ti-icon-flag; } .#{$ti-icon-prefix}-flask:before { content: $ti-icon-flask; } .#{$ti-icon-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; } @@ -758,6 +792,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-folders:before { content: $ti-icon-folders; } .#{$ti-icon-prefix}-forbid:before { content: $ti-icon-forbid; } .#{$ti-icon-prefix}-forbid-2:before { content: $ti-icon-forbid-2; } +.#{$ti-icon-prefix}-forklift:before { content: $ti-icon-forklift; } .#{$ti-icon-prefix}-frame:before { content: $ti-icon-frame; } .#{$ti-icon-prefix}-friends:before { content: $ti-icon-friends; } .#{$ti-icon-prefix}-gauge:before { content: $ti-icon-gauge; } @@ -779,6 +814,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-headset:before { content: $ti-icon-headset; } .#{$ti-icon-prefix}-heart:before { content: $ti-icon-heart; } .#{$ti-icon-prefix}-help:before { content: $ti-icon-help; } +.#{$ti-icon-prefix}-history:before { content: $ti-icon-history; } .#{$ti-icon-prefix}-home:before { content: $ti-icon-home; } .#{$ti-icon-prefix}-home-2:before { content: $ti-icon-home-2; } .#{$ti-icon-prefix}-ice-cream:before { content: $ti-icon-ice-cream; } @@ -834,6 +870,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-map:before { content: $ti-icon-map; } .#{$ti-icon-prefix}-map-2:before { content: $ti-icon-map-2; } .#{$ti-icon-prefix}-map-pin:before { content: $ti-icon-map-pin; } +.#{$ti-icon-prefix}-math:before { content: $ti-icon-math; } .#{$ti-icon-prefix}-maximize:before { content: $ti-icon-maximize; } .#{$ti-icon-prefix}-menu:before { content: $ti-icon-menu; } .#{$ti-icon-prefix}-message:before { content: $ti-icon-message; } @@ -922,6 +959,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-sitemap:before { content: $ti-icon-sitemap; } .#{$ti-icon-prefix}-slice:before { content: $ti-icon-slice; } .#{$ti-icon-prefix}-slideshow:before { content: $ti-icon-slideshow; } +.#{$ti-icon-prefix}-social:before { content: $ti-icon-social; } .#{$ti-icon-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; } .#{$ti-icon-prefix}-sort-descending:before { content: $ti-icon-sort-descending; } .#{$ti-icon-prefix}-square:before { content: $ti-icon-square; } @@ -947,13 +985,17 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-temperature:before { content: $ti-icon-temperature; } .#{$ti-icon-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; } .#{$ti-icon-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; } +.#{$ti-icon-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; } +.#{$ti-icon-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; } .#{$ti-icon-prefix}-template:before { content: $ti-icon-template; } .#{$ti-icon-prefix}-terminal:before { content: $ti-icon-terminal; } +.#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } .#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; } .#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; } .#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } .#{$ti-icon-prefix}-thumb-up:before { content: $ti-icon-thumb-up; } .#{$ti-icon-prefix}-ticket:before { content: $ti-icon-ticket; } +.#{$ti-icon-prefix}-tir:before { content: $ti-icon-tir; } .#{$ti-icon-prefix}-toggle-left:before { content: $ti-icon-toggle-left; } .#{$ti-icon-prefix}-toggle-right:before { content: $ti-icon-toggle-right; } .#{$ti-icon-prefix}-tool:before { content: $ti-icon-tool; } @@ -965,6 +1007,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-trophy:before { content: $ti-icon-trophy; } .#{$ti-icon-prefix}-truck:before { content: $ti-icon-truck; } .#{$ti-icon-prefix}-typography:before { content: $ti-icon-typography; } +.#{$ti-icon-prefix}-umbrella:before { content: $ti-icon-umbrella; } .#{$ti-icon-prefix}-underline:before { content: $ti-icon-underline; } .#{$ti-icon-prefix}-unlink:before { content: $ti-icon-unlink; } .#{$ti-icon-prefix}-upload:before { content: $ti-icon-upload; } @@ -974,7 +1017,10 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-user-minus:before { content: $ti-icon-user-minus; } .#{$ti-icon-prefix}-user-plus:before { content: $ti-icon-user-plus; } .#{$ti-icon-prefix}-user-x:before { content: $ti-icon-user-x; } +.#{$ti-icon-prefix}-users:before { content: $ti-icon-users; } .#{$ti-icon-prefix}-viewfinder:before { content: $ti-icon-viewfinder; } +.#{$ti-icon-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; } +.#{$ti-icon-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; } .#{$ti-icon-prefix}-virus:before { content: $ti-icon-virus; } .#{$ti-icon-prefix}-volume:before { content: $ti-icon-volume; } .#{$ti-icon-prefix}-volume-2:before { content: $ti-icon-volume-2; } diff --git a/icons-png/alien.png b/icons-png/alien.png new file mode 100644 index 0000000..1ffdced Binary files /dev/null and b/icons-png/alien.png differ diff --git a/icons-png/atom-2.png b/icons-png/atom-2.png new file mode 100644 index 0000000..db5de6a Binary files /dev/null and b/icons-png/atom-2.png differ diff --git a/icons-png/ball.png b/icons-png/ball.png new file mode 100644 index 0000000..1a1535b Binary files /dev/null and b/icons-png/ball.png differ diff --git a/icons-png/basket.png b/icons-png/basket.png new file mode 100644 index 0000000..f018bb0 Binary files /dev/null and b/icons-png/basket.png differ diff --git a/icons-png/building-bank.png b/icons-png/building-bank.png new file mode 100644 index 0000000..8e461a3 Binary files /dev/null and b/icons-png/building-bank.png differ diff --git a/icons-png/building-warehouse.png b/icons-png/building-warehouse.png new file mode 100644 index 0000000..740ce24 Binary files /dev/null and b/icons-png/building-warehouse.png differ diff --git a/icons-png/bus.png b/icons-png/bus.png new file mode 100644 index 0000000..6525a96 Binary files /dev/null and b/icons-png/bus.png differ diff --git a/icons-png/clear-formatting.png b/icons-png/clear-formatting.png new file mode 100644 index 0000000..46db897 Binary files /dev/null and b/icons-png/clear-formatting.png differ diff --git a/icons-png/clock.png b/icons-png/clock.png index 8ca132c..492b416 100644 Binary files a/icons-png/clock.png and b/icons-png/clock.png differ diff --git a/icons-png/color-picker.png b/icons-png/color-picker.png new file mode 100644 index 0000000..6780cd4 Binary files /dev/null and b/icons-png/color-picker.png differ diff --git a/icons-png/exchange.png b/icons-png/exchange.png new file mode 100644 index 0000000..721cc63 Binary files /dev/null and b/icons-png/exchange.png differ diff --git a/icons-png/file-check.png b/icons-png/file-check.png index a53acbd..ab6afad 100644 Binary files a/icons-png/file-check.png and b/icons-png/file-check.png differ diff --git a/icons-png/file-code.png b/icons-png/file-code.png index a1bfb9d..106fc13 100644 Binary files a/icons-png/file-code.png and b/icons-png/file-code.png differ diff --git a/icons-png/file-download.png b/icons-png/file-download.png index cbbf4fe..e47c3fc 100644 Binary files a/icons-png/file-download.png and b/icons-png/file-download.png differ diff --git a/icons-png/file-horizontal.png b/icons-png/file-horizontal.png index f90d25b..d00f702 100644 Binary files a/icons-png/file-horizontal.png and b/icons-png/file-horizontal.png differ diff --git a/icons-png/file-invoice.png b/icons-png/file-invoice.png index 553bc6e..2de509d 100644 Binary files a/icons-png/file-invoice.png and b/icons-png/file-invoice.png differ diff --git a/icons-png/file-minus.png b/icons-png/file-minus.png index b439b4d..e44526c 100644 Binary files a/icons-png/file-minus.png and b/icons-png/file-minus.png differ diff --git a/icons-png/file-music.png b/icons-png/file-music.png index 2e30414..c40ef9b 100644 Binary files a/icons-png/file-music.png and b/icons-png/file-music.png differ diff --git a/icons-png/file-plus.png b/icons-png/file-plus.png index 43cb7ae..4791c3f 100644 Binary files a/icons-png/file-plus.png and b/icons-png/file-plus.png differ diff --git a/icons-png/file-shredder.png b/icons-png/file-shredder.png index 28422cd..dbcdaf2 100644 Binary files a/icons-png/file-shredder.png and b/icons-png/file-shredder.png differ diff --git a/icons-png/file-text.png b/icons-png/file-text.png index 18ac84c..3877d6b 100644 Binary files a/icons-png/file-text.png and b/icons-png/file-text.png differ diff --git a/icons-png/file-x.png b/icons-png/file-x.png index fd74343..3e403d8 100644 Binary files a/icons-png/file-x.png and b/icons-png/file-x.png differ diff --git a/icons-png/file.png b/icons-png/file.png index 44595c4..5bf1960 100644 Binary files a/icons-png/file.png and b/icons-png/file.png differ diff --git a/icons-png/firetruck.png b/icons-png/firetruck.png new file mode 100644 index 0000000..7eca3bc Binary files /dev/null and b/icons-png/firetruck.png differ diff --git a/icons-png/forklift.png b/icons-png/forklift.png new file mode 100644 index 0000000..69cb881 Binary files /dev/null and b/icons-png/forklift.png differ diff --git a/icons-png/history.png b/icons-png/history.png new file mode 100644 index 0000000..8ffc6cd Binary files /dev/null and b/icons-png/history.png differ diff --git a/icons-png/math.png b/icons-png/math.png new file mode 100644 index 0000000..f123281 Binary files /dev/null and b/icons-png/math.png differ diff --git a/icons-png/social.png b/icons-png/social.png new file mode 100644 index 0000000..8d8b8d7 Binary files /dev/null and b/icons-png/social.png differ diff --git a/icons-png/temperature-minus.png b/icons-png/temperature-minus.png new file mode 100644 index 0000000..5bf0358 Binary files /dev/null and b/icons-png/temperature-minus.png differ diff --git a/icons-png/temperature-plus.png b/icons-png/temperature-plus.png new file mode 100644 index 0000000..2929b24 Binary files /dev/null and b/icons-png/temperature-plus.png differ diff --git a/icons-png/terminal-2.png b/icons-png/terminal-2.png new file mode 100644 index 0000000..9b33f5c Binary files /dev/null and b/icons-png/terminal-2.png differ diff --git a/icons-png/tir.png b/icons-png/tir.png new file mode 100644 index 0000000..81173e2 Binary files /dev/null and b/icons-png/tir.png differ diff --git a/icons-png/umbrella.png b/icons-png/umbrella.png new file mode 100644 index 0000000..1df01ae Binary files /dev/null and b/icons-png/umbrella.png differ diff --git a/icons-png/user-check.png b/icons-png/user-check.png index 8cb869f..6877fa4 100644 Binary files a/icons-png/user-check.png and b/icons-png/user-check.png differ diff --git a/icons-png/user-minus.png b/icons-png/user-minus.png index 1248e79..6068808 100644 Binary files a/icons-png/user-minus.png and b/icons-png/user-minus.png differ diff --git a/icons-png/user-plus.png b/icons-png/user-plus.png index 254c78b..504bd99 100644 Binary files a/icons-png/user-plus.png and b/icons-png/user-plus.png differ diff --git a/icons-png/user-x.png b/icons-png/user-x.png index 30f73b6..457256b 100644 Binary files a/icons-png/user-x.png and b/icons-png/user-x.png differ diff --git a/icons-png/user.png b/icons-png/user.png index 5eccfee..8e39b7d 100644 Binary files a/icons-png/user.png and b/icons-png/user.png differ diff --git a/icons-png/users.png b/icons-png/users.png new file mode 100644 index 0000000..6d186db Binary files /dev/null and b/icons-png/users.png differ diff --git a/icons-png/viewport-narrow.png b/icons-png/viewport-narrow.png new file mode 100644 index 0000000..17809e5 Binary files /dev/null and b/icons-png/viewport-narrow.png differ diff --git a/icons-png/viewport-wide.png b/icons-png/viewport-wide.png new file mode 100644 index 0000000..835dcc6 Binary files /dev/null and b/icons-png/viewport-wide.png differ diff --git a/icons/alien.svg b/icons/alien.svg new file mode 100644 index 0000000..2c89f9a --- /dev/null +++ b/icons/alien.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/atom-2.svg b/icons/atom-2.svg new file mode 100644 index 0000000..7f57948 --- /dev/null +++ b/icons/atom-2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/ball.svg b/icons/ball.svg new file mode 100644 index 0000000..a08a21d --- /dev/null +++ b/icons/ball.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/basket.svg b/icons/basket.svg new file mode 100644 index 0000000..9c78bc0 --- /dev/null +++ b/icons/basket.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/building-bank.svg b/icons/building-bank.svg new file mode 100644 index 0000000..816e098 --- /dev/null +++ b/icons/building-bank.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/building-warehouse.svg b/icons/building-warehouse.svg new file mode 100644 index 0000000..1081f5e --- /dev/null +++ b/icons/building-warehouse.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/bus.svg b/icons/bus.svg new file mode 100644 index 0000000..b05d46e --- /dev/null +++ b/icons/bus.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/clear-formatting.svg b/icons/clear-formatting.svg new file mode 100644 index 0000000..e019c30 --- /dev/null +++ b/icons/clear-formatting.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/clock.svg b/icons/clock.svg index 96e7a56..a7a8be6 100644 --- a/icons/clock.svg +++ b/icons/clock.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/color-picker.svg b/icons/color-picker.svg new file mode 100644 index 0000000..6d4561b --- /dev/null +++ b/icons/color-picker.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/exchange.svg b/icons/exchange.svg new file mode 100644 index 0000000..25178f5 --- /dev/null +++ b/icons/exchange.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-check.svg b/icons/file-check.svg index 6a60351..48cf9e1 100644 --- a/icons/file-check.svg +++ b/icons/file-check.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-code.svg b/icons/file-code.svg index 692796b..b5878c8 100644 --- a/icons/file-code.svg +++ b/icons/file-code.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-download.svg b/icons/file-download.svg index 603220b..3558a46 100644 --- a/icons/file-download.svg +++ b/icons/file-download.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-horizontal.svg b/icons/file-horizontal.svg index e2d5644..27b98c9 100644 --- a/icons/file-horizontal.svg +++ b/icons/file-horizontal.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-invoice.svg b/icons/file-invoice.svg index 39c20ff..b12058f 100644 --- a/icons/file-invoice.svg +++ b/icons/file-invoice.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-minus.svg b/icons/file-minus.svg index af236f7..9a57728 100644 --- a/icons/file-minus.svg +++ b/icons/file-minus.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-music.svg b/icons/file-music.svg index 7a59951..0b42ec1 100644 --- a/icons/file-music.svg +++ b/icons/file-music.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-plus.svg b/icons/file-plus.svg index 531ae18..9f9d2fd 100644 --- a/icons/file-plus.svg +++ b/icons/file-plus.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-shredder.svg b/icons/file-shredder.svg index 65c0b0f..866f872 100644 --- a/icons/file-shredder.svg +++ b/icons/file-shredder.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-text.svg b/icons/file-text.svg index e37e18c..61d1947 100644 --- a/icons/file-text.svg +++ b/icons/file-text.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file-x.svg b/icons/file-x.svg index e150ce6..9c811a6 100644 --- a/icons/file-x.svg +++ b/icons/file-x.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/file.svg b/icons/file.svg index 97ce93d..dc8d6f8 100644 --- a/icons/file.svg +++ b/icons/file.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/firetruck.svg b/icons/firetruck.svg new file mode 100644 index 0000000..69d467d --- /dev/null +++ b/icons/firetruck.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/forklift.svg b/icons/forklift.svg new file mode 100644 index 0000000..383537f --- /dev/null +++ b/icons/forklift.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/history.svg b/icons/history.svg new file mode 100644 index 0000000..a4c8123 --- /dev/null +++ b/icons/history.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/math.svg b/icons/math.svg new file mode 100644 index 0000000..6de3663 --- /dev/null +++ b/icons/math.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/social.svg b/icons/social.svg new file mode 100644 index 0000000..b093f89 --- /dev/null +++ b/icons/social.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/temperature-minus.svg b/icons/temperature-minus.svg new file mode 100644 index 0000000..a00155f --- /dev/null +++ b/icons/temperature-minus.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/temperature-plus.svg b/icons/temperature-plus.svg new file mode 100644 index 0000000..b7a2a89 --- /dev/null +++ b/icons/temperature-plus.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/terminal-2.svg b/icons/terminal-2.svg new file mode 100644 index 0000000..f385c9f --- /dev/null +++ b/icons/terminal-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/tir.svg b/icons/tir.svg new file mode 100644 index 0000000..fc87db6 --- /dev/null +++ b/icons/tir.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/umbrella.svg b/icons/umbrella.svg new file mode 100644 index 0000000..549d2d4 --- /dev/null +++ b/icons/umbrella.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/user-check.svg b/icons/user-check.svg index 67752a0..4b0b33d 100644 --- a/icons/user-check.svg +++ b/icons/user-check.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/user-minus.svg b/icons/user-minus.svg index 0461dd4..da92a98 100644 --- a/icons/user-minus.svg +++ b/icons/user-minus.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/user-plus.svg b/icons/user-plus.svg index 07a9fe1..bf8c943 100644 --- a/icons/user-plus.svg +++ b/icons/user-plus.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/user-x.svg b/icons/user-x.svg index 4252d79..c6af7d5 100644 --- a/icons/user-x.svg +++ b/icons/user-x.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/user.svg b/icons/user.svg index b5f7ca6..9c92c87 100644 --- a/icons/user.svg +++ b/icons/user.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/users.svg b/icons/users.svg new file mode 100644 index 0000000..4353fed --- /dev/null +++ b/icons/users.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/viewport-narrow.svg b/icons/viewport-narrow.svg new file mode 100644 index 0000000..955c204 --- /dev/null +++ b/icons/viewport-narrow.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/viewport-wide.svg b/icons/viewport-wide.svg new file mode 100644 index 0000000..ad85133 --- /dev/null +++ b/icons/viewport-wide.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/package.json b/package.json index a9ea238..6e01c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.6.1", + "version": "1.7.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 1589378..cd8018e 100644 --- a/tabler-sprite-nostroke.svg +++ b/tabler-sprite-nostroke.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tabler-sprite.svg b/tabler-sprite.svg index c1094d2..0439d63 100644 --- a/tabler-sprite.svg +++ b/tabler-sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tags.json b/tags.json index 5b5404b..8ec42db 100644 --- a/tags.json +++ b/tags.json @@ -6,6 +6,7 @@ "alarm": ["alarm", "time", "watch", "clock", "ring"], "alert-circle": ["alert", "circle", "warning", "danger", "caution", "risk"], "alert-triangle": ["alert", "triangle", "warning", "danger", "caution", "risk"], + "alien": ["alien"], "align-center": ["align", "center", "text", "alignment", "position"], "align-justified": ["align", "justified", "text", "alignment", "position"], "align-left": ["align", "left", "text", "alignment", "position"], @@ -51,12 +52,15 @@ "arrows-vertical": ["arrows", "vertical", "expand", "stretch", "top", "bottom"], "artboard": ["artboard", "graphics", "drawing", "design", "art", "canvas"], "at": ["at", "email", "message", "mention", "sign", "@"], + "atom-2": ["atom", "2"], "atom": ["atom", "unit", "element", "part", "electrons"], "award": ["award", "prize", "reward", "competition", "contest", "win"], "backspace": ["backspace", "delete", "remove", "eliminate"], + "ball": ["ball"], "ban": ["ban", "no", "reject", "restriction", "prohibited"], "bandage": ["bandage", "patch", "wound", "cut", "pain"], "barcode": ["barcode", "product", "shop", "scan", "supermarket"], + "basket": ["basket"], "battery-1": ["battery", "1", "energy", "power", "electricity"], "battery-2": ["battery", "2", "energy", "power", "electricity"], "battery-3": ["battery", "3", "energy", "power", "electricity"], @@ -94,14 +98,17 @@ "bucket": ["bucket", "collection", "container", "water", "liquid"], "bug": ["bug", "germ", "insect", "error", "nature"], "building-arch": ["building", "arch", "arc", "curve", "dome", "monument", "history", "architecture"], + "building-bank": ["building", "bank"], "building-bridge-2": ["building", "bridge", "2", "architecture", "urban", "river", "overpass", "city", "countryside"], "building-bridge": ["building", "bridge", "architecture", "urban", "river", "overpass", "city", "countryside"], "building-church": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer"], "building-hospital": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], "building-store": ["building", "store", "shopping", "shop", "supermarket", "market", "products", "retail", "buy", "sell"], + "building-warehouse": ["building", "warehouse"], "building": ["building", "flat", "office", "city", "urban", "scyscraper", "architecture", "construction"], "bulb-off": ["bulb", "off", "energy", "power", "electricity", "creativity", "light", "idea"], "bulb": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea"], + "bus": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "calculator": ["calculator", "math", "count", "add", "subtract", "multiply", "divide", "amount"], "calendar-event": ["calendar", "event", "date", "day", "plan", "schedule", "agenda"], "calendar-minus": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda"], @@ -139,6 +146,7 @@ "circle-plus": ["circle", "plus", "add", "create", "new"], "circle-x": ["circle", "x", "cancel", "no"], "circle": ["circle", "false", "zero"], + "clear-formatting": ["clear", "formatting"], "click": ["click", "select", "cursor"], "clipboard-check": ["clipboard", "check", "copy", "yes"], "clipboard-list": ["clipboard", "list", "copy", "items"], @@ -153,6 +161,7 @@ "cloud": ["cloud", "weather", "online"], "code": ["code", "brackets", "source", "programming", "command"], "coin": ["coin", "money", "earn", "salary", "change", "dollar"], + "color-picker": ["color", "picker"], "color-swatch": ["color", "swatch", "sample", "choice", "selection"], "columns": ["columns", "text", "gap", "table"], "command": ["command", "apple", "key", "keyboard", "cmd"], @@ -209,6 +218,7 @@ "egg": ["egg", "food", "easter", "chicken"], "emphasis": ["emphasis", "highlight", "priority", "stress"], "eraser": ["eraser", "delete", "remove", "eliminate", "wipe-out"], + "exchange": ["exchange"], "exposure": ["exposure", "light", "bright", "dark", "camera"], "external-link": ["external", "link", "connection", "outbound", "redirect"], "eye": ["eye", "view", "watch"], @@ -227,6 +237,7 @@ "file": ["file", "paper", "new"], "filter": ["filter", "funnel", "hopper", "filtration"], "fingerprint": ["fingerprint", "indentify", "mark", "surface", "security", "access"], + "firetruck": ["firetruck"], "flag": ["flag", "banner", "pin", "report", "map"], "flask": ["flask", "liquid", "container", "glass", "chemistry"], "flip-horizontal": ["flip", "horizontal", "mirror", "rotate"], @@ -244,6 +255,7 @@ "folders": ["folders", "directory", "dir", "clone", "copy"], "forbid-2": ["forbid", "2", "access", "restriction", "ban", "limit"], "forbid": ["forbid", "access", "restriction", "ban", "limit"], + "forklift": ["forklift"], "frame": ["frame", "crop"], "friends": ["friends", "people", "boy", "girl", "man", "woman"], "gauge": ["gauge", "car", "dashboard"], @@ -265,6 +277,7 @@ "headset": ["headset", "music", "headphones", "audio", "sound"], "heart": ["heart", "love", "emotion", "like", "favorite", "relationship"], "help": ["help", "tooltip", "assistance", "advice", "support"], + "history": ["history"], "home-2": ["home", "2", "house", "dashboard", "living", "building"], "home": ["home", "house", "dashboard", "living", "building"], "ice-cream": ["ice", "cream", "candy", "dessert", "frozen", "sweet"], @@ -320,6 +333,7 @@ "map-2": ["map", "2", "navigation", "location", "travel", "pin", "position", "marker"], "map-pin": ["map", "pin", "navigation", "location", "travel", "pin", "position", "marker"], "map": ["map", "navigation", "location", "travel"], + "math": ["math"], "maximize": ["maximize", "fullscreen"], "menu": ["menu", "bars", "hamburger", "navigation", "burger"], "message-2": ["message", "2", "comment", "chat", "reply"], @@ -408,6 +422,7 @@ "sitemap": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index"], "slice": ["slice", "knife", "cut", "chop", "portion", "kitchen", "tool"], "slideshow": ["slideshow", "photo", "picture", "video", "presentation", "camera", "display", "ad"], + "social": ["social"], "sort-ascending": ["sort", "ascending", "arrange"], "sort-descending": ["sort", "descending", "arrange"], "square-check": ["square", "check", "checkbox", "yes"], @@ -432,14 +447,18 @@ "tax": ["tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], "temperature-celsius": ["temperature", "celsius", "weather", "celcius", "fahrenheit", "cold", "hot"], "temperature-fahrenheit": ["temperature", "fahrenheit", "weather", "celcius", "fahrenheit", "cold", "hot"], + "temperature-minus": ["temperature", "minus", "weather", "celcius", "fahrenheit", "cold", "hot"], + "temperature-plus": ["temperature", "plus", "weather", "celcius", "fahrenheit", "cold", "hot"], "temperature": ["temperature", "weather", "celcius", "fahrenheit", "cold", "hot"], "template": ["template", "grid", "columns", "masonry", "collage"], + "terminal-2": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], "terminal": ["terminal", "console", "command", "git", "command line", "command prompt"], "test-pipe": ["test", "pipe", "sample", "color"], "text-wrap": ["text", "wrap", "text", "alignment", "position"], "thumb-down": ["thumb", "down", "dislike", "bad", "emotion"], "thumb-up": ["thumb", "up", "like", "emotion", "good", "love"], "ticket": ["ticket", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass"], + "tir": ["tir"], "toggle-left": ["toggle", "left", "on", "off", "switch"], "toggle-right": ["toggle", "right", "on", "off", "switch"], "tool": ["tool", "preferences", "edit", "settings"], @@ -451,6 +470,7 @@ "trophy": ["trophy", "success", "win", "prize", "winner"], "truck": ["truck", "transport", "vahicle", "van", "lorry", "cargo", "delivery"], "typography": ["typography", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font"], + "umbrella": ["umbrella"], "underline": ["underline", "underscore", "emphasis", "horizontal", "typography"], "unlink": ["unlink", "chain", "url", "address", "remove", "broke", "unconnect"], "upload": ["upload", "file", "arrow"], @@ -460,7 +480,10 @@ "user-plus": ["user", "plus", "add", "create", "new", "person", "people", "follow", "subscribe"], "user-x": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], "user": ["user", "person", "account"], + "users": ["users"], "viewfinder": ["viewfinder", "target", "aim", "focus"], + "viewport-narrow": ["viewport", "narrow"], + "viewport-wide": ["viewport", "wide"], "virus": ["virus", "infection", "illness", "cell", "infectious", "health"], "volume-2": ["volume", "2", "music", "sound", "speaker"], "volume-3": ["volume", "3", "mute", "music", "sound", "false", "speaker"], -- cgit v1.2.1