From 5894f9d27f75745baae11eda3400bac0cff76803 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 9 Oct 2020 01:15:08 +0200 Subject: Release 1.34.0 --- .github/icons.png | Bin 537780 -> 553528 bytes .github/icons.svg | 1660 ++++++++++++++------------- .github/tabler-icons-1.34.0.png | Bin 0 -> 14877 bytes .github/tabler-icons-1.34.0.svg | 58 + iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 413552 -> 423704 bytes iconfont/fonts/tabler-icons.ttf | Bin 413368 -> 423520 bytes iconfont/fonts/tabler-icons.woff | Bin 202260 -> 208068 bytes iconfont/fonts/tabler-icons.woff2 | Bin 146304 -> 150180 bytes iconfont/tabler-icons.css | 74 +- iconfont/tabler-icons.html | 166 ++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 38 +- icons-png/backhoe.png | Bin 0 -> 3330 bytes icons-png/building-carousel.png | Bin 0 -> 5323 bytes icons-png/building-castle.png | Bin 0 -> 2121 bytes icons-png/building-fortress.png | Bin 0 -> 2950 bytes icons-png/building-lighthouse.png | Bin 0 -> 3303 bytes icons-png/buldozer.png | Bin 0 -> 2550 bytes icons-png/golf.png | Bin 0 -> 2784 bytes icons-png/gps.png | Bin 5166 -> 5879 bytes icons-png/helicopter-landing.png | Bin 0 -> 2269 bytes icons-png/helicopter.png | Bin 0 -> 2910 bytes icons-png/jump-rope.png | Bin 0 -> 3907 bytes icons-png/mood-crazy-happy.png | Bin 0 -> 6067 bytes icons-png/pool.png | Bin 0 -> 3424 bytes icons-png/soccer-field.png | Bin 0 -> 3349 bytes icons-png/speedboat.png | Bin 0 -> 2421 bytes icons-png/submarine.png | Bin 0 -> 2599 bytes icons-png/tank.png | Bin 0 -> 2775 bytes icons-png/train.png | Bin 0 -> 2426 bytes icons-png/wrecking-ball.png | Bin 0 -> 3260 bytes icons-react/icons-js/backhoe.js | 12 + icons-react/icons-js/building-carousel.js | 12 + icons-react/icons-js/building-castle.js | 12 + icons-react/icons-js/building-fortress.js | 12 + icons-react/icons-js/building-lighthouse.js | 12 + icons-react/icons-js/buldozer.js | 12 + icons-react/icons-js/golf.js | 12 + icons-react/icons-js/gps.js | 2 +- icons-react/icons-js/helicopter-landing.js | 12 + icons-react/icons-js/helicopter.js | 12 + icons-react/icons-js/jump-rope.js | 12 + icons-react/icons-js/mood-crazy-happy.js | 12 + icons-react/icons-js/pool.js | 12 + icons-react/icons-js/soccer-field.js | 12 + icons-react/icons-js/speedboat.js | 12 + icons-react/icons-js/sthetoscope.js | 2 +- icons-react/icons-js/submarine.js | 12 + icons-react/icons-js/tank.js | 12 + icons-react/icons-js/train.js | 12 + icons-react/icons-js/wrecking-ball.js | 12 + icons-react/index.d.ts | 18 + icons-react/index.js | 18 + icons/backhoe.svg | 13 + icons/building-carousel.svg | 12 + icons/building-castle.svg | 7 + icons/building-fortress.svg | 12 + icons/building-lighthouse.svg | 9 + icons/buldozer.svg | 13 + icons/golf.svg | 7 + icons/gps.svg | 4 +- icons/helicopter-landing.svg | 9 + icons/helicopter.svg | 12 + icons/jump-rope.svg | 8 + icons/mood-crazy-happy.svg | 11 + icons/pool.svg | 11 + icons/soccer-field.svg | 10 + icons/speedboat.svg | 8 + icons/sthetoscope.svg | 2 +- icons/submarine.svg | 8 + icons/tank.svg | 8 + icons/train.svg | 12 + icons/wrecking-ball.svg | 13 + package.json | 2 +- src/_icons/backhoe.svg | 1 + src/_icons/building-carousel.svg | 1 + src/_icons/building-castle.svg | 1 + src/_icons/building-fortress.svg | 1 + src/_icons/building-lighthouse.svg | 1 + src/_icons/buldozer.svg | 1 + src/_icons/golf.svg | 1 + src/_icons/helicopter-landing.svg | 1 + src/_icons/helicopter.svg | 1 + src/_icons/jump-rope.svg | 1 + src/_icons/mood-crazy-happy.svg | 1 + src/_icons/pool.svg | 1 + src/_icons/soccer-field.svg | 1 + src/_icons/speedboat.svg | 1 + src/_icons/submarine.svg | 1 + src/_icons/tank.svg | 1 + src/_icons/train.svg | 1 + src/_icons/wrecking-ball.svg | 1 + tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 96 +- 96 files changed, 1746 insertions(+), 821 deletions(-) create mode 100644 .github/tabler-icons-1.34.0.png create mode 100644 .github/tabler-icons-1.34.0.svg create mode 100644 icons-png/backhoe.png create mode 100644 icons-png/building-carousel.png create mode 100644 icons-png/building-castle.png create mode 100644 icons-png/building-fortress.png create mode 100644 icons-png/building-lighthouse.png create mode 100644 icons-png/buldozer.png create mode 100644 icons-png/golf.png create mode 100644 icons-png/helicopter-landing.png create mode 100644 icons-png/helicopter.png create mode 100644 icons-png/jump-rope.png create mode 100644 icons-png/mood-crazy-happy.png create mode 100644 icons-png/pool.png create mode 100644 icons-png/soccer-field.png create mode 100644 icons-png/speedboat.png create mode 100644 icons-png/submarine.png create mode 100644 icons-png/tank.png create mode 100644 icons-png/train.png create mode 100644 icons-png/wrecking-ball.png create mode 100644 icons-react/icons-js/backhoe.js create mode 100644 icons-react/icons-js/building-carousel.js create mode 100644 icons-react/icons-js/building-castle.js create mode 100644 icons-react/icons-js/building-fortress.js create mode 100644 icons-react/icons-js/building-lighthouse.js create mode 100644 icons-react/icons-js/buldozer.js create mode 100644 icons-react/icons-js/golf.js create mode 100644 icons-react/icons-js/helicopter-landing.js create mode 100644 icons-react/icons-js/helicopter.js create mode 100644 icons-react/icons-js/jump-rope.js create mode 100644 icons-react/icons-js/mood-crazy-happy.js create mode 100644 icons-react/icons-js/pool.js create mode 100644 icons-react/icons-js/soccer-field.js create mode 100644 icons-react/icons-js/speedboat.js create mode 100644 icons-react/icons-js/submarine.js create mode 100644 icons-react/icons-js/tank.js create mode 100644 icons-react/icons-js/train.js create mode 100644 icons-react/icons-js/wrecking-ball.js create mode 100644 icons/backhoe.svg create mode 100644 icons/building-carousel.svg create mode 100644 icons/building-castle.svg create mode 100644 icons/building-fortress.svg create mode 100644 icons/building-lighthouse.svg create mode 100644 icons/buldozer.svg create mode 100644 icons/golf.svg create mode 100644 icons/helicopter-landing.svg create mode 100644 icons/helicopter.svg create mode 100644 icons/jump-rope.svg create mode 100644 icons/mood-crazy-happy.svg create mode 100644 icons/pool.svg create mode 100644 icons/soccer-field.svg create mode 100644 icons/speedboat.svg create mode 100644 icons/submarine.svg create mode 100644 icons/tank.svg create mode 100644 icons/train.svg create mode 100644 icons/wrecking-ball.svg diff --git a/.github/icons.png b/.github/icons.png index 0e65cdb3..2273a7d8 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 955e34fe..adf2c3ea 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -152,6 +152,8 @@ + + @@ -388,12 +390,20 @@ + + + + + + + + @@ -410,6 +420,8 @@ + + @@ -851,7 +863,9 @@ - + + + @@ -890,6 +904,10 @@ + + + + @@ -918,6 +936,8 @@ + + @@ -1142,6 +1162,8 @@ + + @@ -1292,6 +1314,8 @@ + + @@ -1438,6 +1462,8 @@ + + @@ -1448,6 +1474,8 @@ + + @@ -1489,11 +1517,13 @@ - + + + @@ -1532,6 +1562,8 @@ + + @@ -1588,6 +1620,8 @@ + + @@ -1718,6 +1752,8 @@ + + @@ -1831,805 +1867,823 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.34.0.png b/.github/tabler-icons-1.34.0.png new file mode 100644 index 00000000..349cc48e Binary files /dev/null and b/.github/tabler-icons-1.34.0.png differ diff --git a/.github/tabler-icons-1.34.0.svg b/.github/tabler-icons-1.34.0.svg new file mode 100644 index 00000000..1ded07c7 --- /dev/null +++ b/.github/tabler-icons-1.34.0.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 8b1bcbf2..d883ffc2 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-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-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","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-html5":"ed6c","brand-instagram":"ec20","brand-kotlin":"ed6d","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-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","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","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","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","chart-radar":"ed77","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","christmas-tree":"ed78","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","divide":"ed5c","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","drone":"ed79","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-certificate":"ed4d","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-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","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","fold":"ed56","fold-down":"ed54","fold-up":"ed55","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","gps":"ed7a","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","leaf":"ed4f","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","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","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","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","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","pinned":"ed60","pinned-off":"ed5f","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","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","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","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","seeding":"ed51","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-lock":"ed58","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","speakerphone":"ed61","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","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","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sthetoscope":"ed83","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","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","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","trash":"eb41","trash-off":"ed65","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","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","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","windmill":"ed85","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","backhoe":"ed86","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-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","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-html5":"ed6c","brand-instagram":"ec20","brand-kotlin":"ed6d","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-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","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-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-fortress":"ed89","building-hospital":"ea4d","building-lighthouse":"ed8a","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","buldozer":"ed8b","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","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","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","chart-radar":"ed77","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","christmas-tree":"ed78","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","divide":"ed5c","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","drone":"ed79","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-certificate":"ed4d","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-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","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","fold":"ed56","fold-down":"ed54","fold-up":"ed55","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","golf":"ed8c","gps":"ed7a","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","helicopter":"ed8e","helicopter-landing":"ed8d","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","jump-rope":"ed8f","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","leaf":"ed4f","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","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","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-crazy-happy":"ed90","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","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","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","pinned":"ed60","pinned-off":"ed5f","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","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","pool":"ed91","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","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","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","seeding":"ed51","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-lock":"ed58","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","soccer-field":"ed92","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","speedboat":"ed93","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","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","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sthetoscope":"ed83","sticker":"eb2f","strikethrough":"eb9e","submarine":"ed94","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","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","tank":"ed95","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","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","trash":"eb41","trash-off":"ed65","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","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","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","windmill":"ed85","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","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 4884036b..4b58b616 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 5b488acf..6c7b8223 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 a4aef69e..08ef0b37 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 20a6bdf8..5a3b8a2f 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 53cfbb76..528995b7 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.33.0 by tabler - https://tabler.io + * Tabler Icons 1.34.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -332,6 +332,10 @@ content: ""; } +.ti-backhoe:before { + content: ""; +} + .ti-backspace:before { content: ""; } @@ -808,6 +812,14 @@ content: ""; } +.ti-building-carousel:before { + content: ""; +} + +.ti-building-castle:before { + content: ""; +} + .ti-building-church:before { content: ""; } @@ -816,10 +828,18 @@ content: ""; } +.ti-building-fortress:before { + content: ""; +} + .ti-building-hospital:before { content: ""; } +.ti-building-lighthouse:before { + content: ""; +} + .ti-building-monument:before { content: ""; } @@ -848,6 +868,10 @@ content: ""; } +.ti-buldozer:before { + content: ""; +} + .ti-bus:before { content: ""; } @@ -1728,6 +1752,10 @@ content: ""; } +.ti-golf:before { + content: ""; +} + .ti-gps:before { content: ""; } @@ -1808,6 +1836,14 @@ content: ""; } +.ti-helicopter:before { + content: ""; +} + +.ti-helicopter-landing:before { + content: ""; +} + .ti-help:before { content: ""; } @@ -1864,6 +1900,10 @@ content: ""; } +.ti-jump-rope:before { + content: ""; +} + .ti-karate:before { content: ""; } @@ -2312,6 +2352,10 @@ content: ""; } +.ti-mood-crazy-happy:before { + content: ""; +} + .ti-mood-cry:before { content: ""; } @@ -2612,6 +2656,10 @@ content: ""; } +.ti-pool:before { + content: ""; +} + .ti-power:before { content: ""; } @@ -2904,6 +2952,10 @@ content: ""; } +.ti-soccer-field:before { + content: ""; +} + .ti-social:before { content: ""; } @@ -2924,6 +2976,10 @@ content: ""; } +.ti-speedboat:before { + content: ""; +} + .ti-square:before { content: ""; } @@ -3016,6 +3072,10 @@ content: ""; } +.ti-submarine:before { + content: ""; +} + .ti-subscript:before { content: ""; } @@ -3092,6 +3152,10 @@ content: ""; } +.ti-tank:before { + content: ""; +} + .ti-target:before { content: ""; } @@ -3204,6 +3268,10 @@ content: ""; } +.ti-train:before { + content: ""; +} + .ti-trash:before { content: ""; } @@ -3464,6 +3532,10 @@ content: ""; } +.ti-wrecking-ball:before { + content: ""; +} + .ti-x:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 3cc9a307..59c1415f 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.33.0 + Tabler Icons - version 1.34.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.33.0

+

version 1.34.0

+
+ + backhoe +
+ ti ti-backhoe
+ \ed86 +
+
+
backspace @@ -1883,6 +1892,24 @@
+
+ + building-carousel +
+ ti ti-building-carousel
+ \ed87 +
+
+ +
+ + building-castle +
+ ti ti-building-castle
+ \ed88 +
+
+
building-church @@ -1901,6 +1928,15 @@
+
+ + building-fortress +
+ ti ti-building-fortress
+ \ed89 +
+
+
building-hospital @@ -1910,6 +1946,15 @@
+
+ + building-lighthouse +
+ ti ti-building-lighthouse
+ \ed8a +
+
+
building-monument @@ -1973,6 +2018,15 @@
+
+ + buldozer +
+ ti ti-buldozer
+ \ed8b +
+
+
bus @@ -3953,6 +4007,15 @@
+
+ + golf +
+ ti ti-golf
+ \ed8c +
+
+
gps @@ -4133,6 +4196,24 @@
+
+ + helicopter +
+ ti ti-helicopter
+ \ed8e +
+
+ +
+ + helicopter-landing +
+ ti ti-helicopter-landing
+ \ed8d +
+
+
help @@ -4259,6 +4340,15 @@
+
+ + jump-rope +
+ ti ti-jump-rope
+ \ed8f +
+
+
karate @@ -5267,6 +5357,15 @@
+
+ + mood-crazy-happy +
+ ti ti-mood-crazy-happy
+ \ed90 +
+
+
mood-cry @@ -5942,6 +6041,15 @@
+
+ + pool +
+ ti ti-pool
+ \ed91 +
+
+
power @@ -6599,6 +6707,15 @@
+
+ + soccer-field +
+ ti ti-soccer-field
+ \ed92 +
+
+
social @@ -6644,6 +6761,15 @@
+
+ + speedboat +
+ ti ti-speedboat
+ \ed93 +
+
+
square @@ -6851,6 +6977,15 @@
+
+ + submarine +
+ ti ti-submarine
+ \ed94 +
+
+
subscript @@ -7022,6 +7157,15 @@
+
+ + tank +
+ ti ti-tank
+ \ed95 +
+
+
target @@ -7274,6 +7418,15 @@
+
+ + train +
+ ti ti-train
+ \ed96 +
+
+
trash @@ -7859,6 +8012,15 @@
+
+ + wrecking-ball +
+ ti ti-wrecking-ball
+ \ed97 +
+
+
x diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index e9328f62..4ef889a6 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.33.0 by tabler - https://tabler.io + * Tabler Icons 1.34.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-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-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3: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-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kotlin: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-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo: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-cardboards: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-ce:before{content:""}.ti-certificate: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-chart-radar: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-christmas-tree: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-divide: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-drone: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-certificate: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-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip: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-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up: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-gps: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-leaf: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-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins: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-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant: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-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2: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-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple: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-seeding: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-lock: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-speakerphone:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2: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-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sthetoscope: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-sun-off: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-tools-kitchen: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-trash-off: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-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search: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-windmill: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-backhoe: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-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3: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-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kotlin: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-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo: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-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse: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-buldozer: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-cardboards: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-ce:before{content:""}.ti-certificate: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-chart-radar: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-christmas-tree: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-divide: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-drone: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-certificate: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-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip: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-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up: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-golf:before{content:""}.ti-gps: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-helicopter:before{content:""}.ti-helicopter-landing: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-jump-rope: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-leaf: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-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins: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-crazy-happy: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-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant: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-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2: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-pool: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-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple: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-seeding: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-lock: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-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2: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-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sthetoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off: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-tank: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-tools-kitchen: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-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off: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-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search: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-windmill: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-wrecking-ball: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 bc0ae97d..8c1ecaf0 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.33.0 by tabler - https://tabler.io + * Tabler Icons 1.34.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -111,6 +111,7 @@ $ti-icon-at: '\ea2b'; $ti-icon-atom: '\eb79'; $ti-icon-atom-2: '\ebdf'; $ti-icon-award: '\ea2c'; +$ti-icon-backhoe: '\ed86'; $ti-icon-backspace: '\ea2d'; $ti-icon-ball-basketball: '\ec28'; $ti-icon-ball-bowling: '\ec29'; @@ -230,9 +231,13 @@ $ti-icon-building-arch: '\ea49'; $ti-icon-building-bank: '\ebe2'; $ti-icon-building-bridge: '\ea4b'; $ti-icon-building-bridge-2: '\ea4a'; +$ti-icon-building-carousel: '\ed87'; +$ti-icon-building-castle: '\ed88'; $ti-icon-building-church: '\ea4c'; $ti-icon-building-community: '\ebf6'; +$ti-icon-building-fortress: '\ed89'; $ti-icon-building-hospital: '\ea4d'; +$ti-icon-building-lighthouse: '\ed8a'; $ti-icon-building-monument: '\ed26'; $ti-icon-building-pavilon: '\ebf7'; $ti-icon-building-skyscraper: '\ec39'; @@ -240,6 +245,7 @@ $ti-icon-building-store: '\ea4e'; $ti-icon-building-warehouse: '\ebe3'; $ti-icon-bulb: '\ea51'; $ti-icon-bulb-off: '\ea50'; +$ti-icon-buldozer: '\ed8b'; $ti-icon-bus: '\ebe4'; $ti-icon-calculator: '\eb80'; $ti-icon-calendar: '\ea53'; @@ -460,6 +466,7 @@ $ti-icon-git-pull-request: '\eab6'; $ti-icon-glass: '\eab8'; $ti-icon-glass-full: '\eab7'; $ti-icon-globe: '\eab9'; +$ti-icon-golf: '\ed8c'; $ti-icon-gps: '\ed7a'; $ti-icon-grid: '\eabb'; $ti-icon-grid-dots: '\eaba'; @@ -480,6 +487,8 @@ $ti-icon-headphones-off: '\ed1d'; $ti-icon-headset: '\eb90'; $ti-icon-heart: '\eabe'; $ti-icon-heart-broken: '\ecba'; +$ti-icon-helicopter: '\ed8e'; +$ti-icon-helicopter-landing: '\ed8d'; $ti-icon-help: '\eabf'; $ti-icon-hexagon: '\ec02'; $ti-icon-history: '\ebea'; @@ -494,6 +503,7 @@ $ti-icon-infinity: '\eb69'; $ti-icon-info-circle: '\eac5'; $ti-icon-info-square: '\eac6'; $ti-icon-italic: '\eb93'; +$ti-icon-jump-rope: '\ed8f'; $ti-icon-karate: '\ed32'; $ti-icon-key: '\eac7'; $ti-icon-keyboard: '\ebd6'; @@ -606,6 +616,7 @@ $ti-icon-minus: '\eaf2'; $ti-icon-mist: '\ec30'; $ti-icon-mood-boy: '\ed2d'; $ti-icon-mood-confuzed: '\eaf3'; +$ti-icon-mood-crazy-happy: '\ed90'; $ti-icon-mood-cry: '\ecbb'; $ti-icon-mood-happy: '\eaf4'; $ti-icon-mood-kid: '\ec03'; @@ -681,6 +692,7 @@ $ti-icon-player-track-prev: '\ed4c'; $ti-icon-plug: '\ebd9'; $ti-icon-plus: '\eb0b'; $ti-icon-point: '\eb0c'; +$ti-icon-pool: '\ed91'; $ti-icon-power: '\eb0d'; $ti-icon-pray: '\ecbf'; $ti-icon-presentation: '\eb70'; @@ -754,11 +766,13 @@ $ti-icon-smart-home: '\ecde'; $ti-icon-smoking: '\ecc4'; $ti-icon-smoking-no: '\ecc3'; $ti-icon-snowflake: '\ec0b'; +$ti-icon-soccer-field: '\ed92'; $ti-icon-social: '\ebec'; $ti-icon-sort-ascending: '\eb26'; $ti-icon-sort-descending: '\eb27'; $ti-icon-space: '\ec0c'; $ti-icon-speakerphone: '\ed61'; +$ti-icon-speedboat: '\ed93'; $ti-icon-square: '\eb2c'; $ti-icon-square-check: '\eb28'; $ti-icon-square-dot: '\ed59'; @@ -782,6 +796,7 @@ $ti-icon-step-out: '\ece1'; $ti-icon-sthetoscope: '\ed83'; $ti-icon-sticker: '\eb2f'; $ti-icon-strikethrough: '\eb9e'; +$ti-icon-submarine: '\ed94'; $ti-icon-subscript: '\eb9f'; $ti-icon-subtask: '\ec9f'; $ti-icon-sum: '\eb73'; @@ -801,6 +816,7 @@ $ti-icon-tallymark-2: '\ec47'; $ti-icon-tallymark-3: '\ec48'; $ti-icon-tallymark-4: '\ec49'; $ti-icon-tallymarks: '\ec4a'; +$ti-icon-tank: '\ed95'; $ti-icon-target: '\eb35'; $ti-icon-tax: '\ebc3'; $ti-icon-temperature: '\eb38'; @@ -829,6 +845,7 @@ $ti-icon-tractor: '\ec0d'; $ti-icon-trademark: '\ec0e'; $ti-icon-traffic-cone: '\ec0f'; $ti-icon-traffic-lights: '\ed39'; +$ti-icon-train: '\ed96'; $ti-icon-trash: '\eb41'; $ti-icon-trash-off: '\ed65'; $ti-icon-trees: '\ec10'; @@ -894,6 +911,7 @@ $ti-icon-woman: '\eb53'; $ti-icon-world: '\eb54'; $ti-icon-world-latitude: '\ed2e'; $ti-icon-world-longitude: '\ed2f'; +$ti-icon-wrecking-ball: '\ed97'; $ti-icon-x: '\eb55'; $ti-icon-yin-yang: '\ec35'; $ti-icon-zodiac-aquarius: '\ecac'; @@ -990,6 +1008,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-atom:before { content: $ti-icon-atom; } .#{$ti-icon-prefix}-atom-2:before { content: $ti-icon-atom-2; } .#{$ti-icon-prefix}-award:before { content: $ti-icon-award; } +.#{$ti-icon-prefix}-backhoe:before { content: $ti-icon-backhoe; } .#{$ti-icon-prefix}-backspace:before { content: $ti-icon-backspace; } .#{$ti-icon-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; } .#{$ti-icon-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; } @@ -1109,9 +1128,13 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-building-bank:before { content: $ti-icon-building-bank; } .#{$ti-icon-prefix}-building-bridge:before { content: $ti-icon-building-bridge; } .#{$ti-icon-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; } +.#{$ti-icon-prefix}-building-carousel:before { content: $ti-icon-building-carousel; } +.#{$ti-icon-prefix}-building-castle:before { content: $ti-icon-building-castle; } .#{$ti-icon-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-icon-prefix}-building-community:before { content: $ti-icon-building-community; } +.#{$ti-icon-prefix}-building-fortress:before { content: $ti-icon-building-fortress; } .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } +.#{$ti-icon-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; } .#{$ti-icon-prefix}-building-monument:before { content: $ti-icon-building-monument; } .#{$ti-icon-prefix}-building-pavilon:before { content: $ti-icon-building-pavilon; } .#{$ti-icon-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; } @@ -1119,6 +1142,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; } .#{$ti-icon-prefix}-bulb:before { content: $ti-icon-bulb; } .#{$ti-icon-prefix}-bulb-off:before { content: $ti-icon-bulb-off; } +.#{$ti-icon-prefix}-buldozer:before { content: $ti-icon-buldozer; } .#{$ti-icon-prefix}-bus:before { content: $ti-icon-bus; } .#{$ti-icon-prefix}-calculator:before { content: $ti-icon-calculator; } .#{$ti-icon-prefix}-calendar:before { content: $ti-icon-calendar; } @@ -1339,6 +1363,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-glass:before { content: $ti-icon-glass; } .#{$ti-icon-prefix}-glass-full:before { content: $ti-icon-glass-full; } .#{$ti-icon-prefix}-globe:before { content: $ti-icon-globe; } +.#{$ti-icon-prefix}-golf:before { content: $ti-icon-golf; } .#{$ti-icon-prefix}-gps:before { content: $ti-icon-gps; } .#{$ti-icon-prefix}-grid:before { content: $ti-icon-grid; } .#{$ti-icon-prefix}-grid-dots:before { content: $ti-icon-grid-dots; } @@ -1359,6 +1384,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-headset:before { content: $ti-icon-headset; } .#{$ti-icon-prefix}-heart:before { content: $ti-icon-heart; } .#{$ti-icon-prefix}-heart-broken:before { content: $ti-icon-heart-broken; } +.#{$ti-icon-prefix}-helicopter:before { content: $ti-icon-helicopter; } +.#{$ti-icon-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; } .#{$ti-icon-prefix}-help:before { content: $ti-icon-help; } .#{$ti-icon-prefix}-hexagon:before { content: $ti-icon-hexagon; } .#{$ti-icon-prefix}-history:before { content: $ti-icon-history; } @@ -1373,6 +1400,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-info-circle:before { content: $ti-icon-info-circle; } .#{$ti-icon-prefix}-info-square:before { content: $ti-icon-info-square; } .#{$ti-icon-prefix}-italic:before { content: $ti-icon-italic; } +.#{$ti-icon-prefix}-jump-rope:before { content: $ti-icon-jump-rope; } .#{$ti-icon-prefix}-karate:before { content: $ti-icon-karate; } .#{$ti-icon-prefix}-key:before { content: $ti-icon-key; } .#{$ti-icon-prefix}-keyboard:before { content: $ti-icon-keyboard; } @@ -1485,6 +1513,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-mist:before { content: $ti-icon-mist; } .#{$ti-icon-prefix}-mood-boy:before { content: $ti-icon-mood-boy; } .#{$ti-icon-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; } +.#{$ti-icon-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; } .#{$ti-icon-prefix}-mood-cry:before { content: $ti-icon-mood-cry; } .#{$ti-icon-prefix}-mood-happy:before { content: $ti-icon-mood-happy; } .#{$ti-icon-prefix}-mood-kid:before { content: $ti-icon-mood-kid; } @@ -1560,6 +1589,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$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; } +.#{$ti-icon-prefix}-pool:before { content: $ti-icon-pool; } .#{$ti-icon-prefix}-power:before { content: $ti-icon-power; } .#{$ti-icon-prefix}-pray:before { content: $ti-icon-pray; } .#{$ti-icon-prefix}-presentation:before { content: $ti-icon-presentation; } @@ -1633,11 +1663,13 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-smoking:before { content: $ti-icon-smoking; } .#{$ti-icon-prefix}-smoking-no:before { content: $ti-icon-smoking-no; } .#{$ti-icon-prefix}-snowflake:before { content: $ti-icon-snowflake; } +.#{$ti-icon-prefix}-soccer-field:before { content: $ti-icon-soccer-field; } .#{$ti-icon-prefix}-social:before { content: $ti-icon-social; } .#{$ti-icon-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; } .#{$ti-icon-prefix}-sort-descending:before { content: $ti-icon-sort-descending; } .#{$ti-icon-prefix}-space:before { content: $ti-icon-space; } .#{$ti-icon-prefix}-speakerphone:before { content: $ti-icon-speakerphone; } +.#{$ti-icon-prefix}-speedboat:before { content: $ti-icon-speedboat; } .#{$ti-icon-prefix}-square:before { content: $ti-icon-square; } .#{$ti-icon-prefix}-square-check:before { content: $ti-icon-square-check; } .#{$ti-icon-prefix}-square-dot:before { content: $ti-icon-square-dot; } @@ -1661,6 +1693,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-sthetoscope:before { content: $ti-icon-sthetoscope; } .#{$ti-icon-prefix}-sticker:before { content: $ti-icon-sticker; } .#{$ti-icon-prefix}-strikethrough:before { content: $ti-icon-strikethrough; } +.#{$ti-icon-prefix}-submarine:before { content: $ti-icon-submarine; } .#{$ti-icon-prefix}-subscript:before { content: $ti-icon-subscript; } .#{$ti-icon-prefix}-subtask:before { content: $ti-icon-subtask; } .#{$ti-icon-prefix}-sum:before { content: $ti-icon-sum; } @@ -1680,6 +1713,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; } .#{$ti-icon-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; } .#{$ti-icon-prefix}-tallymarks:before { content: $ti-icon-tallymarks; } +.#{$ti-icon-prefix}-tank:before { content: $ti-icon-tank; } .#{$ti-icon-prefix}-target:before { content: $ti-icon-target; } .#{$ti-icon-prefix}-tax:before { content: $ti-icon-tax; } .#{$ti-icon-prefix}-temperature:before { content: $ti-icon-temperature; } @@ -1708,6 +1742,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-trademark:before { content: $ti-icon-trademark; } .#{$ti-icon-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } .#{$ti-icon-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; } +.#{$ti-icon-prefix}-train:before { content: $ti-icon-train; } .#{$ti-icon-prefix}-trash:before { content: $ti-icon-trash; } .#{$ti-icon-prefix}-trash-off:before { content: $ti-icon-trash-off; } .#{$ti-icon-prefix}-trees:before { content: $ti-icon-trees; } @@ -1773,6 +1808,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-world:before { content: $ti-icon-world; } .#{$ti-icon-prefix}-world-latitude:before { content: $ti-icon-world-latitude; } .#{$ti-icon-prefix}-world-longitude:before { content: $ti-icon-world-longitude; } +.#{$ti-icon-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; } .#{$ti-icon-prefix}-x:before { content: $ti-icon-x; } .#{$ti-icon-prefix}-yin-yang:before { content: $ti-icon-yin-yang; } .#{$ti-icon-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; } diff --git a/icons-png/backhoe.png b/icons-png/backhoe.png new file mode 100644 index 00000000..931cc20a Binary files /dev/null and b/icons-png/backhoe.png differ diff --git a/icons-png/building-carousel.png b/icons-png/building-carousel.png new file mode 100644 index 00000000..3039aa3c Binary files /dev/null and b/icons-png/building-carousel.png differ diff --git a/icons-png/building-castle.png b/icons-png/building-castle.png new file mode 100644 index 00000000..633ddfcc Binary files /dev/null and b/icons-png/building-castle.png differ diff --git a/icons-png/building-fortress.png b/icons-png/building-fortress.png new file mode 100644 index 00000000..a3d1d790 Binary files /dev/null and b/icons-png/building-fortress.png differ diff --git a/icons-png/building-lighthouse.png b/icons-png/building-lighthouse.png new file mode 100644 index 00000000..b8cacd1a Binary files /dev/null and b/icons-png/building-lighthouse.png differ diff --git a/icons-png/buldozer.png b/icons-png/buldozer.png new file mode 100644 index 00000000..49488291 Binary files /dev/null and b/icons-png/buldozer.png differ diff --git a/icons-png/golf.png b/icons-png/golf.png new file mode 100644 index 00000000..ecf677a7 Binary files /dev/null and b/icons-png/golf.png differ diff --git a/icons-png/gps.png b/icons-png/gps.png index 58df246a..4cd99615 100644 Binary files a/icons-png/gps.png and b/icons-png/gps.png differ diff --git a/icons-png/helicopter-landing.png b/icons-png/helicopter-landing.png new file mode 100644 index 00000000..ca2bfe74 Binary files /dev/null and b/icons-png/helicopter-landing.png differ diff --git a/icons-png/helicopter.png b/icons-png/helicopter.png new file mode 100644 index 00000000..d7db3789 Binary files /dev/null and b/icons-png/helicopter.png differ diff --git a/icons-png/jump-rope.png b/icons-png/jump-rope.png new file mode 100644 index 00000000..34122a86 Binary files /dev/null and b/icons-png/jump-rope.png differ diff --git a/icons-png/mood-crazy-happy.png b/icons-png/mood-crazy-happy.png new file mode 100644 index 00000000..446f3b50 Binary files /dev/null and b/icons-png/mood-crazy-happy.png differ diff --git a/icons-png/pool.png b/icons-png/pool.png new file mode 100644 index 00000000..26f1aa4e Binary files /dev/null and b/icons-png/pool.png differ diff --git a/icons-png/soccer-field.png b/icons-png/soccer-field.png new file mode 100644 index 00000000..2cb4f1ac Binary files /dev/null and b/icons-png/soccer-field.png differ diff --git a/icons-png/speedboat.png b/icons-png/speedboat.png new file mode 100644 index 00000000..321f5ab1 Binary files /dev/null and b/icons-png/speedboat.png differ diff --git a/icons-png/submarine.png b/icons-png/submarine.png new file mode 100644 index 00000000..967d1035 Binary files /dev/null and b/icons-png/submarine.png differ diff --git a/icons-png/tank.png b/icons-png/tank.png new file mode 100644 index 00000000..3e5be88b Binary files /dev/null and b/icons-png/tank.png differ diff --git a/icons-png/train.png b/icons-png/train.png new file mode 100644 index 00000000..c00d38fc Binary files /dev/null and b/icons-png/train.png differ diff --git a/icons-png/wrecking-ball.png b/icons-png/wrecking-ball.png new file mode 100644 index 00000000..8a8a1003 Binary files /dev/null and b/icons-png/wrecking-ball.png differ diff --git a/icons-react/icons-js/backhoe.js b/icons-react/icons-js/backhoe.js new file mode 100644 index 00000000..0798624c --- /dev/null +++ b/icons-react/icons-js/backhoe.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBackhoe({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBackhoe; \ No newline at end of file diff --git a/icons-react/icons-js/building-carousel.js b/icons-react/icons-js/building-carousel.js new file mode 100644 index 00000000..5a5c719e --- /dev/null +++ b/icons-react/icons-js/building-carousel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingCarousel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingCarousel; \ No newline at end of file diff --git a/icons-react/icons-js/building-castle.js b/icons-react/icons-js/building-castle.js new file mode 100644 index 00000000..3596447d --- /dev/null +++ b/icons-react/icons-js/building-castle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingCastle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingCastle; \ No newline at end of file diff --git a/icons-react/icons-js/building-fortress.js b/icons-react/icons-js/building-fortress.js new file mode 100644 index 00000000..4aeed4d6 --- /dev/null +++ b/icons-react/icons-js/building-fortress.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingFortress({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingFortress; \ No newline at end of file diff --git a/icons-react/icons-js/building-lighthouse.js b/icons-react/icons-js/building-lighthouse.js new file mode 100644 index 00000000..15e77da2 --- /dev/null +++ b/icons-react/icons-js/building-lighthouse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingLighthouse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingLighthouse; \ No newline at end of file diff --git a/icons-react/icons-js/buldozer.js b/icons-react/icons-js/buldozer.js new file mode 100644 index 00000000..c499aab9 --- /dev/null +++ b/icons-react/icons-js/buldozer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuldozer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuldozer; \ No newline at end of file diff --git a/icons-react/icons-js/golf.js b/icons-react/icons-js/golf.js new file mode 100644 index 00000000..7d2cb585 --- /dev/null +++ b/icons-react/icons-js/golf.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGolf({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGolf; \ No newline at end of file diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js index 9d772dcf..2f1715f2 100644 --- a/icons-react/icons-js/gps.js +++ b/icons-react/icons-js/gps.js @@ -6,7 +6,7 @@ function IconGps({ stroke = 2, ...props }) { - return ; + return ; } export default IconGps; \ No newline at end of file diff --git a/icons-react/icons-js/helicopter-landing.js b/icons-react/icons-js/helicopter-landing.js new file mode 100644 index 00000000..d1a75102 --- /dev/null +++ b/icons-react/icons-js/helicopter-landing.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHelicopterLanding({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHelicopterLanding; \ No newline at end of file diff --git a/icons-react/icons-js/helicopter.js b/icons-react/icons-js/helicopter.js new file mode 100644 index 00000000..cd21d985 --- /dev/null +++ b/icons-react/icons-js/helicopter.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHelicopter({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHelicopter; \ No newline at end of file diff --git a/icons-react/icons-js/jump-rope.js b/icons-react/icons-js/jump-rope.js new file mode 100644 index 00000000..8649918b --- /dev/null +++ b/icons-react/icons-js/jump-rope.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconJumpRope({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconJumpRope; \ No newline at end of file diff --git a/icons-react/icons-js/mood-crazy-happy.js b/icons-react/icons-js/mood-crazy-happy.js new file mode 100644 index 00000000..628781d1 --- /dev/null +++ b/icons-react/icons-js/mood-crazy-happy.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMoodCrazyHappy({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMoodCrazyHappy; \ No newline at end of file diff --git a/icons-react/icons-js/pool.js b/icons-react/icons-js/pool.js new file mode 100644 index 00000000..e7689b9a --- /dev/null +++ b/icons-react/icons-js/pool.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPool({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPool; \ No newline at end of file diff --git a/icons-react/icons-js/soccer-field.js b/icons-react/icons-js/soccer-field.js new file mode 100644 index 00000000..1b808e36 --- /dev/null +++ b/icons-react/icons-js/soccer-field.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSoccerField({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSoccerField; \ No newline at end of file diff --git a/icons-react/icons-js/speedboat.js b/icons-react/icons-js/speedboat.js new file mode 100644 index 00000000..4a3a80fd --- /dev/null +++ b/icons-react/icons-js/speedboat.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSpeedboat({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSpeedboat; \ No newline at end of file diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js index 582f547e..f5826076 100644 --- a/icons-react/icons-js/sthetoscope.js +++ b/icons-react/icons-js/sthetoscope.js @@ -6,7 +6,7 @@ function IconSthetoscope({ stroke = 2, ...props }) { - return ; + return ; } export default IconSthetoscope; \ No newline at end of file diff --git a/icons-react/icons-js/submarine.js b/icons-react/icons-js/submarine.js new file mode 100644 index 00000000..061061d7 --- /dev/null +++ b/icons-react/icons-js/submarine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSubmarine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSubmarine; \ No newline at end of file diff --git a/icons-react/icons-js/tank.js b/icons-react/icons-js/tank.js new file mode 100644 index 00000000..13989f93 --- /dev/null +++ b/icons-react/icons-js/tank.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTank({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTank; \ No newline at end of file diff --git a/icons-react/icons-js/train.js b/icons-react/icons-js/train.js new file mode 100644 index 00000000..3f540762 --- /dev/null +++ b/icons-react/icons-js/train.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrain({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrain; \ No newline at end of file diff --git a/icons-react/icons-js/wrecking-ball.js b/icons-react/icons-js/wrecking-ball.js new file mode 100644 index 00000000..2dcec41f --- /dev/null +++ b/icons-react/icons-js/wrecking-ball.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWreckingBall({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWreckingBall; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 21589b9c..2f971f5a 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -81,6 +81,7 @@ export const IconAt: TablerIcon; export const IconAtom2: TablerIcon; export const IconAtom: TablerIcon; export const IconAward: TablerIcon; +export const IconBackhoe: TablerIcon; export const IconBackspace: TablerIcon; export const IconBallBasketball: TablerIcon; export const IconBallBowling: TablerIcon; @@ -199,9 +200,13 @@ export const IconBuildingArch: TablerIcon; export const IconBuildingBank: TablerIcon; export const IconBuildingBridge2: TablerIcon; export const IconBuildingBridge: TablerIcon; +export const IconBuildingCarousel: TablerIcon; +export const IconBuildingCastle: TablerIcon; export const IconBuildingChurch: TablerIcon; export const IconBuildingCommunity: TablerIcon; +export const IconBuildingFortress: TablerIcon; export const IconBuildingHospital: TablerIcon; +export const IconBuildingLighthouse: TablerIcon; export const IconBuildingMonument: TablerIcon; export const IconBuildingPavilon: TablerIcon; export const IconBuildingSkyscraper: TablerIcon; @@ -210,6 +215,7 @@ export const IconBuildingWarehouse: TablerIcon; export const IconBuilding: TablerIcon; export const IconBulbOff: TablerIcon; export const IconBulb: TablerIcon; +export const IconBuldozer: TablerIcon; export const IconBus: TablerIcon; export const IconCalculator: TablerIcon; export const IconCalendarEvent: TablerIcon; @@ -430,6 +436,7 @@ export const IconGitPullRequest: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlass: TablerIcon; export const IconGlobe: TablerIcon; +export const IconGolf: TablerIcon; export const IconGps: TablerIcon; export const IconGridDots: TablerIcon; export const IconGrid: TablerIcon; @@ -450,6 +457,8 @@ export const IconHeadphones: TablerIcon; export const IconHeadset: TablerIcon; export const IconHeartBroken: TablerIcon; export const IconHeart: TablerIcon; +export const IconHelicopterLanding: TablerIcon; +export const IconHelicopter: TablerIcon; export const IconHelp: TablerIcon; export const IconHexagon: TablerIcon; export const IconHistory: TablerIcon; @@ -464,6 +473,7 @@ export const IconInfinity: TablerIcon; export const IconInfoCircle: TablerIcon; export const IconInfoSquare: TablerIcon; export const IconItalic: TablerIcon; +export const IconJumpRope: TablerIcon; export const IconKarate: TablerIcon; export const IconKey: TablerIcon; export const IconKeyboardHide: TablerIcon; @@ -576,6 +586,7 @@ export const IconMinus: TablerIcon; export const IconMist: TablerIcon; export const IconMoodBoy: TablerIcon; export const IconMoodConfuzed: TablerIcon; +export const IconMoodCrazyHappy: TablerIcon; export const IconMoodCry: TablerIcon; export const IconMoodHappy: TablerIcon; export const IconMoodKid: TablerIcon; @@ -651,6 +662,7 @@ export const IconPlayerTrackPrev: TablerIcon; export const IconPlug: TablerIcon; export const IconPlus: TablerIcon; export const IconPoint: TablerIcon; +export const IconPool: TablerIcon; export const IconPower: TablerIcon; export const IconPray: TablerIcon; export const IconPresentation: TablerIcon; @@ -724,11 +736,13 @@ export const IconSmartHome: TablerIcon; export const IconSmokingNo: TablerIcon; export const IconSmoking: TablerIcon; export const IconSnowflake: TablerIcon; +export const IconSoccerField: TablerIcon; export const IconSocial: TablerIcon; export const IconSortAscending: TablerIcon; export const IconSortDescending: TablerIcon; export const IconSpace: TablerIcon; export const IconSpeakerphone: TablerIcon; +export const IconSpeedboat: TablerIcon; export const IconSquareCheck: TablerIcon; export const IconSquareDot: TablerIcon; export const IconSquareForbid2: TablerIcon; @@ -752,6 +766,7 @@ export const IconStepOut: TablerIcon; export const IconSthetoscope: TablerIcon; export const IconSticker: TablerIcon; export const IconStrikethrough: TablerIcon; +export const IconSubmarine: TablerIcon; export const IconSubscript: TablerIcon; export const IconSubtask: TablerIcon; export const IconSum: TablerIcon; @@ -771,6 +786,7 @@ export const IconTallymark2: TablerIcon; export const IconTallymark3: TablerIcon; export const IconTallymark4: TablerIcon; export const IconTallymarks: TablerIcon; +export const IconTank: TablerIcon; export const IconTarget: TablerIcon; export const IconTax: TablerIcon; export const IconTemperatureCelsius: TablerIcon; @@ -799,6 +815,7 @@ export const IconTractor: TablerIcon; export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; export const IconTrafficLights: TablerIcon; +export const IconTrain: TablerIcon; export const IconTrashOff: TablerIcon; export const IconTrash: TablerIcon; export const IconTrees: TablerIcon; @@ -864,6 +881,7 @@ export const IconWoman: TablerIcon; export const IconWorldLatitude: TablerIcon; export const IconWorldLongitude: TablerIcon; export const IconWorld: TablerIcon; +export const IconWreckingBall: TablerIcon; export const IconX: TablerIcon; export const IconYinYang: TablerIcon; export const IconZodiacAquarius: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index f89b4143..25bccb3b 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -75,6 +75,7 @@ export { default as IconAt } from './icons-js/at.js'; export { default as IconAtom2 } from './icons-js/atom-2.js'; export { default as IconAtom } from './icons-js/atom.js'; export { default as IconAward } from './icons-js/award.js'; +export { default as IconBackhoe } from './icons-js/backhoe.js'; export { default as IconBackspace } from './icons-js/backspace.js'; export { default as IconBallBasketball } from './icons-js/ball-basketball.js'; export { default as IconBallBowling } from './icons-js/ball-bowling.js'; @@ -193,9 +194,13 @@ export { default as IconBuildingArch } from './icons-js/building-arch.js'; export { default as IconBuildingBank } from './icons-js/building-bank.js'; export { default as IconBuildingBridge2 } from './icons-js/building-bridge-2.js'; export { default as IconBuildingBridge } from './icons-js/building-bridge.js'; +export { default as IconBuildingCarousel } from './icons-js/building-carousel.js'; +export { default as IconBuildingCastle } from './icons-js/building-castle.js'; export { default as IconBuildingChurch } from './icons-js/building-church.js'; export { default as IconBuildingCommunity } from './icons-js/building-community.js'; +export { default as IconBuildingFortress } from './icons-js/building-fortress.js'; export { default as IconBuildingHospital } from './icons-js/building-hospital.js'; +export { default as IconBuildingLighthouse } from './icons-js/building-lighthouse.js'; export { default as IconBuildingMonument } from './icons-js/building-monument.js'; export { default as IconBuildingPavilon } from './icons-js/building-pavilon.js'; export { default as IconBuildingSkyscraper } from './icons-js/building-skyscraper.js'; @@ -204,6 +209,7 @@ export { default as IconBuildingWarehouse } from './icons-js/building-warehouse. export { default as IconBuilding } from './icons-js/building.js'; export { default as IconBulbOff } from './icons-js/bulb-off.js'; export { default as IconBulb } from './icons-js/bulb.js'; +export { default as IconBuldozer } from './icons-js/buldozer.js'; export { default as IconBus } from './icons-js/bus.js'; export { default as IconCalculator } from './icons-js/calculator.js'; export { default as IconCalendarEvent } from './icons-js/calendar-event.js'; @@ -424,6 +430,7 @@ export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlass } from './icons-js/glass.js'; export { default as IconGlobe } from './icons-js/globe.js'; +export { default as IconGolf } from './icons-js/golf.js'; export { default as IconGps } from './icons-js/gps.js'; export { default as IconGridDots } from './icons-js/grid-dots.js'; export { default as IconGrid } from './icons-js/grid.js'; @@ -444,6 +451,8 @@ export { default as IconHeadphones } from './icons-js/headphones.js'; export { default as IconHeadset } from './icons-js/headset.js'; export { default as IconHeartBroken } from './icons-js/heart-broken.js'; export { default as IconHeart } from './icons-js/heart.js'; +export { default as IconHelicopterLanding } from './icons-js/helicopter-landing.js'; +export { default as IconHelicopter } from './icons-js/helicopter.js'; export { default as IconHelp } from './icons-js/help.js'; export { default as IconHexagon } from './icons-js/hexagon.js'; export { default as IconHistory } from './icons-js/history.js'; @@ -458,6 +467,7 @@ export { default as IconInfinity } from './icons-js/infinity.js'; export { default as IconInfoCircle } from './icons-js/info-circle.js'; export { default as IconInfoSquare } from './icons-js/info-square.js'; export { default as IconItalic } from './icons-js/italic.js'; +export { default as IconJumpRope } from './icons-js/jump-rope.js'; export { default as IconKarate } from './icons-js/karate.js'; export { default as IconKey } from './icons-js/key.js'; export { default as IconKeyboardHide } from './icons-js/keyboard-hide.js'; @@ -570,6 +580,7 @@ export { default as IconMinus } from './icons-js/minus.js'; export { default as IconMist } from './icons-js/mist.js'; export { default as IconMoodBoy } from './icons-js/mood-boy.js'; export { default as IconMoodConfuzed } from './icons-js/mood-confuzed.js'; +export { default as IconMoodCrazyHappy } from './icons-js/mood-crazy-happy.js'; export { default as IconMoodCry } from './icons-js/mood-cry.js'; export { default as IconMoodHappy } from './icons-js/mood-happy.js'; export { default as IconMoodKid } from './icons-js/mood-kid.js'; @@ -645,6 +656,7 @@ 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'; +export { default as IconPool } from './icons-js/pool.js'; export { default as IconPower } from './icons-js/power.js'; export { default as IconPray } from './icons-js/pray.js'; export { default as IconPresentation } from './icons-js/presentation.js'; @@ -718,11 +730,13 @@ export { default as IconSmartHome } from './icons-js/smart-home.js'; export { default as IconSmokingNo } from './icons-js/smoking-no.js'; export { default as IconSmoking } from './icons-js/smoking.js'; export { default as IconSnowflake } from './icons-js/snowflake.js'; +export { default as IconSoccerField } from './icons-js/soccer-field.js'; export { default as IconSocial } from './icons-js/social.js'; export { default as IconSortAscending } from './icons-js/sort-ascending.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; export { default as IconSpace } from './icons-js/space.js'; export { default as IconSpeakerphone } from './icons-js/speakerphone.js'; +export { default as IconSpeedboat } from './icons-js/speedboat.js'; export { default as IconSquareCheck } from './icons-js/square-check.js'; export { default as IconSquareDot } from './icons-js/square-dot.js'; export { default as IconSquareForbid2 } from './icons-js/square-forbid-2.js'; @@ -746,6 +760,7 @@ export { default as IconStepOut } from './icons-js/step-out.js'; export { default as IconSthetoscope } from './icons-js/sthetoscope.js'; export { default as IconSticker } from './icons-js/sticker.js'; export { default as IconStrikethrough } from './icons-js/strikethrough.js'; +export { default as IconSubmarine } from './icons-js/submarine.js'; export { default as IconSubscript } from './icons-js/subscript.js'; export { default as IconSubtask } from './icons-js/subtask.js'; export { default as IconSum } from './icons-js/sum.js'; @@ -765,6 +780,7 @@ export { default as IconTallymark2 } from './icons-js/tallymark-2.js'; export { default as IconTallymark3 } from './icons-js/tallymark-3.js'; export { default as IconTallymark4 } from './icons-js/tallymark-4.js'; export { default as IconTallymarks } from './icons-js/tallymarks.js'; +export { default as IconTank } from './icons-js/tank.js'; export { default as IconTarget } from './icons-js/target.js'; export { default as IconTax } from './icons-js/tax.js'; export { default as IconTemperatureCelsius } from './icons-js/temperature-celsius.js'; @@ -793,6 +809,7 @@ 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'; export { default as IconTrafficLights } from './icons-js/traffic-lights.js'; +export { default as IconTrain } from './icons-js/train.js'; export { default as IconTrashOff } from './icons-js/trash-off.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTrees } from './icons-js/trees.js'; @@ -858,6 +875,7 @@ export { default as IconWoman } from './icons-js/woman.js'; export { default as IconWorldLatitude } from './icons-js/world-latitude.js'; export { default as IconWorldLongitude } from './icons-js/world-longitude.js'; export { default as IconWorld } from './icons-js/world.js'; +export { default as IconWreckingBall } from './icons-js/wrecking-ball.js'; export { default as IconX } from './icons-js/x.js'; export { default as IconYinYang } from './icons-js/yin-yang.js'; export { default as IconZodiacAquarius } from './icons-js/zodiac-aquarius.js'; diff --git a/icons/backhoe.svg b/icons/backhoe.svg new file mode 100644 index 00000000..01519044 --- /dev/null +++ b/icons/backhoe.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/building-carousel.svg b/icons/building-carousel.svg new file mode 100644 index 00000000..fcf5c2d2 --- /dev/null +++ b/icons/building-carousel.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/building-castle.svg b/icons/building-castle.svg new file mode 100644 index 00000000..0e07febe --- /dev/null +++ b/icons/building-castle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/building-fortress.svg b/icons/building-fortress.svg new file mode 100644 index 00000000..b2676d52 --- /dev/null +++ b/icons/building-fortress.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/building-lighthouse.svg b/icons/building-lighthouse.svg new file mode 100644 index 00000000..e9de41f8 --- /dev/null +++ b/icons/building-lighthouse.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/buldozer.svg b/icons/buldozer.svg new file mode 100644 index 00000000..12899b4f --- /dev/null +++ b/icons/buldozer.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/golf.svg b/icons/golf.svg new file mode 100644 index 00000000..d4fb49d2 --- /dev/null +++ b/icons/golf.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/gps.svg b/icons/gps.svg index 399896d4..dedc2738 100644 --- a/icons/gps.svg +++ b/icons/gps.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/helicopter-landing.svg b/icons/helicopter-landing.svg new file mode 100644 index 00000000..60cde123 --- /dev/null +++ b/icons/helicopter-landing.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/helicopter.svg b/icons/helicopter.svg new file mode 100644 index 00000000..382554b3 --- /dev/null +++ b/icons/helicopter.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/jump-rope.svg b/icons/jump-rope.svg new file mode 100644 index 00000000..80d1051b --- /dev/null +++ b/icons/jump-rope.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/mood-crazy-happy.svg b/icons/mood-crazy-happy.svg new file mode 100644 index 00000000..07111eab --- /dev/null +++ b/icons/mood-crazy-happy.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/pool.svg b/icons/pool.svg new file mode 100644 index 00000000..9c7c6b3b --- /dev/null +++ b/icons/pool.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/soccer-field.svg b/icons/soccer-field.svg new file mode 100644 index 00000000..73bb1bd8 --- /dev/null +++ b/icons/soccer-field.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/speedboat.svg b/icons/speedboat.svg new file mode 100644 index 00000000..54520535 --- /dev/null +++ b/icons/speedboat.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/sthetoscope.svg b/icons/sthetoscope.svg index 56a6edfe..34df0631 100644 --- a/icons/sthetoscope.svg +++ b/icons/sthetoscope.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/submarine.svg b/icons/submarine.svg new file mode 100644 index 00000000..522df05d --- /dev/null +++ b/icons/submarine.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/tank.svg b/icons/tank.svg new file mode 100644 index 00000000..0f7e3b49 --- /dev/null +++ b/icons/tank.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/train.svg b/icons/train.svg new file mode 100644 index 00000000..c00f227e --- /dev/null +++ b/icons/train.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/wrecking-ball.svg b/icons/wrecking-ball.svg new file mode 100644 index 00000000..50b50e2e --- /dev/null +++ b/icons/wrecking-ball.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/package.json b/package.json index bf553902..eaf387a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.33.0", + "version": "1.34.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/src/_icons/backhoe.svg b/src/_icons/backhoe.svg index 980a03c7..4645f3c4 100644 --- a/src/_icons/backhoe.svg +++ b/src/_icons/backhoe.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/building-carousel.svg b/src/_icons/building-carousel.svg index 49fcf7fa..894cfe49 100644 --- a/src/_icons/building-carousel.svg +++ b/src/_icons/building-carousel.svg @@ -1,5 +1,6 @@ --- category: Buildings +version: 1.34 --- diff --git a/src/_icons/building-castle.svg b/src/_icons/building-castle.svg index 7ed7b50f..0488eca1 100644 --- a/src/_icons/building-castle.svg +++ b/src/_icons/building-castle.svg @@ -1,5 +1,6 @@ --- category: Buildings +version: 1.34 --- diff --git a/src/_icons/building-fortress.svg b/src/_icons/building-fortress.svg index 9fe2bdf5..f57ab847 100644 --- a/src/_icons/building-fortress.svg +++ b/src/_icons/building-fortress.svg @@ -1,5 +1,6 @@ --- category: Buildings +version: 1.34 --- diff --git a/src/_icons/building-lighthouse.svg b/src/_icons/building-lighthouse.svg index 1cf176ec..a29f689c 100644 --- a/src/_icons/building-lighthouse.svg +++ b/src/_icons/building-lighthouse.svg @@ -1,5 +1,6 @@ --- category: Buildings +version: 1.34 --- diff --git a/src/_icons/buldozer.svg b/src/_icons/buldozer.svg index 0e2ff880..26e7e3e2 100644 --- a/src/_icons/buldozer.svg +++ b/src/_icons/buldozer.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/golf.svg b/src/_icons/golf.svg index 4bec0fa8..4142c304 100644 --- a/src/_icons/golf.svg +++ b/src/_icons/golf.svg @@ -1,5 +1,6 @@ --- category: Sport +version: 1.34 --- diff --git a/src/_icons/helicopter-landing.svg b/src/_icons/helicopter-landing.svg index a16cb49a..c756b6a2 100644 --- a/src/_icons/helicopter-landing.svg +++ b/src/_icons/helicopter-landing.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/helicopter.svg b/src/_icons/helicopter.svg index ff255893..8467d701 100644 --- a/src/_icons/helicopter.svg +++ b/src/_icons/helicopter.svg @@ -1,5 +1,6 @@ --- category: Map +version: 1.34 --- diff --git a/src/_icons/jump-rope.svg b/src/_icons/jump-rope.svg index bbd409e2..cb42d9b9 100644 --- a/src/_icons/jump-rope.svg +++ b/src/_icons/jump-rope.svg @@ -1,5 +1,6 @@ --- category: Sport +version: 1.34 --- diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index 4c4a081c..a8add113 100644 --- a/src/_icons/mood-crazy-happy.svg +++ b/src/_icons/mood-crazy-happy.svg @@ -1,5 +1,6 @@ --- category: Mood +version: 1.34 --- diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index b1d0fa62..44a80c1e 100644 --- a/src/_icons/pool.svg +++ b/src/_icons/pool.svg @@ -1,5 +1,6 @@ --- category: Sport +version: 1.34 --- diff --git a/src/_icons/soccer-field.svg b/src/_icons/soccer-field.svg index b2639431..3a295c94 100644 --- a/src/_icons/soccer-field.svg +++ b/src/_icons/soccer-field.svg @@ -1,5 +1,6 @@ --- category: Sport +version: 1.34 --- diff --git a/src/_icons/speedboat.svg b/src/_icons/speedboat.svg index a8df409e..c2709038 100644 --- a/src/_icons/speedboat.svg +++ b/src/_icons/speedboat.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/submarine.svg b/src/_icons/submarine.svg index d0d1e2bb..3609c860 100644 --- a/src/_icons/submarine.svg +++ b/src/_icons/submarine.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/tank.svg b/src/_icons/tank.svg index a59123ec..d8a3fdeb 100644 --- a/src/_icons/tank.svg +++ b/src/_icons/tank.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/train.svg b/src/_icons/train.svg index d63a7f61..a0d205f7 100644 --- a/src/_icons/train.svg +++ b/src/_icons/train.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/src/_icons/wrecking-ball.svg b/src/_icons/wrecking-ball.svg index 53d728c8..60f98906 100644 --- a/src/_icons/wrecking-ball.svg +++ b/src/_icons/wrecking-ball.svg @@ -1,5 +1,6 @@ --- category: Vehicles +version: 1.34 --- diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 1b181e40..0085e471 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 e75e428e..536759e8 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 79cc373f..3dcf28e4 100644 --- a/tags.json +++ b/tags.json @@ -384,6 +384,11 @@ "tags": ["award", "prize", "reward", "competition", "contest", "win"], "version": "1.1" }, + "backhoe": { + "category": "Vehicles", + "tags": ["backhoe"], + "version": "1.34" + }, "backspace": { "category": "Text", "tags": ["backspace", "delete", "remove", "eliminate"], @@ -974,6 +979,16 @@ "tags": ["building", "bridge", "architecture", "urban", "river", "overpass", "city", "countryside"], "version": "1.1" }, + "building-carousel": { + "category": "Buildings", + "tags": ["building", "carousel"], + "version": "1.34" + }, + "building-castle": { + "category": "Buildings", + "tags": ["building", "castle"], + "version": "1.34" + }, "building-church": { "category": "Buildings", "tags": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer"], @@ -984,11 +999,21 @@ "tags": ["building", "community"], "version": "1.8" }, + "building-fortress": { + "category": "Buildings", + "tags": ["building", "fortress"], + "version": "1.34" + }, "building-hospital": { "category": "Buildings", "tags": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], "version": "1.1" }, + "building-lighthouse": { + "category": "Buildings", + "tags": ["building", "lighthouse"], + "version": "1.34" + }, "building-monument": { "category": "Buildings", "tags": ["building", "monument"], @@ -1029,6 +1054,11 @@ "tags": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea"], "version": "1.0" }, + "buldozer": { + "category": "Vehicles", + "tags": ["buldozer"], + "version": "1.34" + }, "bus": { "category": "Vehicles", "tags": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], @@ -1740,7 +1770,7 @@ "version": "1.3" }, "drone": { - "category": "", + "category": "Vehicles", "tags": ["drone"], "version": "1.33" }, @@ -2129,8 +2159,13 @@ "tags": ["globe", "world", "travel", "journey", "trip", "planet", "earth"], "version": "1.1" }, + "golf": { + "category": "Sport", + "tags": ["golf"], + "version": "1.34" + }, "gps": { - "category": "", + "category": "Map", "tags": ["gps"], "version": "1.33" }, @@ -2229,6 +2264,16 @@ "tags": ["heart", "love", "emotion", "like", "favorite", "relationship"], "version": "1.0" }, + "helicopter-landing": { + "category": "Vehicles", + "tags": ["helicopter", "landing"], + "version": "1.34" + }, + "helicopter": { + "category": "Map", + "tags": ["helicopter"], + "version": "1.34" + }, "help": { "category": "", "tags": ["help", "tooltip", "assistance", "advice", "support"], @@ -2299,6 +2344,11 @@ "tags": ["italic", "typography", "font", "typeface", "emphasise"], "version": "1.3" }, + "jump-rope": { + "category": "Sport", + "tags": ["jump", "rope"], + "version": "1.34" + }, "karate": { "category": "Sport", "tags": ["karate"], @@ -2859,6 +2909,11 @@ "tags": ["mood", "confuzed", "face", "emoji", "emotion", "frown"], "version": "1.0" }, + "mood-crazy-happy": { + "category": "Mood", + "tags": ["mood", "crazy", "happy"], + "version": "1.34" + }, "mood-cry": { "category": "Mood", "tags": ["mood", "cry", "face", "emoji", "emotion", "mad"], @@ -3132,7 +3187,7 @@ "pill": { "category": "", "tags": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription"], - "version": "" + "version": "1.1" }, "pin": { "category": "Map", @@ -3234,6 +3289,11 @@ "tags": ["point", "dot", "label"], "version": "1.0" }, + "pool": { + "category": "Sport", + "tags": ["pool"], + "version": "1.34" + }, "power": { "category": "Devices", "tags": ["power", "on", "off", "turn on", "turn off", "electricity"], @@ -3599,6 +3659,11 @@ "tags": ["snowflake"], "version": "1.8" }, + "soccer-field": { + "category": "Sport", + "tags": ["soccer", "field"], + "version": "1.34" + }, "social": { "category": "", "tags": ["social"], @@ -3624,6 +3689,11 @@ "tags": ["speakerphone"], "version": "1.31" }, + "speedboat": { + "category": "Vehicles", + "tags": ["speedboat"], + "version": "1.34" + }, "square-check": { "category": "", "tags": ["square", "check", "checkbox", "yes"], @@ -3739,6 +3809,11 @@ "tags": ["strikethrough", "typography", "horizontal", "deleted", "removed", "unimportant"], "version": "1.3" }, + "submarine": { + "category": "Vehicles", + "tags": ["submarine"], + "version": "1.34" + }, "subscript": { "category": "Text", "tags": ["subscript", "typography", "below", "formula", "maths", "fraction"], @@ -3834,6 +3909,11 @@ "tags": ["tallymarks"], "version": "1.11" }, + "tank": { + "category": "Vehicles", + "tags": ["tank"], + "version": "1.34" + }, "target": { "category": "Map", "tags": ["target", "focus", "bullseye", "aim"], @@ -3974,6 +4054,11 @@ "tags": ["traffic", "lights"], "version": "1.27" }, + "train": { + "category": "Vehicles", + "tags": ["train"], + "version": "1.34" + }, "trash-off": { "category": "", "tags": ["trash", "off"], @@ -4299,6 +4384,11 @@ "tags": ["world", "earth", "globe", "global", "language", "union"], "version": "1.0" }, + "wrecking-ball": { + "category": "Vehicles", + "tags": ["wrecking", "ball"], + "version": "1.34" + }, "x": { "category": "", "tags": ["x", "cancel", "remove", "delete", "empty"], -- cgit v1.2.1