From 78770ee1f042bdc97e40347a489d64ef3021a785 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 18 Aug 2020 10:51:47 +0200 Subject: Release 1.12.0 --- .github/icons.png | Bin 347451 -> 359383 bytes .github/icons.svg | 859 +++++++++++++++++++++----------------- .github/tabler-icons-1.12.0.png | Bin 0 -> 17439 bytes .github/tabler-icons-1.12.0.svg | 94 +++++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 273764 -> 282872 bytes iconfont/fonts/tabler-icons.ttf | Bin 273580 -> 282688 bytes iconfont/fonts/tabler-icons.woff | Bin 128700 -> 132988 bytes iconfont/fonts/tabler-icons.woff2 | Bin 95376 -> 98524 bytes iconfont/tabler-icons.css | 130 +++++- iconfont/tabler-icons.html | 291 ++++++++++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 68 ++- icons-png/contrast.png | Bin 0 -> 5749 bytes icons-png/electric-scooter.png | Bin 0 -> 2536 bytes icons-png/letter-a.png | Bin 0 -> 1870 bytes icons-png/letter-b.png | Bin 0 -> 2821 bytes icons-png/letter-c.png | Bin 0 -> 3245 bytes icons-png/letter-case.png | Bin 3153 -> 0 bytes icons-png/letter-d.png | Bin 0 -> 2281 bytes icons-png/letter-e.png | Bin 0 -> 1359 bytes icons-png/letter-f.png | Bin 0 -> 1237 bytes icons-png/letter-g.png | Bin 0 -> 3351 bytes icons-png/letter-h.png | Bin 0 -> 1010 bytes icons-png/letter-i.png | Bin 0 -> 912 bytes icons-png/letter-j.png | Bin 0 -> 2002 bytes icons-png/letter-k.png | Bin 0 -> 1663 bytes icons-png/letter-l.png | Bin 0 -> 1084 bytes icons-png/letter-m.png | Bin 0 -> 2857 bytes icons-png/letter-n.png | Bin 0 -> 2412 bytes icons-png/letter-o.png | Bin 0 -> 3007 bytes icons-png/letter-p.png | Bin 0 -> 2169 bytes icons-png/letter-q.png | Bin 0 -> 3273 bytes icons-png/letter-r.png | Bin 0 -> 2548 bytes icons-png/letter-s.png | Bin 0 -> 3648 bytes icons-png/letter-t.png | Bin 0 -> 1085 bytes icons-png/letter-u.png | Bin 0 -> 2125 bytes icons-png/letter-v.png | Bin 0 -> 1982 bytes icons-png/letter-w.png | Bin 0 -> 3578 bytes icons-png/letter-x.png | Bin 0 -> 2008 bytes icons-png/letter-y.png | Bin 0 -> 1696 bytes icons-png/letter-z.png | Bin 0 -> 1416 bytes icons-png/letters-case.png | Bin 0 -> 3153 bytes icons-png/live-view.png | Bin 0 -> 4164 bytes icons-png/scooter.png | Bin 0 -> 2758 bytes icons-png/test.png | Bin 0 -> 1784 bytes icons/contrast.svg | 7 + icons/electric-scooter.svg | 8 + icons/letter-a.svg | 7 + icons/letter-b.svg | 7 + icons/letter-c.svg | 6 + icons/letter-case.svg | 9 - icons/letter-d.svg | 6 + icons/letter-e.svg | 7 + icons/letter-f.svg | 7 + icons/letter-g.svg | 6 + icons/letter-h.svg | 8 + icons/letter-i.svg | 6 + icons/letter-j.svg | 6 + icons/letter-k.svg | 8 + icons/letter-l.svg | 6 + icons/letter-m.svg | 6 + icons/letter-n.svg | 6 + icons/letter-o.svg | 6 + icons/letter-p.svg | 6 + icons/letter-q.svg | 7 + icons/letter-r.svg | 7 + icons/letter-s.svg | 6 + icons/letter-t.svg | 7 + icons/letter-u.svg | 6 + icons/letter-v.svg | 6 + icons/letter-w.svg | 6 + icons/letter-x.svg | 7 + icons/letter-y.svg | 7 + icons/letter-z.svg | 6 + icons/letters-case.svg | 9 + icons/live-view.svg | 11 + icons/scooter.svg | 8 + icons/test.svg | 6 + package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 33 +- 83 files changed, 1303 insertions(+), 411 deletions(-) create mode 100644 .github/tabler-icons-1.12.0.png create mode 100644 .github/tabler-icons-1.12.0.svg create mode 100644 icons-png/contrast.png create mode 100644 icons-png/electric-scooter.png create mode 100644 icons-png/letter-a.png create mode 100644 icons-png/letter-b.png create mode 100644 icons-png/letter-c.png delete mode 100644 icons-png/letter-case.png create mode 100644 icons-png/letter-d.png create mode 100644 icons-png/letter-e.png create mode 100644 icons-png/letter-f.png create mode 100644 icons-png/letter-g.png create mode 100644 icons-png/letter-h.png create mode 100644 icons-png/letter-i.png create mode 100644 icons-png/letter-j.png create mode 100644 icons-png/letter-k.png create mode 100644 icons-png/letter-l.png create mode 100644 icons-png/letter-m.png create mode 100644 icons-png/letter-n.png create mode 100644 icons-png/letter-o.png create mode 100644 icons-png/letter-p.png create mode 100644 icons-png/letter-q.png create mode 100644 icons-png/letter-r.png create mode 100644 icons-png/letter-s.png create mode 100644 icons-png/letter-t.png create mode 100644 icons-png/letter-u.png create mode 100644 icons-png/letter-v.png create mode 100644 icons-png/letter-w.png create mode 100644 icons-png/letter-x.png create mode 100644 icons-png/letter-y.png create mode 100644 icons-png/letter-z.png create mode 100644 icons-png/letters-case.png create mode 100644 icons-png/live-view.png create mode 100644 icons-png/scooter.png create mode 100644 icons-png/test.png create mode 100644 icons/contrast.svg create mode 100644 icons/electric-scooter.svg create mode 100644 icons/letter-a.svg create mode 100644 icons/letter-b.svg create mode 100644 icons/letter-c.svg delete mode 100644 icons/letter-case.svg create mode 100644 icons/letter-d.svg create mode 100644 icons/letter-e.svg create mode 100644 icons/letter-f.svg create mode 100644 icons/letter-g.svg create mode 100644 icons/letter-h.svg create mode 100644 icons/letter-i.svg create mode 100644 icons/letter-j.svg create mode 100644 icons/letter-k.svg create mode 100644 icons/letter-l.svg create mode 100644 icons/letter-m.svg create mode 100644 icons/letter-n.svg create mode 100644 icons/letter-o.svg create mode 100644 icons/letter-p.svg create mode 100644 icons/letter-q.svg create mode 100644 icons/letter-r.svg create mode 100644 icons/letter-s.svg create mode 100644 icons/letter-t.svg create mode 100644 icons/letter-u.svg create mode 100644 icons/letter-v.svg create mode 100644 icons/letter-w.svg create mode 100644 icons/letter-x.svg create mode 100644 icons/letter-y.svg create mode 100644 icons/letter-z.svg create mode 100644 icons/letters-case.svg create mode 100644 icons/live-view.svg create mode 100644 icons/scooter.svg create mode 100644 icons/test.svg diff --git a/.github/icons.png b/.github/icons.png index b07189f..6f9eb75 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 573d891..8be8dcf 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -390,6 +390,8 @@ + + @@ -500,6 +502,8 @@ + + @@ -711,7 +715,59 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -728,6 +784,8 @@ + + @@ -926,6 +984,8 @@ + + @@ -1041,6 +1101,8 @@ + + @@ -1350,386 +1412,417 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.12.0.png b/.github/tabler-icons-1.12.0.png new file mode 100644 index 0000000..ac6dd73 Binary files /dev/null and b/.github/tabler-icons-1.12.0.png differ diff --git a/.github/tabler-icons-1.12.0.svg b/.github/tabler-icons-1.12.0.svg new file mode 100644 index 0000000..5e93837 --- /dev/null +++ b/.github/tabler-icons-1.12.0.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index ee9ca2c..f9e5a7f 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"a-b":"ec36","accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","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-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","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","brand-android":"ec16","brand-apple":"ec17","brand-chrome":"ec18","brand-dribbble":"ec19","brand-facebook":"ec1a","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-instagram":"ec20","brand-opera":"ec21","brand-paypal":"ec22","brand-safari":"ec23","brand-sketch":"ec24","brand-snapchat":"ec25","brand-telegram":"ec26","brand-twitter":"ec27","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-skyscraper":"ec39","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","camera-minus":"ec3a","camera-plus":"ec3b","capture":"ec3c","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","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","copyleft":"ec3d","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","crosshair":"ec3e","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","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","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-right":"ebb3","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","grip-horizontal":"ec00","grip-vertical":"ec01","hand-middle-finger":"ec2d","hand-stop":"ec2e","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-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-case":"ebbf","license":"ebc0","lifebuoy":"eadd","line":"ec40","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","markdown":"ec41","math":"ebeb","maximize":"eaea","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","messages":"eb6c","microphone":"eaf0","minimize":"eaf1","minus":"eaf2","mist":"ec30","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-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","pill":"ec44","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","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","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","sunset":"ec31","sunshine":"ec32","superscript":"eba0","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","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","truck-delivery":"ec4b","truck-return":"ec4c","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","wind":"ec34","woman":"eb53","world":"eb54","x":"eb55","yin-yang":"ec35","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"a-b":"ec36","accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","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-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","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","brand-android":"ec16","brand-apple":"ec17","brand-chrome":"ec18","brand-dribbble":"ec19","brand-facebook":"ec1a","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-instagram":"ec20","brand-opera":"ec21","brand-paypal":"ec22","brand-safari":"ec23","brand-sketch":"ec24","brand-snapchat":"ec25","brand-telegram":"ec26","brand-twitter":"ec27","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-skyscraper":"ec39","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","camera-minus":"ec3a","camera-plus":"ec3b","capture":"ec3c","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","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","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","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","crosshair":"ec3e","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","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","electric-scooter":"ec4f","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","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-right":"ebb3","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","grip-horizontal":"ec00","grip-vertical":"ec01","hand-middle-finger":"ec2d","hand-stop":"ec2e","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-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","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","markdown":"ec41","math":"ebeb","maximize":"eaea","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","messages":"eb6c","microphone":"eaf0","minimize":"eaf1","minus":"eaf2","mist":"ec30","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-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","pill":"ec44","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","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","scale":"ebc2","scan":"ebc8","scissors":"eb1b","scooter":"ec6c","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","sunset":"ec31","sunshine":"ec32","superscript":"eba0","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","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":"ec6d","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","truck-delivery":"ec4b","truck-return":"ec4c","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","wind":"ec34","woman":"eb53","world":"eb54","x":"eb55","yin-yang":"ec35","zoom-cancel":"ec4d","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 564bcc0..2f70550 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 766da80..25b546e 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 bf4659b..ff3ff14 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 1240e4a..cbf4fe2 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 313e9ef..ff7351a 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.11.0 by tabler - https://tabler.io + * Tabler Icons 1.12.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -812,6 +812,10 @@ content: ""; } +.ti-contrast:before { + content: ""; +} + .ti-copy:before { content: ""; } @@ -1032,6 +1036,10 @@ content: ""; } +.ti-electric-scooter:before { + content: ""; +} + .ti-emphasis:before { content: ""; } @@ -1452,8 +1460,112 @@ content: ""; } -.ti-letter-case:before { - content: ""; +.ti-letter-a:before { + content: ""; +} + +.ti-letter-b:before { + content: ""; +} + +.ti-letter-c:before { + content: ""; +} + +.ti-letter-d:before { + content: ""; +} + +.ti-letter-e:before { + content: ""; +} + +.ti-letter-f:before { + content: ""; +} + +.ti-letter-g:before { + content: ""; +} + +.ti-letter-h:before { + content: ""; +} + +.ti-letter-i:before { + content: ""; +} + +.ti-letter-j:before { + content: ""; +} + +.ti-letter-k:before { + content: ""; +} + +.ti-letter-l:before { + content: ""; +} + +.ti-letter-m:before { + content: ""; +} + +.ti-letter-n:before { + content: ""; +} + +.ti-letter-o:before { + content: ""; +} + +.ti-letter-p:before { + content: ""; +} + +.ti-letter-q:before { + content: ""; +} + +.ti-letter-r:before { + content: ""; +} + +.ti-letter-s:before { + content: ""; +} + +.ti-letter-t:before { + content: ""; +} + +.ti-letter-u:before { + content: ""; +} + +.ti-letter-v:before { + content: ""; +} + +.ti-letter-w:before { + content: ""; +} + +.ti-letter-x:before { + content: ""; +} + +.ti-letter-y:before { + content: ""; +} + +.ti-letter-z:before { + content: ""; +} + +.ti-letters-case:before { + content: ""; } .ti-license:before { @@ -1488,6 +1600,10 @@ content: ""; } +.ti-live-view:before { + content: ""; +} + .ti-location:before { content: ""; } @@ -1884,6 +2000,10 @@ content: ""; } +.ti-scooter:before { + content: ""; +} + .ti-search:before { content: ""; } @@ -2112,6 +2232,10 @@ content: ""; } +.ti-test:before { + content: ""; +} + .ti-test-pipe:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index b379594..24436c3 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.11.0 + Tabler Icons - version 1.12.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.11.0

+

version 1.12.0

+
+ + contrast +
+ ti ti-contrast
+ \ec4e +
+
+
copy @@ -2387,6 +2396,15 @@
+
+ + electric-scooter +
+ ti ti-electric-scooter
+ \ec4f +
+
+
emphasis @@ -3333,11 +3351,245 @@
- - letter-case + + letter-a +
+ ti ti-letter-a
+ \ec50 +
+
+ +
+ + letter-b +
+ ti ti-letter-b
+ \ec51 +
+
+ +
+ + letter-c +
+ ti ti-letter-c
+ \ec52 +
+
+ +
+ + letter-d +
+ ti ti-letter-d
+ \ec53 +
+
+ +
+ + letter-e +
+ ti ti-letter-e
+ \ec54 +
+
+ +
+ + letter-f +
+ ti ti-letter-f
+ \ec55 +
+
+ +
+ + letter-g +
+ ti ti-letter-g
+ \ec56 +
+
+ +
+ + letter-h +
+ ti ti-letter-h
+ \ec57 +
+
+ +
+ + letter-i +
+ ti ti-letter-i
+ \ec58 +
+
+ +
+ + letter-j
- ti ti-letter-case
- \ebbf + ti ti-letter-j
+ \ec59 +
+
+ +
+ + letter-k +
+ ti ti-letter-k
+ \ec5a +
+
+ +
+ + letter-l +
+ ti ti-letter-l
+ \ec5b +
+
+ +
+ + letter-m +
+ ti ti-letter-m
+ \ec5c +
+
+ +
+ + letter-n +
+ ti ti-letter-n
+ \ec5d +
+
+ +
+ + letter-o +
+ ti ti-letter-o
+ \ec5e +
+
+ +
+ + letter-p +
+ ti ti-letter-p
+ \ec5f +
+
+ +
+ + letter-q +
+ ti ti-letter-q
+ \ec60 +
+
+ +
+ + letter-r +
+ ti ti-letter-r
+ \ec61 +
+
+ +
+ + letter-s +
+ ti ti-letter-s
+ \ec62 +
+
+ +
+ + letter-t +
+ ti ti-letter-t
+ \ec63 +
+
+ +
+ + letter-u +
+ ti ti-letter-u
+ \ec64 +
+
+ +
+ + letter-v +
+ ti ti-letter-v
+ \ec65 +
+
+ +
+ + letter-w +
+ ti ti-letter-w
+ \ec66 +
+
+ +
+ + letter-x +
+ ti ti-letter-x
+ \ec67 +
+
+ +
+ + letter-y +
+ ti ti-letter-y
+ \ec68 +
+
+ +
+ + letter-z +
+ ti ti-letter-z
+ \ec69 +
+
+ +
+ + letters-case +
+ ti ti-letters-case
+ \ec6a
@@ -3413,6 +3665,15 @@ +
+ + live-view +
+ ti ti-live-view
+ \ec6b +
+
+
location @@ -4304,6 +4565,15 @@
+
+ + scooter +
+ ti ti-scooter
+ \ec6c +
+
+
search @@ -4817,6 +5087,15 @@
+
+ + test +
+ ti ti-test
+ \ec6d +
+
+
test-pipe diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 8810e40..843405b 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.11.0 by tabler - https://tabler.io + * Tabler Icons 1.12.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-a-b:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal: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-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball: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-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-twitter: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-skyscraper: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-camera-minus:before{content:""}.ti-camera-plus:before{content:""}.ti-capture: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-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-copyleft: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-crosshair: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-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-flame: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-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-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-stop: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-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list: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: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-markdown:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2: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-mist: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-calling: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-pill: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-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle: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-sunset:before{content:""}.ti-sunshine: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-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks: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-truck-delivery:before{content:""}.ti-truck-return: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-wind:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zoom-cancel: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-a-b:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal: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-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball: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-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-twitter: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-skyscraper: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-camera-minus:before{content:""}.ti-camera-plus:before{content:""}.ti-capture: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-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-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft: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-crosshair: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-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-electric-scooter: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-flame: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-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-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-stop: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-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list: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-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line: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-live-view: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-markdown:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2: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-mist: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-calling: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-pill: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-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle: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-scooter: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-sunset:before{content:""}.ti-sunshine: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-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks: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: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-truck-delivery:before{content:""}.ti-truck-return: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-wind:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zoom-cancel: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 8a2066d..d5f8908 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.11.0 by tabler - https://tabler.io + * Tabler Icons 1.12.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -231,6 +231,7 @@ $ti-icon-color-swatch: '\eb61'; $ti-icon-columns: '\eb83'; $ti-icon-command: '\ea78'; $ti-icon-compass: '\ea79'; +$ti-icon-contrast: '\ec4e'; $ti-icon-copy: '\ea7a'; $ti-icon-copyleft: '\ec3d'; $ti-icon-copyright: '\ea7b'; @@ -286,6 +287,7 @@ $ti-icon-droplet: '\ea97'; $ti-icon-ear: '\ebce'; $ti-icon-edit: '\ea98'; $ti-icon-egg: '\eb8a'; +$ti-icon-electric-scooter: '\ec4f'; $ti-icon-emphasis: '\ebcf'; $ti-icon-eraser: '\eb8b'; $ti-icon-exchange: '\ebe7'; @@ -391,7 +393,33 @@ $ti-icon-layout-rows: '\ead8'; $ti-icon-layout-sidebar: '\eada'; $ti-icon-layout-sidebar-right: '\ead9'; $ti-icon-lego: '\eadc'; -$ti-icon-letter-case: '\ebbf'; +$ti-icon-letter-a: '\ec50'; +$ti-icon-letter-b: '\ec51'; +$ti-icon-letter-c: '\ec52'; +$ti-icon-letter-d: '\ec53'; +$ti-icon-letter-e: '\ec54'; +$ti-icon-letter-f: '\ec55'; +$ti-icon-letter-g: '\ec56'; +$ti-icon-letter-h: '\ec57'; +$ti-icon-letter-i: '\ec58'; +$ti-icon-letter-j: '\ec59'; +$ti-icon-letter-k: '\ec5a'; +$ti-icon-letter-l: '\ec5b'; +$ti-icon-letter-m: '\ec5c'; +$ti-icon-letter-n: '\ec5d'; +$ti-icon-letter-o: '\ec5e'; +$ti-icon-letter-p: '\ec5f'; +$ti-icon-letter-q: '\ec60'; +$ti-icon-letter-r: '\ec61'; +$ti-icon-letter-s: '\ec62'; +$ti-icon-letter-t: '\ec63'; +$ti-icon-letter-u: '\ec64'; +$ti-icon-letter-v: '\ec65'; +$ti-icon-letter-w: '\ec66'; +$ti-icon-letter-x: '\ec67'; +$ti-icon-letter-y: '\ec68'; +$ti-icon-letter-z: '\ec69'; +$ti-icon-letters-case: '\ec6a'; $ti-icon-license: '\ebc0'; $ti-icon-lifebuoy: '\eadd'; $ti-icon-line: '\ec40'; @@ -400,6 +428,7 @@ $ti-icon-link: '\eade'; $ti-icon-list: '\eb6b'; $ti-icon-list-check: '\eb6a'; $ti-icon-live-photo: '\eadf'; +$ti-icon-live-view: '\ec6b'; $ti-icon-location: '\eae0'; $ti-icon-lock: '\eae2'; $ti-icon-lock-open: '\eae1'; @@ -499,6 +528,7 @@ $ti-icon-ruler: '\eb1a'; $ti-icon-scale: '\ebc2'; $ti-icon-scan: '\ebc8'; $ti-icon-scissors: '\eb1b'; +$ti-icon-scooter: '\ec6c'; $ti-icon-search: '\eb1c'; $ti-icon-selector: '\eb1d'; $ti-icon-send: '\eb1e'; @@ -556,6 +586,7 @@ $ti-icon-temperature-plus: '\ebee'; $ti-icon-template: '\eb39'; $ti-icon-terminal: '\ebdc'; $ti-icon-terminal-2: '\ebef'; +$ti-icon-test: '\ec6d'; $ti-icon-test-pipe: '\eb3a'; $ti-icon-text-wrap: '\ebdd'; $ti-icon-thumb-down: '\eb3b'; @@ -811,6 +842,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-columns:before { content: $ti-icon-columns; } .#{$ti-icon-prefix}-command:before { content: $ti-icon-command; } .#{$ti-icon-prefix}-compass:before { content: $ti-icon-compass; } +.#{$ti-icon-prefix}-contrast:before { content: $ti-icon-contrast; } .#{$ti-icon-prefix}-copy:before { content: $ti-icon-copy; } .#{$ti-icon-prefix}-copyleft:before { content: $ti-icon-copyleft; } .#{$ti-icon-prefix}-copyright:before { content: $ti-icon-copyright; } @@ -866,6 +898,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-ear:before { content: $ti-icon-ear; } .#{$ti-icon-prefix}-edit:before { content: $ti-icon-edit; } .#{$ti-icon-prefix}-egg:before { content: $ti-icon-egg; } +.#{$ti-icon-prefix}-electric-scooter:before { content: $ti-icon-electric-scooter; } .#{$ti-icon-prefix}-emphasis:before { content: $ti-icon-emphasis; } .#{$ti-icon-prefix}-eraser:before { content: $ti-icon-eraser; } .#{$ti-icon-prefix}-exchange:before { content: $ti-icon-exchange; } @@ -971,7 +1004,33 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; } .#{$ti-icon-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; } .#{$ti-icon-prefix}-lego:before { content: $ti-icon-lego; } -.#{$ti-icon-prefix}-letter-case:before { content: $ti-icon-letter-case; } +.#{$ti-icon-prefix}-letter-a:before { content: $ti-icon-letter-a; } +.#{$ti-icon-prefix}-letter-b:before { content: $ti-icon-letter-b; } +.#{$ti-icon-prefix}-letter-c:before { content: $ti-icon-letter-c; } +.#{$ti-icon-prefix}-letter-d:before { content: $ti-icon-letter-d; } +.#{$ti-icon-prefix}-letter-e:before { content: $ti-icon-letter-e; } +.#{$ti-icon-prefix}-letter-f:before { content: $ti-icon-letter-f; } +.#{$ti-icon-prefix}-letter-g:before { content: $ti-icon-letter-g; } +.#{$ti-icon-prefix}-letter-h:before { content: $ti-icon-letter-h; } +.#{$ti-icon-prefix}-letter-i:before { content: $ti-icon-letter-i; } +.#{$ti-icon-prefix}-letter-j:before { content: $ti-icon-letter-j; } +.#{$ti-icon-prefix}-letter-k:before { content: $ti-icon-letter-k; } +.#{$ti-icon-prefix}-letter-l:before { content: $ti-icon-letter-l; } +.#{$ti-icon-prefix}-letter-m:before { content: $ti-icon-letter-m; } +.#{$ti-icon-prefix}-letter-n:before { content: $ti-icon-letter-n; } +.#{$ti-icon-prefix}-letter-o:before { content: $ti-icon-letter-o; } +.#{$ti-icon-prefix}-letter-p:before { content: $ti-icon-letter-p; } +.#{$ti-icon-prefix}-letter-q:before { content: $ti-icon-letter-q; } +.#{$ti-icon-prefix}-letter-r:before { content: $ti-icon-letter-r; } +.#{$ti-icon-prefix}-letter-s:before { content: $ti-icon-letter-s; } +.#{$ti-icon-prefix}-letter-t:before { content: $ti-icon-letter-t; } +.#{$ti-icon-prefix}-letter-u:before { content: $ti-icon-letter-u; } +.#{$ti-icon-prefix}-letter-v:before { content: $ti-icon-letter-v; } +.#{$ti-icon-prefix}-letter-w:before { content: $ti-icon-letter-w; } +.#{$ti-icon-prefix}-letter-x:before { content: $ti-icon-letter-x; } +.#{$ti-icon-prefix}-letter-y:before { content: $ti-icon-letter-y; } +.#{$ti-icon-prefix}-letter-z:before { content: $ti-icon-letter-z; } +.#{$ti-icon-prefix}-letters-case:before { content: $ti-icon-letters-case; } .#{$ti-icon-prefix}-license:before { content: $ti-icon-license; } .#{$ti-icon-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; } .#{$ti-icon-prefix}-line:before { content: $ti-icon-line; } @@ -980,6 +1039,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-list:before { content: $ti-icon-list; } .#{$ti-icon-prefix}-list-check:before { content: $ti-icon-list-check; } .#{$ti-icon-prefix}-live-photo:before { content: $ti-icon-live-photo; } +.#{$ti-icon-prefix}-live-view:before { content: $ti-icon-live-view; } .#{$ti-icon-prefix}-location:before { content: $ti-icon-location; } .#{$ti-icon-prefix}-lock:before { content: $ti-icon-lock; } .#{$ti-icon-prefix}-lock-open:before { content: $ti-icon-lock-open; } @@ -1079,6 +1139,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-scale:before { content: $ti-icon-scale; } .#{$ti-icon-prefix}-scan:before { content: $ti-icon-scan; } .#{$ti-icon-prefix}-scissors:before { content: $ti-icon-scissors; } +.#{$ti-icon-prefix}-scooter:before { content: $ti-icon-scooter; } .#{$ti-icon-prefix}-search:before { content: $ti-icon-search; } .#{$ti-icon-prefix}-selector:before { content: $ti-icon-selector; } .#{$ti-icon-prefix}-send:before { content: $ti-icon-send; } @@ -1136,6 +1197,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-template:before { content: $ti-icon-template; } .#{$ti-icon-prefix}-terminal:before { content: $ti-icon-terminal; } .#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } +.#{$ti-icon-prefix}-test:before { content: $ti-icon-test; } .#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; } .#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; } .#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } diff --git a/icons-png/contrast.png b/icons-png/contrast.png new file mode 100644 index 0000000..0d56d95 Binary files /dev/null and b/icons-png/contrast.png differ diff --git a/icons-png/electric-scooter.png b/icons-png/electric-scooter.png new file mode 100644 index 0000000..d1cd382 Binary files /dev/null and b/icons-png/electric-scooter.png differ diff --git a/icons-png/letter-a.png b/icons-png/letter-a.png new file mode 100644 index 0000000..2c1d297 Binary files /dev/null and b/icons-png/letter-a.png differ diff --git a/icons-png/letter-b.png b/icons-png/letter-b.png new file mode 100644 index 0000000..0e28a98 Binary files /dev/null and b/icons-png/letter-b.png differ diff --git a/icons-png/letter-c.png b/icons-png/letter-c.png new file mode 100644 index 0000000..518687a Binary files /dev/null and b/icons-png/letter-c.png differ diff --git a/icons-png/letter-case.png b/icons-png/letter-case.png deleted file mode 100644 index 0095e62..0000000 Binary files a/icons-png/letter-case.png and /dev/null differ diff --git a/icons-png/letter-d.png b/icons-png/letter-d.png new file mode 100644 index 0000000..c60ac5d Binary files /dev/null and b/icons-png/letter-d.png differ diff --git a/icons-png/letter-e.png b/icons-png/letter-e.png new file mode 100644 index 0000000..d472692 Binary files /dev/null and b/icons-png/letter-e.png differ diff --git a/icons-png/letter-f.png b/icons-png/letter-f.png new file mode 100644 index 0000000..4b422b6 Binary files /dev/null and b/icons-png/letter-f.png differ diff --git a/icons-png/letter-g.png b/icons-png/letter-g.png new file mode 100644 index 0000000..8e94483 Binary files /dev/null and b/icons-png/letter-g.png differ diff --git a/icons-png/letter-h.png b/icons-png/letter-h.png new file mode 100644 index 0000000..eaaae39 Binary files /dev/null and b/icons-png/letter-h.png differ diff --git a/icons-png/letter-i.png b/icons-png/letter-i.png new file mode 100644 index 0000000..48e69b5 Binary files /dev/null and b/icons-png/letter-i.png differ diff --git a/icons-png/letter-j.png b/icons-png/letter-j.png new file mode 100644 index 0000000..d4c0cd8 Binary files /dev/null and b/icons-png/letter-j.png differ diff --git a/icons-png/letter-k.png b/icons-png/letter-k.png new file mode 100644 index 0000000..735f333 Binary files /dev/null and b/icons-png/letter-k.png differ diff --git a/icons-png/letter-l.png b/icons-png/letter-l.png new file mode 100644 index 0000000..6357e34 Binary files /dev/null and b/icons-png/letter-l.png differ diff --git a/icons-png/letter-m.png b/icons-png/letter-m.png new file mode 100644 index 0000000..1ccf21b Binary files /dev/null and b/icons-png/letter-m.png differ diff --git a/icons-png/letter-n.png b/icons-png/letter-n.png new file mode 100644 index 0000000..3d1001b Binary files /dev/null and b/icons-png/letter-n.png differ diff --git a/icons-png/letter-o.png b/icons-png/letter-o.png new file mode 100644 index 0000000..4a3012a Binary files /dev/null and b/icons-png/letter-o.png differ diff --git a/icons-png/letter-p.png b/icons-png/letter-p.png new file mode 100644 index 0000000..f3da570 Binary files /dev/null and b/icons-png/letter-p.png differ diff --git a/icons-png/letter-q.png b/icons-png/letter-q.png new file mode 100644 index 0000000..1edfdda Binary files /dev/null and b/icons-png/letter-q.png differ diff --git a/icons-png/letter-r.png b/icons-png/letter-r.png new file mode 100644 index 0000000..7a8ec28 Binary files /dev/null and b/icons-png/letter-r.png differ diff --git a/icons-png/letter-s.png b/icons-png/letter-s.png new file mode 100644 index 0000000..bef8927 Binary files /dev/null and b/icons-png/letter-s.png differ diff --git a/icons-png/letter-t.png b/icons-png/letter-t.png new file mode 100644 index 0000000..1256a7b Binary files /dev/null and b/icons-png/letter-t.png differ diff --git a/icons-png/letter-u.png b/icons-png/letter-u.png new file mode 100644 index 0000000..28da822 Binary files /dev/null and b/icons-png/letter-u.png differ diff --git a/icons-png/letter-v.png b/icons-png/letter-v.png new file mode 100644 index 0000000..c317991 Binary files /dev/null and b/icons-png/letter-v.png differ diff --git a/icons-png/letter-w.png b/icons-png/letter-w.png new file mode 100644 index 0000000..af3c921 Binary files /dev/null and b/icons-png/letter-w.png differ diff --git a/icons-png/letter-x.png b/icons-png/letter-x.png new file mode 100644 index 0000000..ec86ebe Binary files /dev/null and b/icons-png/letter-x.png differ diff --git a/icons-png/letter-y.png b/icons-png/letter-y.png new file mode 100644 index 0000000..147d049 Binary files /dev/null and b/icons-png/letter-y.png differ diff --git a/icons-png/letter-z.png b/icons-png/letter-z.png new file mode 100644 index 0000000..8a386a4 Binary files /dev/null and b/icons-png/letter-z.png differ diff --git a/icons-png/letters-case.png b/icons-png/letters-case.png new file mode 100644 index 0000000..0095e62 Binary files /dev/null and b/icons-png/letters-case.png differ diff --git a/icons-png/live-view.png b/icons-png/live-view.png new file mode 100644 index 0000000..3c9d4bc Binary files /dev/null and b/icons-png/live-view.png differ diff --git a/icons-png/scooter.png b/icons-png/scooter.png new file mode 100644 index 0000000..f627e8b Binary files /dev/null and b/icons-png/scooter.png differ diff --git a/icons-png/test.png b/icons-png/test.png new file mode 100644 index 0000000..4b3ecc9 Binary files /dev/null and b/icons-png/test.png differ diff --git a/icons/contrast.svg b/icons/contrast.svg new file mode 100644 index 0000000..6b132a9 --- /dev/null +++ b/icons/contrast.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/electric-scooter.svg b/icons/electric-scooter.svg new file mode 100644 index 0000000..470dd69 --- /dev/null +++ b/icons/electric-scooter.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/letter-a.svg b/icons/letter-a.svg new file mode 100644 index 0000000..9192e49 --- /dev/null +++ b/icons/letter-a.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-b.svg b/icons/letter-b.svg new file mode 100644 index 0000000..73430cc --- /dev/null +++ b/icons/letter-b.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-c.svg b/icons/letter-c.svg new file mode 100644 index 0000000..665b753 --- /dev/null +++ b/icons/letter-c.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-case.svg b/icons/letter-case.svg deleted file mode 100644 index 8288aef..0000000 --- a/icons/letter-case.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/letter-d.svg b/icons/letter-d.svg new file mode 100644 index 0000000..af3f32c --- /dev/null +++ b/icons/letter-d.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-e.svg b/icons/letter-e.svg new file mode 100644 index 0000000..e10c5c2 --- /dev/null +++ b/icons/letter-e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-f.svg b/icons/letter-f.svg new file mode 100644 index 0000000..f6cdeb8 --- /dev/null +++ b/icons/letter-f.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-g.svg b/icons/letter-g.svg new file mode 100644 index 0000000..97d3739 --- /dev/null +++ b/icons/letter-g.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-h.svg b/icons/letter-h.svg new file mode 100644 index 0000000..9ed8f67 --- /dev/null +++ b/icons/letter-h.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/letter-i.svg b/icons/letter-i.svg new file mode 100644 index 0000000..a61813f --- /dev/null +++ b/icons/letter-i.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-j.svg b/icons/letter-j.svg new file mode 100644 index 0000000..653d09a --- /dev/null +++ b/icons/letter-j.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-k.svg b/icons/letter-k.svg new file mode 100644 index 0000000..081518d --- /dev/null +++ b/icons/letter-k.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/letter-l.svg b/icons/letter-l.svg new file mode 100644 index 0000000..f97de8e --- /dev/null +++ b/icons/letter-l.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-m.svg b/icons/letter-m.svg new file mode 100644 index 0000000..2663bc6 --- /dev/null +++ b/icons/letter-m.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-n.svg b/icons/letter-n.svg new file mode 100644 index 0000000..bf39fb8 --- /dev/null +++ b/icons/letter-n.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-o.svg b/icons/letter-o.svg new file mode 100644 index 0000000..561c564 --- /dev/null +++ b/icons/letter-o.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-p.svg b/icons/letter-p.svg new file mode 100644 index 0000000..47a4ef5 --- /dev/null +++ b/icons/letter-p.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-q.svg b/icons/letter-q.svg new file mode 100644 index 0000000..76f1afc --- /dev/null +++ b/icons/letter-q.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-r.svg b/icons/letter-r.svg new file mode 100644 index 0000000..90cbddd --- /dev/null +++ b/icons/letter-r.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-s.svg b/icons/letter-s.svg new file mode 100644 index 0000000..578b24b --- /dev/null +++ b/icons/letter-s.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-t.svg b/icons/letter-t.svg new file mode 100644 index 0000000..cb51416 --- /dev/null +++ b/icons/letter-t.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-u.svg b/icons/letter-u.svg new file mode 100644 index 0000000..5b49ea8 --- /dev/null +++ b/icons/letter-u.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-v.svg b/icons/letter-v.svg new file mode 100644 index 0000000..767fb47 --- /dev/null +++ b/icons/letter-v.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-w.svg b/icons/letter-w.svg new file mode 100644 index 0000000..999a1b8 --- /dev/null +++ b/icons/letter-w.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letter-x.svg b/icons/letter-x.svg new file mode 100644 index 0000000..8aeaef1 --- /dev/null +++ b/icons/letter-x.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-y.svg b/icons/letter-y.svg new file mode 100644 index 0000000..bdd607b --- /dev/null +++ b/icons/letter-y.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/letter-z.svg b/icons/letter-z.svg new file mode 100644 index 0000000..8994b6d --- /dev/null +++ b/icons/letter-z.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/letters-case.svg b/icons/letters-case.svg new file mode 100644 index 0000000..3645108 --- /dev/null +++ b/icons/letters-case.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/live-view.svg b/icons/live-view.svg new file mode 100644 index 0000000..ecad142 --- /dev/null +++ b/icons/live-view.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/scooter.svg b/icons/scooter.svg new file mode 100644 index 0000000..c97e485 --- /dev/null +++ b/icons/scooter.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/test.svg b/icons/test.svg new file mode 100644 index 0000000..4bbb0ff --- /dev/null +++ b/icons/test.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package.json b/package.json index 9209b0c..2006a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.11.0", + "version": "1.12.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 e5a5bce..14d01ab 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 1f43063..1334aca 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 6e4c7f3..e37aae6 100644 --- a/tags.json +++ b/tags.json @@ -196,6 +196,7 @@ "columns": ["columns", "text", "gap", "table"], "command": ["command", "apple", "key", "keyboard", "cmd"], "compass": ["compass", "navigation", "safari", "travel", "direction", "discover"], + "contrast": ["contrast"], "copy": ["copy", "clipboard", "clone", "duplicate"], "copyleft": ["copyleft", "licence", "license"], "copyright": ["copyright", "licence", "license"], @@ -251,6 +252,7 @@ "ear": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], "edit": ["edit", "pencil", "change", "update"], "egg": ["egg", "food", "easter", "chicken"], + "electric-scooter": ["electric", "scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "emphasis": ["emphasis", "highlight", "priority", "stress"], "eraser": ["eraser", "delete", "remove", "eliminate", "wipe-out"], "exchange": ["exchange"], @@ -356,7 +358,33 @@ "layout-sidebar": ["layout", "sidebar", "grid", "aside", "column", "columns"], "layout": ["layout", "grid", "columns", "masonry", "collage"], "lego": ["lego", "toy", "boy", "face", "play"], - "letters-case": ["letter", "case", "typography", "uppercase", "capitals", "lowercase", "type"], + "letter-a": ["letter", "a"], + "letter-b": ["letter", "b"], + "letter-c": ["letter", "c"], + "letter-d": ["letter", "d"], + "letter-e": ["letter", "e"], + "letter-f": ["letter", "f"], + "letter-g": ["letter", "g"], + "letter-h": ["letter", "h"], + "letter-i": ["letter", "i"], + "letter-j": ["letter", "j"], + "letter-k": ["letter", "k"], + "letter-l": ["letter", "l"], + "letter-m": ["letter", "m"], + "letter-n": ["letter", "n"], + "letter-o": ["letter", "o"], + "letter-p": ["letter", "p"], + "letter-q": ["letter", "q"], + "letter-r": ["letter", "r"], + "letter-s": ["letter", "s"], + "letter-t": ["letter", "t"], + "letter-u": ["letter", "u"], + "letter-v": ["letter", "v"], + "letter-w": ["letter", "w"], + "letter-x": ["letter", "x"], + "letter-y": ["letter", "y"], + "letter-z": ["letter", "z"], + "letters-case": ["letters", "case", "typography", "uppercase", "capitals", "lowercase", "type"], "license": ["license", "authorisation", "permission", "consent", "permit", "document", "agree"], "lifebuoy": ["lifebuoy", "life ring", "help", "support"], "line-height": ["line", "height", "space", "inline", "display"], @@ -365,6 +393,7 @@ "list-check": ["list", "check", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda"], "list": ["list", "task", "unordered", "bullets", "agenda", "shopping"], "live-photo": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera"], + "live-view": ["live", "view"], "location": ["location", "navigation", "map", "direction", "discover", "travel"], "lock-open": ["lock", "open", "security", "password", "secure", "unprotected"], "lock": ["lock", "security", "password", "secure"], @@ -464,6 +493,7 @@ "scale": ["scale", "maths", "measure", "weight", "weigh", "balance", "worth"], "scan": ["scan", "code", "barcode", "qr code", "app", "scanner", "document"], "scissors": ["scissors", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp"], + "scooter": ["scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "search": ["search", "find", "magnifier", "magnifying glass"], "selector": ["selector", "arrows"], "send": ["send", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane"], @@ -522,6 +552,7 @@ "terminal-2": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], "terminal": ["terminal", "console", "command", "git", "command line", "command prompt"], "test-pipe": ["test", "pipe", "sample", "color"], + "test": ["test"], "text-wrap": ["text", "wrap", "text", "alignment", "position"], "thumb-down": ["thumb", "down", "dislike", "bad", "emotion"], "thumb-up": ["thumb", "up", "like", "emotion", "good", "love"], -- cgit v1.2.1