From 09c5fb7f8d4cbe0839d1dab4764413281eb8ec35 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 2 Jun 2020 00:52:10 +0200 Subject: Release 1.8.0 --- .github/icons.png | Bin 294129 -> 311365 bytes .github/icons.svg | 1091 +++++++++++++++++++---------------- .github/tabler-icons-1.8.0.png | Bin 0 -> 25594 bytes .github/tabler-icons-1.8.0.svg | 93 +++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 234524 -> 249316 bytes iconfont/fonts/tabler-icons.ttf | Bin 234340 -> 249132 bytes iconfont/fonts/tabler-icons.woff | Bin 109232 -> 116856 bytes iconfont/fonts/tabler-icons.woff2 | Bin 82728 -> 87324 bytes iconfont/tabler-icons.css | 122 +++- iconfont/tabler-icons.html | 274 ++++++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 62 +- icons-png/accessible.png | Bin 5676 -> 5695 bytes icons-png/ambulance.png | Bin 0 -> 2895 bytes icons-png/building-community.png | Bin 0 -> 2614 bytes icons-png/building-pavilon.png | Bin 0 -> 3963 bytes icons-png/building-skyscrappers.png | Bin 0 -> 2470 bytes icons-png/device-watch.png | Bin 0 -> 2493 bytes icons-png/dice.png | Bin 2996 -> 2963 bytes icons-png/direction-horizontal.png | Bin 0 -> 1182 bytes icons-png/direction.png | Bin 0 -> 1364 bytes icons-png/discount.png | Bin 4111 -> 4109 bytes icons-png/dribbble.png | Bin 0 -> 6497 bytes icons-png/facebook.png | Bin 0 -> 2219 bytes icons-png/github.png | Bin 0 -> 3705 bytes icons-png/google.png | Bin 0 -> 4287 bytes icons-png/grip-horizontal.png | Bin 0 -> 1522 bytes icons-png/grip-vertical.png | Bin 0 -> 1924 bytes icons-png/hexagon.png | Bin 0 -> 3495 bytes icons-png/mood-kid.png | Bin 0 -> 5564 bytes icons-png/mood-suprised.png | Bin 0 -> 5459 bytes icons-png/mood-tongue.png | Bin 5310 -> 5331 bytes icons-png/palette.png | Bin 3875 -> 3946 bytes icons-png/phone-call.png | Bin 5430 -> 4451 bytes icons-png/phone-check.png | Bin 0 -> 3627 bytes icons-png/phone-incoming.png | Bin 4886 -> 3805 bytes icons-png/phone-outgoing.png | Bin 4858 -> 3792 bytes icons-png/phone-pause.png | Bin 4489 -> 3590 bytes icons-png/phone-plus.png | Bin 0 -> 3766 bytes icons-png/phone-x.png | Bin 0 -> 3770 bytes icons-png/phone.png | Bin 4190 -> 3154 bytes icons-png/planet.png | Bin 0 -> 4524 bytes icons-png/servicemark.png | Bin 0 -> 2059 bytes icons-png/shirt.png | Bin 0 -> 2596 bytes icons-png/snowflake.png | Bin 0 -> 5457 bytes icons-png/space.png | Bin 0 -> 935 bytes icons-png/tax.png | Bin 3583 -> 3594 bytes icons-png/tractor.png | Bin 0 -> 4137 bytes icons-png/trademark.png | Bin 0 -> 1808 bytes icons-png/traffic-cone.png | Bin 0 -> 2035 bytes icons-png/trees.png | Bin 0 -> 4060 bytes icons-png/twitter.png | Bin 0 -> 3769 bytes icons-png/user-exclamation.png | Bin 0 -> 4029 bytes icons-png/user-plus.png | Bin 4110 -> 4132 bytes icons/accessible.svg | 2 +- icons/ambulance.svg | 9 + icons/building-community.svg | 10 + icons/building-pavilon.svg | 9 + icons/building-skyscrappers.svg | 12 + icons/device-watch.svg | 8 + icons/dice.svg | 8 +- icons/direction-horizontal.svg | 7 + icons/direction.svg | 7 + icons/discount.svg | 4 +- icons/dribbble.svg | 9 + icons/facebook.svg | 6 + icons/github.svg | 6 + icons/google.svg | 6 + icons/grip-horizontal.svg | 11 + icons/grip-vertical.svg | 11 + icons/hexagon.svg | 6 + icons/mood-kid.svg | 10 + icons/mood-suprised.svg | 9 + icons/mood-tongue.svg | 2 +- icons/palette.svg | 6 +- icons/phone-call.svg | 2 +- icons/phone-check.svg | 7 + icons/phone-incoming.svg | 6 +- icons/phone-outgoing.svg | 6 +- icons/phone-pause.svg | 2 +- icons/phone-plus.svg | 7 + icons/phone-x.svg | 7 + icons/phone.svg | 2 +- icons/planet.svg | 7 + icons/servicemark.svg | 7 + icons/shirt.svg | 6 + icons/snowflake.svg | 18 + icons/space.svg | 6 + icons/tax.svg | 4 +- icons/tractor.svg | 11 + icons/trademark.svg | 7 + icons/traffic-cone.svg | 9 + icons/trees.svg | 9 + icons/twitter.svg | 6 + icons/user-exclamation.svg | 9 + icons/user-plus.svg | 3 +- package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 30 + 101 files changed, 1448 insertions(+), 535 deletions(-) create mode 100644 .github/tabler-icons-1.8.0.png create mode 100644 .github/tabler-icons-1.8.0.svg create mode 100644 icons-png/ambulance.png create mode 100644 icons-png/building-community.png create mode 100644 icons-png/building-pavilon.png create mode 100644 icons-png/building-skyscrappers.png create mode 100644 icons-png/device-watch.png create mode 100644 icons-png/direction-horizontal.png create mode 100644 icons-png/direction.png create mode 100644 icons-png/dribbble.png create mode 100644 icons-png/facebook.png create mode 100644 icons-png/github.png create mode 100644 icons-png/google.png create mode 100644 icons-png/grip-horizontal.png create mode 100644 icons-png/grip-vertical.png create mode 100644 icons-png/hexagon.png create mode 100644 icons-png/mood-kid.png create mode 100644 icons-png/mood-suprised.png create mode 100644 icons-png/phone-check.png create mode 100644 icons-png/phone-plus.png create mode 100644 icons-png/phone-x.png create mode 100644 icons-png/planet.png create mode 100644 icons-png/servicemark.png create mode 100644 icons-png/shirt.png create mode 100644 icons-png/snowflake.png create mode 100644 icons-png/space.png create mode 100644 icons-png/tractor.png create mode 100644 icons-png/trademark.png create mode 100644 icons-png/traffic-cone.png create mode 100644 icons-png/trees.png create mode 100644 icons-png/twitter.png create mode 100644 icons-png/user-exclamation.png create mode 100644 icons/ambulance.svg create mode 100644 icons/building-community.svg create mode 100644 icons/building-pavilon.svg create mode 100644 icons/building-skyscrappers.svg create mode 100644 icons/device-watch.svg create mode 100644 icons/direction-horizontal.svg create mode 100644 icons/direction.svg create mode 100644 icons/dribbble.svg create mode 100644 icons/facebook.svg create mode 100644 icons/github.svg create mode 100644 icons/google.svg create mode 100644 icons/grip-horizontal.svg create mode 100644 icons/grip-vertical.svg create mode 100644 icons/hexagon.svg create mode 100644 icons/mood-kid.svg create mode 100644 icons/mood-suprised.svg create mode 100644 icons/phone-check.svg create mode 100644 icons/phone-plus.svg create mode 100644 icons/phone-x.svg create mode 100644 icons/planet.svg create mode 100644 icons/servicemark.svg create mode 100644 icons/shirt.svg create mode 100644 icons/snowflake.svg create mode 100644 icons/space.svg create mode 100644 icons/tractor.svg create mode 100644 icons/trademark.svg create mode 100644 icons/traffic-cone.svg create mode 100644 icons/trees.svg create mode 100644 icons/twitter.svg create mode 100644 icons/user-exclamation.svg diff --git a/.github/icons.png b/.github/icons.png index 0e7d38e..fb5203f 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 1778a7e..5963e1a 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,5 +1,5 @@ - - + + @@ -22,6 +22,8 @@ + + @@ -204,8 +206,14 @@ + + + + + + @@ -392,12 +400,18 @@ + + - + + + + + @@ -407,7 +421,7 @@ - + @@ -424,6 +438,8 @@ + + @@ -446,6 +462,8 @@ + + @@ -534,16 +552,24 @@ + + + + + + + + @@ -554,6 +580,8 @@ + + @@ -692,6 +720,8 @@ + + @@ -699,7 +729,9 @@ - + + + @@ -731,7 +763,7 @@ - + @@ -741,15 +773,21 @@ - + + + + + + + - + - + - + - + @@ -760,6 +798,8 @@ + + @@ -824,6 +864,8 @@ + + @@ -836,6 +878,8 @@ + + @@ -845,11 +889,14 @@ + + + @@ -889,7 +936,7 @@ - + @@ -926,8 +973,16 @@ + + + + + + + + @@ -938,6 +993,8 @@ + + @@ -952,10 +1009,12 @@ + + - + @@ -1012,493 +1071,523 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.8.0.png b/.github/tabler-icons-1.8.0.png new file mode 100644 index 0000000..035267a Binary files /dev/null and b/.github/tabler-icons-1.8.0.png differ diff --git a/.github/tabler-icons-1.8.0.svg b/.github/tabler-icons-1.8.0.svg new file mode 100644 index 0000000..283de63 --- /dev/null +++ b/.github/tabler-icons-1.8.0.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index fb651f1..35d7ebf 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","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 +{"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","ambulance":"ebf5","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-community":"ebf6","building-hospital":"ea4d","building-pavilon":"ebf7","building-skyscrappers":"ebf8","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","device-watch":"ebf9","devices":"eb87","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","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","dribbble":"ebfc","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","face-id":"ea9b","facebook":"ebfd","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","github":"ebfe","glass":"eab8","glass-full":"eab7","globe":"eab9","google":"ebff","grid":"eabb","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","help":"eabf","hexagon":"ec02","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-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","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-check":"ec05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","pillow":"eb98","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","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","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-x":"eb23","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","slice":"ebdb","slideshow":"ebc9","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","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","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","trophy":"eb45","truck":"ebc4","twitter":"ec11","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","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 6cf895a..fde5891 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 2baaa60..41e7b76 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 a3a7ae2..009f85f 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 9238b99..1c47b9b 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 d9c7a95..42b5713 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.7.0 by tabler - https://tabler.io + * Tabler Icons 1.8.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -72,6 +72,10 @@ content: ""; } +.ti-ambulance:before { + content: ""; +} + .ti-anchor:before { content: ""; } @@ -440,10 +444,22 @@ content: ""; } +.ti-building-community:before { + content: ""; +} + .ti-building-hospital:before { content: ""; } +.ti-building-pavilon:before { + content: ""; +} + +.ti-building-skyscrappers:before { + content: ""; +} + .ti-building-store:before { content: ""; } @@ -812,6 +828,10 @@ content: ""; } +.ti-device-watch:before { + content: ""; +} + .ti-devices:before { content: ""; } @@ -824,6 +844,14 @@ content: ""; } +.ti-direction:before { + content: ""; +} + +.ti-direction-horizontal:before { + content: ""; +} + .ti-directions:before { content: ""; } @@ -876,6 +904,10 @@ content: ""; } +.ti-dribbble:before { + content: ""; +} + .ti-droplet:before { content: ""; } @@ -920,6 +952,10 @@ content: ""; } +.ti-facebook:before { + content: ""; +} + .ti-file:before { content: ""; } @@ -1096,6 +1132,10 @@ content: ""; } +.ti-github:before { + content: ""; +} + .ti-glass:before { content: ""; } @@ -1108,6 +1148,10 @@ content: ""; } +.ti-google:before { + content: ""; +} + .ti-grid:before { content: ""; } @@ -1116,6 +1160,14 @@ content: ""; } +.ti-grip-horizontal:before { + content: ""; +} + +.ti-grip-vertical:before { + content: ""; +} + .ti-hash:before { content: ""; } @@ -1136,6 +1188,10 @@ content: ""; } +.ti-hexagon:before { + content: ""; +} + .ti-history:before { content: ""; } @@ -1412,6 +1468,10 @@ content: ""; } +.ti-mood-kid:before { + content: ""; +} + .ti-mood-neutral:before { content: ""; } @@ -1424,6 +1484,10 @@ content: ""; } +.ti-mood-suprised:before { + content: ""; +} + .ti-mood-tongue:before { content: ""; } @@ -1516,6 +1580,10 @@ content: ""; } +.ti-phone-check:before { + content: ""; +} + .ti-phone-incoming:before { content: ""; } @@ -1528,6 +1596,14 @@ content: ""; } +.ti-phone-plus:before { + content: ""; +} + +.ti-phone-x:before { + content: ""; +} + .ti-photo:before { content: ""; } @@ -1548,6 +1624,10 @@ content: ""; } +.ti-planet:before { + content: ""; +} + .ti-plug:before { content: ""; } @@ -1676,6 +1756,10 @@ content: ""; } +.ti-servicemark:before { + content: ""; +} + .ti-settings:before { content: ""; } @@ -1700,6 +1784,10 @@ content: ""; } +.ti-shirt:before { + content: ""; +} + .ti-shopping-cart:before { content: ""; } @@ -1716,6 +1804,10 @@ content: ""; } +.ti-snowflake:before { + content: ""; +} + .ti-social:before { content: ""; } @@ -1728,6 +1820,10 @@ content: ""; } +.ti-space:before { + content: ""; +} + .ti-square:before { content: ""; } @@ -1880,10 +1976,26 @@ content: ""; } +.ti-tractor:before { + content: ""; +} + +.ti-trademark:before { + content: ""; +} + +.ti-traffic-cone:before { + content: ""; +} + .ti-trash:before { content: ""; } +.ti-trees:before { + content: ""; +} + .ti-trending-down:before { content: ""; } @@ -1904,6 +2016,10 @@ content: ""; } +.ti-twitter:before { + content: ""; +} + .ti-typography:before { content: ""; } @@ -1936,6 +2052,10 @@ content: ""; } +.ti-user-exclamation:before { + content: ""; +} + .ti-user-minus:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 6e8b116..fa3d5d3 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.7.0 + Tabler Icons - version 1.8.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.7.0

+

version 1.8.0

+
+ + ambulance +
+ ti ti-ambulance
+ \ebf5 +
+
+
anchor @@ -1055,6 +1064,15 @@
+
+ + building-community +
+ ti ti-building-community
+ \ebf6 +
+
+
building-hospital @@ -1064,6 +1082,24 @@
+
+ + building-pavilon +
+ ti ti-building-pavilon
+ \ebf7 +
+
+ +
+ + building-skyscrappers +
+ ti ti-building-skyscrappers
+ \ebf8 +
+
+
building-store @@ -1892,6 +1928,15 @@
+
+ + device-watch +
+ ti ti-device-watch
+ \ebf9 +
+
+
devices @@ -1919,6 +1964,24 @@
+
+ + direction +
+ ti ti-direction
+ \ebfb +
+
+ +
+ + direction-horizontal +
+ ti ti-direction-horizontal
+ \ebfa +
+
+
directions @@ -2036,6 +2099,15 @@
+
+ + dribbble +
+ ti ti-dribbble
+ \ebfc +
+
+
droplet @@ -2135,6 +2207,15 @@
+
+ + facebook +
+ ti ti-facebook
+ \ebfd +
+
+
file @@ -2531,6 +2612,15 @@
+
+ + github +
+ ti ti-github
+ \ebfe +
+
+
glass @@ -2558,6 +2648,15 @@
+
+ + google +
+ ti ti-google
+ \ebff +
+
+
grid @@ -2576,6 +2675,24 @@
+
+ + grip-horizontal +
+ ti ti-grip-horizontal
+ \ec00 +
+
+ +
+ + grip-vertical +
+ ti ti-grip-vertical
+ \ec01 +
+
+
hash @@ -2621,6 +2738,15 @@
+
+ + hexagon +
+ ti ti-hexagon
+ \ec02 +
+
+
history @@ -3242,6 +3368,15 @@
+
+ + mood-kid +
+ ti ti-mood-kid
+ \ec03 +
+
+
mood-neutral @@ -3269,6 +3404,15 @@
+
+ + mood-suprised +
+ ti ti-mood-suprised
+ \ec04 +
+
+
mood-tongue @@ -3476,6 +3620,15 @@
+
+ + phone-check +
+ ti ti-phone-check
+ \ec05 +
+
+
phone-incoming @@ -3503,6 +3656,24 @@
+
+ + phone-plus +
+ ti ti-phone-plus
+ \ec06 +
+
+ +
+ + phone-x +
+ ti ti-phone-x
+ \ec07 +
+
+
photo @@ -3548,6 +3719,15 @@
+
+ + planet +
+ ti ti-planet
+ \ec08 +
+
+
plug @@ -3836,6 +4016,15 @@
+
+ + servicemark +
+ ti ti-servicemark
+ \ec09 +
+
+
settings @@ -3890,6 +4079,15 @@
+
+ + shirt +
+ ti ti-shirt
+ \ec0a +
+
+
shopping-cart @@ -3926,6 +4124,15 @@
+
+ + snowflake +
+ ti ti-snowflake
+ \ec0b +
+
+
social @@ -3953,6 +4160,15 @@
+
+ + space +
+ ti ti-space
+ \ec0c +
+
+
square @@ -4295,6 +4511,33 @@
+
+ + tractor +
+ ti ti-tractor
+ \ec0d +
+
+ +
+ + trademark +
+ ti ti-trademark
+ \ec0e +
+
+ +
+ + traffic-cone +
+ ti ti-traffic-cone
+ \ec0f +
+
+
trash @@ -4304,6 +4547,15 @@
+
+ + trees +
+ ti ti-trees
+ \ec10 +
+
+
trending-down @@ -4349,6 +4601,15 @@
+
+ + twitter +
+ ti ti-twitter
+ \ec11 +
+
+
typography @@ -4421,6 +4682,15 @@
+
+ + user-exclamation +
+ ti ti-user-exclamation
+ \ec12 +
+
+
user-minus diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 5600289..f1e6725 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.7.0 by tabler - https://tabler.io + * Tabler Icons 1.8.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-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 + */@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-ambulance: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-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscrappers: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-device-watch:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal: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-dribbble: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-facebook: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-github:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-google:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-help:before{content:""}.ti-hexagon: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-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised: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-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x: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-planet: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-servicemark: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-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space: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-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees: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-twitter: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-exclamation: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 193e708..8766f01 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.7.0 by tabler - https://tabler.io + * Tabler Icons 1.8.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -46,6 +46,7 @@ $ti-icon-align-center: '\ea07'; $ti-icon-align-justified: '\ea08'; $ti-icon-align-left: '\ea09'; $ti-icon-align-right: '\ea0a'; +$ti-icon-ambulance: '\ebf5'; $ti-icon-anchor: '\eb76'; $ti-icon-aperture: '\eb58'; $ti-icon-apps: '\ebb6'; @@ -138,7 +139,10 @@ $ti-icon-building-bank: '\ebe2'; $ti-icon-building-bridge: '\ea4b'; $ti-icon-building-bridge-2: '\ea4a'; $ti-icon-building-church: '\ea4c'; +$ti-icon-building-community: '\ebf6'; $ti-icon-building-hospital: '\ea4d'; +$ti-icon-building-pavilon: '\ebf7'; +$ti-icon-building-skyscrappers: '\ebf8'; $ti-icon-building-store: '\ea4e'; $ti-icon-building-warehouse: '\ebe3'; $ti-icon-bulb: '\ea51'; @@ -231,9 +235,12 @@ $ti-icon-device-mobile-vibration: '\eb86'; $ti-icon-device-speaker: '\ea8b'; $ti-icon-device-tablet: '\ea8c'; $ti-icon-device-tv: '\ea8d'; +$ti-icon-device-watch: '\ebf9'; $ti-icon-devices: '\eb87'; $ti-icon-diamond: '\eb65'; $ti-icon-dice: '\eb66'; +$ti-icon-direction: '\ebfb'; +$ti-icon-direction-horizontal: '\ebfa'; $ti-icon-directions: '\ea8e'; $ti-icon-disabled: '\ea8f'; $ti-icon-disabled-2: '\ebaf'; @@ -247,6 +254,7 @@ $ti-icon-dots-vertical: '\ea94'; $ti-icon-download: '\ea96'; $ti-icon-drag-drop: '\eb89'; $ti-icon-drag-drop-2: '\eb88'; +$ti-icon-dribbble: '\ebfc'; $ti-icon-droplet: '\ea97'; $ti-icon-ear: '\ebce'; $ti-icon-edit: '\ea98'; @@ -258,6 +266,7 @@ $ti-icon-exposure: '\eb8c'; $ti-icon-external-link: '\ea99'; $ti-icon-eye: '\ea9a'; $ti-icon-face-id: '\ea9b'; +$ti-icon-facebook: '\ebfd'; $ti-icon-file: '\eaa4'; $ti-icon-file-check: '\ea9c'; $ti-icon-file-code: '\ebd0'; @@ -302,16 +311,21 @@ $ti-icon-git-compare: '\eab4'; $ti-icon-git-fork: '\eb8f'; $ti-icon-git-merge: '\eab5'; $ti-icon-git-pull-request: '\eab6'; +$ti-icon-github: '\ebfe'; $ti-icon-glass: '\eab8'; $ti-icon-glass-full: '\eab7'; $ti-icon-globe: '\eab9'; +$ti-icon-google: '\ebff'; $ti-icon-grid: '\eabb'; $ti-icon-grid-dots: '\eaba'; +$ti-icon-grip-horizontal: '\ec00'; +$ti-icon-grip-vertical: '\ec01'; $ti-icon-hash: '\eabc'; $ti-icon-headphones: '\eabd'; $ti-icon-headset: '\eb90'; $ti-icon-heart: '\eabe'; $ti-icon-help: '\eabf'; +$ti-icon-hexagon: '\ec02'; $ti-icon-history: '\ebea'; $ti-icon-home: '\eac1'; $ti-icon-home-2: '\eac0'; @@ -381,9 +395,11 @@ $ti-icon-minimize: '\eaf1'; $ti-icon-minus: '\eaf2'; $ti-icon-mood-confuzed: '\eaf3'; $ti-icon-mood-happy: '\eaf4'; +$ti-icon-mood-kid: '\ec03'; $ti-icon-mood-neutral: '\eaf5'; $ti-icon-mood-sad: '\eaf6'; $ti-icon-mood-smile: '\eaf7'; +$ti-icon-mood-suprised: '\ec04'; $ti-icon-mood-tongue: '\eb95'; $ti-icon-moon: '\eaf8'; $ti-icon-mouse: '\eaf9'; @@ -407,14 +423,18 @@ $ti-icon-parking: '\eb03'; $ti-icon-pencil: '\eb04'; $ti-icon-phone: '\eb09'; $ti-icon-phone-call: '\eb05'; +$ti-icon-phone-check: '\ec05'; $ti-icon-phone-incoming: '\eb06'; $ti-icon-phone-outgoing: '\eb07'; $ti-icon-phone-pause: '\eb08'; +$ti-icon-phone-plus: '\ec06'; +$ti-icon-phone-x: '\ec07'; $ti-icon-photo: '\eb0a'; $ti-icon-pillow: '\eb98'; $ti-icon-plane: '\eb6f'; $ti-icon-plane-arrival: '\eb99'; $ti-icon-plane-departure: '\eb9a'; +$ti-icon-planet: '\ec08'; $ti-icon-plug: '\ebd9'; $ti-icon-plus: '\eb0b'; $ti-icon-point: '\eb0c'; @@ -447,19 +467,23 @@ $ti-icon-selector: '\eb1d'; $ti-icon-send: '\eb1e'; $ti-icon-separator: '\ebda'; $ti-icon-server: '\eb1f'; +$ti-icon-servicemark: '\ec09'; $ti-icon-settings: '\eb20'; $ti-icon-shape: '\eb9c'; $ti-icon-share: '\eb21'; $ti-icon-shield: '\eb24'; $ti-icon-shield-check: '\eb22'; $ti-icon-shield-x: '\eb23'; +$ti-icon-shirt: '\ec0a'; $ti-icon-shopping-cart: '\eb25'; $ti-icon-sitemap: '\eb9d'; $ti-icon-slice: '\ebdb'; $ti-icon-slideshow: '\ebc9'; +$ti-icon-snowflake: '\ec0b'; $ti-icon-social: '\ebec'; $ti-icon-sort-ascending: '\eb26'; $ti-icon-sort-descending: '\eb27'; +$ti-icon-space: '\ec0c'; $ti-icon-square: '\eb2c'; $ti-icon-square-check: '\eb28'; $ti-icon-square-minus: '\eb29'; @@ -498,12 +522,17 @@ $ti-icon-toggle-left: '\eb3e'; $ti-icon-toggle-right: '\eb3f'; $ti-icon-tool: '\eb40'; $ti-icon-tools: '\ebca'; +$ti-icon-tractor: '\ec0d'; +$ti-icon-trademark: '\ec0e'; +$ti-icon-traffic-cone: '\ec0f'; $ti-icon-trash: '\eb41'; +$ti-icon-trees: '\ec10'; $ti-icon-trending-down: '\eb42'; $ti-icon-trending-up: '\eb43'; $ti-icon-triangle: '\eb44'; $ti-icon-trophy: '\eb45'; $ti-icon-truck: '\ebc4'; +$ti-icon-twitter: '\ec11'; $ti-icon-typography: '\ebc5'; $ti-icon-umbrella: '\ebf1'; $ti-icon-underline: '\eba2'; @@ -512,6 +541,7 @@ $ti-icon-upload: '\eb47'; $ti-icon-urgent: '\eb48'; $ti-icon-user: '\eb4d'; $ti-icon-user-check: '\eb49'; +$ti-icon-user-exclamation: '\ec12'; $ti-icon-user-minus: '\eb4a'; $ti-icon-user-plus: '\eb4b'; $ti-icon-user-x: '\eb4c'; @@ -548,6 +578,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-align-justified:before { content: $ti-icon-align-justified; } .#{$ti-icon-prefix}-align-left:before { content: $ti-icon-align-left; } .#{$ti-icon-prefix}-align-right:before { content: $ti-icon-align-right; } +.#{$ti-icon-prefix}-ambulance:before { content: $ti-icon-ambulance; } .#{$ti-icon-prefix}-anchor:before { content: $ti-icon-anchor; } .#{$ti-icon-prefix}-aperture:before { content: $ti-icon-aperture; } .#{$ti-icon-prefix}-apps:before { content: $ti-icon-apps; } @@ -640,7 +671,10 @@ $ti-icon-zoom-out: '\eb57'; .#{$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-community:before { content: $ti-icon-building-community; } .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } +.#{$ti-icon-prefix}-building-pavilon:before { content: $ti-icon-building-pavilon; } +.#{$ti-icon-prefix}-building-skyscrappers:before { content: $ti-icon-building-skyscrappers; } .#{$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; } @@ -733,9 +767,12 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } .#{$ti-icon-prefix}-device-tablet:before { content: $ti-icon-device-tablet; } .#{$ti-icon-prefix}-device-tv:before { content: $ti-icon-device-tv; } +.#{$ti-icon-prefix}-device-watch:before { content: $ti-icon-device-watch; } .#{$ti-icon-prefix}-devices:before { content: $ti-icon-devices; } .#{$ti-icon-prefix}-diamond:before { content: $ti-icon-diamond; } .#{$ti-icon-prefix}-dice:before { content: $ti-icon-dice; } +.#{$ti-icon-prefix}-direction:before { content: $ti-icon-direction; } +.#{$ti-icon-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; } .#{$ti-icon-prefix}-directions:before { content: $ti-icon-directions; } .#{$ti-icon-prefix}-disabled:before { content: $ti-icon-disabled; } .#{$ti-icon-prefix}-disabled-2:before { content: $ti-icon-disabled-2; } @@ -749,6 +786,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-download:before { content: $ti-icon-download; } .#{$ti-icon-prefix}-drag-drop:before { content: $ti-icon-drag-drop; } .#{$ti-icon-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; } +.#{$ti-icon-prefix}-dribbble:before { content: $ti-icon-dribbble; } .#{$ti-icon-prefix}-droplet:before { content: $ti-icon-droplet; } .#{$ti-icon-prefix}-ear:before { content: $ti-icon-ear; } .#{$ti-icon-prefix}-edit:before { content: $ti-icon-edit; } @@ -760,6 +798,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-external-link:before { content: $ti-icon-external-link; } .#{$ti-icon-prefix}-eye:before { content: $ti-icon-eye; } .#{$ti-icon-prefix}-face-id:before { content: $ti-icon-face-id; } +.#{$ti-icon-prefix}-facebook:before { content: $ti-icon-facebook; } .#{$ti-icon-prefix}-file:before { content: $ti-icon-file; } .#{$ti-icon-prefix}-file-check:before { content: $ti-icon-file-check; } .#{$ti-icon-prefix}-file-code:before { content: $ti-icon-file-code; } @@ -804,16 +843,21 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-git-fork:before { content: $ti-icon-git-fork; } .#{$ti-icon-prefix}-git-merge:before { content: $ti-icon-git-merge; } .#{$ti-icon-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; } +.#{$ti-icon-prefix}-github:before { content: $ti-icon-github; } .#{$ti-icon-prefix}-glass:before { content: $ti-icon-glass; } .#{$ti-icon-prefix}-glass-full:before { content: $ti-icon-glass-full; } .#{$ti-icon-prefix}-globe:before { content: $ti-icon-globe; } +.#{$ti-icon-prefix}-google:before { content: $ti-icon-google; } .#{$ti-icon-prefix}-grid:before { content: $ti-icon-grid; } .#{$ti-icon-prefix}-grid-dots:before { content: $ti-icon-grid-dots; } +.#{$ti-icon-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; } +.#{$ti-icon-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; } .#{$ti-icon-prefix}-hash:before { content: $ti-icon-hash; } .#{$ti-icon-prefix}-headphones:before { content: $ti-icon-headphones; } .#{$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}-hexagon:before { content: $ti-icon-hexagon; } .#{$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; } @@ -883,9 +927,11 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-minus:before { content: $ti-icon-minus; } .#{$ti-icon-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; } .#{$ti-icon-prefix}-mood-happy:before { content: $ti-icon-mood-happy; } +.#{$ti-icon-prefix}-mood-kid:before { content: $ti-icon-mood-kid; } .#{$ti-icon-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; } .#{$ti-icon-prefix}-mood-sad:before { content: $ti-icon-mood-sad; } .#{$ti-icon-prefix}-mood-smile:before { content: $ti-icon-mood-smile; } +.#{$ti-icon-prefix}-mood-suprised:before { content: $ti-icon-mood-suprised; } .#{$ti-icon-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; } .#{$ti-icon-prefix}-moon:before { content: $ti-icon-moon; } .#{$ti-icon-prefix}-mouse:before { content: $ti-icon-mouse; } @@ -909,14 +955,18 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; } .#{$ti-icon-prefix}-phone:before { content: $ti-icon-phone; } .#{$ti-icon-prefix}-phone-call:before { content: $ti-icon-phone-call; } +.#{$ti-icon-prefix}-phone-check:before { content: $ti-icon-phone-check; } .#{$ti-icon-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; } .#{$ti-icon-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; } .#{$ti-icon-prefix}-phone-pause:before { content: $ti-icon-phone-pause; } +.#{$ti-icon-prefix}-phone-plus:before { content: $ti-icon-phone-plus; } +.#{$ti-icon-prefix}-phone-x:before { content: $ti-icon-phone-x; } .#{$ti-icon-prefix}-photo:before { content: $ti-icon-photo; } .#{$ti-icon-prefix}-pillow:before { content: $ti-icon-pillow; } .#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; } .#{$ti-icon-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; } .#{$ti-icon-prefix}-plane-departure:before { content: $ti-icon-plane-departure; } +.#{$ti-icon-prefix}-planet:before { content: $ti-icon-planet; } .#{$ti-icon-prefix}-plug:before { content: $ti-icon-plug; } .#{$ti-icon-prefix}-plus:before { content: $ti-icon-plus; } .#{$ti-icon-prefix}-point:before { content: $ti-icon-point; } @@ -949,19 +999,23 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-send:before { content: $ti-icon-send; } .#{$ti-icon-prefix}-separator:before { content: $ti-icon-separator; } .#{$ti-icon-prefix}-server:before { content: $ti-icon-server; } +.#{$ti-icon-prefix}-servicemark:before { content: $ti-icon-servicemark; } .#{$ti-icon-prefix}-settings:before { content: $ti-icon-settings; } .#{$ti-icon-prefix}-shape:before { content: $ti-icon-shape; } .#{$ti-icon-prefix}-share:before { content: $ti-icon-share; } .#{$ti-icon-prefix}-shield:before { content: $ti-icon-shield; } .#{$ti-icon-prefix}-shield-check:before { content: $ti-icon-shield-check; } .#{$ti-icon-prefix}-shield-x:before { content: $ti-icon-shield-x; } +.#{$ti-icon-prefix}-shirt:before { content: $ti-icon-shirt; } .#{$ti-icon-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; } .#{$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}-snowflake:before { content: $ti-icon-snowflake; } .#{$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}-space:before { content: $ti-icon-space; } .#{$ti-icon-prefix}-square:before { content: $ti-icon-square; } .#{$ti-icon-prefix}-square-check:before { content: $ti-icon-square-check; } .#{$ti-icon-prefix}-square-minus:before { content: $ti-icon-square-minus; } @@ -1000,12 +1054,17 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-toggle-right:before { content: $ti-icon-toggle-right; } .#{$ti-icon-prefix}-tool:before { content: $ti-icon-tool; } .#{$ti-icon-prefix}-tools:before { content: $ti-icon-tools; } +.#{$ti-icon-prefix}-tractor:before { content: $ti-icon-tractor; } +.#{$ti-icon-prefix}-trademark:before { content: $ti-icon-trademark; } +.#{$ti-icon-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } .#{$ti-icon-prefix}-trash:before { content: $ti-icon-trash; } +.#{$ti-icon-prefix}-trees:before { content: $ti-icon-trees; } .#{$ti-icon-prefix}-trending-down:before { content: $ti-icon-trending-down; } .#{$ti-icon-prefix}-trending-up:before { content: $ti-icon-trending-up; } .#{$ti-icon-prefix}-triangle:before { content: $ti-icon-triangle; } .#{$ti-icon-prefix}-trophy:before { content: $ti-icon-trophy; } .#{$ti-icon-prefix}-truck:before { content: $ti-icon-truck; } +.#{$ti-icon-prefix}-twitter:before { content: $ti-icon-twitter; } .#{$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; } @@ -1014,6 +1073,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-urgent:before { content: $ti-icon-urgent; } .#{$ti-icon-prefix}-user:before { content: $ti-icon-user; } .#{$ti-icon-prefix}-user-check:before { content: $ti-icon-user-check; } +.#{$ti-icon-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; } .#{$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; } diff --git a/icons-png/accessible.png b/icons-png/accessible.png index 025ab1f..0d3d86a 100644 Binary files a/icons-png/accessible.png and b/icons-png/accessible.png differ diff --git a/icons-png/ambulance.png b/icons-png/ambulance.png new file mode 100644 index 0000000..9a15d7f Binary files /dev/null and b/icons-png/ambulance.png differ diff --git a/icons-png/building-community.png b/icons-png/building-community.png new file mode 100644 index 0000000..9d7f72a Binary files /dev/null and b/icons-png/building-community.png differ diff --git a/icons-png/building-pavilon.png b/icons-png/building-pavilon.png new file mode 100644 index 0000000..a246caa Binary files /dev/null and b/icons-png/building-pavilon.png differ diff --git a/icons-png/building-skyscrappers.png b/icons-png/building-skyscrappers.png new file mode 100644 index 0000000..aab9f33 Binary files /dev/null and b/icons-png/building-skyscrappers.png differ diff --git a/icons-png/device-watch.png b/icons-png/device-watch.png new file mode 100644 index 0000000..204fbf9 Binary files /dev/null and b/icons-png/device-watch.png differ diff --git a/icons-png/dice.png b/icons-png/dice.png index 82700f5..492ff29 100644 Binary files a/icons-png/dice.png and b/icons-png/dice.png differ diff --git a/icons-png/direction-horizontal.png b/icons-png/direction-horizontal.png new file mode 100644 index 0000000..28b6aa0 Binary files /dev/null and b/icons-png/direction-horizontal.png differ diff --git a/icons-png/direction.png b/icons-png/direction.png new file mode 100644 index 0000000..5bad7e3 Binary files /dev/null and b/icons-png/direction.png differ diff --git a/icons-png/discount.png b/icons-png/discount.png index 3c54437..ebf45b8 100644 Binary files a/icons-png/discount.png and b/icons-png/discount.png differ diff --git a/icons-png/dribbble.png b/icons-png/dribbble.png new file mode 100644 index 0000000..ce793f3 Binary files /dev/null and b/icons-png/dribbble.png differ diff --git a/icons-png/facebook.png b/icons-png/facebook.png new file mode 100644 index 0000000..e4b621f Binary files /dev/null and b/icons-png/facebook.png differ diff --git a/icons-png/github.png b/icons-png/github.png new file mode 100644 index 0000000..2fa7cbc Binary files /dev/null and b/icons-png/github.png differ diff --git a/icons-png/google.png b/icons-png/google.png new file mode 100644 index 0000000..b011ba4 Binary files /dev/null and b/icons-png/google.png differ diff --git a/icons-png/grip-horizontal.png b/icons-png/grip-horizontal.png new file mode 100644 index 0000000..5cb7cb0 Binary files /dev/null and b/icons-png/grip-horizontal.png differ diff --git a/icons-png/grip-vertical.png b/icons-png/grip-vertical.png new file mode 100644 index 0000000..b011263 Binary files /dev/null and b/icons-png/grip-vertical.png differ diff --git a/icons-png/hexagon.png b/icons-png/hexagon.png new file mode 100644 index 0000000..5cdb4e7 Binary files /dev/null and b/icons-png/hexagon.png differ diff --git a/icons-png/mood-kid.png b/icons-png/mood-kid.png new file mode 100644 index 0000000..822e500 Binary files /dev/null and b/icons-png/mood-kid.png differ diff --git a/icons-png/mood-suprised.png b/icons-png/mood-suprised.png new file mode 100644 index 0000000..3f46b2d Binary files /dev/null and b/icons-png/mood-suprised.png differ diff --git a/icons-png/mood-tongue.png b/icons-png/mood-tongue.png index a854bc7..5fabc87 100644 Binary files a/icons-png/mood-tongue.png and b/icons-png/mood-tongue.png differ diff --git a/icons-png/palette.png b/icons-png/palette.png index 2e5a13e..fc44735 100644 Binary files a/icons-png/palette.png and b/icons-png/palette.png differ diff --git a/icons-png/phone-call.png b/icons-png/phone-call.png index a3fdc9a..ea3fd4d 100644 Binary files a/icons-png/phone-call.png and b/icons-png/phone-call.png differ diff --git a/icons-png/phone-check.png b/icons-png/phone-check.png new file mode 100644 index 0000000..86d02a0 Binary files /dev/null and b/icons-png/phone-check.png differ diff --git a/icons-png/phone-incoming.png b/icons-png/phone-incoming.png index f3247fc..4463b7d 100644 Binary files a/icons-png/phone-incoming.png and b/icons-png/phone-incoming.png differ diff --git a/icons-png/phone-outgoing.png b/icons-png/phone-outgoing.png index e315530..82f606c 100644 Binary files a/icons-png/phone-outgoing.png and b/icons-png/phone-outgoing.png differ diff --git a/icons-png/phone-pause.png b/icons-png/phone-pause.png index 5aeda5c..fffb0cd 100644 Binary files a/icons-png/phone-pause.png and b/icons-png/phone-pause.png differ diff --git a/icons-png/phone-plus.png b/icons-png/phone-plus.png new file mode 100644 index 0000000..06a5f9d Binary files /dev/null and b/icons-png/phone-plus.png differ diff --git a/icons-png/phone-x.png b/icons-png/phone-x.png new file mode 100644 index 0000000..0828ba4 Binary files /dev/null and b/icons-png/phone-x.png differ diff --git a/icons-png/phone.png b/icons-png/phone.png index 58cd308..6f4d9c4 100644 Binary files a/icons-png/phone.png and b/icons-png/phone.png differ diff --git a/icons-png/planet.png b/icons-png/planet.png new file mode 100644 index 0000000..dcf88d5 Binary files /dev/null and b/icons-png/planet.png differ diff --git a/icons-png/servicemark.png b/icons-png/servicemark.png new file mode 100644 index 0000000..4962d8d Binary files /dev/null and b/icons-png/servicemark.png differ diff --git a/icons-png/shirt.png b/icons-png/shirt.png new file mode 100644 index 0000000..9952481 Binary files /dev/null and b/icons-png/shirt.png differ diff --git a/icons-png/snowflake.png b/icons-png/snowflake.png new file mode 100644 index 0000000..dabe423 Binary files /dev/null and b/icons-png/snowflake.png differ diff --git a/icons-png/space.png b/icons-png/space.png new file mode 100644 index 0000000..0b64955 Binary files /dev/null and b/icons-png/space.png differ diff --git a/icons-png/tax.png b/icons-png/tax.png index 13d8391..c435278 100644 Binary files a/icons-png/tax.png and b/icons-png/tax.png differ diff --git a/icons-png/tractor.png b/icons-png/tractor.png new file mode 100644 index 0000000..709dd7a Binary files /dev/null and b/icons-png/tractor.png differ diff --git a/icons-png/trademark.png b/icons-png/trademark.png new file mode 100644 index 0000000..c98fc70 Binary files /dev/null and b/icons-png/trademark.png differ diff --git a/icons-png/traffic-cone.png b/icons-png/traffic-cone.png new file mode 100644 index 0000000..d5d21c3 Binary files /dev/null and b/icons-png/traffic-cone.png differ diff --git a/icons-png/trees.png b/icons-png/trees.png new file mode 100644 index 0000000..581a815 Binary files /dev/null and b/icons-png/trees.png differ diff --git a/icons-png/twitter.png b/icons-png/twitter.png new file mode 100644 index 0000000..e44b7a2 Binary files /dev/null and b/icons-png/twitter.png differ diff --git a/icons-png/user-exclamation.png b/icons-png/user-exclamation.png new file mode 100644 index 0000000..1194673 Binary files /dev/null and b/icons-png/user-exclamation.png differ diff --git a/icons-png/user-plus.png b/icons-png/user-plus.png index 504bd99..24a04a3 100644 Binary files a/icons-png/user-plus.png and b/icons-png/user-plus.png differ diff --git a/icons/accessible.svg b/icons/accessible.svg index 1cd3179..6b84e71 100644 --- a/icons/accessible.svg +++ b/icons/accessible.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/ambulance.svg b/icons/ambulance.svg new file mode 100644 index 0000000..244ff4e --- /dev/null +++ b/icons/ambulance.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/building-community.svg b/icons/building-community.svg new file mode 100644 index 0000000..8581809 --- /dev/null +++ b/icons/building-community.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/building-pavilon.svg b/icons/building-pavilon.svg new file mode 100644 index 0000000..422b9c3 --- /dev/null +++ b/icons/building-pavilon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/building-skyscrappers.svg b/icons/building-skyscrappers.svg new file mode 100644 index 0000000..d481a68 --- /dev/null +++ b/icons/building-skyscrappers.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/device-watch.svg b/icons/device-watch.svg new file mode 100644 index 0000000..2301288 --- /dev/null +++ b/icons/device-watch.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dice.svg b/icons/dice.svg index 89b2cc7..efabd87 100644 --- a/icons/dice.svg +++ b/icons/dice.svg @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/icons/direction-horizontal.svg b/icons/direction-horizontal.svg new file mode 100644 index 0000000..f2cc5f1 --- /dev/null +++ b/icons/direction-horizontal.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/direction.svg b/icons/direction.svg new file mode 100644 index 0000000..4a96266 --- /dev/null +++ b/icons/direction.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/discount.svg b/icons/discount.svg index 3dc9a05..587e78a 100644 --- a/icons/discount.svg +++ b/icons/discount.svg @@ -1,8 +1,8 @@ - - + + diff --git a/icons/dribbble.svg b/icons/dribbble.svg new file mode 100644 index 0000000..8858a00 --- /dev/null +++ b/icons/dribbble.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/facebook.svg b/icons/facebook.svg new file mode 100644 index 0000000..7b71a37 --- /dev/null +++ b/icons/facebook.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/github.svg b/icons/github.svg new file mode 100644 index 0000000..2e56ba5 --- /dev/null +++ b/icons/github.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/google.svg b/icons/google.svg new file mode 100644 index 0000000..72320af --- /dev/null +++ b/icons/google.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/grip-horizontal.svg b/icons/grip-horizontal.svg new file mode 100644 index 0000000..fadb10b --- /dev/null +++ b/icons/grip-horizontal.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/grip-vertical.svg b/icons/grip-vertical.svg new file mode 100644 index 0000000..35d5ead --- /dev/null +++ b/icons/grip-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/hexagon.svg b/icons/hexagon.svg new file mode 100644 index 0000000..03bda92 --- /dev/null +++ b/icons/hexagon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/mood-kid.svg b/icons/mood-kid.svg new file mode 100644 index 0000000..d6b8da8 --- /dev/null +++ b/icons/mood-kid.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/mood-suprised.svg b/icons/mood-suprised.svg new file mode 100644 index 0000000..0f566a0 --- /dev/null +++ b/icons/mood-suprised.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/mood-tongue.svg b/icons/mood-tongue.svg index cea37d0..afe6481 100644 --- a/icons/mood-tongue.svg +++ b/icons/mood-tongue.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/palette.svg b/icons/palette.svg index d5bcc66..82a7eab 100644 --- a/icons/palette.svg +++ b/icons/palette.svg @@ -1,9 +1,9 @@ - - - + + + diff --git a/icons/phone-call.svg b/icons/phone-call.svg index 8add59c..4d5bb5c 100644 --- a/icons/phone-call.svg +++ b/icons/phone-call.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/phone-check.svg b/icons/phone-check.svg new file mode 100644 index 0000000..b22c305 --- /dev/null +++ b/icons/phone-check.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/phone-incoming.svg b/icons/phone-incoming.svg index 82480b9..6dccac8 100644 --- a/icons/phone-incoming.svg +++ b/icons/phone-incoming.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/phone-outgoing.svg b/icons/phone-outgoing.svg index 078e708..edda579 100644 --- a/icons/phone-outgoing.svg +++ b/icons/phone-outgoing.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/phone-pause.svg b/icons/phone-pause.svg index c3de0f6..32a357f 100644 --- a/icons/phone-pause.svg +++ b/icons/phone-pause.svg @@ -1,8 +1,8 @@ + - diff --git a/icons/phone-plus.svg b/icons/phone-plus.svg new file mode 100644 index 0000000..ea50fe6 --- /dev/null +++ b/icons/phone-plus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/phone-x.svg b/icons/phone-x.svg new file mode 100644 index 0000000..0024b8c --- /dev/null +++ b/icons/phone-x.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/phone.svg b/icons/phone.svg index 65ed9b0..c11a912 100644 --- a/icons/phone.svg +++ b/icons/phone.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/planet.svg b/icons/planet.svg new file mode 100644 index 0000000..2415799 --- /dev/null +++ b/icons/planet.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/servicemark.svg b/icons/servicemark.svg new file mode 100644 index 0000000..eabc9f7 --- /dev/null +++ b/icons/servicemark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/shirt.svg b/icons/shirt.svg new file mode 100644 index 0000000..7ea6e1f --- /dev/null +++ b/icons/shirt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/snowflake.svg b/icons/snowflake.svg new file mode 100644 index 0000000..6e1e667 --- /dev/null +++ b/icons/snowflake.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/space.svg b/icons/space.svg new file mode 100644 index 0000000..7dc1f53 --- /dev/null +++ b/icons/space.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tax.svg b/icons/tax.svg index a2fca59..5632773 100644 --- a/icons/tax.svg +++ b/icons/tax.svg @@ -1,8 +1,8 @@ - - + + diff --git a/icons/tractor.svg b/icons/tractor.svg new file mode 100644 index 0000000..944da3b --- /dev/null +++ b/icons/tractor.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/trademark.svg b/icons/trademark.svg new file mode 100644 index 0000000..62c705b --- /dev/null +++ b/icons/trademark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/traffic-cone.svg b/icons/traffic-cone.svg new file mode 100644 index 0000000..8ffca40 --- /dev/null +++ b/icons/traffic-cone.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/trees.svg b/icons/trees.svg new file mode 100644 index 0000000..8c5ee38 --- /dev/null +++ b/icons/trees.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/twitter.svg b/icons/twitter.svg new file mode 100644 index 0000000..96e2cb3 --- /dev/null +++ b/icons/twitter.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/user-exclamation.svg b/icons/user-exclamation.svg new file mode 100644 index 0000000..4032121 --- /dev/null +++ b/icons/user-exclamation.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/user-plus.svg b/icons/user-plus.svg index bf8c943..7354394 100644 --- a/icons/user-plus.svg +++ b/icons/user-plus.svg @@ -2,8 +2,7 @@ - - + diff --git a/package.json b/package.json index 6e01c6c..8d9fca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.7.0", + "version": "1.8.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 cd8018e..86a2e8f 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 0439d63..dc724cf 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 8ec42db..de7ec66 100644 --- a/tags.json +++ b/tags.json @@ -11,6 +11,7 @@ "align-justified": ["align", "justified", "text", "alignment", "position"], "align-left": ["align", "left", "text", "alignment", "position"], "align-right": ["align", "right", "text", "alignment", "position"], + "ambulance": ["ambulance"], "anchor": ["anchor", "hold", "ship", "harbor", "docks"], "aperture": ["aperture", "hole", "opening", "vent"], "apps": ["apps", "application", "add-on", "user", "download", "mobile"], @@ -102,7 +103,10 @@ "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-community": ["building", "community"], "building-hospital": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], + "building-pavilon": ["building", "pavilon"], + "building-skyscrappers": ["building", "skyscrappers"], "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"], @@ -196,9 +200,12 @@ "device-speaker": ["device", "speaker", "sound", "music", "loud", "audio", "media"], "device-tablet": ["device", "tablet", "ipad", "mobile", "touchscreen", "portable"], "device-tv": ["device", "tv", "screen", "display", "movie", "film", "watch", "audio", "video", "media"], + "device-watch": ["device", "watch"], "devices": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone"], "diamond": ["diamond", "jewellery", "crystal", "mineral", "jewelry", "ring"], "dice": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling"], + "direction-horizontal": ["direction", "horizontal"], + "direction": ["direction"], "directions": ["directions", "travel", "navigation", "discover"], "disabled-2": ["disabled", "2", "wheelchair", "accessible", "handicapped"], "disabled": ["disabled", "wheelchair", "handicapped"], @@ -212,6 +219,7 @@ "download": ["download", "save", "arrow"], "drag-drop-2": ["drag", "drop", "2", "location", "gesture", "move"], "drag-drop": ["drag", "drop", "location", "gesture", "move"], + "dribbble": ["dribbble"], "droplet": ["droplet", "water", "rain", "liquid"], "ear": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], "edit": ["edit", "pencil", "change", "update"], @@ -223,6 +231,7 @@ "external-link": ["external", "link", "connection", "outbound", "redirect"], "eye": ["eye", "view", "watch"], "face-id": ["face", "id", "apple", "iphone", "ipad"], + "facebook": ["facebook"], "file-check": ["file", "check", "yes"], "file-code": ["file", "code", "paper", "new"], "file-download": ["file", "download", "save", "transfer", "input"], @@ -267,16 +276,21 @@ "git-fork": ["git", "fork", "code", "version control", "command"], "git-merge": ["git", "merge", "code", "version control", "command"], "git-pull-request": ["git", "pull", "request", "code", "version control", "command"], + "github": ["github"], "glass-full": ["glass", "full", "wine", "cup", "goblet"], "glass": ["glass", "wine", "cup", "goblet"], "globe": ["globe", "world", "travel", "journey", "trip", "planet", "earth"], + "google": ["google"], "grid-dots": ["grid", "dots", "network", "pattern", "layout"], "grid": ["grid", "layout", "table", "network", "pattern"], + "grip-horizontal": ["grip", "horizontal"], + "grip-vertical": ["grip", "vertical"], "hash": ["hash", "hashtag", "#", "instagram"], "headphones": ["headphones", "music", "headset", "audio", "sound"], "headset": ["headset", "music", "headphones", "audio", "sound"], "heart": ["heart", "love", "emotion", "like", "favorite", "relationship"], "help": ["help", "tooltip", "assistance", "advice", "support"], + "hexagon": ["hexagon"], "history": ["history"], "home-2": ["home", "2", "house", "dashboard", "living", "building"], "home": ["home", "house", "dashboard", "living", "building"], @@ -346,9 +360,11 @@ "minus": ["minus", "subtract", "less"], "mood-confuzed": ["mood", "confuzed", "face", "emoji", "emotion", "frown"], "mood-happy": ["mood", "happy", "face", "emoji", "emotion"], + "mood-kid": ["mood", "kid", "face", "emoji", "emotion"], "mood-neutral": ["mood", "neutral", "face", "emoji", "emotion"], "mood-sad": ["mood", "sad", "face", "emoji", "emotion", "mad"], "mood-smile": ["mood", "smile", "face", "emoji", "emotion"], + "mood-suprised": ["mood", "suprised", "face", "emoji", "emotion"], "mood-tongue": ["mood", "tongue", "face", "emoji", "emotion"], "moon": ["moon", "night", "dark mode"], "mouse": ["mouse", "pointer", "cursor", "device"], @@ -371,15 +387,19 @@ "parking": ["parking", "sign", "car", "vehicle", "space"], "pencil": ["pencil"], "phone-call": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline"], + "phone-check": ["phone", "check", "ring", "mobile", "conversation", "answer", "dial", "landline"], "phone-incoming": ["phone", "incoming", "call", "answer", "mobile", "landline", "conversation"], "phone-outgoing": ["phone", "outgoing", "call", "signal", "mobile", "landline", "conversation"], "phone-pause": ["phone", "pause", "call", "mute", "mobile", "landline", "conversation"], + "phone-plus": ["phone", "plus", "call", "signal", "mobile", "landline", "conversation"], + "phone-x": ["phone", "x", "ring", "mobile", "conversation", "answer", "dial", "landline"], "phone": ["phone", "call", "mobile", "conversation", "landline", "answer", "number"], "photo": ["photo", "image", "picture", "landscape", "camera"], "pillow": ["pillow", "drug", "medication", "illness", "sickness", "doctor", "prescription"], "plane-arrival": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage"], "plane-departure": ["plane", "departure", "travel", "take off", "journey", "trip", "airport", "baggage", "luggage"], "plane": ["plane", "travel", "journey", "trip", "airport", "baggage", "luggage"], + "planet": ["planet"], "plug": ["plug", "electricity", "charger", "socket", "connection"], "plus": ["plus", "add", "create", "new"], "point": ["point", "dot", "label"], @@ -412,19 +432,23 @@ "send": ["send", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane"], "separator": ["separator", "divider", "space", "separate", "set apart"], "server": ["server", "storage", "hosting", "www"], + "servicemark": ["servicemark"], "settings": ["settings", "cog", "edit", "gear", "preferences", "tools"], "shape": ["shape", "draw", "square", "form", "create", "outline"], "share": ["share", "network", "link", "connection"], "shield-check": ["shield", "check", "safety", "protect", "protection", "yes", "add"], "shield-x": ["shield", "x", "unprotected", "protection", "cancel", "no"], "shield": ["shield", "safety", "protect", "protection"], + "shirt": ["shirt"], "shopping-cart": ["shopping", "cart", "bag", "ecommerce", "purchase", "store", "online"], "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"], + "snowflake": ["snowflake"], "social": ["social"], "sort-ascending": ["sort", "ascending", "arrange"], "sort-descending": ["sort", "descending", "arrange"], + "space": ["space"], "square-check": ["square", "check", "checkbox", "yes"], "square-minus": ["square", "minus", "remove", "indeterminate"], "square-plus": ["square", "plus", "add", "create", "new"], @@ -463,12 +487,17 @@ "toggle-right": ["toggle", "right", "on", "off", "switch"], "tool": ["tool", "preferences", "edit", "settings"], "tools": ["tools", "preferences", "edit", "settings"], + "tractor": ["tractor"], + "trademark": ["trademark"], + "traffic-cone": ["traffic", "cone"], "trash": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], + "trees": ["trees"], "trending-down": ["trending", "down", "arrow", "decrease", "fall"], "trending-up": ["trending", "up", "arrow", "grow", "increase"], "triangle": ["triangle", "delta"], "trophy": ["trophy", "success", "win", "prize", "winner"], "truck": ["truck", "transport", "vahicle", "van", "lorry", "cargo", "delivery"], + "twitter": ["twitter"], "typography": ["typography", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font"], "umbrella": ["umbrella"], "underline": ["underline", "underscore", "emphasis", "horizontal", "typography"], @@ -476,6 +505,7 @@ "upload": ["upload", "file", "arrow"], "urgent": ["urgent", "alert", "important"], "user-check": ["user", "check", "tick", "person", "account"], + "user-exclamation": ["user", "exclamation"], "user-minus": ["user", "minus", "remove", "cancel", "person", "account", "unsubscribe"], "user-plus": ["user", "plus", "add", "create", "new", "person", "people", "follow", "subscribe"], "user-x": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], -- cgit v1.2.1