From aad06d59f49d06b023a597fdbbd18fb6649077f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Sep 2020 00:50:49 +0200 Subject: Release 1.24.0 --- .github/icons.png | Bin 460795 -> 467508 bytes .github/icons.svg | 1407 ++++++++++++++------------- .github/tabler-icons-1.24.0.png | Bin 0 -> 11264 bytes .github/tabler-icons-1.24.0.svg | 61 ++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 355000 -> 362248 bytes iconfont/fonts/tabler-icons.ttf | Bin 354816 -> 362064 bytes iconfont/fonts/tabler-icons.woff | Bin 170660 -> 174540 bytes iconfont/fonts/tabler-icons.woff2 | Bin 124588 -> 127008 bytes iconfont/tabler-icons.css | 78 +- iconfont/tabler-icons.html | 175 +++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 40 +- icons-png/bell-ringing.png | Bin 0 -> 4243 bytes icons-png/bookmarks.png | Bin 0 -> 2879 bytes icons-png/chevron-down-left.png | Bin 0 -> 918 bytes icons-png/chevron-down-right.png | Bin 0 -> 912 bytes icons-png/chevron-up-left.png | Bin 0 -> 900 bytes icons-png/chevron-up-right.png | Bin 0 -> 916 bytes icons-png/chevrons-down-left.png | Bin 0 -> 1377 bytes icons-png/chevrons-down-right.png | Bin 0 -> 1369 bytes icons-png/chevrons-up-left.png | Bin 0 -> 1354 bytes icons-png/chevrons-up-right.png | Bin 0 -> 1380 bytes icons-png/compass.png | Bin 5516 -> 5884 bytes icons-png/credit-card-off.png | Bin 0 -> 3566 bytes icons-png/crown.png | Bin 0 -> 2903 bytes icons-png/float-none.png | Bin 0 -> 1566 bytes icons-png/folder-off.png | Bin 0 -> 2937 bytes icons-png/hand-off.png | Bin 0 -> 3793 bytes icons-png/microphone-off.png | Bin 0 -> 4412 bytes icons-png/screen-share-off.png | Bin 0 -> 2363 bytes icons-png/screen-share.png | Bin 0 -> 2403 bytes icons-png/star-half.png | Bin 0 -> 3419 bytes icons-react/icons-js/ball-tennis.js | 2 +- icons-react/icons-js/bell-ringing.js | 5 + icons-react/icons-js/bookmarks.js | 5 + icons-react/icons-js/chevron-down-left.js | 5 + icons-react/icons-js/chevron-down-right.js | 5 + icons-react/icons-js/chevron-up-left.js | 5 + icons-react/icons-js/chevron-up-right.js | 5 + icons-react/icons-js/chevrons-down-left.js | 5 + icons-react/icons-js/chevrons-down-right.js | 5 + icons-react/icons-js/chevrons-up-left.js | 5 + icons-react/icons-js/chevrons-up-right.js | 5 + icons-react/icons-js/compass.js | 2 +- icons-react/icons-js/credit-card-off.js | 5 + icons-react/icons-js/crown.js | 5 + icons-react/icons-js/float-none.js | 5 + icons-react/icons-js/folder-off.js | 5 + icons-react/icons-js/hand-off.js | 5 + icons-react/icons-js/microphone-off.js | 5 + icons-react/icons-js/screen-share-off.js | 5 + icons-react/icons-js/screen-share.js | 5 + icons-react/icons-js/star-half.js | 5 + icons-react/index.d.ts | 19 + icons-react/index.js | 19 + icons/ball-tennis.svg | 5 +- icons/bell-ringing.svg | 9 + icons/bookmarks.svg | 7 + icons/chevron-down-left.svg | 6 + icons/chevron-down-right.svg | 6 + icons/chevron-up-left.svg | 6 + icons/chevron-up-right.svg | 6 + icons/chevrons-down-left.svg | 7 + icons/chevrons-down-right.svg | 7 + icons/chevrons-up-left.svg | 7 + icons/chevrons-up-right.svg | 7 + icons/compass.svg | 4 + icons/credit-card-off.svg | 12 + icons/crown.svg | 6 + icons/float-none.svg | 8 + icons/folder-off.svg | 7 + icons/hand-off.svg | 7 + icons/microphone-off.svg | 10 + icons/screen-share-off.svg | 10 + icons/screen-share.svg | 11 + icons/snowflake.svg | 7 - icons/star-half.svg | 6 + package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 19 + 82 files changed, 1393 insertions(+), 697 deletions(-) create mode 100644 .github/tabler-icons-1.24.0.png create mode 100644 .github/tabler-icons-1.24.0.svg create mode 100644 icons-png/bell-ringing.png create mode 100644 icons-png/bookmarks.png create mode 100644 icons-png/chevron-down-left.png create mode 100644 icons-png/chevron-down-right.png create mode 100644 icons-png/chevron-up-left.png create mode 100644 icons-png/chevron-up-right.png create mode 100644 icons-png/chevrons-down-left.png create mode 100644 icons-png/chevrons-down-right.png create mode 100644 icons-png/chevrons-up-left.png create mode 100644 icons-png/chevrons-up-right.png create mode 100644 icons-png/credit-card-off.png create mode 100644 icons-png/crown.png create mode 100644 icons-png/float-none.png create mode 100644 icons-png/folder-off.png create mode 100644 icons-png/hand-off.png create mode 100644 icons-png/microphone-off.png create mode 100644 icons-png/screen-share-off.png create mode 100644 icons-png/screen-share.png create mode 100644 icons-png/star-half.png create mode 100644 icons-react/icons-js/bell-ringing.js create mode 100644 icons-react/icons-js/bookmarks.js create mode 100644 icons-react/icons-js/chevron-down-left.js create mode 100644 icons-react/icons-js/chevron-down-right.js create mode 100644 icons-react/icons-js/chevron-up-left.js create mode 100644 icons-react/icons-js/chevron-up-right.js create mode 100644 icons-react/icons-js/chevrons-down-left.js create mode 100644 icons-react/icons-js/chevrons-down-right.js create mode 100644 icons-react/icons-js/chevrons-up-left.js create mode 100644 icons-react/icons-js/chevrons-up-right.js create mode 100644 icons-react/icons-js/credit-card-off.js create mode 100644 icons-react/icons-js/crown.js create mode 100644 icons-react/icons-js/float-none.js create mode 100644 icons-react/icons-js/folder-off.js create mode 100644 icons-react/icons-js/hand-off.js create mode 100644 icons-react/icons-js/microphone-off.js create mode 100644 icons-react/icons-js/screen-share-off.js create mode 100644 icons-react/icons-js/screen-share.js create mode 100644 icons-react/icons-js/star-half.js create mode 100644 icons/bell-ringing.svg create mode 100644 icons/bookmarks.svg create mode 100644 icons/chevron-down-left.svg create mode 100644 icons/chevron-down-right.svg create mode 100644 icons/chevron-up-left.svg create mode 100644 icons/chevron-up-right.svg create mode 100644 icons/chevrons-down-left.svg create mode 100644 icons/chevrons-down-right.svg create mode 100644 icons/chevrons-up-left.svg create mode 100644 icons/chevrons-up-right.svg create mode 100644 icons/credit-card-off.svg create mode 100644 icons/crown.svg create mode 100644 icons/float-none.svg create mode 100644 icons/folder-off.svg create mode 100644 icons/hand-off.svg create mode 100644 icons/microphone-off.svg create mode 100644 icons/screen-share-off.svg create mode 100644 icons/screen-share.svg create mode 100644 icons/star-half.svg diff --git a/.github/icons.png b/.github/icons.png index f8d49d7..45f0607 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 357459e..838e4da 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -147,7 +147,8 @@ - + + @@ -173,6 +174,8 @@ + + @@ -197,6 +200,8 @@ + + @@ -421,20 +426,36 @@ + + + + + + + + + + + + + + + + @@ -494,7 +515,7 @@ - + @@ -519,12 +540,16 @@ + + + + @@ -683,6 +708,8 @@ + + @@ -691,6 +718,8 @@ + + @@ -757,6 +786,8 @@ + + @@ -989,6 +1020,8 @@ + + @@ -1185,6 +1218,10 @@ + + + + @@ -1242,7 +1279,8 @@ - + + @@ -1270,6 +1308,8 @@ + + @@ -1602,675 +1642,694 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.24.0.png b/.github/tabler-icons-1.24.0.png new file mode 100644 index 0000000..ff70b35 Binary files /dev/null and b/.github/tabler-icons-1.24.0.png differ diff --git a/.github/tabler-icons-1.24.0.svg b/.github/tabler-icons-1.24.0.svg new file mode 100644 index 0000000..425c404 --- /dev/null +++ b/.github/tabler-icons-1.24.0.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index a2bcc16..209bc28 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","accessible":"eba9","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","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-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","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","bell-off":"ece9","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","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-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-instagram":"ec20","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-spotify":"ed03","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tiktok":"ec73","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-youtube":"ec90","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-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","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-bubble":"ec75","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-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","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","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","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","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-upload":"ec91","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","gas-station":"ec7d","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","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","heart-broken":"ecba","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","keyboard-hide":"ec7e","keyboard-show":"ec7f","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","loader":"eca3","loader-quarter":"eca2","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","map-pin-off":"ecf3","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","microphone":"eaf0","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pause":"eccc","peace":"ecbe","pencil":"eb04","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","play":"eccd","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","road-sign":"ecdd","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","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","search":"eb1c","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","skip-back":"ecce","skip-forward":"eccf","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","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","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tornado":"ece2","tournament":"ecd0","track-next":"ecd1","track-prev":"ecd2","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","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-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-triangle":"eca8","venus":"ec86","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wave-triangle":"ecd6","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","accessible":"eba9","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","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-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","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","bell-off":"ece9","bell-ringing":"ed07","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","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-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-instagram":"ec20","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-spotify":"ed03","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tiktok":"ec73","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-youtube":"ec90","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-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","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-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","circle":"ea6b","circle-check":"ea67","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","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","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","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","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-upload":"ec91","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-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","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","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","heart-broken":"ecba","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","keyboard-hide":"ec7e","keyboard-show":"ec7f","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","loader":"eca3","loader-quarter":"eca2","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","map-pin-off":"ecf3","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pause":"eccc","peace":"ecbe","pencil":"eb04","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","play":"eccd","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","road-sign":"ecdd","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","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","skip-back":"ecce","skip-forward":"eccf","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","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","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tornado":"ece2","tournament":"ecd0","track-next":"ecd1","track-prev":"ecd2","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","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-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-triangle":"eca8","venus":"ec86","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wave-triangle":"ecd6","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","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 12d99d5..53059f0 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 235a763..b018936 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 85a6b2d..8d932d8 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 fce5be1..eb829e4 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 dcb66a3..41b4582 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.23.0 by tabler - https://tabler.io + * Tabler Icons 1.24.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -380,6 +380,10 @@ content: ""; } +.ti-bell-ringing:before { + content: ""; +} + .ti-bike:before { content: ""; } @@ -424,6 +428,10 @@ content: ""; } +.ti-bookmarks:before { + content: ""; +} + .ti-border-all:before { content: ""; } @@ -876,6 +884,14 @@ content: ""; } +.ti-chevron-down-left:before { + content: ""; +} + +.ti-chevron-down-right:before { + content: ""; +} + .ti-chevron-left:before { content: ""; } @@ -888,10 +904,26 @@ content: ""; } +.ti-chevron-up-left:before { + content: ""; +} + +.ti-chevron-up-right:before { + content: ""; +} + .ti-chevrons-down:before { content: ""; } +.ti-chevrons-down-left:before { + content: ""; +} + +.ti-chevrons-down-right:before { + content: ""; +} + .ti-chevrons-left:before { content: ""; } @@ -904,6 +936,14 @@ content: ""; } +.ti-chevrons-up-left:before { + content: ""; +} + +.ti-chevrons-up-right:before { + content: ""; +} + .ti-circle:before { content: ""; } @@ -1072,6 +1112,10 @@ content: ""; } +.ti-credit-card-off:before { + content: ""; +} + .ti-crop:before { content: ""; } @@ -1080,6 +1124,10 @@ content: ""; } +.ti-crown:before { + content: ""; +} + .ti-curly-loop:before { content: ""; } @@ -1396,6 +1444,10 @@ content: ""; } +.ti-float-none:before { + content: ""; +} + .ti-float-right:before { content: ""; } @@ -1416,6 +1468,10 @@ content: ""; } +.ti-folder-off:before { + content: ""; +} + .ti-folder-plus:before { content: ""; } @@ -1544,6 +1600,10 @@ content: ""; } +.ti-hand-off:before { + content: ""; +} + .ti-hand-stop:before { content: ""; } @@ -2012,6 +2072,10 @@ content: ""; } +.ti-microphone-off:before { + content: ""; +} + .ti-minimize:before { content: ""; } @@ -2400,6 +2464,14 @@ content: ""; } +.ti-screen-share:before { + content: ""; +} + +.ti-screen-share-off:before { + content: ""; +} + .ti-search:before { content: ""; } @@ -2576,6 +2648,10 @@ content: ""; } +.ti-star-half:before { + content: ""; +} + .ti-steering-wheel:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 129ba0a..ab60e21 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.23.0 + Tabler Icons - version 1.24.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.23.0

+

version 1.24.0

+
+ + bell-ringing +
+ ti ti-bell-ringing
+ \ed07 +
+
+
bike @@ -1019,6 +1028,15 @@
+
+ + bookmarks +
+ ti ti-bookmarks
+ \ed08 +
+
+
border-all @@ -2036,6 +2054,24 @@
+
+ + chevron-down-left +
+ ti ti-chevron-down-left
+ \ed09 +
+
+ +
+ + chevron-down-right +
+ ti ti-chevron-down-right
+ \ed0a +
+
+
chevron-left @@ -2063,6 +2099,24 @@
+
+ + chevron-up-left +
+ ti ti-chevron-up-left
+ \ed0b +
+
+ +
+ + chevron-up-right +
+ ti ti-chevron-up-right
+ \ed0c +
+
+
chevrons-down @@ -2072,6 +2126,24 @@
+
+ + chevrons-down-left +
+ ti ti-chevrons-down-left
+ \ed0d +
+
+ +
+ + chevrons-down-right +
+ ti ti-chevrons-down-right
+ \ed0e +
+
+
chevrons-left @@ -2099,6 +2171,24 @@
+
+ + chevrons-up-left +
+ ti ti-chevrons-up-left
+ \ed0f +
+
+ +
+ + chevrons-up-right +
+ ti ti-chevrons-up-right
+ \ed10 +
+
+
circle @@ -2477,6 +2567,15 @@
+
+ + credit-card-off +
+ ti ti-credit-card-off
+ \ed11 +
+
+
crop @@ -2495,6 +2594,15 @@
+
+ + crown +
+ ti ti-crown
+ \ed12 +
+
+
curly-loop @@ -3206,6 +3314,15 @@
+
+ + float-none +
+ ti ti-float-none
+ \ed13 +
+
+
float-right @@ -3251,6 +3368,15 @@
+
+ + folder-off +
+ ti ti-folder-off
+ \ed14 +
+
+
folder-plus @@ -3539,6 +3665,15 @@
+
+ + hand-off +
+ ti ti-hand-off
+ \ed15 +
+
+
hand-stop @@ -4592,6 +4727,15 @@
+
+ + microphone-off +
+ ti ti-microphone-off
+ \ed16 +
+
+
minimize @@ -5465,6 +5609,24 @@
+
+ + screen-share +
+ ti ti-screen-share
+ \ed18 +
+
+ +
+ + screen-share-off +
+ ti ti-screen-share-off
+ \ed17 +
+
+
search @@ -5861,6 +6023,15 @@
+
+ + star-half +
+ ti ti-star-half
+ \ed19 +
+
+
steering-wheel diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index b5773bc..34243b9 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.23.0 by tabler - https://tabler.io + * Tabler Icons 1.24.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-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-accessible: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-octagon: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-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5: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-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up: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-bell-off:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off: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-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare: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-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube: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-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan: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-bubble: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-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles: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-fog: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-comet: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-curly-loop: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-current-location: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-rotated: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-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff: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-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload: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-gas-station: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-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6: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-heart-broken: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-keyboard-hide:before{content:""}.ti-keyboard-show: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-loader:before{content:""}.ti-loader-quarter: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-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal: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-message-plus:before{content:""}.ti-message-report: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-cry: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-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped: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-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage: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-off: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-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive: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-road-sign: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-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical: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-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no: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-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming: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-text-wrap-disabled: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-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev: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-triangle-square-circle:before{content:""}.ti-trident: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-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus: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-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wave-triangle:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo: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-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-accessible: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-octagon: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-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5: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-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up: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-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks: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-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare: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-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube: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-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan: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-bubble: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-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles: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-fog: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-comet: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-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop: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-current-location: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-rotated: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-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff: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-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload: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-none: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-off: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-gas-station: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-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken: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-keyboard-hide:before{content:""}.ti-keyboard-show: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-loader:before{content:""}.ti-loader-quarter: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-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal: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-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry: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-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped: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-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage: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-off: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-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive: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-road-sign: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-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical: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-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no: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-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming: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-text-wrap-disabled: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-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev: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-triangle-square-circle:before{content:""}.ti-trident: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-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus: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-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wave-triangle:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo: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 7ef5b9f..6a1b3ed 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.23.0 by tabler - https://tabler.io + * Tabler Icons 1.24.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -123,6 +123,7 @@ $ti-icon-battery-charging: '\ea33'; $ti-icon-bed: '\eb5c'; $ti-icon-bell: '\ea35'; $ti-icon-bell-off: '\ece9'; +$ti-icon-bell-ringing: '\ed07'; $ti-icon-bike: '\ea36'; $ti-icon-biohazard: '\ecb8'; $ti-icon-bluetooth: '\ea37'; @@ -134,6 +135,7 @@ $ti-icon-bolt-off: '\ecec'; $ti-icon-book: '\ea39'; $ti-icon-bookmark: '\ea3a'; $ti-icon-bookmark-off: '\eced'; +$ti-icon-bookmarks: '\ed08'; $ti-icon-border-all: '\ea3b'; $ti-icon-border-bottom: '\ea3c'; $ti-icon-border-horizontal: '\ea3d'; @@ -247,13 +249,21 @@ $ti-icon-check: '\ea5e'; $ti-icon-checkbox: '\eba6'; $ti-icon-checks: '\ebaa'; $ti-icon-chevron-down: '\ea5f'; +$ti-icon-chevron-down-left: '\ed09'; +$ti-icon-chevron-down-right: '\ed0a'; $ti-icon-chevron-left: '\ea60'; $ti-icon-chevron-right: '\ea61'; $ti-icon-chevron-up: '\ea62'; +$ti-icon-chevron-up-left: '\ed0b'; +$ti-icon-chevron-up-right: '\ed0c'; $ti-icon-chevrons-down: '\ea63'; +$ti-icon-chevrons-down-left: '\ed0d'; +$ti-icon-chevrons-down-right: '\ed0e'; $ti-icon-chevrons-left: '\ea64'; $ti-icon-chevrons-right: '\ea65'; $ti-icon-chevrons-up: '\ea66'; +$ti-icon-chevrons-up-left: '\ed0f'; +$ti-icon-chevrons-up-right: '\ed10'; $ti-icon-circle: '\ea6b'; $ti-icon-circle-check: '\ea67'; $ti-icon-circle-minus: '\ea68'; @@ -296,8 +306,10 @@ $ti-icon-corner-right-up: '\ea81'; $ti-icon-corner-up-left: '\ea82'; $ti-icon-corner-up-right: '\ea83'; $ti-icon-credit-card: '\ea84'; +$ti-icon-credit-card-off: '\ed11'; $ti-icon-crop: '\ea85'; $ti-icon-crosshair: '\ec3e'; +$ti-icon-crown: '\ed12'; $ti-icon-curly-loop: '\ecda'; $ti-icon-currency-bitcoin: '\ebab'; $ti-icon-currency-dollar: '\eb84'; @@ -377,11 +389,13 @@ $ti-icon-flip-horizontal: '\eaa7'; $ti-icon-flip-vertical: '\eaa8'; $ti-icon-float-center: '\ebb1'; $ti-icon-float-left: '\ebb2'; +$ti-icon-float-none: '\ed13'; $ti-icon-float-right: '\ebb3'; $ti-icon-focus: '\eb8d'; $ti-icon-focus-2: '\ebd3'; $ti-icon-folder: '\eaad'; $ti-icon-folder-minus: '\eaaa'; +$ti-icon-folder-off: '\ed14'; $ti-icon-folder-plus: '\eaab'; $ti-icon-folder-x: '\eaac'; $ti-icon-folders: '\eaae'; @@ -414,6 +428,7 @@ $ti-icon-h-4: '\ec97'; $ti-icon-h-5: '\ec98'; $ti-icon-h-6: '\ec99'; $ti-icon-hand-middle-finger: '\ec2d'; +$ti-icon-hand-off: '\ed15'; $ti-icon-hand-stop: '\ec2e'; $ti-icon-hash: '\eabc'; $ti-icon-headphones: '\eabd'; @@ -531,6 +546,7 @@ $ti-icon-message-plus: '\ec9a'; $ti-icon-message-report: '\ec9b'; $ti-icon-messages: '\eb6c'; $ti-icon-microphone: '\eaf0'; +$ti-icon-microphone-off: '\ed16'; $ti-icon-minimize: '\eaf1'; $ti-icon-minus: '\eaf2'; $ti-icon-mist: '\ec30'; @@ -628,6 +644,8 @@ $ti-icon-school: '\ecf7'; $ti-icon-scissors: '\eb1b'; $ti-icon-scooter: '\ec6c'; $ti-icon-scooter-electric: '\ecc1'; +$ti-icon-screen-share: '\ed18'; +$ti-icon-screen-share-off: '\ed17'; $ti-icon-search: '\eb1c'; $ti-icon-select: '\ec9e'; $ti-icon-selector: '\eb1d'; @@ -672,6 +690,7 @@ $ti-icon-stairs: '\eca6'; $ti-icon-stairs-down: '\eca4'; $ti-icon-stairs-up: '\eca5'; $ti-icon-star: '\eb2e'; +$ti-icon-star-half: '\ed19'; $ti-icon-steering-wheel: '\ec7b'; $ti-icon-step-into: '\ece0'; $ti-icon-step-out: '\ece1'; @@ -883,6 +902,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-bed:before { content: $ti-icon-bed; } .#{$ti-icon-prefix}-bell:before { content: $ti-icon-bell; } .#{$ti-icon-prefix}-bell-off:before { content: $ti-icon-bell-off; } +.#{$ti-icon-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; } .#{$ti-icon-prefix}-bike:before { content: $ti-icon-bike; } .#{$ti-icon-prefix}-biohazard:before { content: $ti-icon-biohazard; } .#{$ti-icon-prefix}-bluetooth:before { content: $ti-icon-bluetooth; } @@ -894,6 +914,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-book:before { content: $ti-icon-book; } .#{$ti-icon-prefix}-bookmark:before { content: $ti-icon-bookmark; } .#{$ti-icon-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; } +.#{$ti-icon-prefix}-bookmarks:before { content: $ti-icon-bookmarks; } .#{$ti-icon-prefix}-border-all:before { content: $ti-icon-border-all; } .#{$ti-icon-prefix}-border-bottom:before { content: $ti-icon-border-bottom; } .#{$ti-icon-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; } @@ -1007,13 +1028,21 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-checkbox:before { content: $ti-icon-checkbox; } .#{$ti-icon-prefix}-checks:before { content: $ti-icon-checks; } .#{$ti-icon-prefix}-chevron-down:before { content: $ti-icon-chevron-down; } +.#{$ti-icon-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; } +.#{$ti-icon-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; } .#{$ti-icon-prefix}-chevron-left:before { content: $ti-icon-chevron-left; } .#{$ti-icon-prefix}-chevron-right:before { content: $ti-icon-chevron-right; } .#{$ti-icon-prefix}-chevron-up:before { content: $ti-icon-chevron-up; } +.#{$ti-icon-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; } +.#{$ti-icon-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; } .#{$ti-icon-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; } +.#{$ti-icon-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; } +.#{$ti-icon-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; } .#{$ti-icon-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; } .#{$ti-icon-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; } .#{$ti-icon-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; } +.#{$ti-icon-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; } +.#{$ti-icon-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; } .#{$ti-icon-prefix}-circle:before { content: $ti-icon-circle; } .#{$ti-icon-prefix}-circle-check:before { content: $ti-icon-circle-check; } .#{$ti-icon-prefix}-circle-minus:before { content: $ti-icon-circle-minus; } @@ -1056,8 +1085,10 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; } .#{$ti-icon-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; } .#{$ti-icon-prefix}-credit-card:before { content: $ti-icon-credit-card; } +.#{$ti-icon-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; } .#{$ti-icon-prefix}-crop:before { content: $ti-icon-crop; } .#{$ti-icon-prefix}-crosshair:before { content: $ti-icon-crosshair; } +.#{$ti-icon-prefix}-crown:before { content: $ti-icon-crown; } .#{$ti-icon-prefix}-curly-loop:before { content: $ti-icon-curly-loop; } .#{$ti-icon-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; } .#{$ti-icon-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; } @@ -1137,11 +1168,13 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; } .#{$ti-icon-prefix}-float-center:before { content: $ti-icon-float-center; } .#{$ti-icon-prefix}-float-left:before { content: $ti-icon-float-left; } +.#{$ti-icon-prefix}-float-none:before { content: $ti-icon-float-none; } .#{$ti-icon-prefix}-float-right:before { content: $ti-icon-float-right; } .#{$ti-icon-prefix}-focus:before { content: $ti-icon-focus; } .#{$ti-icon-prefix}-focus-2:before { content: $ti-icon-focus-2; } .#{$ti-icon-prefix}-folder:before { content: $ti-icon-folder; } .#{$ti-icon-prefix}-folder-minus:before { content: $ti-icon-folder-minus; } +.#{$ti-icon-prefix}-folder-off:before { content: $ti-icon-folder-off; } .#{$ti-icon-prefix}-folder-plus:before { content: $ti-icon-folder-plus; } .#{$ti-icon-prefix}-folder-x:before { content: $ti-icon-folder-x; } .#{$ti-icon-prefix}-folders:before { content: $ti-icon-folders; } @@ -1174,6 +1207,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-h-5:before { content: $ti-icon-h-5; } .#{$ti-icon-prefix}-h-6:before { content: $ti-icon-h-6; } .#{$ti-icon-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; } +.#{$ti-icon-prefix}-hand-off:before { content: $ti-icon-hand-off; } .#{$ti-icon-prefix}-hand-stop:before { content: $ti-icon-hand-stop; } .#{$ti-icon-prefix}-hash:before { content: $ti-icon-hash; } .#{$ti-icon-prefix}-headphones:before { content: $ti-icon-headphones; } @@ -1291,6 +1325,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-message-report:before { content: $ti-icon-message-report; } .#{$ti-icon-prefix}-messages:before { content: $ti-icon-messages; } .#{$ti-icon-prefix}-microphone:before { content: $ti-icon-microphone; } +.#{$ti-icon-prefix}-microphone-off:before { content: $ti-icon-microphone-off; } .#{$ti-icon-prefix}-minimize:before { content: $ti-icon-minimize; } .#{$ti-icon-prefix}-minus:before { content: $ti-icon-minus; } .#{$ti-icon-prefix}-mist:before { content: $ti-icon-mist; } @@ -1388,6 +1423,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-scissors:before { content: $ti-icon-scissors; } .#{$ti-icon-prefix}-scooter:before { content: $ti-icon-scooter; } .#{$ti-icon-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; } +.#{$ti-icon-prefix}-screen-share:before { content: $ti-icon-screen-share; } +.#{$ti-icon-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; } .#{$ti-icon-prefix}-search:before { content: $ti-icon-search; } .#{$ti-icon-prefix}-select:before { content: $ti-icon-select; } .#{$ti-icon-prefix}-selector:before { content: $ti-icon-selector; } @@ -1432,6 +1469,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-stairs-down:before { content: $ti-icon-stairs-down; } .#{$ti-icon-prefix}-stairs-up:before { content: $ti-icon-stairs-up; } .#{$ti-icon-prefix}-star:before { content: $ti-icon-star; } +.#{$ti-icon-prefix}-star-half:before { content: $ti-icon-star-half; } .#{$ti-icon-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; } .#{$ti-icon-prefix}-step-into:before { content: $ti-icon-step-into; } .#{$ti-icon-prefix}-step-out:before { content: $ti-icon-step-out; } diff --git a/icons-png/bell-ringing.png b/icons-png/bell-ringing.png new file mode 100644 index 0000000..ccf1a84 Binary files /dev/null and b/icons-png/bell-ringing.png differ diff --git a/icons-png/bookmarks.png b/icons-png/bookmarks.png new file mode 100644 index 0000000..5d29b4b Binary files /dev/null and b/icons-png/bookmarks.png differ diff --git a/icons-png/chevron-down-left.png b/icons-png/chevron-down-left.png new file mode 100644 index 0000000..47fcaf9 Binary files /dev/null and b/icons-png/chevron-down-left.png differ diff --git a/icons-png/chevron-down-right.png b/icons-png/chevron-down-right.png new file mode 100644 index 0000000..aad1b81 Binary files /dev/null and b/icons-png/chevron-down-right.png differ diff --git a/icons-png/chevron-up-left.png b/icons-png/chevron-up-left.png new file mode 100644 index 0000000..d5f9c54 Binary files /dev/null and b/icons-png/chevron-up-left.png differ diff --git a/icons-png/chevron-up-right.png b/icons-png/chevron-up-right.png new file mode 100644 index 0000000..d2e26f1 Binary files /dev/null and b/icons-png/chevron-up-right.png differ diff --git a/icons-png/chevrons-down-left.png b/icons-png/chevrons-down-left.png new file mode 100644 index 0000000..ead4c9d Binary files /dev/null and b/icons-png/chevrons-down-left.png differ diff --git a/icons-png/chevrons-down-right.png b/icons-png/chevrons-down-right.png new file mode 100644 index 0000000..7c7c4e5 Binary files /dev/null and b/icons-png/chevrons-down-right.png differ diff --git a/icons-png/chevrons-up-left.png b/icons-png/chevrons-up-left.png new file mode 100644 index 0000000..68695ba Binary files /dev/null and b/icons-png/chevrons-up-left.png differ diff --git a/icons-png/chevrons-up-right.png b/icons-png/chevrons-up-right.png new file mode 100644 index 0000000..4cd90e3 Binary files /dev/null and b/icons-png/chevrons-up-right.png differ diff --git a/icons-png/compass.png b/icons-png/compass.png index 9127812..ef73f42 100644 Binary files a/icons-png/compass.png and b/icons-png/compass.png differ diff --git a/icons-png/credit-card-off.png b/icons-png/credit-card-off.png new file mode 100644 index 0000000..ca00899 Binary files /dev/null and b/icons-png/credit-card-off.png differ diff --git a/icons-png/crown.png b/icons-png/crown.png new file mode 100644 index 0000000..3fe7f59 Binary files /dev/null and b/icons-png/crown.png differ diff --git a/icons-png/float-none.png b/icons-png/float-none.png new file mode 100644 index 0000000..bc5d495 Binary files /dev/null and b/icons-png/float-none.png differ diff --git a/icons-png/folder-off.png b/icons-png/folder-off.png new file mode 100644 index 0000000..97bde25 Binary files /dev/null and b/icons-png/folder-off.png differ diff --git a/icons-png/hand-off.png b/icons-png/hand-off.png new file mode 100644 index 0000000..aa5916a Binary files /dev/null and b/icons-png/hand-off.png differ diff --git a/icons-png/microphone-off.png b/icons-png/microphone-off.png new file mode 100644 index 0000000..6415c90 Binary files /dev/null and b/icons-png/microphone-off.png differ diff --git a/icons-png/screen-share-off.png b/icons-png/screen-share-off.png new file mode 100644 index 0000000..d1e9416 Binary files /dev/null and b/icons-png/screen-share-off.png differ diff --git a/icons-png/screen-share.png b/icons-png/screen-share.png new file mode 100644 index 0000000..9714fa2 Binary files /dev/null and b/icons-png/screen-share.png differ diff --git a/icons-png/star-half.png b/icons-png/star-half.png new file mode 100644 index 0000000..e7f3f39 Binary files /dev/null and b/icons-png/star-half.png differ diff --git a/icons-react/icons-js/ball-tennis.js b/icons-react/icons-js/ball-tennis.js index 73482f0..5ea072e 100644 --- a/icons-react/icons-js/ball-tennis.js +++ b/icons-react/icons-js/ball-tennis.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBallTennis; \ No newline at end of file diff --git a/icons-react/icons-js/bell-ringing.js b/icons-react/icons-js/bell-ringing.js new file mode 100644 index 0000000..7b32f7c --- /dev/null +++ b/icons-react/icons-js/bell-ringing.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBellRinging = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBellRinging; \ No newline at end of file diff --git a/icons-react/icons-js/bookmarks.js b/icons-react/icons-js/bookmarks.js new file mode 100644 index 0000000..ca7444b --- /dev/null +++ b/icons-react/icons-js/bookmarks.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBookmarks = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBookmarks; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-left.js b/icons-react/icons-js/chevron-down-left.js new file mode 100644 index 0000000..5a97d4a --- /dev/null +++ b/icons-react/icons-js/chevron-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-right.js b/icons-react/icons-js/chevron-down-right.js new file mode 100644 index 0000000..d8c9f57 --- /dev/null +++ b/icons-react/icons-js/chevron-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-left.js b/icons-react/icons-js/chevron-up-left.js new file mode 100644 index 0000000..e86c582 --- /dev/null +++ b/icons-react/icons-js/chevron-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-right.js b/icons-react/icons-js/chevron-up-right.js new file mode 100644 index 0000000..e19f0e2 --- /dev/null +++ b/icons-react/icons-js/chevron-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-left.js b/icons-react/icons-js/chevrons-down-left.js new file mode 100644 index 0000000..af52ba9 --- /dev/null +++ b/icons-react/icons-js/chevrons-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-right.js b/icons-react/icons-js/chevrons-down-right.js new file mode 100644 index 0000000..afeb2be --- /dev/null +++ b/icons-react/icons-js/chevrons-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-left.js b/icons-react/icons-js/chevrons-up-left.js new file mode 100644 index 0000000..9e6047c --- /dev/null +++ b/icons-react/icons-js/chevrons-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-right.js b/icons-react/icons-js/chevrons-up-right.js new file mode 100644 index 0000000..58019ab --- /dev/null +++ b/icons-react/icons-js/chevrons-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChevronsUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/compass.js b/icons-react/icons-js/compass.js index af6ab07..6e9a2d7 100644 --- a/icons-react/icons-js/compass.js +++ b/icons-react/icons-js/compass.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCompass; \ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js new file mode 100644 index 0000000..dab5bcd --- /dev/null +++ b/icons-react/icons-js/credit-card-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCreditCardOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/crown.js b/icons-react/icons-js/crown.js new file mode 100644 index 0000000..0b874ef --- /dev/null +++ b/icons-react/icons-js/crown.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCrown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCrown; \ No newline at end of file diff --git a/icons-react/icons-js/float-none.js b/icons-react/icons-js/float-none.js new file mode 100644 index 0000000..413a18b --- /dev/null +++ b/icons-react/icons-js/float-none.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFloatNone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFloatNone; \ No newline at end of file diff --git a/icons-react/icons-js/folder-off.js b/icons-react/icons-js/folder-off.js new file mode 100644 index 0000000..251908e --- /dev/null +++ b/icons-react/icons-js/folder-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFolderOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFolderOff; \ No newline at end of file diff --git a/icons-react/icons-js/hand-off.js b/icons-react/icons-js/hand-off.js new file mode 100644 index 0000000..5cf704b --- /dev/null +++ b/icons-react/icons-js/hand-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconHandOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconHandOff; \ No newline at end of file diff --git a/icons-react/icons-js/microphone-off.js b/icons-react/icons-js/microphone-off.js new file mode 100644 index 0000000..9cade5d --- /dev/null +++ b/icons-react/icons-js/microphone-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMicrophoneOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMicrophoneOff; \ No newline at end of file diff --git a/icons-react/icons-js/screen-share-off.js b/icons-react/icons-js/screen-share-off.js new file mode 100644 index 0000000..c595fef --- /dev/null +++ b/icons-react/icons-js/screen-share-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShareOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconScreenShareOff; \ No newline at end of file diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js new file mode 100644 index 0000000..6772508 --- /dev/null +++ b/icons-react/icons-js/screen-share.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShare = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconScreenShare; \ No newline at end of file diff --git a/icons-react/icons-js/star-half.js b/icons-react/icons-js/star-half.js new file mode 100644 index 0000000..71a0b74 --- /dev/null +++ b/icons-react/icons-js/star-half.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStarHalf = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStarHalf; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 62920bf..a5f246b 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -92,6 +92,7 @@ export const IconBatteryCharging: TablerIcon; export const IconBattery: TablerIcon; export const IconBed: TablerIcon; export const IconBellOff: TablerIcon; +export const IconBellRinging: TablerIcon; export const IconBell: TablerIcon; export const IconBike: TablerIcon; export const IconBiohazard: TablerIcon; @@ -104,6 +105,7 @@ export const IconBolt: TablerIcon; export const IconBook: TablerIcon; export const IconBookmarkOff: TablerIcon; export const IconBookmark: TablerIcon; +export const IconBookmarks: TablerIcon; export const IconBorderAll: TablerIcon; export const IconBorderBottom: TablerIcon; export const IconBorderHorizontal: TablerIcon; @@ -216,13 +218,21 @@ export const IconChartPie: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; +export const IconChevronDownLeft: TablerIcon; +export const IconChevronDownRight: TablerIcon; export const IconChevronDown: TablerIcon; export const IconChevronLeft: TablerIcon; export const IconChevronRight: TablerIcon; +export const IconChevronUpLeft: TablerIcon; +export const IconChevronUpRight: TablerIcon; export const IconChevronUp: TablerIcon; +export const IconChevronsDownLeft: TablerIcon; +export const IconChevronsDownRight: TablerIcon; export const IconChevronsDown: TablerIcon; export const IconChevronsLeft: TablerIcon; export const IconChevronsRight: TablerIcon; +export const IconChevronsUpLeft: TablerIcon; +export const IconChevronsUpRight: TablerIcon; export const IconChevronsUp: TablerIcon; export const IconCircleCheck: TablerIcon; export const IconCircleMinus: TablerIcon; @@ -265,9 +275,11 @@ export const IconCornerRightDown: TablerIcon; export const IconCornerRightUp: TablerIcon; export const IconCornerUpLeft: TablerIcon; export const IconCornerUpRight: TablerIcon; +export const IconCreditCardOff: TablerIcon; export const IconCreditCard: TablerIcon; export const IconCrop: TablerIcon; export const IconCrosshair: TablerIcon; +export const IconCrown: TablerIcon; export const IconCurlyLoop: TablerIcon; export const IconCurrencyBitcoin: TablerIcon; export const IconCurrencyDollar: TablerIcon; @@ -347,10 +359,12 @@ export const IconFlipHorizontal: TablerIcon; export const IconFlipVertical: TablerIcon; export const IconFloatCenter: TablerIcon; export const IconFloatLeft: TablerIcon; +export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; export const IconFocus2: TablerIcon; export const IconFocus: TablerIcon; export const IconFolderMinus: TablerIcon; +export const IconFolderOff: TablerIcon; export const IconFolderPlus: TablerIcon; export const IconFolderX: TablerIcon; export const IconFolder: TablerIcon; @@ -384,6 +398,7 @@ export const IconH4: TablerIcon; export const IconH5: TablerIcon; export const IconH6: TablerIcon; export const IconHandMiddleFinger: TablerIcon; +export const IconHandOff: TablerIcon; export const IconHandStop: TablerIcon; export const IconHash: TablerIcon; export const IconHeadphones: TablerIcon; @@ -500,6 +515,7 @@ export const IconMessagePlus: TablerIcon; export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; export const IconMessages: TablerIcon; +export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMinimize: TablerIcon; export const IconMinus: TablerIcon; @@ -598,6 +614,8 @@ export const IconSchool: TablerIcon; export const IconScissors: TablerIcon; export const IconScooterElectric: TablerIcon; export const IconScooter: TablerIcon; +export const IconScreenShareOff: TablerIcon; +export const IconScreenShare: TablerIcon; export const IconSearch: TablerIcon; export const IconSelect: TablerIcon; export const IconSelector: TablerIcon; @@ -641,6 +659,7 @@ export const IconStack: TablerIcon; export const IconStairsDown: TablerIcon; export const IconStairsUp: TablerIcon; export const IconStairs: TablerIcon; +export const IconStarHalf: TablerIcon; export const IconStar: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 7e5ceea..908f62e 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -86,6 +86,7 @@ export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; export { default as IconBattery } from './icons-js/battery.js'; export { default as IconBed } from './icons-js/bed.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; +export { default as IconBellRinging } from './icons-js/bell-ringing.js'; export { default as IconBell } from './icons-js/bell.js'; export { default as IconBike } from './icons-js/bike.js'; export { default as IconBiohazard } from './icons-js/biohazard.js'; @@ -98,6 +99,7 @@ export { default as IconBolt } from './icons-js/bolt.js'; export { default as IconBook } from './icons-js/book.js'; export { default as IconBookmarkOff } from './icons-js/bookmark-off.js'; export { default as IconBookmark } from './icons-js/bookmark.js'; +export { default as IconBookmarks } from './icons-js/bookmarks.js'; export { default as IconBorderAll } from './icons-js/border-all.js'; export { default as IconBorderBottom } from './icons-js/border-bottom.js'; export { default as IconBorderHorizontal } from './icons-js/border-horizontal.js'; @@ -210,13 +212,21 @@ export { default as IconChartPie } from './icons-js/chart-pie.js'; export { default as IconCheck } from './icons-js/check.js'; export { default as IconCheckbox } from './icons-js/checkbox.js'; export { default as IconChecks } from './icons-js/checks.js'; +export { default as IconChevronDownLeft } from './icons-js/chevron-down-left.js'; +export { default as IconChevronDownRight } from './icons-js/chevron-down-right.js'; export { default as IconChevronDown } from './icons-js/chevron-down.js'; export { default as IconChevronLeft } from './icons-js/chevron-left.js'; export { default as IconChevronRight } from './icons-js/chevron-right.js'; +export { default as IconChevronUpLeft } from './icons-js/chevron-up-left.js'; +export { default as IconChevronUpRight } from './icons-js/chevron-up-right.js'; export { default as IconChevronUp } from './icons-js/chevron-up.js'; +export { default as IconChevronsDownLeft } from './icons-js/chevrons-down-left.js'; +export { default as IconChevronsDownRight } from './icons-js/chevrons-down-right.js'; export { default as IconChevronsDown } from './icons-js/chevrons-down.js'; export { default as IconChevronsLeft } from './icons-js/chevrons-left.js'; export { default as IconChevronsRight } from './icons-js/chevrons-right.js'; +export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js'; +export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js'; export { default as IconChevronsUp } from './icons-js/chevrons-up.js'; export { default as IconCircleCheck } from './icons-js/circle-check.js'; export { default as IconCircleMinus } from './icons-js/circle-minus.js'; @@ -259,9 +269,11 @@ export { default as IconCornerRightDown } from './icons-js/corner-right-down.js' export { default as IconCornerRightUp } from './icons-js/corner-right-up.js'; export { default as IconCornerUpLeft } from './icons-js/corner-up-left.js'; export { default as IconCornerUpRight } from './icons-js/corner-up-right.js'; +export { default as IconCreditCardOff } from './icons-js/credit-card-off.js'; export { default as IconCreditCard } from './icons-js/credit-card.js'; export { default as IconCrop } from './icons-js/crop.js'; export { default as IconCrosshair } from './icons-js/crosshair.js'; +export { default as IconCrown } from './icons-js/crown.js'; export { default as IconCurlyLoop } from './icons-js/curly-loop.js'; export { default as IconCurrencyBitcoin } from './icons-js/currency-bitcoin.js'; export { default as IconCurrencyDollar } from './icons-js/currency-dollar.js'; @@ -341,10 +353,12 @@ export { default as IconFlipHorizontal } from './icons-js/flip-horizontal.js'; export { default as IconFlipVertical } from './icons-js/flip-vertical.js'; export { default as IconFloatCenter } from './icons-js/float-center.js'; export { default as IconFloatLeft } from './icons-js/float-left.js'; +export { default as IconFloatNone } from './icons-js/float-none.js'; export { default as IconFloatRight } from './icons-js/float-right.js'; export { default as IconFocus2 } from './icons-js/focus-2.js'; export { default as IconFocus } from './icons-js/focus.js'; export { default as IconFolderMinus } from './icons-js/folder-minus.js'; +export { default as IconFolderOff } from './icons-js/folder-off.js'; export { default as IconFolderPlus } from './icons-js/folder-plus.js'; export { default as IconFolderX } from './icons-js/folder-x.js'; export { default as IconFolder } from './icons-js/folder.js'; @@ -378,6 +392,7 @@ export { default as IconH4 } from './icons-js/h-4.js'; export { default as IconH5 } from './icons-js/h-5.js'; export { default as IconH6 } from './icons-js/h-6.js'; export { default as IconHandMiddleFinger } from './icons-js/hand-middle-finger.js'; +export { default as IconHandOff } from './icons-js/hand-off.js'; export { default as IconHandStop } from './icons-js/hand-stop.js'; export { default as IconHash } from './icons-js/hash.js'; export { default as IconHeadphones } from './icons-js/headphones.js'; @@ -494,6 +509,7 @@ export { default as IconMessagePlus } from './icons-js/message-plus.js'; export { default as IconMessageReport } from './icons-js/message-report.js'; export { default as IconMessage } from './icons-js/message.js'; export { default as IconMessages } from './icons-js/messages.js'; +export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMinimize } from './icons-js/minimize.js'; export { default as IconMinus } from './icons-js/minus.js'; @@ -592,6 +608,8 @@ export { default as IconSchool } from './icons-js/school.js'; export { default as IconScissors } from './icons-js/scissors.js'; export { default as IconScooterElectric } from './icons-js/scooter-electric.js'; export { default as IconScooter } from './icons-js/scooter.js'; +export { default as IconScreenShareOff } from './icons-js/screen-share-off.js'; +export { default as IconScreenShare } from './icons-js/screen-share.js'; export { default as IconSearch } from './icons-js/search.js'; export { default as IconSelect } from './icons-js/select.js'; export { default as IconSelector } from './icons-js/selector.js'; @@ -635,6 +653,7 @@ export { default as IconStack } from './icons-js/stack.js'; export { default as IconStairsDown } from './icons-js/stairs-down.js'; export { default as IconStairsUp } from './icons-js/stairs-up.js'; export { default as IconStairs } from './icons-js/stairs.js'; +export { default as IconStarHalf } from './icons-js/star-half.js'; export { default as IconStar } from './icons-js/star.js'; export { default as IconSteeringWheel } from './icons-js/steering-wheel.js'; export { default as IconStepInto } from './icons-js/step-into.js'; diff --git a/icons/ball-tennis.svg b/icons/ball-tennis.svg index 35f2aa5..2df5e3e 100644 --- a/icons/ball-tennis.svg +++ b/icons/ball-tennis.svg @@ -1,11 +1,8 @@ - - - - + diff --git a/icons/bell-ringing.svg b/icons/bell-ringing.svg new file mode 100644 index 0000000..83f717d --- /dev/null +++ b/icons/bell-ringing.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/bookmarks.svg b/icons/bookmarks.svg new file mode 100644 index 0000000..58e53f8 --- /dev/null +++ b/icons/bookmarks.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/chevron-down-left.svg b/icons/chevron-down-left.svg new file mode 100644 index 0000000..3b5108d --- /dev/null +++ b/icons/chevron-down-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/chevron-down-right.svg b/icons/chevron-down-right.svg new file mode 100644 index 0000000..47363b2 --- /dev/null +++ b/icons/chevron-down-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/chevron-up-left.svg b/icons/chevron-up-left.svg new file mode 100644 index 0000000..3379b96 --- /dev/null +++ b/icons/chevron-up-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/chevron-up-right.svg b/icons/chevron-up-right.svg new file mode 100644 index 0000000..690ae07 --- /dev/null +++ b/icons/chevron-up-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/chevrons-down-left.svg b/icons/chevrons-down-left.svg new file mode 100644 index 0000000..ebf0cc9 --- /dev/null +++ b/icons/chevrons-down-left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/chevrons-down-right.svg b/icons/chevrons-down-right.svg new file mode 100644 index 0000000..0bc2b97 --- /dev/null +++ b/icons/chevrons-down-right.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/chevrons-up-left.svg b/icons/chevrons-up-left.svg new file mode 100644 index 0000000..6d64c49 --- /dev/null +++ b/icons/chevrons-up-left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/chevrons-up-right.svg b/icons/chevrons-up-right.svg new file mode 100644 index 0000000..fd22a10 --- /dev/null +++ b/icons/chevrons-up-right.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/compass.svg b/icons/compass.svg index 27b146f..e68a1a3 100644 --- a/icons/compass.svg +++ b/icons/compass.svg @@ -2,6 +2,10 @@ + + + + diff --git a/icons/credit-card-off.svg b/icons/credit-card-off.svg new file mode 100644 index 0000000..e91b502 --- /dev/null +++ b/icons/credit-card-off.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/crown.svg b/icons/crown.svg new file mode 100644 index 0000000..a198e25 --- /dev/null +++ b/icons/crown.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/float-none.svg b/icons/float-none.svg new file mode 100644 index 0000000..4e38627 --- /dev/null +++ b/icons/float-none.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/folder-off.svg b/icons/folder-off.svg new file mode 100644 index 0000000..3d25174 --- /dev/null +++ b/icons/folder-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/hand-off.svg b/icons/hand-off.svg new file mode 100644 index 0000000..0f525b3 --- /dev/null +++ b/icons/hand-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/microphone-off.svg b/icons/microphone-off.svg new file mode 100644 index 0000000..b1ec15b --- /dev/null +++ b/icons/microphone-off.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/screen-share-off.svg b/icons/screen-share-off.svg new file mode 100644 index 0000000..3a0604f --- /dev/null +++ b/icons/screen-share-off.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/screen-share.svg b/icons/screen-share.svg new file mode 100644 index 0000000..d592eae --- /dev/null +++ b/icons/screen-share.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/snowflake.svg b/icons/snowflake.svg index 4fc7235..c508e95 100644 --- a/icons/snowflake.svg +++ b/icons/snowflake.svg @@ -1,18 +1,11 @@ - - - - - - - diff --git a/icons/star-half.svg b/icons/star-half.svg new file mode 100644 index 0000000..bcc7ee6 --- /dev/null +++ b/icons/star-half.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package.json b/package.json index 8e86178..889ad1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.23.0", + "version": "1.24.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 181e275..a4ebf6d 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 7d11503..4a05aea 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 b11bb84..075702b 100644 --- a/tags.json +++ b/tags.json @@ -87,6 +87,7 @@ "battery": ["battery", "energy", "power", "electricity"], "bed": ["bed", "sleep", "night", "bedroom", "rest"], "bell-off": ["bell", "off"], + "bell-ringing": ["bell", "ringing", "alarm", "sound", "notification"], "bell": ["bell", "alarm", "sound", "notification"], "bike": ["bike", "cycling", "bicycle", "sport", "wheel"], "biohazard": ["biohazard"], @@ -99,6 +100,7 @@ "book": ["book", "read", "dictionary", "magazine", "library", "booklet", "novel"], "bookmark-off": ["bookmark", "off", "read", "clip", "marker", "tag"], "bookmark": ["bookmark", "read", "clip", "marker", "tag"], + "bookmarks": ["bookmarks"], "border-all": ["border", "all", "table", "side", "line"], "border-bottom": ["border", "bottom", "table", "side", "line"], "border-horizontal": ["border", "horizontal", "table", "side", "line"], @@ -211,13 +213,21 @@ "check": ["check", "tick", "yes", "confirm"], "checkbox": ["checkbox", "survey", "confirm", "tick", "yes", "to-do"], "checks": ["checks", "tick", "yes", "confirm"], + "chevron-down-left": ["chevron", "down", "left"], + "chevron-down-right": ["chevron", "down", "right"], "chevron-down": ["chevron", "down", "move", "next", "swipe", "bottom"], "chevron-left": ["chevron", "left", "move", "previous", "back"], "chevron-right": ["chevron", "right", "move", "checklist", "next"], + "chevron-up-left": ["chevron", "up", "left"], + "chevron-up-right": ["chevron", "up", "right"], "chevron-up": ["chevron", "up", "move", "top"], + "chevrons-down-left": ["chevrons", "down", "left"], + "chevrons-down-right": ["chevrons", "down", "right"], "chevrons-down": ["chevrons", "down", "move", "bottom"], "chevrons-left": ["chevrons", "left", "move", "back", "roll"], "chevrons-right": ["chevrons", "right", "move", "next", "checklist"], + "chevrons-up-left": ["chevrons", "up", "left"], + "chevrons-up-right": ["chevrons", "up", "right"], "chevrons-up": ["chevrons", "up", "move", "top"], "circle-check": ["circle", "check", "yes", "confirm"], "circle-minus": ["circle", "minus", "remove", "delete"], @@ -260,9 +270,11 @@ "corner-right-up": ["corner", "right", "up", "move", "arrow"], "corner-up-left": ["corner", "up", "left", "move", "arrow"], "corner-up-right": ["corner", "up", "right", "move", "arrow"], + "credit-card-off": ["credit", "card", "off", "money", "purchase", "payment", "cc"], "credit-card": ["credit", "card", "money", "purchase", "payment", "cc"], "crop": ["crop", "photo", "image"], "crosshair": ["crosshair"], + "crown": ["crown"], "curly-loop": ["curly", "loop"], "currency-bitcoin": ["currency", "bitcoin", "digital", "network", "peer-to-peer", "mining"], "currency-dollar": ["currency", "dollar", "money", "bucks", "usa", "banknote", "pay"], @@ -342,10 +354,12 @@ "flip-vertical": ["flip", "vertical", "mirror", "rotate"], "float-center": ["float", "center", "position"], "float-left": ["float", "left", "position"], + "float-none": ["float", "none", "position"], "float-right": ["float", "right", "position"], "focus-2": ["focus", "2", "spotlight", "attention", "center", "aim", "target"], "focus": ["focus", "target", "bullseye", "aim"], "folder-minus": ["folder", "minus", "directory", "dir"], + "folder-off": ["folder", "off", "cancel", "no", "directory", "dir"], "folder-plus": ["folder", "plus", "add", "create", "new", "directory", "dir"], "folder-x": ["folder", "x", "directory", "dir"], "folder": ["folder", "cancel", "no", "directory", "dir"], @@ -379,6 +393,7 @@ "h-5": ["h", "5"], "h-6": ["h", "6"], "hand-middle-finger": ["hand", "middle", "finger"], + "hand-off": ["hand", "off"], "hand-stop": ["hand", "stop"], "hash": ["hash", "hashtag", "#", "instagram"], "headphones": ["headphones", "music", "headset", "audio", "sound"], @@ -495,6 +510,7 @@ "message-report": ["message", "report", "comment", "chat", "reply", "communication", "conversation"], "message": ["message", "comment", "chat", "reply", "communication", "conversation"], "messages": ["messages", "chat", "reply", "comment", "conversation", "communication"], + "microphone-off": ["microphone", "off"], "microphone": ["microphone", "record", "sound", "listen"], "minimize": ["minimize", "exit", "close"], "minus": ["minus", "subtract", "less"], @@ -593,6 +609,8 @@ "scissors": ["scissors", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp"], "scooter-electric": ["scooter", "electric", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "scooter": ["scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], + "screen-share-off": ["screen", "share", "off"], + "screen-share": ["screen", "share"], "search": ["search", "find", "magnifier", "magnifying glass"], "select": ["select", "input"], "selector": ["selector", "arrows"], @@ -636,6 +654,7 @@ "stairs-down": ["stairs", "down"], "stairs-up": ["stairs", "up"], "stairs": ["stairs"], + "star-half": ["star", "half", "favorite", "like", "mark", "bookmark", "grade"], "star": ["star", "favorite", "like", "mark", "bookmark", "grade"], "steering-wheel": ["steering", "wheel"], "step-into": ["step", "into"], -- cgit v1.2.1