From da8bbb848b913605301b648c5835f274bab6627f Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Sep 2020 23:50:57 +0200 Subject: Release 1.28.0 --- .github/icons.png | Bin 492132 -> 497058 bytes .github/icons.svg | 1590 ++++++++++++------------ .github/tabler-icons-1.28.0.png | Bin 0 -> 12847 bytes .github/tabler-icons-1.28.0.svg | 55 + iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 378840 -> 382732 bytes iconfont/fonts/tabler-icons.ttf | Bin 378656 -> 382548 bytes iconfont/fonts/tabler-icons.woff | Bin 183112 -> 185444 bytes iconfont/fonts/tabler-icons.woff2 | Bin 133300 -> 134792 bytes iconfont/tabler-icons.css | 94 +- iconfont/tabler-icons.html | 210 +++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 50 +- icons-png/arrow-ramp-left.png | Bin 0 -> 3229 bytes icons-png/arrow-ramp-right.png | Bin 0 -> 3156 bytes icons-png/box-seam.png | Bin 2914 -> 0 bytes icons-png/cloud-off.png | Bin 0 -> 4181 bytes icons-png/corner-down-left.png | Bin 1733 -> 1679 bytes icons-png/corner-down-right.png | Bin 1696 -> 1638 bytes icons-png/corner-left-down.png | Bin 1798 -> 1749 bytes icons-png/corner-left-up.png | Bin 1783 -> 1709 bytes icons-png/corner-right-down.png | Bin 1801 -> 1754 bytes icons-png/corner-right-up.png | Bin 1774 -> 1704 bytes icons-png/corner-up-left.png | Bin 1774 -> 1725 bytes icons-png/corner-up-right.png | Bin 1639 -> 1591 bytes icons-png/egg.png | Bin 3789 -> 3943 bytes icons-png/message-circle-2.png | Bin 0 -> 4720 bytes icons-png/message-circle-off.png | Bin 0 -> 4841 bytes icons-png/message-off.png | Bin 0 -> 2886 bytes icons-png/messages-off.png | Bin 0 -> 3101 bytes icons-png/pause.png | Bin 2012 -> 0 bytes icons-png/picture-in-picture-off.png | Bin 0 -> 2946 bytes icons-png/picture-in-picture-on.png | Bin 0 -> 3005 bytes icons-png/picture-in-picture.png | Bin 2402 -> 2366 bytes icons-png/play.png | Bin 3816 -> 0 bytes icons-png/player-pause.png | Bin 0 -> 1317 bytes icons-png/player-play.png | Bin 0 -> 1813 bytes icons-png/player-record.png | Bin 0 -> 3749 bytes icons-png/player-skip-back.png | Bin 0 -> 2285 bytes icons-png/player-skip-forward.png | Bin 0 -> 2338 bytes icons-png/player-stop.png | Bin 0 -> 1816 bytes icons-png/player-track-next.png | Bin 0 -> 2254 bytes icons-png/player-track-prev.png | Bin 0 -> 2135 bytes icons-png/skip-back.png | Bin 3789 -> 0 bytes icons-png/skip-forward.png | Bin 3754 -> 0 bytes icons-png/track-next.png | Bin 2864 -> 0 bytes icons-png/track-prev.png | Bin 2946 -> 0 bytes icons-react/icons-js/arrow-ramp-left.js | 5 + icons-react/icons-js/arrow-ramp-right.js | 5 + icons-react/icons-js/cloud-off.js | 5 + icons-react/icons-js/corner-down-left.js | 2 +- icons-react/icons-js/corner-down-right.js | 2 +- icons-react/icons-js/corner-left-down.js | 2 +- icons-react/icons-js/corner-left-up.js | 2 +- icons-react/icons-js/corner-right-down.js | 2 +- icons-react/icons-js/corner-right-up.js | 2 +- icons-react/icons-js/corner-up-left.js | 2 +- icons-react/icons-js/corner-up-right.js | 2 +- icons-react/icons-js/egg.js | 2 +- icons-react/icons-js/message-circle-2.js | 5 + icons-react/icons-js/message-circle-off.js | 5 + icons-react/icons-js/message-off.js | 5 + icons-react/icons-js/messages-off.js | 5 + icons-react/icons-js/picture-in-picture-off.js | 5 + icons-react/icons-js/picture-in-picture-on.js | 5 + icons-react/icons-js/picture-in-picture.js | 2 +- icons-react/icons-js/player-pause.js | 5 + icons-react/icons-js/player-play.js | 5 + icons-react/icons-js/player-record.js | 5 + icons-react/icons-js/player-skip-back.js | 5 + icons-react/icons-js/player-skip-forward.js | 5 + icons-react/icons-js/player-stop.js | 5 + icons-react/icons-js/player-track-next.js | 5 + icons-react/icons-js/player-track-prev.js | 5 + icons-react/index.d.ts | 24 +- icons-react/index.js | 24 +- icons/arrow-ramp-left.svg | 9 + icons/arrow-ramp-right.svg | 9 + icons/box-seam.svg | 10 - icons/cloud-off.svg | 7 + icons/corner-down-left.svg | 2 +- icons/corner-down-right.svg | 2 +- icons/corner-left-down.svg | 2 +- icons/corner-left-up.svg | 2 +- icons/corner-right-down.svg | 2 +- icons/corner-right-up.svg | 2 +- icons/corner-up-left.svg | 2 +- icons/corner-up-right.svg | 2 +- icons/egg.svg | 2 +- icons/message-circle-2.svg | 9 + icons/message-circle-off.svg | 7 + icons/message-off.svg | 7 + icons/messages-off.svg | 8 + icons/pause.svg | 7 - icons/picture-in-picture-off.svg | 9 + icons/picture-in-picture-on.svg | 9 + icons/picture-in-picture.svg | 4 +- icons/play.svg | 6 - icons/player-pause.svg | 7 + icons/player-play.svg | 6 + icons/player-record.svg | 6 + icons/player-skip-back.svg | 7 + icons/player-skip-forward.svg | 7 + icons/player-stop.svg | 6 + icons/player-track-next.svg | 7 + icons/player-track-prev.svg | 7 + icons/skip-back.svg | 7 - icons/skip-forward.svg | 7 - icons/track-next.svg | 6 - icons/track-prev.svg | 6 - package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 24 +- 114 files changed, 1407 insertions(+), 979 deletions(-) create mode 100644 .github/tabler-icons-1.28.0.png create mode 100644 .github/tabler-icons-1.28.0.svg create mode 100644 icons-png/arrow-ramp-left.png create mode 100644 icons-png/arrow-ramp-right.png delete mode 100644 icons-png/box-seam.png create mode 100644 icons-png/cloud-off.png create mode 100644 icons-png/message-circle-2.png create mode 100644 icons-png/message-circle-off.png create mode 100644 icons-png/message-off.png create mode 100644 icons-png/messages-off.png delete mode 100644 icons-png/pause.png create mode 100644 icons-png/picture-in-picture-off.png create mode 100644 icons-png/picture-in-picture-on.png delete mode 100644 icons-png/play.png create mode 100644 icons-png/player-pause.png create mode 100644 icons-png/player-play.png create mode 100644 icons-png/player-record.png create mode 100644 icons-png/player-skip-back.png create mode 100644 icons-png/player-skip-forward.png create mode 100644 icons-png/player-stop.png create mode 100644 icons-png/player-track-next.png create mode 100644 icons-png/player-track-prev.png delete mode 100644 icons-png/skip-back.png delete mode 100644 icons-png/skip-forward.png delete mode 100644 icons-png/track-next.png delete mode 100644 icons-png/track-prev.png create mode 100644 icons-react/icons-js/arrow-ramp-left.js create mode 100644 icons-react/icons-js/arrow-ramp-right.js create mode 100644 icons-react/icons-js/cloud-off.js create mode 100644 icons-react/icons-js/message-circle-2.js create mode 100644 icons-react/icons-js/message-circle-off.js create mode 100644 icons-react/icons-js/message-off.js create mode 100644 icons-react/icons-js/messages-off.js create mode 100644 icons-react/icons-js/picture-in-picture-off.js create mode 100644 icons-react/icons-js/picture-in-picture-on.js create mode 100644 icons-react/icons-js/player-pause.js create mode 100644 icons-react/icons-js/player-play.js create mode 100644 icons-react/icons-js/player-record.js create mode 100644 icons-react/icons-js/player-skip-back.js create mode 100644 icons-react/icons-js/player-skip-forward.js create mode 100644 icons-react/icons-js/player-stop.js create mode 100644 icons-react/icons-js/player-track-next.js create mode 100644 icons-react/icons-js/player-track-prev.js create mode 100644 icons/arrow-ramp-left.svg create mode 100644 icons/arrow-ramp-right.svg delete mode 100644 icons/box-seam.svg create mode 100644 icons/cloud-off.svg create mode 100644 icons/message-circle-2.svg create mode 100644 icons/message-circle-off.svg create mode 100644 icons/message-off.svg create mode 100644 icons/messages-off.svg delete mode 100644 icons/pause.svg create mode 100644 icons/picture-in-picture-off.svg create mode 100644 icons/picture-in-picture-on.svg delete mode 100644 icons/play.svg create mode 100644 icons/player-pause.svg create mode 100644 icons/player-play.svg create mode 100644 icons/player-record.svg create mode 100644 icons/player-skip-back.svg create mode 100644 icons/player-skip-forward.svg create mode 100644 icons/player-stop.svg create mode 100644 icons/player-track-next.svg create mode 100644 icons/player-track-prev.svg delete mode 100644 icons/skip-back.svg delete mode 100644 icons/skip-forward.svg delete mode 100644 icons/track-next.svg delete mode 100644 icons/track-prev.svg diff --git a/.github/icons.png b/.github/icons.png index ec3414f..f308dfe 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 1661a40..de3f397 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -106,6 +106,10 @@ + + + + @@ -234,8 +238,6 @@ - - @@ -512,6 +514,8 @@ + + @@ -547,21 +551,21 @@ - + - + - + - + - + - + - + - + @@ -661,7 +665,7 @@ - + @@ -1044,16 +1048,24 @@ + + + + + + + + @@ -1138,8 +1150,6 @@ - - @@ -1171,7 +1181,11 @@ - + + + + + @@ -1185,7 +1199,21 @@ - + + + + + + + + + + + + + + + @@ -1312,10 +1340,6 @@ - - - - @@ -1454,10 +1478,6 @@ - - - - @@ -1674,761 +1694,771 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.28.0.png b/.github/tabler-icons-1.28.0.png new file mode 100644 index 0000000..b137e92 Binary files /dev/null and b/.github/tabler-icons-1.28.0.png differ diff --git a/.github/tabler-icons-1.28.0.svg b/.github/tabler-icons-1.28.0.svg new file mode 100644 index 0000000..25a7f3d --- /dev/null +++ b/.github/tabler-icons-1.28.0.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 061a6f4..e811216 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","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","aspect-ratio":"ed30","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","battery-off":"ed1c","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","box-seam":"ed31","braces":"ebcc","brackets":"ebcd","brand-android":"ec16","brand-apple":"ec17","brand-appstore":"ed24","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-google-play":"ed25","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-monument":"ed26","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-dashed":"ed27","circle-dotted":"ed28","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","devices-2":"ed29","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-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","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","filter-off":"ed2c","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","headphones-off":"ed1d","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","karate":"ed32","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-off":"ed1e","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-boy":"ed2d","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","panorama-horizontal":"ed33","panorama-vertical":"ed34","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","picture-in-picture":"ed35","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","rectangle":"ed37","rectangle-vertical":"ed36","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","stars":"ed38","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","traffic-lights":"ed39","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-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","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","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","world-latitude":"ed2e","world-longitude":"ed2f","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","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","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-ramp-left":"ed3c","arrow-ramp-right":"ed3d","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","aspect-ratio":"ed30","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","battery-off":"ed1c","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-appstore":"ed24","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-google-play":"ed25","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-monument":"ed26","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-dashed":"ed27","circle-dotted":"ed28","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-off":"ed3e","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","devices-2":"ed29","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-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","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","filter-off":"ed2c","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","headphones-off":"ed1d","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","karate":"ed32","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-off":"ed1e","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-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","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","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","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","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","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","rectangle":"ed37","rectangle-vertical":"ed36","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","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","stars":"ed38","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","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","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-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","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","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","world-latitude":"ed2e","world-longitude":"ed2f","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 a937e88..6877053 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 cadc93f..f224397 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 981c58e..1a05cba 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 86476b8..fd63324 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 ffc0bce..57671fe 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.27.0 by tabler - https://tabler.io + * Tabler Icons 1.28.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -240,6 +240,14 @@ content: ""; } +.ti-arrow-ramp-left:before { + content: ""; +} + +.ti-arrow-ramp-right:before { + content: ""; +} + .ti-arrow-right:before { content: ""; } @@ -500,10 +508,6 @@ content: ""; } -.ti-box-seam:before { - content: ""; -} - .ti-braces:before { content: ""; } @@ -1056,6 +1060,10 @@ content: ""; } +.ti-cloud-off:before { + content: ""; +} + .ti-cloud-rain:before { content: ""; } @@ -2124,10 +2132,22 @@ content: ""; } +.ti-message-circle-2:before { + content: ""; +} + +.ti-message-circle-off:before { + content: ""; +} + .ti-message-dots:before { content: ""; } +.ti-message-off:before { + content: ""; +} + .ti-message-plus:before { content: ""; } @@ -2140,6 +2160,10 @@ content: ""; } +.ti-messages-off:before { + content: ""; +} + .ti-microphone:before { content: ""; } @@ -2304,10 +2328,6 @@ content: ""; } -.ti-pause:before { - content: ""; -} - .ti-peace:before { content: ""; } @@ -2372,6 +2392,14 @@ content: ""; } +.ti-picture-in-picture-off:before { + content: ""; +} + +.ti-picture-in-picture-on:before { + content: ""; +} + .ti-pill:before { content: ""; } @@ -2396,8 +2424,36 @@ content: ""; } -.ti-play:before { - content: ""; +.ti-player-pause:before { + content: ""; +} + +.ti-player-play:before { + content: ""; +} + +.ti-player-record:before { + content: ""; +} + +.ti-player-skip-back:before { + content: ""; +} + +.ti-player-skip-forward:before { + content: ""; +} + +.ti-player-stop:before { + content: ""; +} + +.ti-player-track-next:before { + content: ""; +} + +.ti-player-track-prev:before { + content: ""; } .ti-plug:before { @@ -2652,14 +2708,6 @@ content: ""; } -.ti-skip-back:before { - content: ""; -} - -.ti-skip-forward:before { - content: ""; -} - .ti-slice:before { content: ""; } @@ -2936,14 +2984,6 @@ content: ""; } -.ti-track-next:before { - content: ""; -} - -.ti-track-prev:before { - content: ""; -} - .ti-tractor:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 10cf4fa..99441ad 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.27.0 + Tabler Icons - version 1.28.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.27.0

+

version 1.28.0

+
+ + arrow-ramp-left +
+ ti ti-arrow-ramp-left
+ \ed3c +
+
+ +
+ + arrow-ramp-right +
+ ti ti-arrow-ramp-right
+ \ed3d +
+
+
arrow-right @@ -1190,15 +1208,6 @@
-
- - box-seam -
- ti ti-box-seam
- \ed31 -
-
-
braces @@ -2441,6 +2450,15 @@
+
+ + cloud-off +
+ ti ti-cloud-off
+ \ed3e +
+
+
cloud-rain @@ -4844,6 +4862,24 @@
+
+ + message-circle-2 +
+ ti ti-message-circle-2
+ \ed3f +
+
+ +
+ + message-circle-off +
+ ti ti-message-circle-off
+ \ed40 +
+
+
message-dots @@ -4853,6 +4889,15 @@
+
+ + message-off +
+ ti ti-message-off
+ \ed41 +
+
+
message-plus @@ -4880,6 +4925,15 @@
+
+ + messages-off +
+ ti ti-messages-off
+ \ed42 +
+
+
microphone @@ -5249,15 +5303,6 @@
-
- - pause -
- ti ti-pause
- \eccc -
-
-
peace @@ -5402,6 +5447,24 @@
+
+ + picture-in-picture-off +
+ ti ti-picture-in-picture-off
+ \ed43 +
+
+ +
+ + picture-in-picture-on +
+ ti ti-picture-in-picture-on
+ \ed44 +
+
+
pill @@ -5457,11 +5520,74 @@
- - play + + player-pause
- ti ti-play
- \eccd + ti ti-player-pause
+ \ed45 +
+
+ +
+ + player-play +
+ ti ti-player-play
+ \ed46 +
+
+ +
+ + player-record +
+ ti ti-player-record
+ \ed47 +
+
+ +
+ + player-skip-back +
+ ti ti-player-skip-back
+ \ed48 +
+
+ +
+ + player-skip-forward +
+ ti ti-player-skip-forward
+ \ed49 +
+
+ +
+ + player-stop +
+ ti ti-player-stop
+ \ed4a +
+
+ +
+ + player-track-next +
+ ti ti-player-track-next
+ \ed4b +
+
+ +
+ + player-track-prev +
+ ti ti-player-track-prev
+ \ed4c
@@ -6032,24 +6158,6 @@ -
- - skip-back -
- ti ti-skip-back
- \ecce -
-
- -
- - skip-forward -
- ti ti-skip-forward
- \eccf -
-
-
slice @@ -6671,24 +6779,6 @@
-
- - track-next -
- ti ti-track-next
- \ecd1 -
-
- -
- - track-prev -
- ti ti-track-prev
- \ecd2 -
-
-
tractor diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 2eb7237..72edf3e 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.27.0 by tabler - https://tabler.io + * Tabler Icons 1.28.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-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-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-aspect-ratio: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-battery-off: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-box-seam:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-appstore: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-google-play: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-monument: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-dashed:before{content:""}.ti-circle-dotted: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-devices-2: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-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like: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-filter-off: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-headphones-off: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-karate: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-off: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-boy: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-panorama-horizontal:before{content:""}.ti-panorama-vertical: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-picture-in-picture: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-rectangle:before{content:""}.ti-rectangle-vertical: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-stars: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-traffic-lights: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-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus: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-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-world-latitude:before{content:""}.ti-world-longitude: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-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-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-ramp-left:before{content:""}.ti-arrow-ramp-right: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-aspect-ratio: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-battery-off: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-appstore: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-google-play: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-monument: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-dashed:before{content:""}.ti-circle-dotted: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-off: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-devices-2: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-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like: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-filter-off: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-headphones-off: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-karate: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-off: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-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off: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-boy: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-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking: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-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on: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-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev: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-rectangle:before{content:""}.ti-rectangle-vertical: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-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-stars: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-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights: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-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus: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-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-world-latitude:before{content:""}.ti-world-longitude: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 3008b21..0f7e12c 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.27.0 by tabler - https://tabler.io + * Tabler Icons 1.28.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -88,6 +88,8 @@ $ti-icon-arrow-narrow-down: '\ea1a'; $ti-icon-arrow-narrow-left: '\ea1b'; $ti-icon-arrow-narrow-right: '\ea1c'; $ti-icon-arrow-narrow-up: '\ea1d'; +$ti-icon-arrow-ramp-left: '\ed3c'; +$ti-icon-arrow-ramp-right: '\ed3d'; $ti-icon-arrow-right: '\ea1f'; $ti-icon-arrow-right-circle: '\ea1e'; $ti-icon-arrow-up: '\ea25'; @@ -153,7 +155,6 @@ $ti-icon-border-right: '\ea42'; $ti-icon-border-top: '\ea43'; $ti-icon-border-vertical: '\ea44'; $ti-icon-box: '\ea45'; -$ti-icon-box-seam: '\ed31'; $ti-icon-braces: '\ebcc'; $ti-icon-brackets: '\ebcd'; $ti-icon-brand-android: '\ec16'; @@ -292,6 +293,7 @@ $ti-icon-clock: '\ea70'; $ti-icon-cloud: '\ea76'; $ti-icon-cloud-download: '\ea71'; $ti-icon-cloud-fog: '\ecd9'; +$ti-icon-cloud-off: '\ed3e'; $ti-icon-cloud-rain: '\ea72'; $ti-icon-cloud-snow: '\ea73'; $ti-icon-cloud-storm: '\ea74'; @@ -559,10 +561,14 @@ $ti-icon-menu-2: '\ec42'; $ti-icon-message: '\eaef'; $ti-icon-message-2: '\eaec'; $ti-icon-message-circle: '\eaed'; +$ti-icon-message-circle-2: '\ed3f'; +$ti-icon-message-circle-off: '\ed40'; $ti-icon-message-dots: '\eaee'; +$ti-icon-message-off: '\ed41'; $ti-icon-message-plus: '\ec9a'; $ti-icon-message-report: '\ec9b'; $ti-icon-messages: '\eb6c'; +$ti-icon-messages-off: '\ed42'; $ti-icon-microphone: '\eaf0'; $ti-icon-microphone-off: '\ed16'; $ti-icon-minimize: '\eaf1'; @@ -604,7 +610,6 @@ $ti-icon-panorama-vertical: '\ed34'; $ti-icon-paperclip: '\eb02'; $ti-icon-parentheses: '\ebd8'; $ti-icon-parking: '\eb03'; -$ti-icon-pause: '\eccc'; $ti-icon-peace: '\ecbe'; $ti-icon-pencil: '\eb04'; $ti-icon-percentage: '\ecf4'; @@ -621,13 +626,22 @@ $ti-icon-phone-x: '\ec07'; $ti-icon-photo: '\eb0a'; $ti-icon-photo-off: '\ecf6'; $ti-icon-picture-in-picture: '\ed35'; +$ti-icon-picture-in-picture-off: '\ed43'; +$ti-icon-picture-in-picture-on: '\ed44'; $ti-icon-pill: '\ec44'; $ti-icon-pin: '\ec9c'; $ti-icon-plane: '\eb6f'; $ti-icon-plane-arrival: '\eb99'; $ti-icon-plane-departure: '\eb9a'; $ti-icon-planet: '\ec08'; -$ti-icon-play: '\eccd'; +$ti-icon-player-pause: '\ed45'; +$ti-icon-player-play: '\ed46'; +$ti-icon-player-record: '\ed47'; +$ti-icon-player-skip-back: '\ed48'; +$ti-icon-player-skip-forward: '\ed49'; +$ti-icon-player-stop: '\ed4a'; +$ti-icon-player-track-next: '\ed4b'; +$ti-icon-player-track-prev: '\ed4c'; $ti-icon-plug: '\ebd9'; $ti-icon-plus: '\eb0b'; $ti-icon-point: '\eb0c'; @@ -691,8 +705,6 @@ $ti-icon-shirt: '\ec0a'; $ti-icon-shopping-cart: '\eb25'; $ti-icon-sitemap: '\eb9d'; $ti-icon-skateboard: '\ecc2'; -$ti-icon-skip-back: '\ecce'; -$ti-icon-skip-forward: '\eccf'; $ti-icon-slice: '\ebdb'; $ti-icon-slideshow: '\ebc9'; $ti-icon-smart-home: '\ecde'; @@ -762,8 +774,6 @@ $ti-icon-tool: '\eb40'; $ti-icon-tools: '\ebca'; $ti-icon-tornado: '\ece2'; $ti-icon-tournament: '\ecd0'; -$ti-icon-track-next: '\ecd1'; -$ti-icon-track-prev: '\ecd2'; $ti-icon-tractor: '\ec0d'; $ti-icon-trademark: '\ec0e'; $ti-icon-traffic-cone: '\ec0f'; @@ -900,6 +910,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; } .#{$ti-icon-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; } .#{$ti-icon-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; } +.#{$ti-icon-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; } +.#{$ti-icon-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; } .#{$ti-icon-prefix}-arrow-right:before { content: $ti-icon-arrow-right; } .#{$ti-icon-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; } .#{$ti-icon-prefix}-arrow-up:before { content: $ti-icon-arrow-up; } @@ -965,7 +977,6 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-border-top:before { content: $ti-icon-border-top; } .#{$ti-icon-prefix}-border-vertical:before { content: $ti-icon-border-vertical; } .#{$ti-icon-prefix}-box:before { content: $ti-icon-box; } -.#{$ti-icon-prefix}-box-seam:before { content: $ti-icon-box-seam; } .#{$ti-icon-prefix}-braces:before { content: $ti-icon-braces; } .#{$ti-icon-prefix}-brackets:before { content: $ti-icon-brackets; } .#{$ti-icon-prefix}-brand-android:before { content: $ti-icon-brand-android; } @@ -1104,6 +1115,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-cloud:before { content: $ti-icon-cloud; } .#{$ti-icon-prefix}-cloud-download:before { content: $ti-icon-cloud-download; } .#{$ti-icon-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; } +.#{$ti-icon-prefix}-cloud-off:before { content: $ti-icon-cloud-off; } .#{$ti-icon-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; } .#{$ti-icon-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; } .#{$ti-icon-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; } @@ -1371,10 +1383,14 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-message:before { content: $ti-icon-message; } .#{$ti-icon-prefix}-message-2:before { content: $ti-icon-message-2; } .#{$ti-icon-prefix}-message-circle:before { content: $ti-icon-message-circle; } +.#{$ti-icon-prefix}-message-circle-2:before { content: $ti-icon-message-circle-2; } +.#{$ti-icon-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; } .#{$ti-icon-prefix}-message-dots:before { content: $ti-icon-message-dots; } +.#{$ti-icon-prefix}-message-off:before { content: $ti-icon-message-off; } .#{$ti-icon-prefix}-message-plus:before { content: $ti-icon-message-plus; } .#{$ti-icon-prefix}-message-report:before { content: $ti-icon-message-report; } .#{$ti-icon-prefix}-messages:before { content: $ti-icon-messages; } +.#{$ti-icon-prefix}-messages-off:before { content: $ti-icon-messages-off; } .#{$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; } @@ -1416,7 +1432,6 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-paperclip:before { content: $ti-icon-paperclip; } .#{$ti-icon-prefix}-parentheses:before { content: $ti-icon-parentheses; } .#{$ti-icon-prefix}-parking:before { content: $ti-icon-parking; } -.#{$ti-icon-prefix}-pause:before { content: $ti-icon-pause; } .#{$ti-icon-prefix}-peace:before { content: $ti-icon-peace; } .#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; } .#{$ti-icon-prefix}-percentage:before { content: $ti-icon-percentage; } @@ -1433,13 +1448,22 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-photo:before { content: $ti-icon-photo; } .#{$ti-icon-prefix}-photo-off:before { content: $ti-icon-photo-off; } .#{$ti-icon-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; } +.#{$ti-icon-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; } +.#{$ti-icon-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; } .#{$ti-icon-prefix}-pill:before { content: $ti-icon-pill; } .#{$ti-icon-prefix}-pin:before { content: $ti-icon-pin; } .#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; } .#{$ti-icon-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; } .#{$ti-icon-prefix}-plane-departure:before { content: $ti-icon-plane-departure; } .#{$ti-icon-prefix}-planet:before { content: $ti-icon-planet; } -.#{$ti-icon-prefix}-play:before { content: $ti-icon-play; } +.#{$ti-icon-prefix}-player-pause:before { content: $ti-icon-player-pause; } +.#{$ti-icon-prefix}-player-play:before { content: $ti-icon-player-play; } +.#{$ti-icon-prefix}-player-record:before { content: $ti-icon-player-record; } +.#{$ti-icon-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; } +.#{$ti-icon-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; } +.#{$ti-icon-prefix}-player-stop:before { content: $ti-icon-player-stop; } +.#{$ti-icon-prefix}-player-track-next:before { content: $ti-icon-player-track-next; } +.#{$ti-icon-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; } .#{$ti-icon-prefix}-plug:before { content: $ti-icon-plug; } .#{$ti-icon-prefix}-plus:before { content: $ti-icon-plus; } .#{$ti-icon-prefix}-point:before { content: $ti-icon-point; } @@ -1503,8 +1527,6 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; } .#{$ti-icon-prefix}-sitemap:before { content: $ti-icon-sitemap; } .#{$ti-icon-prefix}-skateboard:before { content: $ti-icon-skateboard; } -.#{$ti-icon-prefix}-skip-back:before { content: $ti-icon-skip-back; } -.#{$ti-icon-prefix}-skip-forward:before { content: $ti-icon-skip-forward; } .#{$ti-icon-prefix}-slice:before { content: $ti-icon-slice; } .#{$ti-icon-prefix}-slideshow:before { content: $ti-icon-slideshow; } .#{$ti-icon-prefix}-smart-home:before { content: $ti-icon-smart-home; } @@ -1574,8 +1596,6 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-tools:before { content: $ti-icon-tools; } .#{$ti-icon-prefix}-tornado:before { content: $ti-icon-tornado; } .#{$ti-icon-prefix}-tournament:before { content: $ti-icon-tournament; } -.#{$ti-icon-prefix}-track-next:before { content: $ti-icon-track-next; } -.#{$ti-icon-prefix}-track-prev:before { content: $ti-icon-track-prev; } .#{$ti-icon-prefix}-tractor:before { content: $ti-icon-tractor; } .#{$ti-icon-prefix}-trademark:before { content: $ti-icon-trademark; } .#{$ti-icon-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } diff --git a/icons-png/arrow-ramp-left.png b/icons-png/arrow-ramp-left.png new file mode 100644 index 0000000..b4c94cc Binary files /dev/null and b/icons-png/arrow-ramp-left.png differ diff --git a/icons-png/arrow-ramp-right.png b/icons-png/arrow-ramp-right.png new file mode 100644 index 0000000..b7d7774 Binary files /dev/null and b/icons-png/arrow-ramp-right.png differ diff --git a/icons-png/box-seam.png b/icons-png/box-seam.png deleted file mode 100644 index eae481d..0000000 Binary files a/icons-png/box-seam.png and /dev/null differ diff --git a/icons-png/cloud-off.png b/icons-png/cloud-off.png new file mode 100644 index 0000000..f2dbc58 Binary files /dev/null and b/icons-png/cloud-off.png differ diff --git a/icons-png/corner-down-left.png b/icons-png/corner-down-left.png index 1b13a31..ae00980 100644 Binary files a/icons-png/corner-down-left.png and b/icons-png/corner-down-left.png differ diff --git a/icons-png/corner-down-right.png b/icons-png/corner-down-right.png index a9f31ce..657f8f5 100644 Binary files a/icons-png/corner-down-right.png and b/icons-png/corner-down-right.png differ diff --git a/icons-png/corner-left-down.png b/icons-png/corner-left-down.png index 89b9499..7fa52ae 100644 Binary files a/icons-png/corner-left-down.png and b/icons-png/corner-left-down.png differ diff --git a/icons-png/corner-left-up.png b/icons-png/corner-left-up.png index fa45be3..fadfbb9 100644 Binary files a/icons-png/corner-left-up.png and b/icons-png/corner-left-up.png differ diff --git a/icons-png/corner-right-down.png b/icons-png/corner-right-down.png index 7efffd9..eceaa6c 100644 Binary files a/icons-png/corner-right-down.png and b/icons-png/corner-right-down.png differ diff --git a/icons-png/corner-right-up.png b/icons-png/corner-right-up.png index 374cdaa..244f2d7 100644 Binary files a/icons-png/corner-right-up.png and b/icons-png/corner-right-up.png differ diff --git a/icons-png/corner-up-left.png b/icons-png/corner-up-left.png index 85513c1..200cb48 100644 Binary files a/icons-png/corner-up-left.png and b/icons-png/corner-up-left.png differ diff --git a/icons-png/corner-up-right.png b/icons-png/corner-up-right.png index 8e4bf55..ed9016f 100644 Binary files a/icons-png/corner-up-right.png and b/icons-png/corner-up-right.png differ diff --git a/icons-png/egg.png b/icons-png/egg.png index cb7483d..485db87 100644 Binary files a/icons-png/egg.png and b/icons-png/egg.png differ diff --git a/icons-png/message-circle-2.png b/icons-png/message-circle-2.png new file mode 100644 index 0000000..4ea0385 Binary files /dev/null and b/icons-png/message-circle-2.png differ diff --git a/icons-png/message-circle-off.png b/icons-png/message-circle-off.png new file mode 100644 index 0000000..54ef00d Binary files /dev/null and b/icons-png/message-circle-off.png differ diff --git a/icons-png/message-off.png b/icons-png/message-off.png new file mode 100644 index 0000000..db556e7 Binary files /dev/null and b/icons-png/message-off.png differ diff --git a/icons-png/messages-off.png b/icons-png/messages-off.png new file mode 100644 index 0000000..59bf204 Binary files /dev/null and b/icons-png/messages-off.png differ diff --git a/icons-png/pause.png b/icons-png/pause.png deleted file mode 100644 index 54bdb8f..0000000 Binary files a/icons-png/pause.png and /dev/null differ diff --git a/icons-png/picture-in-picture-off.png b/icons-png/picture-in-picture-off.png new file mode 100644 index 0000000..c6c483c Binary files /dev/null and b/icons-png/picture-in-picture-off.png differ diff --git a/icons-png/picture-in-picture-on.png b/icons-png/picture-in-picture-on.png new file mode 100644 index 0000000..cafd21a Binary files /dev/null and b/icons-png/picture-in-picture-on.png differ diff --git a/icons-png/picture-in-picture.png b/icons-png/picture-in-picture.png index ce4ac9d..b8442e2 100644 Binary files a/icons-png/picture-in-picture.png and b/icons-png/picture-in-picture.png differ diff --git a/icons-png/play.png b/icons-png/play.png deleted file mode 100644 index 2bc831a..0000000 Binary files a/icons-png/play.png and /dev/null differ diff --git a/icons-png/player-pause.png b/icons-png/player-pause.png new file mode 100644 index 0000000..343fae5 Binary files /dev/null and b/icons-png/player-pause.png differ diff --git a/icons-png/player-play.png b/icons-png/player-play.png new file mode 100644 index 0000000..4633500 Binary files /dev/null and b/icons-png/player-play.png differ diff --git a/icons-png/player-record.png b/icons-png/player-record.png new file mode 100644 index 0000000..966a67d Binary files /dev/null and b/icons-png/player-record.png differ diff --git a/icons-png/player-skip-back.png b/icons-png/player-skip-back.png new file mode 100644 index 0000000..7145d64 Binary files /dev/null and b/icons-png/player-skip-back.png differ diff --git a/icons-png/player-skip-forward.png b/icons-png/player-skip-forward.png new file mode 100644 index 0000000..afdf732 Binary files /dev/null and b/icons-png/player-skip-forward.png differ diff --git a/icons-png/player-stop.png b/icons-png/player-stop.png new file mode 100644 index 0000000..873e3e2 Binary files /dev/null and b/icons-png/player-stop.png differ diff --git a/icons-png/player-track-next.png b/icons-png/player-track-next.png new file mode 100644 index 0000000..279754b Binary files /dev/null and b/icons-png/player-track-next.png differ diff --git a/icons-png/player-track-prev.png b/icons-png/player-track-prev.png new file mode 100644 index 0000000..468c100 Binary files /dev/null and b/icons-png/player-track-prev.png differ diff --git a/icons-png/skip-back.png b/icons-png/skip-back.png deleted file mode 100644 index 9ee5462..0000000 Binary files a/icons-png/skip-back.png and /dev/null differ diff --git a/icons-png/skip-forward.png b/icons-png/skip-forward.png deleted file mode 100644 index 3528d5f..0000000 Binary files a/icons-png/skip-forward.png and /dev/null differ diff --git a/icons-png/track-next.png b/icons-png/track-next.png deleted file mode 100644 index 91cc963..0000000 Binary files a/icons-png/track-next.png and /dev/null differ diff --git a/icons-png/track-prev.png b/icons-png/track-prev.png deleted file mode 100644 index a2b1e74..0000000 Binary files a/icons-png/track-prev.png and /dev/null differ diff --git a/icons-react/icons-js/arrow-ramp-left.js b/icons-react/icons-js/arrow-ramp-left.js new file mode 100644 index 0000000..e97d084 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconArrowRampLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconArrowRampLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-ramp-right.js b/icons-react/icons-js/arrow-ramp-right.js new file mode 100644 index 0000000..09c8eb0 --- /dev/null +++ b/icons-react/icons-js/arrow-ramp-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconArrowRampRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconArrowRampRight; \ No newline at end of file diff --git a/icons-react/icons-js/cloud-off.js b/icons-react/icons-js/cloud-off.js new file mode 100644 index 0000000..c5cf362 --- /dev/null +++ b/icons-react/icons-js/cloud-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCloudOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCloudOff; \ No newline at end of file diff --git a/icons-react/icons-js/corner-down-left.js b/icons-react/icons-js/corner-down-left.js index 7d05837..8b15fee 100644 --- a/icons-react/icons-js/corner-down-left.js +++ b/icons-react/icons-js/corner-down-left.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerDownLeft; \ No newline at end of file diff --git a/icons-react/icons-js/corner-down-right.js b/icons-react/icons-js/corner-down-right.js index 735926d..cb20edc 100644 --- a/icons-react/icons-js/corner-down-right.js +++ b/icons-react/icons-js/corner-down-right.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerDownRight; \ No newline at end of file diff --git a/icons-react/icons-js/corner-left-down.js b/icons-react/icons-js/corner-left-down.js index 816e030..566ba0d 100644 --- a/icons-react/icons-js/corner-left-down.js +++ b/icons-react/icons-js/corner-left-down.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerLeftDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerLeftDown; \ No newline at end of file diff --git a/icons-react/icons-js/corner-left-up.js b/icons-react/icons-js/corner-left-up.js index 4b454eb..ed418c1 100644 --- a/icons-react/icons-js/corner-left-up.js +++ b/icons-react/icons-js/corner-left-up.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerLeftUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerLeftUp; \ No newline at end of file diff --git a/icons-react/icons-js/corner-right-down.js b/icons-react/icons-js/corner-right-down.js index 6ed4084..07639d7 100644 --- a/icons-react/icons-js/corner-right-down.js +++ b/icons-react/icons-js/corner-right-down.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerRightDown = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerRightDown; \ No newline at end of file diff --git a/icons-react/icons-js/corner-right-up.js b/icons-react/icons-js/corner-right-up.js index 5cfae5d..860b761 100644 --- a/icons-react/icons-js/corner-right-up.js +++ b/icons-react/icons-js/corner-right-up.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerRightUp = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerRightUp; \ No newline at end of file diff --git a/icons-react/icons-js/corner-up-left.js b/icons-react/icons-js/corner-up-left.js index 762a7f1..0dc5161 100644 --- a/icons-react/icons-js/corner-up-left.js +++ b/icons-react/icons-js/corner-up-left.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerUpLeft; \ No newline at end of file diff --git a/icons-react/icons-js/corner-up-right.js b/icons-react/icons-js/corner-up-right.js index 23e507d..7f17ce3 100644 --- a/icons-react/icons-js/corner-up-right.js +++ b/icons-react/icons-js/corner-up-right.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCornerUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCornerUpRight; \ No newline at end of file diff --git a/icons-react/icons-js/egg.js b/icons-react/icons-js/egg.js index 31929a9..5f6c137 100644 --- a/icons-react/icons-js/egg.js +++ b/icons-react/icons-js/egg.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconEgg = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconEgg; \ No newline at end of file diff --git a/icons-react/icons-js/message-circle-2.js b/icons-react/icons-js/message-circle-2.js new file mode 100644 index 0000000..faa602a --- /dev/null +++ b/icons-react/icons-js/message-circle-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageCircle2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageCircle2; \ No newline at end of file diff --git a/icons-react/icons-js/message-circle-off.js b/icons-react/icons-js/message-circle-off.js new file mode 100644 index 0000000..2551641 --- /dev/null +++ b/icons-react/icons-js/message-circle-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageCircleOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageCircleOff; \ No newline at end of file diff --git a/icons-react/icons-js/message-off.js b/icons-react/icons-js/message-off.js new file mode 100644 index 0000000..69fc4a5 --- /dev/null +++ b/icons-react/icons-js/message-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessageOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessageOff; \ No newline at end of file diff --git a/icons-react/icons-js/messages-off.js b/icons-react/icons-js/messages-off.js new file mode 100644 index 0000000..4689804 --- /dev/null +++ b/icons-react/icons-js/messages-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMessagesOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMessagesOff; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture-off.js b/icons-react/icons-js/picture-in-picture-off.js new file mode 100644 index 0000000..db3bdf3 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPictureOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPictureOff; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture-on.js b/icons-react/icons-js/picture-in-picture-on.js new file mode 100644 index 0000000..d322851 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture-on.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPictureOn = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPictureOn; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js index 863e3f3..dee8950 100644 --- a/icons-react/icons-js/picture-in-picture.js +++ b/icons-react/icons-js/picture-in-picture.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPictureInPicture; \ No newline at end of file diff --git a/icons-react/icons-js/player-pause.js b/icons-react/icons-js/player-pause.js new file mode 100644 index 0000000..055967d --- /dev/null +++ b/icons-react/icons-js/player-pause.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerPause = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerPause; \ No newline at end of file diff --git a/icons-react/icons-js/player-play.js b/icons-react/icons-js/player-play.js new file mode 100644 index 0000000..ee84309 --- /dev/null +++ b/icons-react/icons-js/player-play.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerPlay = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerPlay; \ No newline at end of file diff --git a/icons-react/icons-js/player-record.js b/icons-react/icons-js/player-record.js new file mode 100644 index 0000000..cd0e9b1 --- /dev/null +++ b/icons-react/icons-js/player-record.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerRecord = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerRecord; \ No newline at end of file diff --git a/icons-react/icons-js/player-skip-back.js b/icons-react/icons-js/player-skip-back.js new file mode 100644 index 0000000..72493b3 --- /dev/null +++ b/icons-react/icons-js/player-skip-back.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerSkipBack; \ No newline at end of file diff --git a/icons-react/icons-js/player-skip-forward.js b/icons-react/icons-js/player-skip-forward.js new file mode 100644 index 0000000..c61aa95 --- /dev/null +++ b/icons-react/icons-js/player-skip-forward.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerSkipForward = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerSkipForward; \ No newline at end of file diff --git a/icons-react/icons-js/player-stop.js b/icons-react/icons-js/player-stop.js new file mode 100644 index 0000000..19149b7 --- /dev/null +++ b/icons-react/icons-js/player-stop.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerStop = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerStop; \ No newline at end of file diff --git a/icons-react/icons-js/player-track-next.js b/icons-react/icons-js/player-track-next.js new file mode 100644 index 0000000..78832dd --- /dev/null +++ b/icons-react/icons-js/player-track-next.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerTrackNext; \ No newline at end of file diff --git a/icons-react/icons-js/player-track-prev.js b/icons-react/icons-js/player-track-prev.js new file mode 100644 index 0000000..9c3cc60 --- /dev/null +++ b/icons-react/icons-js/player-track-prev.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlayerTrackPrev = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlayerTrackPrev; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index c48e68b..74cf188 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -58,6 +58,8 @@ export const IconArrowNarrowDown: TablerIcon; export const IconArrowNarrowLeft: TablerIcon; export const IconArrowNarrowRight: TablerIcon; export const IconArrowNarrowUp: TablerIcon; +export const IconArrowRampLeft: TablerIcon; +export const IconArrowRampRight: TablerIcon; export const IconArrowRightCircle: TablerIcon; export const IconArrowRight: TablerIcon; export const IconArrowUpCircle: TablerIcon; @@ -122,7 +124,6 @@ export const IconBorderRadius: TablerIcon; export const IconBorderRight: TablerIcon; export const IconBorderTop: TablerIcon; export const IconBorderVertical: TablerIcon; -export const IconBoxSeam: TablerIcon; export const IconBox: TablerIcon; export const IconBraces: TablerIcon; export const IconBrackets: TablerIcon; @@ -261,6 +262,7 @@ export const IconClipboard: TablerIcon; export const IconClock: TablerIcon; export const IconCloudDownload: TablerIcon; export const IconCloudFog: TablerIcon; +export const IconCloudOff: TablerIcon; export const IconCloudRain: TablerIcon; export const IconCloudSnow: TablerIcon; export const IconCloudStorm: TablerIcon; @@ -527,11 +529,15 @@ export const IconMedicalCross: TablerIcon; export const IconMenu2: TablerIcon; export const IconMenu: TablerIcon; export const IconMessage2: TablerIcon; +export const IconMessageCircle2: TablerIcon; +export const IconMessageCircleOff: TablerIcon; export const IconMessageCircle: TablerIcon; export const IconMessageDots: TablerIcon; +export const IconMessageOff: TablerIcon; export const IconMessagePlus: TablerIcon; export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; +export const IconMessagesOff: TablerIcon; export const IconMessages: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; @@ -574,7 +580,6 @@ export const IconPanoramaVertical: TablerIcon; export const IconPaperclip: TablerIcon; export const IconParentheses: TablerIcon; export const IconParking: TablerIcon; -export const IconPause: TablerIcon; export const IconPeace: TablerIcon; export const IconPencil: TablerIcon; export const IconPercentage: TablerIcon; @@ -590,6 +595,8 @@ export const IconPhoneX: TablerIcon; export const IconPhone: TablerIcon; export const IconPhotoOff: TablerIcon; export const IconPhoto: TablerIcon; +export const IconPictureInPictureOff: TablerIcon; +export const IconPictureInPictureOn: TablerIcon; export const IconPictureInPicture: TablerIcon; export const IconPill: TablerIcon; export const IconPin: TablerIcon; @@ -597,7 +604,14 @@ export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; export const IconPlanet: TablerIcon; -export const IconPlay: TablerIcon; +export const IconPlayerPause: TablerIcon; +export const IconPlayerPlay: TablerIcon; +export const IconPlayerRecord: TablerIcon; +export const IconPlayerSkipBack: TablerIcon; +export const IconPlayerSkipForward: TablerIcon; +export const IconPlayerStop: TablerIcon; +export const IconPlayerTrackNext: TablerIcon; +export const IconPlayerTrackPrev: TablerIcon; export const IconPlug: TablerIcon; export const IconPlus: TablerIcon; export const IconPoint: TablerIcon; @@ -661,8 +675,6 @@ export const IconShirt: TablerIcon; export const IconShoppingCart: TablerIcon; export const IconSitemap: TablerIcon; export const IconSkateboard: TablerIcon; -export const IconSkipBack: TablerIcon; -export const IconSkipForward: TablerIcon; export const IconSlice: TablerIcon; export const IconSlideshow: TablerIcon; export const IconSmartHome: TablerIcon; @@ -732,8 +744,6 @@ export const IconTool: TablerIcon; export const IconTools: TablerIcon; export const IconTornado: TablerIcon; export const IconTournament: TablerIcon; -export const IconTrackNext: TablerIcon; -export const IconTrackPrev: TablerIcon; export const IconTractor: TablerIcon; export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 2e707d9..9a79986 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -52,6 +52,8 @@ export { default as IconArrowNarrowDown } from './icons-js/arrow-narrow-down.js' export { default as IconArrowNarrowLeft } from './icons-js/arrow-narrow-left.js'; export { default as IconArrowNarrowRight } from './icons-js/arrow-narrow-right.js'; export { default as IconArrowNarrowUp } from './icons-js/arrow-narrow-up.js'; +export { default as IconArrowRampLeft } from './icons-js/arrow-ramp-left.js'; +export { default as IconArrowRampRight } from './icons-js/arrow-ramp-right.js'; export { default as IconArrowRightCircle } from './icons-js/arrow-right-circle.js'; export { default as IconArrowRight } from './icons-js/arrow-right.js'; export { default as IconArrowUpCircle } from './icons-js/arrow-up-circle.js'; @@ -116,7 +118,6 @@ export { default as IconBorderRadius } from './icons-js/border-radius.js'; export { default as IconBorderRight } from './icons-js/border-right.js'; export { default as IconBorderTop } from './icons-js/border-top.js'; export { default as IconBorderVertical } from './icons-js/border-vertical.js'; -export { default as IconBoxSeam } from './icons-js/box-seam.js'; export { default as IconBox } from './icons-js/box.js'; export { default as IconBraces } from './icons-js/braces.js'; export { default as IconBrackets } from './icons-js/brackets.js'; @@ -255,6 +256,7 @@ export { default as IconClipboard } from './icons-js/clipboard.js'; export { default as IconClock } from './icons-js/clock.js'; export { default as IconCloudDownload } from './icons-js/cloud-download.js'; export { default as IconCloudFog } from './icons-js/cloud-fog.js'; +export { default as IconCloudOff } from './icons-js/cloud-off.js'; export { default as IconCloudRain } from './icons-js/cloud-rain.js'; export { default as IconCloudSnow } from './icons-js/cloud-snow.js'; export { default as IconCloudStorm } from './icons-js/cloud-storm.js'; @@ -521,11 +523,15 @@ export { default as IconMedicalCross } from './icons-js/medical-cross.js'; export { default as IconMenu2 } from './icons-js/menu-2.js'; export { default as IconMenu } from './icons-js/menu.js'; export { default as IconMessage2 } from './icons-js/message-2.js'; +export { default as IconMessageCircle2 } from './icons-js/message-circle-2.js'; +export { default as IconMessageCircleOff } from './icons-js/message-circle-off.js'; export { default as IconMessageCircle } from './icons-js/message-circle.js'; export { default as IconMessageDots } from './icons-js/message-dots.js'; +export { default as IconMessageOff } from './icons-js/message-off.js'; 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 IconMessagesOff } from './icons-js/messages-off.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'; @@ -568,7 +574,6 @@ export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js export { default as IconPaperclip } from './icons-js/paperclip.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; export { default as IconParking } from './icons-js/parking.js'; -export { default as IconPause } from './icons-js/pause.js'; export { default as IconPeace } from './icons-js/peace.js'; export { default as IconPencil } from './icons-js/pencil.js'; export { default as IconPercentage } from './icons-js/percentage.js'; @@ -584,6 +589,8 @@ export { default as IconPhoneX } from './icons-js/phone-x.js'; export { default as IconPhone } from './icons-js/phone.js'; export { default as IconPhotoOff } from './icons-js/photo-off.js'; export { default as IconPhoto } from './icons-js/photo.js'; +export { default as IconPictureInPictureOff } from './icons-js/picture-in-picture-off.js'; +export { default as IconPictureInPictureOn } from './icons-js/picture-in-picture-on.js'; export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js'; export { default as IconPill } from './icons-js/pill.js'; export { default as IconPin } from './icons-js/pin.js'; @@ -591,7 +598,14 @@ export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; export { default as IconPlaneDeparture } from './icons-js/plane-departure.js'; export { default as IconPlane } from './icons-js/plane.js'; export { default as IconPlanet } from './icons-js/planet.js'; -export { default as IconPlay } from './icons-js/play.js'; +export { default as IconPlayerPause } from './icons-js/player-pause.js'; +export { default as IconPlayerPlay } from './icons-js/player-play.js'; +export { default as IconPlayerRecord } from './icons-js/player-record.js'; +export { default as IconPlayerSkipBack } from './icons-js/player-skip-back.js'; +export { default as IconPlayerSkipForward } from './icons-js/player-skip-forward.js'; +export { default as IconPlayerStop } from './icons-js/player-stop.js'; +export { default as IconPlayerTrackNext } from './icons-js/player-track-next.js'; +export { default as IconPlayerTrackPrev } from './icons-js/player-track-prev.js'; export { default as IconPlug } from './icons-js/plug.js'; export { default as IconPlus } from './icons-js/plus.js'; export { default as IconPoint } from './icons-js/point.js'; @@ -655,8 +669,6 @@ export { default as IconShirt } from './icons-js/shirt.js'; export { default as IconShoppingCart } from './icons-js/shopping-cart.js'; export { default as IconSitemap } from './icons-js/sitemap.js'; export { default as IconSkateboard } from './icons-js/skateboard.js'; -export { default as IconSkipBack } from './icons-js/skip-back.js'; -export { default as IconSkipForward } from './icons-js/skip-forward.js'; export { default as IconSlice } from './icons-js/slice.js'; export { default as IconSlideshow } from './icons-js/slideshow.js'; export { default as IconSmartHome } from './icons-js/smart-home.js'; @@ -726,8 +738,6 @@ export { default as IconTool } from './icons-js/tool.js'; export { default as IconTools } from './icons-js/tools.js'; export { default as IconTornado } from './icons-js/tornado.js'; export { default as IconTournament } from './icons-js/tournament.js'; -export { default as IconTrackNext } from './icons-js/track-next.js'; -export { default as IconTrackPrev } from './icons-js/track-prev.js'; export { default as IconTractor } from './icons-js/tractor.js'; export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; diff --git a/icons/arrow-ramp-left.svg b/icons/arrow-ramp-left.svg new file mode 100644 index 0000000..b0e1a45 --- /dev/null +++ b/icons/arrow-ramp-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrow-ramp-right.svg b/icons/arrow-ramp-right.svg new file mode 100644 index 0000000..2f86469 --- /dev/null +++ b/icons/arrow-ramp-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-seam.svg b/icons/box-seam.svg deleted file mode 100644 index 966b2df..0000000 --- a/icons/box-seam.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/icons/cloud-off.svg b/icons/cloud-off.svg new file mode 100644 index 0000000..98791bc --- /dev/null +++ b/icons/cloud-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-down-left.svg b/icons/corner-down-left.svg index 802821a..a94255f 100644 --- a/icons/corner-down-left.svg +++ b/icons/corner-down-left.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-down-right.svg b/icons/corner-down-right.svg index b06357b..8e87667 100644 --- a/icons/corner-down-right.svg +++ b/icons/corner-down-right.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-left-down.svg b/icons/corner-left-down.svg index 514d820..eac1c59 100644 --- a/icons/corner-left-down.svg +++ b/icons/corner-left-down.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-left-up.svg b/icons/corner-left-up.svg index 77504bb..b51556e 100644 --- a/icons/corner-left-up.svg +++ b/icons/corner-left-up.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-right-down.svg b/icons/corner-right-down.svg index e83acbb..46573c4 100644 --- a/icons/corner-right-down.svg +++ b/icons/corner-right-down.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-right-up.svg b/icons/corner-right-up.svg index 3252d72..d5ed291 100644 --- a/icons/corner-right-up.svg +++ b/icons/corner-right-up.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-up-left.svg b/icons/corner-up-left.svg index 34b2ea3..29cd72a 100644 --- a/icons/corner-up-left.svg +++ b/icons/corner-up-left.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/corner-up-right.svg b/icons/corner-up-right.svg index 3557fa3..028342b 100644 --- a/icons/corner-up-right.svg +++ b/icons/corner-up-right.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/egg.svg b/icons/egg.svg index 3b42e0a..2285f4a 100644 --- a/icons/egg.svg +++ b/icons/egg.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/message-circle-2.svg b/icons/message-circle-2.svg new file mode 100644 index 0000000..fd6b56b --- /dev/null +++ b/icons/message-circle-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/message-circle-off.svg b/icons/message-circle-off.svg new file mode 100644 index 0000000..5c44456 --- /dev/null +++ b/icons/message-circle-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/message-off.svg b/icons/message-off.svg new file mode 100644 index 0000000..eaaccb3 --- /dev/null +++ b/icons/message-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/messages-off.svg b/icons/messages-off.svg new file mode 100644 index 0000000..042302d --- /dev/null +++ b/icons/messages-off.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/pause.svg b/icons/pause.svg deleted file mode 100644 index 1c145c7..0000000 --- a/icons/pause.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/picture-in-picture-off.svg b/icons/picture-in-picture-off.svg new file mode 100644 index 0000000..73532fd --- /dev/null +++ b/icons/picture-in-picture-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/picture-in-picture-on.svg b/icons/picture-in-picture-on.svg new file mode 100644 index 0000000..3f55767 --- /dev/null +++ b/icons/picture-in-picture-on.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/picture-in-picture.svg b/icons/picture-in-picture.svg index f2bb249..8058633 100644 --- a/icons/picture-in-picture.svg +++ b/icons/picture-in-picture.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/play.svg b/icons/play.svg deleted file mode 100644 index ee9c56c..0000000 --- a/icons/play.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/player-pause.svg b/icons/player-pause.svg new file mode 100644 index 0000000..5a5dc6e --- /dev/null +++ b/icons/player-pause.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-play.svg b/icons/player-play.svg new file mode 100644 index 0000000..069f879 --- /dev/null +++ b/icons/player-play.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-record.svg b/icons/player-record.svg new file mode 100644 index 0000000..75b3f3b --- /dev/null +++ b/icons/player-record.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-skip-back.svg b/icons/player-skip-back.svg new file mode 100644 index 0000000..e984587 --- /dev/null +++ b/icons/player-skip-back.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-skip-forward.svg b/icons/player-skip-forward.svg new file mode 100644 index 0000000..dbcac2a --- /dev/null +++ b/icons/player-skip-forward.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-stop.svg b/icons/player-stop.svg new file mode 100644 index 0000000..3719435 --- /dev/null +++ b/icons/player-stop.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/player-track-next.svg b/icons/player-track-next.svg new file mode 100644 index 0000000..0ce603e --- /dev/null +++ b/icons/player-track-next.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/player-track-prev.svg b/icons/player-track-prev.svg new file mode 100644 index 0000000..316aff8 --- /dev/null +++ b/icons/player-track-prev.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/skip-back.svg b/icons/skip-back.svg deleted file mode 100644 index fab3bc5..0000000 --- a/icons/skip-back.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg deleted file mode 100644 index 715e829..0000000 --- a/icons/skip-forward.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/track-next.svg b/icons/track-next.svg deleted file mode 100644 index a4ffdf2..0000000 --- a/icons/track-next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/track-prev.svg b/icons/track-prev.svg deleted file mode 100644 index 07243e2..0000000 --- a/icons/track-prev.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/package.json b/package.json index fa46f0c..61c2c4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.27.0", + "version": "1.28.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 9feb551..3a448a1 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 132f6f1..7c90ebf 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 53f41a7..5247a5e 100644 --- a/tags.json +++ b/tags.json @@ -53,6 +53,8 @@ "arrow-narrow-left": ["arrow", "narrow", "left", "back", "previous", "pointer", "point"], "arrow-narrow-right": ["arrow", "narrow", "right", "next", "proceed", "point", "pointer"], "arrow-narrow-up": ["arrow", "narrow", "up", "top", "point"], + "arrow-ramp-left": ["arrow", "ramp", "left"], + "arrow-ramp-right": ["arrow", "ramp", "right"], "arrow-right-circle": ["arrow", "right", "circle", "next", "proceed", "swipe"], "arrow-right": ["arrow", "right", "next", "proceed", "swipe"], "arrow-up-circle": ["arrow", "up", "circle", "top", "point"], @@ -117,7 +119,6 @@ "border-right": ["border", "right", "table", "side", "line"], "border-top": ["border", "top", "table", "side", "line"], "border-vertical": ["border", "vertical", "table", "side", "line"], - "box-seam": ["box", "seam", "cube", "app", "application", "package", "container"], "box": ["box", "cube", "app", "application", "package", "container"], "braces": ["braces", "punctuation", "additional", "information"], "brackets": ["brackets", "punctuation", "additional", "information"], @@ -256,6 +257,7 @@ "clock": ["clock", "time", "watch", "alarm"], "cloud-download": ["cloud", "download", "files"], "cloud-fog": ["cloud", "fog", "weather", "online"], + "cloud-off": ["cloud", "off"], "cloud-rain": ["cloud", "rain", "weather", "dry"], "cloud-snow": ["cloud", "snow", "weather", "blizzard"], "cloud-storm": ["cloud", "storm", "weather", "lightning"], @@ -522,11 +524,15 @@ "menu-2": ["menu", "2", "bars", "hamburger", "navigation", "burger"], "menu": ["menu", "bars", "hamburger", "navigation", "burger"], "message-2": ["message", "2", "comment", "chat", "reply"], + "message-circle-2": ["message", "circle", "2", "comment", "chat", "reply"], + "message-circle-off": ["message", "circle", "off", "comment", "chat", "reply"], "message-circle": ["message", "circle", "comment", "chat", "reply"], "message-dots": ["message", "dots", "comment", "chat", "reply"], + "message-off": ["message", "off", "comment", "chat", "reply"], "message-plus": ["message", "plus", "comment", "chat", "reply", "communication", "conversation"], "message-report": ["message", "report", "comment", "chat", "reply", "communication", "conversation"], "message": ["message", "comment", "chat", "reply", "communication", "conversation"], + "messages-off": ["messages", "off", "chat", "reply", "comment", "conversation", "communication"], "messages": ["messages", "chat", "reply", "comment", "conversation", "communication"], "microphone-off": ["microphone", "off"], "microphone": ["microphone", "record", "sound", "listen"], @@ -569,7 +575,6 @@ "paperclip": ["paperclip", "attachment", "annex", "hold"], "parentheses": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert"], "parking": ["parking", "sign", "car", "vehicle", "space"], - "pause": ["pause"], "peace": ["peace"], "pencil": ["pencil", "write", "draft", "edit", "note"], "percentage": ["percentage"], @@ -585,6 +590,8 @@ "phone": ["phone", "call", "mobile", "conversation", "landline", "answer", "number"], "photo-off": ["photo", "off"], "photo": ["photo", "image", "picture", "landscape", "camera"], + "picture-in-picture-off": ["picture", "in", "picture", "off"], + "picture-in-picture-on": ["picture", "in", "picture", "on"], "picture-in-picture": ["picture", "in", "picture"], "pill": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription"], "pin": ["pin"], @@ -592,7 +599,14 @@ "plane-departure": ["plane", "departure", "travel", "take off", "journey", "trip", "airport", "baggage", "luggage"], "plane": ["plane", "travel", "journey", "trip", "airport", "baggage", "luggage"], "planet": ["planet"], - "play": ["play"], + "player-pause": ["player", "pause"], + "player-play": ["player", "play"], + "player-record": ["player", "record"], + "player-skip-back": ["player", "skip", "back"], + "player-skip-forward": ["player", "skip", "forward"], + "player-stop": ["player", "stop"], + "player-track-next": ["player", "track", "next"], + "player-track-prev": ["player", "track", "prev"], "plug": ["plug", "electricity", "charger", "socket", "connection"], "plus": ["plus", "add", "create", "new"], "point": ["point", "dot", "label"], @@ -656,8 +670,6 @@ "shopping-cart": ["shopping", "cart", "bag", "ecommerce", "purchase", "store", "online"], "sitemap": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index"], "skateboard": ["skateboard"], - "skip-back": ["skip", "back"], - "skip-forward": ["skip", "forward"], "slice": ["slice", "knife", "cut", "chop", "portion", "kitchen", "tool"], "slideshow": ["slideshow", "photo", "picture", "video", "presentation", "camera", "display", "ad"], "smart-home": ["smart", "home"], @@ -727,8 +739,6 @@ "tools": ["tools", "preferences", "edit", "settings"], "tornado": ["tornado"], "tournament": ["tournament"], - "track-next": ["track", "next"], - "track-prev": ["track", "prev"], "tractor": ["tractor"], "trademark": ["trademark"], "traffic-cone": ["traffic", "cone"], -- cgit v1.2.1