From 5587afb0c8853070607868694cc81886c247a691 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 26 Sep 2020 21:23:44 +0200 Subject: Release 1.27.0 --- .github/icons.png | Bin 481653 -> 492132 bytes .github/icons.svg | 1524 ++++++++++++++------------- .github/tabler-icons-1.27.0.png | Bin 0 -> 9895 bytes .github/tabler-icons-1.27.0.svg | 40 + iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 373460 -> 378840 bytes iconfont/fonts/tabler-icons.ttf | Bin 373276 -> 378656 bytes iconfont/fonts/tabler-icons.woff | Bin 180144 -> 183112 bytes iconfont/fonts/tabler-icons.woff2 | Bin 130976 -> 133300 bytes iconfont/tabler-icons.css | 50 +- iconfont/tabler-icons.html | 112 +- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 26 +- icons-png/antenna-bars-1.png | Bin 617 -> 619 bytes icons-png/antenna-bars-2.png | Bin 891 -> 899 bytes icons-png/antenna-bars-3.png | Bin 1087 -> 1100 bytes icons-png/antenna-bars-4.png | Bin 1147 -> 1165 bytes icons-png/aspect-ratio.png | Bin 0 -> 2498 bytes icons-png/box-seam.png | Bin 0 -> 2914 bytes icons-png/brand-firefox.png | Bin 6155 -> 6139 bytes icons-png/karate.png | Bin 0 -> 3021 bytes icons-png/panorama-horizontal.png | Bin 0 -> 2837 bytes icons-png/panorama-vertical.png | Bin 0 -> 3399 bytes icons-png/picture-in-picture.png | Bin 0 -> 2402 bytes icons-png/rectangle-vertical.png | Bin 0 -> 1895 bytes icons-png/rectangle.png | Bin 0 -> 1864 bytes icons-png/shape.png | Bin 2160 -> 2291 bytes icons-png/stars.png | Bin 0 -> 3561 bytes icons-png/traffic-lights.png | Bin 0 -> 4380 bytes icons-png/vector-beizer-2.png | Bin 0 -> 3031 bytes icons-png/vector-beizer.png | Bin 0 -> 2654 bytes icons-react/icons-js/antenna-bars-1.js | 2 +- icons-react/icons-js/antenna-bars-2.js | 2 +- icons-react/icons-js/antenna-bars-3.js | 2 +- icons-react/icons-js/antenna-bars-4.js | 2 +- icons-react/icons-js/antenna-bars-5.js | 2 +- icons-react/icons-js/aspect-ratio.js | 5 + icons-react/icons-js/box-seam.js | 5 + icons-react/icons-js/brand-firefox.js | 2 +- icons-react/icons-js/brand-linkedin.js | 2 +- icons-react/icons-js/building-store.js | 2 +- icons-react/icons-js/caravan.js | 2 +- icons-react/icons-js/karate.js | 5 + icons-react/icons-js/mars.js | 2 +- icons-react/icons-js/panorama-horizontal.js | 5 + icons-react/icons-js/panorama-vertical.js | 5 + icons-react/icons-js/picture-in-picture.js | 5 + icons-react/icons-js/rectangle-vertical.js | 5 + icons-react/icons-js/rectangle.js | 5 + icons-react/icons-js/shape.js | 2 +- icons-react/icons-js/skip-back.js | 2 +- icons-react/icons-js/stars.js | 5 + icons-react/icons-js/tornado.js | 2 +- icons-react/icons-js/traffic-lights.js | 5 + icons-react/icons-js/vector-beizer-2.js | 5 + icons-react/icons-js/vector-beizer.js | 5 + icons-react/icons-js/wiper-wash.js | 2 +- icons-react/icons-js/zodiac-aries.js | 2 +- icons-react/index.d.ts | 12 + icons-react/index.js | 12 + icons/antenna-bars-1.svg | 8 +- icons/antenna-bars-2.svg | 8 +- icons/antenna-bars-3.svg | 8 +- icons/antenna-bars-4.svg | 8 +- icons/antenna-bars-5.svg | 8 +- icons/aspect-ratio.svg | 8 + icons/box-seam.svg | 10 + icons/brand-firefox.svg | 4 +- icons/brand-linkedin.svg | 2 +- icons/building-store.svg | 4 +- icons/caravan.svg | 2 +- icons/karate.svg | 9 + icons/mars.svg | 2 +- icons/panorama-horizontal.svg | 6 + icons/panorama-vertical.svg | 6 + icons/picture-in-picture.svg | 7 + icons/rectangle-vertical.svg | 6 + icons/rectangle.svg | 6 + icons/shape.svg | 16 +- icons/skip-back.svg | 2 +- icons/stars.svg | 8 + icons/tornado.svg | 4 +- icons/traffic-lights.svg | 9 + icons/vector-beizer-2.svg | 12 + icons/vector-beizer.svg | 14 + icons/wiper-wash.svg | 2 +- icons/zodiac-aries.svg | 2 +- package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 14 +- 91 files changed, 1263 insertions(+), 810 deletions(-) create mode 100644 .github/tabler-icons-1.27.0.png create mode 100644 .github/tabler-icons-1.27.0.svg create mode 100644 icons-png/aspect-ratio.png create mode 100644 icons-png/box-seam.png create mode 100644 icons-png/karate.png create mode 100644 icons-png/panorama-horizontal.png create mode 100644 icons-png/panorama-vertical.png create mode 100644 icons-png/picture-in-picture.png create mode 100644 icons-png/rectangle-vertical.png create mode 100644 icons-png/rectangle.png create mode 100644 icons-png/stars.png create mode 100644 icons-png/traffic-lights.png create mode 100644 icons-png/vector-beizer-2.png create mode 100644 icons-png/vector-beizer.png create mode 100644 icons-react/icons-js/aspect-ratio.js create mode 100644 icons-react/icons-js/box-seam.js create mode 100644 icons-react/icons-js/karate.js create mode 100644 icons-react/icons-js/panorama-horizontal.js create mode 100644 icons-react/icons-js/panorama-vertical.js create mode 100644 icons-react/icons-js/picture-in-picture.js create mode 100644 icons-react/icons-js/rectangle-vertical.js create mode 100644 icons-react/icons-js/rectangle.js create mode 100644 icons-react/icons-js/stars.js create mode 100644 icons-react/icons-js/traffic-lights.js create mode 100644 icons-react/icons-js/vector-beizer-2.js create mode 100644 icons-react/icons-js/vector-beizer.js create mode 100644 icons/aspect-ratio.svg create mode 100644 icons/box-seam.svg create mode 100644 icons/karate.svg create mode 100644 icons/panorama-horizontal.svg create mode 100644 icons/panorama-vertical.svg create mode 100644 icons/picture-in-picture.svg create mode 100644 icons/rectangle-vertical.svg create mode 100644 icons/rectangle.svg create mode 100644 icons/stars.svg create mode 100644 icons/traffic-lights.svg create mode 100644 icons/vector-beizer-2.svg create mode 100644 icons/vector-beizer.svg diff --git a/.github/icons.png b/.github/icons.png index cb6a21a..ec3414f 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 9fa9d87..1661a40 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -43,15 +43,15 @@ - + - + - + - + - + @@ -138,6 +138,8 @@ + + @@ -232,6 +234,8 @@ + + @@ -263,7 +267,7 @@ - + @@ -283,7 +287,7 @@ - + @@ -371,7 +375,7 @@ - + @@ -405,7 +409,7 @@ - + @@ -856,6 +860,8 @@ + + @@ -1023,7 +1029,7 @@ - + @@ -1122,6 +1128,10 @@ + + + + @@ -1160,6 +1170,8 @@ + + @@ -1200,6 +1212,10 @@ + + + + @@ -1275,7 +1291,7 @@ - + @@ -1297,7 +1313,7 @@ - + @@ -1344,6 +1360,8 @@ + + @@ -1433,7 +1451,7 @@ - + @@ -1446,6 +1464,8 @@ + + @@ -1496,6 +1516,10 @@ + + + + @@ -1549,7 +1573,7 @@ - + @@ -1567,7 +1591,7 @@ - + @@ -1666,733 +1690,745 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.27.0.png b/.github/tabler-icons-1.27.0.png new file mode 100644 index 0000000..0398b52 Binary files /dev/null and b/.github/tabler-icons-1.27.0.png differ diff --git a/.github/tabler-icons-1.27.0.svg b/.github/tabler-icons-1.27.0.svg new file mode 100644 index 0000000..e78fa03 --- /dev/null +++ b/.github/tabler-icons-1.27.0.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 9a6b2b9..061a6f4 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-off":"ece9","bell-ringing":"ed07","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-android":"ec16","brand-apple":"ec17","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-instagram":"ec20","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-spotify":"ed03","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tiktok":"ec73","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-community":"ebf6","building-hospital":"ea4d","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","grid":"eabb","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pause":"eccc","peace":"ecbe","pencil":"eb04","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","play":"eccd","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","skip-back":"ecce","skip-forward":"eccf","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tornado":"ece2","tournament":"ecd0","track-next":"ecd1","track-prev":"ecd2","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-triangle":"eca8","venus":"ec86","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-off":"ece9","bell-ringing":"ed07","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","box-seam":"ed31","braces":"ebcc","brackets":"ebcd","brand-android":"ec16","brand-apple":"ec17","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-instagram":"ec20","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-spotify":"ed03","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tiktok":"ec73","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-community":"ebf6","building-hospital":"ea4d","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-shredder":"eaa1","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","grid":"eabb","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-dots":"eaee","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pause":"eccc","peace":"ecbe","pencil":"eb04","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","play":"eccd","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","skip-back":"ecce","skip-forward":"eccf","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tornado":"ece2","tournament":"ecd0","track-next":"ecd1","track-prev":"ecd2","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 8820325..a937e88 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 0e3cc2c..cadc93f 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 80ac477..981c58e 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 81c07ef..86476b8 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 d0fa8a8..ffc0bce 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.26.0 by tabler - https://tabler.io + * Tabler Icons 1.27.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -304,6 +304,10 @@ content: ""; } +.ti-aspect-ratio:before { + content: ""; +} + .ti-at:before { content: ""; } @@ -496,6 +500,10 @@ content: ""; } +.ti-box-seam:before { + content: ""; +} + .ti-braces:before { content: ""; } @@ -1740,6 +1748,10 @@ content: ""; } +.ti-karate:before { + content: ""; +} + .ti-key:before { content: ""; } @@ -2272,6 +2284,14 @@ content: ""; } +.ti-panorama-horizontal:before { + content: ""; +} + +.ti-panorama-vertical:before { + content: ""; +} + .ti-paperclip:before { content: ""; } @@ -2348,6 +2368,10 @@ content: ""; } +.ti-picture-in-picture:before { + content: ""; +} + .ti-pill:before { content: ""; } @@ -2428,6 +2452,14 @@ content: ""; } +.ti-rectangle:before { + content: ""; +} + +.ti-rectangle-vertical:before { + content: ""; +} + .ti-recycle:before { content: ""; } @@ -2716,6 +2748,10 @@ content: ""; } +.ti-stars:before { + content: ""; +} + .ti-steering-wheel:before { content: ""; } @@ -2920,6 +2956,10 @@ content: ""; } +.ti-traffic-lights:before { + content: ""; +} + .ti-trash:before { content: ""; } @@ -3024,6 +3064,14 @@ content: ""; } +.ti-vector-beizer:before { + content: ""; +} + +.ti-vector-beizer-2:before { + content: ""; +} + .ti-vector-triangle:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index f038754..10cf4fa 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.26.0 + Tabler Icons - version 1.27.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.26.0

+

version 1.27.0

+
+ + aspect-ratio +
+ ti ti-aspect-ratio
+ \ed30 +
+
+
at @@ -1181,6 +1190,15 @@
+
+ + box-seam +
+ ti ti-box-seam
+ \ed31 +
+
+
braces @@ -3980,6 +3998,15 @@
+
+ + karate +
+ ti ti-karate
+ \ed32 +
+
+
key @@ -5177,6 +5204,24 @@
+
+ + panorama-horizontal +
+ ti ti-panorama-horizontal
+ \ed33 +
+
+ +
+ + panorama-vertical +
+ ti ti-panorama-vertical
+ \ed34 +
+
+
paperclip @@ -5348,6 +5393,15 @@
+
+ + picture-in-picture +
+ ti ti-picture-in-picture
+ \ed35 +
+
+
pill @@ -5528,6 +5582,24 @@
+
+ + rectangle +
+ ti ti-rectangle
+ \ed37 +
+
+ +
+ + rectangle-vertical +
+ ti ti-rectangle-vertical
+ \ed36 +
+
+
recycle @@ -6176,6 +6248,15 @@
+
+ + stars +
+ ti ti-stars
+ \ed38 +
+
+
steering-wheel @@ -6635,6 +6716,15 @@
+
+ + traffic-lights +
+ ti ti-traffic-lights
+ \ed39 +
+
+
trash @@ -6869,6 +6959,24 @@
+
+ + vector-beizer +
+ ti ti-vector-beizer
+ \ed3b +
+
+ +
+ + vector-beizer-2 +
+ ti ti-vector-beizer-2
+ \ed3a +
+
+
vector-triangle diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 94df59f..2eb7237 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.26.0 by tabler - https://tabler.io + * Tabler Icons 1.27.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-box-seam:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 1d2dfda..3008b21 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.26.0 by tabler - https://tabler.io + * Tabler Icons 1.27.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -104,6 +104,7 @@ $ti-icon-arrows-minimize: '\ea29'; $ti-icon-arrows-sort: '\eb5a'; $ti-icon-arrows-vertical: '\eb5b'; $ti-icon-artboard: '\ea2a'; +$ti-icon-aspect-ratio: '\ed30'; $ti-icon-at: '\ea2b'; $ti-icon-atom: '\eb79'; $ti-icon-atom-2: '\ebdf'; @@ -152,6 +153,7 @@ $ti-icon-border-right: '\ea42'; $ti-icon-border-top: '\ea43'; $ti-icon-border-vertical: '\ea44'; $ti-icon-box: '\ea45'; +$ti-icon-box-seam: '\ed31'; $ti-icon-braces: '\ebcc'; $ti-icon-brackets: '\ebcd'; $ti-icon-brand-android: '\ec16'; @@ -463,6 +465,7 @@ $ti-icon-infinity: '\eb69'; $ti-icon-info-circle: '\eac5'; $ti-icon-info-square: '\eac6'; $ti-icon-italic: '\eb93'; +$ti-icon-karate: '\ed32'; $ti-icon-key: '\eac7'; $ti-icon-keyboard: '\ebd6'; $ti-icon-keyboard-hide: '\ec7e'; @@ -596,6 +599,8 @@ $ti-icon-package: '\eaff'; $ti-icon-page-break: '\ec81'; $ti-icon-paint: '\eb00'; $ti-icon-palette: '\eb01'; +$ti-icon-panorama-horizontal: '\ed33'; +$ti-icon-panorama-vertical: '\ed34'; $ti-icon-paperclip: '\eb02'; $ti-icon-parentheses: '\ebd8'; $ti-icon-parking: '\eb03'; @@ -615,6 +620,7 @@ $ti-icon-phone-plus: '\ec06'; $ti-icon-phone-x: '\ec07'; $ti-icon-photo: '\eb0a'; $ti-icon-photo-off: '\ecf6'; +$ti-icon-picture-in-picture: '\ed35'; $ti-icon-pill: '\ec44'; $ti-icon-pin: '\ec9c'; $ti-icon-plane: '\eb6f'; @@ -635,6 +641,8 @@ $ti-icon-qrcode: '\eb11'; $ti-icon-question-mark: '\ec9d'; $ti-icon-radioactive: '\ecc0'; $ti-icon-record-mail: '\eb12'; +$ti-icon-rectangle: '\ed37'; +$ti-icon-rectangle-vertical: '\ed36'; $ti-icon-recycle: '\eb9b'; $ti-icon-refresh: '\eb13'; $ti-icon-registered: '\eb14'; @@ -707,6 +715,7 @@ $ti-icon-stairs-down: '\eca4'; $ti-icon-stairs-up: '\eca5'; $ti-icon-star: '\eb2e'; $ti-icon-star-half: '\ed19'; +$ti-icon-stars: '\ed38'; $ti-icon-steering-wheel: '\ec7b'; $ti-icon-step-into: '\ece0'; $ti-icon-step-out: '\ece1'; @@ -758,6 +767,7 @@ $ti-icon-track-prev: '\ecd2'; $ti-icon-tractor: '\ec0d'; $ti-icon-trademark: '\ec0e'; $ti-icon-traffic-cone: '\ec0f'; +$ti-icon-traffic-lights: '\ed39'; $ti-icon-trash: '\eb41'; $ti-icon-trees: '\ec10'; $ti-icon-trending-down: '\eb42'; @@ -784,6 +794,8 @@ $ti-icon-user-plus: '\eb4b'; $ti-icon-user-x: '\eb4c'; $ti-icon-users: '\ebf2'; $ti-icon-vector: '\eca9'; +$ti-icon-vector-beizer: '\ed3b'; +$ti-icon-vector-beizer-2: '\ed3a'; $ti-icon-vector-triangle: '\eca8'; $ti-icon-venus: '\ec86'; $ti-icon-video: '\ed22'; @@ -904,6 +916,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; } .#{$ti-icon-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; } .#{$ti-icon-prefix}-artboard:before { content: $ti-icon-artboard; } +.#{$ti-icon-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; } .#{$ti-icon-prefix}-at:before { content: $ti-icon-at; } .#{$ti-icon-prefix}-atom:before { content: $ti-icon-atom; } .#{$ti-icon-prefix}-atom-2:before { content: $ti-icon-atom-2; } @@ -952,6 +965,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-border-top:before { content: $ti-icon-border-top; } .#{$ti-icon-prefix}-border-vertical:before { content: $ti-icon-border-vertical; } .#{$ti-icon-prefix}-box:before { content: $ti-icon-box; } +.#{$ti-icon-prefix}-box-seam:before { content: $ti-icon-box-seam; } .#{$ti-icon-prefix}-braces:before { content: $ti-icon-braces; } .#{$ti-icon-prefix}-brackets:before { content: $ti-icon-brackets; } .#{$ti-icon-prefix}-brand-android:before { content: $ti-icon-brand-android; } @@ -1263,6 +1277,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}-karate:before { content: $ti-icon-karate; } .#{$ti-icon-prefix}-key:before { content: $ti-icon-key; } .#{$ti-icon-prefix}-keyboard:before { content: $ti-icon-keyboard; } .#{$ti-icon-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; } @@ -1396,6 +1411,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-page-break:before { content: $ti-icon-page-break; } .#{$ti-icon-prefix}-paint:before { content: $ti-icon-paint; } .#{$ti-icon-prefix}-palette:before { content: $ti-icon-palette; } +.#{$ti-icon-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; } +.#{$ti-icon-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; } .#{$ti-icon-prefix}-paperclip:before { content: $ti-icon-paperclip; } .#{$ti-icon-prefix}-parentheses:before { content: $ti-icon-parentheses; } .#{$ti-icon-prefix}-parking:before { content: $ti-icon-parking; } @@ -1415,6 +1432,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-phone-x:before { content: $ti-icon-phone-x; } .#{$ti-icon-prefix}-photo:before { content: $ti-icon-photo; } .#{$ti-icon-prefix}-photo-off:before { content: $ti-icon-photo-off; } +.#{$ti-icon-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; } .#{$ti-icon-prefix}-pill:before { content: $ti-icon-pill; } .#{$ti-icon-prefix}-pin:before { content: $ti-icon-pin; } .#{$ti-icon-prefix}-plane:before { content: $ti-icon-plane; } @@ -1435,6 +1453,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-question-mark:before { content: $ti-icon-question-mark; } .#{$ti-icon-prefix}-radioactive:before { content: $ti-icon-radioactive; } .#{$ti-icon-prefix}-record-mail:before { content: $ti-icon-record-mail; } +.#{$ti-icon-prefix}-rectangle:before { content: $ti-icon-rectangle; } +.#{$ti-icon-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; } .#{$ti-icon-prefix}-recycle:before { content: $ti-icon-recycle; } .#{$ti-icon-prefix}-refresh:before { content: $ti-icon-refresh; } .#{$ti-icon-prefix}-registered:before { content: $ti-icon-registered; } @@ -1507,6 +1527,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-stairs-up:before { content: $ti-icon-stairs-up; } .#{$ti-icon-prefix}-star:before { content: $ti-icon-star; } .#{$ti-icon-prefix}-star-half:before { content: $ti-icon-star-half; } +.#{$ti-icon-prefix}-stars:before { content: $ti-icon-stars; } .#{$ti-icon-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; } .#{$ti-icon-prefix}-step-into:before { content: $ti-icon-step-into; } .#{$ti-icon-prefix}-step-out:before { content: $ti-icon-step-out; } @@ -1558,6 +1579,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-tractor:before { content: $ti-icon-tractor; } .#{$ti-icon-prefix}-trademark:before { content: $ti-icon-trademark; } .#{$ti-icon-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } +.#{$ti-icon-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; } .#{$ti-icon-prefix}-trash:before { content: $ti-icon-trash; } .#{$ti-icon-prefix}-trees:before { content: $ti-icon-trees; } .#{$ti-icon-prefix}-trending-down:before { content: $ti-icon-trending-down; } @@ -1584,6 +1606,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-user-x:before { content: $ti-icon-user-x; } .#{$ti-icon-prefix}-users:before { content: $ti-icon-users; } .#{$ti-icon-prefix}-vector:before { content: $ti-icon-vector; } +.#{$ti-icon-prefix}-vector-beizer:before { content: $ti-icon-vector-beizer; } +.#{$ti-icon-prefix}-vector-beizer-2:before { content: $ti-icon-vector-beizer-2; } .#{$ti-icon-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; } .#{$ti-icon-prefix}-venus:before { content: $ti-icon-venus; } .#{$ti-icon-prefix}-video:before { content: $ti-icon-video; } diff --git a/icons-png/antenna-bars-1.png b/icons-png/antenna-bars-1.png index 1299115..a1adfee 100644 Binary files a/icons-png/antenna-bars-1.png and b/icons-png/antenna-bars-1.png differ diff --git a/icons-png/antenna-bars-2.png b/icons-png/antenna-bars-2.png index 23907f6..94cab48 100644 Binary files a/icons-png/antenna-bars-2.png and b/icons-png/antenna-bars-2.png differ diff --git a/icons-png/antenna-bars-3.png b/icons-png/antenna-bars-3.png index eadf3e4..5f0a515 100644 Binary files a/icons-png/antenna-bars-3.png and b/icons-png/antenna-bars-3.png differ diff --git a/icons-png/antenna-bars-4.png b/icons-png/antenna-bars-4.png index 877deee..10ab5f4 100644 Binary files a/icons-png/antenna-bars-4.png and b/icons-png/antenna-bars-4.png differ diff --git a/icons-png/aspect-ratio.png b/icons-png/aspect-ratio.png new file mode 100644 index 0000000..28008b9 Binary files /dev/null and b/icons-png/aspect-ratio.png differ diff --git a/icons-png/box-seam.png b/icons-png/box-seam.png new file mode 100644 index 0000000..eae481d Binary files /dev/null and b/icons-png/box-seam.png differ diff --git a/icons-png/brand-firefox.png b/icons-png/brand-firefox.png index ada8352..5a58e20 100644 Binary files a/icons-png/brand-firefox.png and b/icons-png/brand-firefox.png differ diff --git a/icons-png/karate.png b/icons-png/karate.png new file mode 100644 index 0000000..1cf4561 Binary files /dev/null and b/icons-png/karate.png differ diff --git a/icons-png/panorama-horizontal.png b/icons-png/panorama-horizontal.png new file mode 100644 index 0000000..13a8718 Binary files /dev/null and b/icons-png/panorama-horizontal.png differ diff --git a/icons-png/panorama-vertical.png b/icons-png/panorama-vertical.png new file mode 100644 index 0000000..998a747 Binary files /dev/null and b/icons-png/panorama-vertical.png differ diff --git a/icons-png/picture-in-picture.png b/icons-png/picture-in-picture.png new file mode 100644 index 0000000..ce4ac9d Binary files /dev/null and b/icons-png/picture-in-picture.png differ diff --git a/icons-png/rectangle-vertical.png b/icons-png/rectangle-vertical.png new file mode 100644 index 0000000..2453ac6 Binary files /dev/null and b/icons-png/rectangle-vertical.png differ diff --git a/icons-png/rectangle.png b/icons-png/rectangle.png new file mode 100644 index 0000000..a593caf Binary files /dev/null and b/icons-png/rectangle.png differ diff --git a/icons-png/shape.png b/icons-png/shape.png index 12b4553..2100872 100644 Binary files a/icons-png/shape.png and b/icons-png/shape.png differ diff --git a/icons-png/stars.png b/icons-png/stars.png new file mode 100644 index 0000000..3596fa1 Binary files /dev/null and b/icons-png/stars.png differ diff --git a/icons-png/traffic-lights.png b/icons-png/traffic-lights.png new file mode 100644 index 0000000..40f5d6e Binary files /dev/null and b/icons-png/traffic-lights.png differ diff --git a/icons-png/vector-beizer-2.png b/icons-png/vector-beizer-2.png new file mode 100644 index 0000000..e64b90e Binary files /dev/null and b/icons-png/vector-beizer-2.png differ diff --git a/icons-png/vector-beizer.png b/icons-png/vector-beizer.png new file mode 100644 index 0000000..b908a5f Binary files /dev/null and b/icons-png/vector-beizer.png differ diff --git a/icons-react/icons-js/antenna-bars-1.js b/icons-react/icons-js/antenna-bars-1.js index 8f4d958..4240763 100644 --- a/icons-react/icons-js/antenna-bars-1.js +++ b/icons-react/icons-js/antenna-bars-1.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars1 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars1; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-2.js b/icons-react/icons-js/antenna-bars-2.js index 274492d..b07edf8 100644 --- a/icons-react/icons-js/antenna-bars-2.js +++ b/icons-react/icons-js/antenna-bars-2.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars2; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-3.js b/icons-react/icons-js/antenna-bars-3.js index a679a43..f4c6b75 100644 --- a/icons-react/icons-js/antenna-bars-3.js +++ b/icons-react/icons-js/antenna-bars-3.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars3 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars3; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-4.js b/icons-react/icons-js/antenna-bars-4.js index 04bae9e..f1249de 100644 --- a/icons-react/icons-js/antenna-bars-4.js +++ b/icons-react/icons-js/antenna-bars-4.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars4 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars4; \ No newline at end of file diff --git a/icons-react/icons-js/antenna-bars-5.js b/icons-react/icons-js/antenna-bars-5.js index 5df9614..24b2db8 100644 --- a/icons-react/icons-js/antenna-bars-5.js +++ b/icons-react/icons-js/antenna-bars-5.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconAntennaBars5 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconAntennaBars5; \ No newline at end of file diff --git a/icons-react/icons-js/aspect-ratio.js b/icons-react/icons-js/aspect-ratio.js new file mode 100644 index 0000000..5395301 --- /dev/null +++ b/icons-react/icons-js/aspect-ratio.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconAspectRatio = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconAspectRatio; \ No newline at end of file diff --git a/icons-react/icons-js/box-seam.js b/icons-react/icons-js/box-seam.js new file mode 100644 index 0000000..6e3630e --- /dev/null +++ b/icons-react/icons-js/box-seam.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBoxSeam = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBoxSeam; \ No newline at end of file diff --git a/icons-react/icons-js/brand-firefox.js b/icons-react/icons-js/brand-firefox.js index ad72f4a..cc2487a 100644 --- a/icons-react/icons-js/brand-firefox.js +++ b/icons-react/icons-js/brand-firefox.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandFirefox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandFirefox; \ No newline at end of file diff --git a/icons-react/icons-js/brand-linkedin.js b/icons-react/icons-js/brand-linkedin.js index 045c757..d1f7c52 100644 --- a/icons-react/icons-js/brand-linkedin.js +++ b/icons-react/icons-js/brand-linkedin.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandLinkedin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandLinkedin; \ No newline at end of file diff --git a/icons-react/icons-js/building-store.js b/icons-react/icons-js/building-store.js index 4c30873..0119aed 100644 --- a/icons-react/icons-js/building-store.js +++ b/icons-react/icons-js/building-store.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBuildingStore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBuildingStore; \ No newline at end of file diff --git a/icons-react/icons-js/caravan.js b/icons-react/icons-js/caravan.js index e7d2769..90e2040 100644 --- a/icons-react/icons-js/caravan.js +++ b/icons-react/icons-js/caravan.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconCaravan = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconCaravan; \ No newline at end of file diff --git a/icons-react/icons-js/karate.js b/icons-react/icons-js/karate.js new file mode 100644 index 0000000..dda3df4 --- /dev/null +++ b/icons-react/icons-js/karate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconKarate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconKarate; \ No newline at end of file diff --git a/icons-react/icons-js/mars.js b/icons-react/icons-js/mars.js index 2536511..43b74cb 100644 --- a/icons-react/icons-js/mars.js +++ b/icons-react/icons-js/mars.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconMars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconMars; \ No newline at end of file diff --git a/icons-react/icons-js/panorama-horizontal.js b/icons-react/icons-js/panorama-horizontal.js new file mode 100644 index 0000000..19d8dd3 --- /dev/null +++ b/icons-react/icons-js/panorama-horizontal.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPanoramaHorizontal = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPanoramaHorizontal; \ No newline at end of file diff --git a/icons-react/icons-js/panorama-vertical.js b/icons-react/icons-js/panorama-vertical.js new file mode 100644 index 0000000..bcb6d00 --- /dev/null +++ b/icons-react/icons-js/panorama-vertical.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPanoramaVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPanoramaVertical; \ No newline at end of file diff --git a/icons-react/icons-js/picture-in-picture.js b/icons-react/icons-js/picture-in-picture.js new file mode 100644 index 0000000..863e3f3 --- /dev/null +++ b/icons-react/icons-js/picture-in-picture.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPictureInPicture = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPictureInPicture; \ No newline at end of file diff --git a/icons-react/icons-js/rectangle-vertical.js b/icons-react/icons-js/rectangle-vertical.js new file mode 100644 index 0000000..7933ef8 --- /dev/null +++ b/icons-react/icons-js/rectangle-vertical.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRectangleVertical = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRectangleVertical; \ No newline at end of file diff --git a/icons-react/icons-js/rectangle.js b/icons-react/icons-js/rectangle.js new file mode 100644 index 0000000..077b302 --- /dev/null +++ b/icons-react/icons-js/rectangle.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRectangle = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRectangle; \ No newline at end of file diff --git a/icons-react/icons-js/shape.js b/icons-react/icons-js/shape.js index ddd3233..3748318 100644 --- a/icons-react/icons-js/shape.js +++ b/icons-react/icons-js/shape.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconShape = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconShape; \ No newline at end of file diff --git a/icons-react/icons-js/skip-back.js b/icons-react/icons-js/skip-back.js index b6ba218..37432d4 100644 --- a/icons-react/icons-js/skip-back.js +++ b/icons-react/icons-js/skip-back.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconSkipBack = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconSkipBack; \ No newline at end of file diff --git a/icons-react/icons-js/stars.js b/icons-react/icons-js/stars.js new file mode 100644 index 0000000..8432ccf --- /dev/null +++ b/icons-react/icons-js/stars.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStars = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStars; \ No newline at end of file diff --git a/icons-react/icons-js/tornado.js b/icons-react/icons-js/tornado.js index 9fc09b9..b7f7473 100644 --- a/icons-react/icons-js/tornado.js +++ b/icons-react/icons-js/tornado.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconTornado = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconTornado; \ No newline at end of file diff --git a/icons-react/icons-js/traffic-lights.js b/icons-react/icons-js/traffic-lights.js new file mode 100644 index 0000000..c46a04d --- /dev/null +++ b/icons-react/icons-js/traffic-lights.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconTrafficLights = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconTrafficLights; \ No newline at end of file diff --git a/icons-react/icons-js/vector-beizer-2.js b/icons-react/icons-js/vector-beizer-2.js new file mode 100644 index 0000000..494ad50 --- /dev/null +++ b/icons-react/icons-js/vector-beizer-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVectorBeizer2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVectorBeizer2; \ No newline at end of file diff --git a/icons-react/icons-js/vector-beizer.js b/icons-react/icons-js/vector-beizer.js new file mode 100644 index 0000000..fbdd22e --- /dev/null +++ b/icons-react/icons-js/vector-beizer.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVectorBeizer = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVectorBeizer; \ No newline at end of file diff --git a/icons-react/icons-js/wiper-wash.js b/icons-react/icons-js/wiper-wash.js index 46d9c76..e9adc84 100644 --- a/icons-react/icons-js/wiper-wash.js +++ b/icons-react/icons-js/wiper-wash.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconWiperWash = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconWiperWash; \ No newline at end of file diff --git a/icons-react/icons-js/zodiac-aries.js b/icons-react/icons-js/zodiac-aries.js index 222779f..bd91868 100644 --- a/icons-react/icons-js/zodiac-aries.js +++ b/icons-react/icons-js/zodiac-aries.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconZodiacAries = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconZodiacAries; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 8e8e9c5..c48e68b 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -74,6 +74,7 @@ export const IconArrowsMinimize: TablerIcon; export const IconArrowsSort: TablerIcon; export const IconArrowsVertical: TablerIcon; export const IconArtboard: TablerIcon; +export const IconAspectRatio: TablerIcon; export const IconAt: TablerIcon; export const IconAtom2: TablerIcon; export const IconAtom: TablerIcon; @@ -121,6 +122,7 @@ export const IconBorderRadius: TablerIcon; export const IconBorderRight: TablerIcon; export const IconBorderTop: TablerIcon; export const IconBorderVertical: TablerIcon; +export const IconBoxSeam: TablerIcon; export const IconBox: TablerIcon; export const IconBraces: TablerIcon; export const IconBrackets: TablerIcon; @@ -433,6 +435,7 @@ export const IconInfinity: TablerIcon; export const IconInfoCircle: TablerIcon; export const IconInfoSquare: TablerIcon; export const IconItalic: TablerIcon; +export const IconKarate: TablerIcon; export const IconKey: TablerIcon; export const IconKeyboardHide: TablerIcon; export const IconKeyboardShow: TablerIcon; @@ -566,6 +569,8 @@ export const IconPackage: TablerIcon; export const IconPageBreak: TablerIcon; export const IconPaint: TablerIcon; export const IconPalette: TablerIcon; +export const IconPanoramaHorizontal: TablerIcon; +export const IconPanoramaVertical: TablerIcon; export const IconPaperclip: TablerIcon; export const IconParentheses: TablerIcon; export const IconParking: TablerIcon; @@ -585,6 +590,7 @@ export const IconPhoneX: TablerIcon; export const IconPhone: TablerIcon; export const IconPhotoOff: TablerIcon; export const IconPhoto: TablerIcon; +export const IconPictureInPicture: TablerIcon; export const IconPill: TablerIcon; export const IconPin: TablerIcon; export const IconPlaneArrival: TablerIcon; @@ -605,6 +611,8 @@ export const IconQrcode: TablerIcon; export const IconQuestionMark: TablerIcon; export const IconRadioactive: TablerIcon; export const IconRecordMail: TablerIcon; +export const IconRectangleVertical: TablerIcon; +export const IconRectangle: TablerIcon; export const IconRecycle: TablerIcon; export const IconRefresh: TablerIcon; export const IconRegistered: TablerIcon; @@ -677,6 +685,7 @@ export const IconStairsUp: TablerIcon; export const IconStairs: TablerIcon; export const IconStarHalf: TablerIcon; export const IconStar: TablerIcon; +export const IconStars: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; @@ -728,6 +737,7 @@ export const IconTrackPrev: TablerIcon; export const IconTractor: TablerIcon; export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; +export const IconTrafficLights: TablerIcon; export const IconTrash: TablerIcon; export const IconTrees: TablerIcon; export const IconTrendingDown: TablerIcon; @@ -753,6 +763,8 @@ export const IconUserPlus: TablerIcon; export const IconUserX: TablerIcon; export const IconUser: TablerIcon; export const IconUsers: TablerIcon; +export const IconVectorBeizer2: TablerIcon; +export const IconVectorBeizer: TablerIcon; export const IconVectorTriangle: TablerIcon; export const IconVector: TablerIcon; export const IconVenus: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index b0051e2..2e707d9 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -68,6 +68,7 @@ export { default as IconArrowsMinimize } from './icons-js/arrows-minimize.js'; export { default as IconArrowsSort } from './icons-js/arrows-sort.js'; export { default as IconArrowsVertical } from './icons-js/arrows-vertical.js'; export { default as IconArtboard } from './icons-js/artboard.js'; +export { default as IconAspectRatio } from './icons-js/aspect-ratio.js'; 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'; @@ -115,6 +116,7 @@ export { default as IconBorderRadius } from './icons-js/border-radius.js'; export { default as IconBorderRight } from './icons-js/border-right.js'; export { default as IconBorderTop } from './icons-js/border-top.js'; export { default as IconBorderVertical } from './icons-js/border-vertical.js'; +export { default as IconBoxSeam } from './icons-js/box-seam.js'; export { default as IconBox } from './icons-js/box.js'; export { default as IconBraces } from './icons-js/braces.js'; export { default as IconBrackets } from './icons-js/brackets.js'; @@ -427,6 +429,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 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'; export { default as IconKeyboardShow } from './icons-js/keyboard-show.js'; @@ -560,6 +563,8 @@ export { default as IconPackage } from './icons-js/package.js'; export { default as IconPageBreak } from './icons-js/page-break.js'; export { default as IconPaint } from './icons-js/paint.js'; export { default as IconPalette } from './icons-js/palette.js'; +export { default as IconPanoramaHorizontal } from './icons-js/panorama-horizontal.js'; +export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js'; export { default as IconPaperclip } from './icons-js/paperclip.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; export { default as IconParking } from './icons-js/parking.js'; @@ -579,6 +584,7 @@ export { default as IconPhoneX } from './icons-js/phone-x.js'; export { default as IconPhone } from './icons-js/phone.js'; export { default as IconPhotoOff } from './icons-js/photo-off.js'; export { default as IconPhoto } from './icons-js/photo.js'; +export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js'; export { default as IconPill } from './icons-js/pill.js'; export { default as IconPin } from './icons-js/pin.js'; export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; @@ -599,6 +605,8 @@ export { default as IconQrcode } from './icons-js/qrcode.js'; export { default as IconQuestionMark } from './icons-js/question-mark.js'; export { default as IconRadioactive } from './icons-js/radioactive.js'; export { default as IconRecordMail } from './icons-js/record-mail.js'; +export { default as IconRectangleVertical } from './icons-js/rectangle-vertical.js'; +export { default as IconRectangle } from './icons-js/rectangle.js'; export { default as IconRecycle } from './icons-js/recycle.js'; export { default as IconRefresh } from './icons-js/refresh.js'; export { default as IconRegistered } from './icons-js/registered.js'; @@ -671,6 +679,7 @@ export { default as IconStairsUp } from './icons-js/stairs-up.js'; export { default as IconStairs } from './icons-js/stairs.js'; export { default as IconStarHalf } from './icons-js/star-half.js'; export { default as IconStar } from './icons-js/star.js'; +export { default as IconStars } from './icons-js/stars.js'; export { default as IconSteeringWheel } from './icons-js/steering-wheel.js'; export { default as IconStepInto } from './icons-js/step-into.js'; export { default as IconStepOut } from './icons-js/step-out.js'; @@ -722,6 +731,7 @@ export { default as IconTrackPrev } from './icons-js/track-prev.js'; export { default as IconTractor } from './icons-js/tractor.js'; export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; +export { default as IconTrafficLights } from './icons-js/traffic-lights.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTrees } from './icons-js/trees.js'; export { default as IconTrendingDown } from './icons-js/trending-down.js'; @@ -747,6 +757,8 @@ export { default as IconUserPlus } from './icons-js/user-plus.js'; export { default as IconUserX } from './icons-js/user-x.js'; export { default as IconUser } from './icons-js/user.js'; export { default as IconUsers } from './icons-js/users.js'; +export { default as IconVectorBeizer2 } from './icons-js/vector-beizer-2.js'; +export { default as IconVectorBeizer } from './icons-js/vector-beizer.js'; export { default as IconVectorTriangle } from './icons-js/vector-triangle.js'; export { default as IconVector } from './icons-js/vector.js'; export { default as IconVenus } from './icons-js/venus.js'; diff --git a/icons/antenna-bars-1.svg b/icons/antenna-bars-1.svg index 5a27e00..983dffc 100644 --- a/icons/antenna-bars-1.svg +++ b/icons/antenna-bars-1.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/antenna-bars-2.svg b/icons/antenna-bars-2.svg index 32e0599..a5d8e42 100644 --- a/icons/antenna-bars-2.svg +++ b/icons/antenna-bars-2.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/antenna-bars-3.svg b/icons/antenna-bars-3.svg index bfa2a5e..6f58912 100644 --- a/icons/antenna-bars-3.svg +++ b/icons/antenna-bars-3.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/antenna-bars-4.svg b/icons/antenna-bars-4.svg index f7ca14f..35eaae4 100644 --- a/icons/antenna-bars-4.svg +++ b/icons/antenna-bars-4.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/antenna-bars-5.svg b/icons/antenna-bars-5.svg index dae086f..ed5d363 100644 --- a/icons/antenna-bars-5.svg +++ b/icons/antenna-bars-5.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/aspect-ratio.svg b/icons/aspect-ratio.svg new file mode 100644 index 0000000..af216ad --- /dev/null +++ b/icons/aspect-ratio.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-seam.svg b/icons/box-seam.svg new file mode 100644 index 0000000..966b2df --- /dev/null +++ b/icons/box-seam.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/brand-firefox.svg b/icons/brand-firefox.svg index ea589df..4c54436 100644 --- a/icons/brand-firefox.svg +++ b/icons/brand-firefox.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/brand-linkedin.svg b/icons/brand-linkedin.svg index 2264e9b..cc67a88 100644 --- a/icons/brand-linkedin.svg +++ b/icons/brand-linkedin.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/building-store.svg b/icons/building-store.svg index 3633006..0375d82 100644 --- a/icons/building-store.svg +++ b/icons/building-store.svg @@ -2,8 +2,8 @@ - - + + diff --git a/icons/caravan.svg b/icons/caravan.svg index 097cc89..8373575 100644 --- a/icons/caravan.svg +++ b/icons/caravan.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/karate.svg b/icons/karate.svg new file mode 100644 index 0000000..18b0926 --- /dev/null +++ b/icons/karate.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/mars.svg b/icons/mars.svg index 0715d19..72706aa 100644 --- a/icons/mars.svg +++ b/icons/mars.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/panorama-horizontal.svg b/icons/panorama-horizontal.svg new file mode 100644 index 0000000..b92d289 --- /dev/null +++ b/icons/panorama-horizontal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/panorama-vertical.svg b/icons/panorama-vertical.svg new file mode 100644 index 0000000..f708b84 --- /dev/null +++ b/icons/panorama-vertical.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/picture-in-picture.svg b/icons/picture-in-picture.svg new file mode 100644 index 0000000..f2bb249 --- /dev/null +++ b/icons/picture-in-picture.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/rectangle-vertical.svg b/icons/rectangle-vertical.svg new file mode 100644 index 0000000..73285d6 --- /dev/null +++ b/icons/rectangle-vertical.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/rectangle.svg b/icons/rectangle.svg new file mode 100644 index 0000000..99472e2 --- /dev/null +++ b/icons/rectangle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/shape.svg b/icons/shape.svg index 2dd2982..1f85aad 100644 --- a/icons/shape.svg +++ b/icons/shape.svg @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/icons/skip-back.svg b/icons/skip-back.svg index 17fe58d..fab3bc5 100644 --- a/icons/skip-back.svg +++ b/icons/skip-back.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/stars.svg b/icons/stars.svg new file mode 100644 index 0000000..82796a2 --- /dev/null +++ b/icons/stars.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/tornado.svg b/icons/tornado.svg index 702edb4..0dc5bfd 100644 --- a/icons/tornado.svg +++ b/icons/tornado.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/traffic-lights.svg b/icons/traffic-lights.svg new file mode 100644 index 0000000..642445f --- /dev/null +++ b/icons/traffic-lights.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/vector-beizer-2.svg b/icons/vector-beizer-2.svg new file mode 100644 index 0000000..1697d01 --- /dev/null +++ b/icons/vector-beizer-2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/vector-beizer.svg b/icons/vector-beizer.svg new file mode 100644 index 0000000..2ab75fd --- /dev/null +++ b/icons/vector-beizer.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/wiper-wash.svg b/icons/wiper-wash.svg index 21f0df8..efa6852 100644 --- a/icons/wiper-wash.svg +++ b/icons/wiper-wash.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/zodiac-aries.svg b/icons/zodiac-aries.svg index c173bc1..1633a8b 100644 --- a/icons/zodiac-aries.svg +++ b/icons/zodiac-aries.svg @@ -2,7 +2,7 @@ - + diff --git a/package.json b/package.json index 87b2a92..fa46f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.26.0", + "version": "1.27.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 5d5f870..9feb551 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 0ad9710..132f6f1 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 21a4161..53f41a7 100644 --- a/tags.json +++ b/tags.json @@ -69,6 +69,7 @@ "arrows-sort": ["arrows", "sort", "top", "bottom", "parallel", "order"], "arrows-vertical": ["arrows", "vertical", "expand", "stretch", "top", "bottom"], "artboard": ["artboard", "graphics", "drawing", "design", "art", "canvas"], + "aspect-ratio": ["aspect", "ratio"], "at": ["at", "email", "message", "mention", "sign", "@"], "atom-2": ["atom", "2"], "atom": ["atom", "unit", "element", "part", "electrons"], @@ -116,6 +117,7 @@ "border-right": ["border", "right", "table", "side", "line"], "border-top": ["border", "top", "table", "side", "line"], "border-vertical": ["border", "vertical", "table", "side", "line"], + "box-seam": ["box", "seam", "cube", "app", "application", "package", "container"], "box": ["box", "cube", "app", "application", "package", "container"], "braces": ["braces", "punctuation", "additional", "information"], "brackets": ["brackets", "punctuation", "additional", "information"], @@ -144,7 +146,7 @@ "brand-linkedin": ["brand", "linkedin"], "brand-medium": ["brand", "medium"], "brand-messenger": ["brand", "messenger"], - "brand-opera": ["brand", "opera", "navigation", "compass", "travel", "direction", "discover"], + "brand-opera": ["brand", "opera", "browser", "internet", "web", "logo"], "brand-paypal": ["brand", "paypal"], "brand-pinterest": ["brand", "pinterest"], "brand-pocket": ["brand", "pocket"], @@ -428,6 +430,7 @@ "info-circle": ["info", "circle", "information", "advice", "news", "tip", "sign"], "info-square": ["info", "square", "information", "advice", "news", "tip", "sign"], "italic": ["italic", "typography", "font", "typeface", "emphasise"], + "karate": ["karate"], "key": ["key", "password", "login", "authentication", "secure"], "keyboard-hide": ["keyboard", "hide", "computer", "laptop", "device", "type"], "keyboard-show": ["keyboard", "show", "computer", "laptop", "device", "type"], @@ -561,6 +564,8 @@ "page-break": ["page", "break"], "paint": ["paint", "brush", "renovation", "refurbishment", "color", "wall"], "palette": ["palette", "color", "paint", "painter", "picture", "board", "artist"], + "panorama-horizontal": ["panorama", "horizontal"], + "panorama-vertical": ["panorama", "vertical"], "paperclip": ["paperclip", "attachment", "annex", "hold"], "parentheses": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert"], "parking": ["parking", "sign", "car", "vehicle", "space"], @@ -580,6 +585,7 @@ "phone": ["phone", "call", "mobile", "conversation", "landline", "answer", "number"], "photo-off": ["photo", "off"], "photo": ["photo", "image", "picture", "landscape", "camera"], + "picture-in-picture": ["picture", "in", "picture"], "pill": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription"], "pin": ["pin"], "plane-arrival": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage"], @@ -600,6 +606,8 @@ "question-mark": ["question", "mark"], "radioactive": ["radioactive"], "record-mail": ["record", "mail", "voice", "voicemail", "message"], + "rectangle-vertical": ["rectangle", "vertical"], + "rectangle": ["rectangle"], "recycle": ["recycle", "trash", "rubbish", "recyclable", "reuse", "waste"], "refresh": ["refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], "registered": ["registered", "copyright", "trademark", "rights"], @@ -672,6 +680,7 @@ "stairs": ["stairs"], "star-half": ["star", "half", "favorite", "like", "mark", "bookmark", "grade"], "star": ["star", "favorite", "like", "mark", "bookmark", "grade"], + "stars": ["stars"], "steering-wheel": ["steering", "wheel"], "step-into": ["step", "into"], "step-out": ["step", "out"], @@ -723,6 +732,7 @@ "tractor": ["tractor"], "trademark": ["trademark"], "traffic-cone": ["traffic", "cone"], + "traffic-lights": ["traffic", "lights"], "trash": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], "trees": ["trees"], "trending-down": ["trending", "down", "arrow", "decrease", "fall"], @@ -748,6 +758,8 @@ "user-x": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], "user": ["user", "person", "account"], "users": ["users"], + "vector-beizer-2": ["vector", "beizer", "2"], + "vector-beizer": ["vector", "beizer"], "vector-triangle": ["vector", "triangle"], "vector": ["vector"], "venus": ["venus"], -- cgit v1.2.1