From febba823e93fe89154b50e3e48051dcca50c1a95 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 6 Oct 2020 02:32:05 +0200 Subject: Release 1.33.0 --- .github/icons.png | Bin 519528 -> 537780 bytes .github/icons.svg | 1338 +++++++++++++------------ .github/tabler-icons-1.33.0.png | Bin 0 -> 19206 bytes .github/tabler-icons-1.33.0.svg | 58 ++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 402124 -> 413552 bytes iconfont/fonts/tabler-icons.ttf | Bin 401940 -> 413368 bytes iconfont/fonts/tabler-icons.woff | Bin 195968 -> 202260 bytes iconfont/fonts/tabler-icons.woff2 | Bin 141556 -> 146304 bytes iconfont/tabler-icons.css | 74 +- iconfont/tabler-icons.html | 166 ++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 38 +- icons-png/brand-twitter.png | Bin 3763 -> 3769 bytes icons-png/cardboards.png | Bin 0 -> 3438 bytes icons-png/ce.png | Bin 0 -> 3324 bytes icons-png/certificate.png | Bin 0 -> 4090 bytes icons-png/chart-radar.png | Bin 0 -> 4708 bytes icons-png/christmas-tree.png | Bin 0 -> 2166 bytes icons-png/drone.png | Bin 0 -> 6691 bytes icons-png/gps.png | Bin 0 -> 5166 bytes icons-png/manual-gearbox.png | Bin 0 -> 2603 bytes icons-png/parachute.png | Bin 0 -> 4845 bytes icons-png/pennant.png | Bin 0 -> 1789 bytes icons-png/plant-2.png | Bin 0 -> 5453 bytes icons-png/relation-many-to-many.png | Bin 0 -> 2918 bytes icons-png/relation-one-to-many.png | Bin 0 -> 3090 bytes icons-png/relation-one-to-one.png | Bin 0 -> 2817 bytes icons-png/ripple.png | Bin 0 -> 4547 bytes icons-png/sthetoscope.png | Bin 0 -> 4818 bytes icons-png/view-360.png | Bin 0 -> 6615 bytes icons-png/windmill.png | Bin 0 -> 4567 bytes icons-react/icons-js/brand-twitter.js | 2 +- icons-react/icons-js/cardboards.js | 5 + icons-react/icons-js/ce.js | 5 + icons-react/icons-js/certificate.js | 5 + icons-react/icons-js/chart-radar.js | 5 + icons-react/icons-js/christmas-tree.js | 5 + icons-react/icons-js/drone.js | 5 + icons-react/icons-js/gps.js | 5 + icons-react/icons-js/manual-gearbox.js | 5 + icons-react/icons-js/parachute.js | 5 + icons-react/icons-js/pennant.js | 5 + icons-react/icons-js/plant-2.js | 5 + icons-react/icons-js/relation-many-to-many.js | 5 + icons-react/icons-js/relation-one-to-many.js | 5 + icons-react/icons-js/relation-one-to-one.js | 5 + icons-react/icons-js/ripple.js | 5 + icons-react/icons-js/sthetoscope.js | 5 + icons-react/icons-js/view-360.js | 5 + icons-react/icons-js/windmill.js | 5 + icons-react/index.d.ts | 18 + icons-react/index.js | 18 + icons/brand-twitter.svg | 2 +- icons/cardboards.svg | 8 + icons/ce.svg | 8 + icons/certificate.svg | 11 + icons/chart-radar.svg | 10 + icons/christmas-tree.svg | 7 + icons/drone.svg | 14 + icons/gps.svg | 7 + icons/manual-gearbox.svg | 13 + icons/parachute.svg | 9 + icons/pennant.svg | 8 + icons/plant-2.svg | 10 + icons/relation-many-to-many.svg | 10 + icons/relation-one-to-many.svg | 10 + icons/relation-one-to-one.svg | 10 + icons/ripple.svg | 8 + icons/sthetoscope.svg | 10 + icons/view-360.svg | 8 + icons/windmill.svg | 9 + package.json | 2 +- src/_icons/cardboards.svg | 1 + src/_icons/ce.svg | 1 + src/_icons/certificate.svg | 1 + src/_icons/chart-radar.svg | 1 + src/_icons/christmas-tree.svg | 1 + src/_icons/drone.svg | 1 + src/_icons/gps.svg | 1 + src/_icons/manual-gearbox.svg | 1 + src/_icons/parachute.svg | 1 + src/_icons/pennant.svg | 1 + src/_icons/plant-2.svg | 1 + src/_icons/relation-many-to-many.svg | 1 + src/_icons/relation-one-to-many.svg | 1 + src/_icons/relation-one-to-one.svg | 1 + src/_icons/ripple.svg | 1 + src/_icons/sthetoscope.svg | 1 + src/_icons/view-360.svg | 1 + src/_icons/windmill.svg | 1 + tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 96 +- 94 files changed, 1443 insertions(+), 657 deletions(-) create mode 100644 .github/tabler-icons-1.33.0.png create mode 100644 .github/tabler-icons-1.33.0.svg create mode 100644 icons-png/cardboards.png create mode 100644 icons-png/ce.png create mode 100644 icons-png/certificate.png create mode 100644 icons-png/chart-radar.png create mode 100644 icons-png/christmas-tree.png create mode 100644 icons-png/drone.png create mode 100644 icons-png/gps.png create mode 100644 icons-png/manual-gearbox.png create mode 100644 icons-png/parachute.png create mode 100644 icons-png/pennant.png create mode 100644 icons-png/plant-2.png create mode 100644 icons-png/relation-many-to-many.png create mode 100644 icons-png/relation-one-to-many.png create mode 100644 icons-png/relation-one-to-one.png create mode 100644 icons-png/ripple.png create mode 100644 icons-png/sthetoscope.png create mode 100644 icons-png/view-360.png create mode 100644 icons-png/windmill.png create mode 100644 icons-react/icons-js/cardboards.js create mode 100644 icons-react/icons-js/ce.js create mode 100644 icons-react/icons-js/certificate.js create mode 100644 icons-react/icons-js/chart-radar.js create mode 100644 icons-react/icons-js/christmas-tree.js create mode 100644 icons-react/icons-js/drone.js create mode 100644 icons-react/icons-js/gps.js create mode 100644 icons-react/icons-js/manual-gearbox.js create mode 100644 icons-react/icons-js/parachute.js create mode 100644 icons-react/icons-js/pennant.js create mode 100644 icons-react/icons-js/plant-2.js create mode 100644 icons-react/icons-js/relation-many-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-one.js create mode 100644 icons-react/icons-js/ripple.js create mode 100644 icons-react/icons-js/sthetoscope.js create mode 100644 icons-react/icons-js/view-360.js create mode 100644 icons-react/icons-js/windmill.js create mode 100644 icons/cardboards.svg create mode 100644 icons/ce.svg create mode 100644 icons/certificate.svg create mode 100644 icons/chart-radar.svg create mode 100644 icons/christmas-tree.svg create mode 100644 icons/drone.svg create mode 100644 icons/gps.svg create mode 100644 icons/manual-gearbox.svg create mode 100644 icons/parachute.svg create mode 100644 icons/pennant.svg create mode 100644 icons/plant-2.svg create mode 100644 icons/relation-many-to-many.svg create mode 100644 icons/relation-one-to-many.svg create mode 100644 icons/relation-one-to-one.svg create mode 100644 icons/ripple.svg create mode 100644 icons/sthetoscope.svg create mode 100644 icons/view-360.svg create mode 100644 icons/windmill.svg diff --git a/.github/icons.png b/.github/icons.png index d5f28853..0e65cdb3 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index df60d3a5..955e34fe 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -351,7 +351,7 @@ - + @@ -436,6 +436,8 @@ + + @@ -448,6 +450,10 @@ + + + + @@ -464,6 +470,8 @@ + + @@ -502,6 +510,8 @@ + + @@ -684,6 +694,8 @@ + + @@ -838,6 +850,8 @@ + + @@ -1062,6 +1076,8 @@ + + @@ -1190,6 +1206,8 @@ + + @@ -1198,6 +1216,8 @@ + + @@ -1246,6 +1266,8 @@ + + @@ -1302,12 +1324,20 @@ + + + + + + + + @@ -1458,6 +1488,8 @@ + + @@ -1628,6 +1660,8 @@ + + @@ -1670,6 +1704,8 @@ + + @@ -1937,645 +1973,663 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.33.0.png b/.github/tabler-icons-1.33.0.png new file mode 100644 index 00000000..47159723 Binary files /dev/null and b/.github/tabler-icons-1.33.0.png differ diff --git a/.github/tabler-icons-1.33.0.svg b/.github/tabler-icons-1.33.0.svg new file mode 100644 index 00000000..1399784e --- /dev/null +++ b/.github/tabler-icons-1.33.0.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 12e2881e..8b1bcbf2 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-off":"ece9","bell-ringing":"ed07","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-html5":"ed6c","brand-instagram":"ec20","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-community":"ebf6","building-hospital":"ea4d","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","divide":"ed5c","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","grid":"eabb","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","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","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","trash":"eb41","trash-off":"ed65","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-circle":"ea18","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-circle":"ea1e","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-horizontal":"eb59","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-sort":"eb5a","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-off":"ece9","bell-ringing":"ed07","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-behance":"ec6e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-html5":"ed6c","brand-instagram":"ec20","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-opera":"ec21","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-church":"ea4c","building-community":"ebf6","building-hospital":"ea4d","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","christmas-tree":"ed78","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","divide":"ed5c","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","drone":"ed79","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","gps":"ed7a","grid":"eabb","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","sthetoscope":"ed83","sticker":"eb2f","strikethrough":"eb9e","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","target":"eb35","tax":"ebc3","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","trash":"eb41","trash-off":"ed65","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 483e98a9..4884036b 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 51ca1270..5b488acf 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 5ce4f9da..a4aef69e 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 93f9634b..20a6bdf8 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 136f38d2..53cfbb76 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.32.0 by tabler - https://tabler.io + * Tabler Icons 1.33.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -900,6 +900,10 @@ content: ""; } +.ti-cardboards:before { + content: ""; +} + .ti-caret-down:before { content: ""; } @@ -924,6 +928,14 @@ content: ""; } +.ti-ce:before { + content: ""; +} + +.ti-certificate:before { + content: ""; +} + .ti-chart-area:before { content: ""; } @@ -956,6 +968,10 @@ content: ""; } +.ti-chart-radar:before { + content: ""; +} + .ti-check:before { content: ""; } @@ -1032,6 +1048,10 @@ content: ""; } +.ti-christmas-tree:before { + content: ""; +} + .ti-circle:before { content: ""; } @@ -1396,6 +1416,10 @@ content: ""; } +.ti-drone:before { + content: ""; +} + .ti-droplet:before { content: ""; } @@ -1704,6 +1728,10 @@ content: ""; } +.ti-gps:before { + content: ""; +} + .ti-grid:before { content: ""; } @@ -2152,6 +2180,10 @@ content: ""; } +.ti-manual-gearbox:before { + content: ""; +} + .ti-map:before { content: ""; } @@ -2408,6 +2440,10 @@ content: ""; } +.ti-parachute:before { + content: ""; +} + .ti-parentheses:before { content: ""; } @@ -2424,6 +2460,10 @@ content: ""; } +.ti-pennant:before { + content: ""; +} + .ti-percentage:before { content: ""; } @@ -2524,6 +2564,10 @@ content: ""; } +.ti-plant-2:before { + content: ""; +} + .ti-player-pause:before { content: ""; } @@ -2632,6 +2676,18 @@ content: ""; } +.ti-relation-many-to-many:before { + content: ""; +} + +.ti-relation-one-to-many:before { + content: ""; +} + +.ti-relation-one-to-one:before { + content: ""; +} + .ti-repeat:before { content: ""; } @@ -2644,6 +2700,10 @@ content: ""; } +.ti-ripple:before { + content: ""; +} + .ti-road-sign:before { content: ""; } @@ -2944,6 +3004,10 @@ content: ""; } +.ti-sthetoscope:before { + content: ""; +} + .ti-sticker:before { content: ""; } @@ -3284,6 +3348,10 @@ content: ""; } +.ti-view-360:before { + content: ""; +} + .ti-viewfinder:before { content: ""; } @@ -3368,6 +3436,10 @@ content: ""; } +.ti-windmill:before { + content: ""; +} + .ti-wiper:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index ab7c4058..3cc9a307 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.32.0 + Tabler Icons - version 1.33.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.32.0

+

version 1.33.0

+
+ + cardboards +
+ ti ti-cardboards
+ \ed74 +
+
+
caret-down @@ -2144,6 +2153,24 @@
+
+ + ce +
+ ti ti-ce
+ \ed75 +
+
+ +
+ + certificate +
+ ti ti-certificate
+ \ed76 +
+
+
chart-area @@ -2216,6 +2243,15 @@
+
+ + chart-radar +
+ ti ti-chart-radar
+ \ed77 +
+
+
check @@ -2387,6 +2423,15 @@
+
+ + christmas-tree +
+ ti ti-christmas-tree
+ \ed78 +
+
+
circle @@ -3206,6 +3251,15 @@
+
+ + drone +
+ ti ti-drone
+ \ed79 +
+
+
droplet @@ -3899,6 +3953,15 @@
+
+ + gps +
+ ti ti-gps
+ \ed7a +
+
+
grid @@ -4907,6 +4970,15 @@
+
+ + manual-gearbox +
+ ti ti-manual-gearbox
+ \ed7b +
+
+
map @@ -5483,6 +5555,15 @@
+
+ + parachute +
+ ti ti-parachute
+ \ed7c +
+
+
parentheses @@ -5519,6 +5600,15 @@
+
+ + pennant +
+ ti ti-pennant
+ \ed7d +
+
+
percentage @@ -5744,6 +5834,15 @@
+
+ + plant-2 +
+ ti ti-plant-2
+ \ed7e +
+
+
player-pause @@ -5987,6 +6086,33 @@
+
+ + relation-many-to-many +
+ ti ti-relation-many-to-many
+ \ed7f +
+
+ +
+ + relation-one-to-many +
+ ti ti-relation-one-to-many
+ \ed80 +
+
+ +
+ + relation-one-to-one +
+ ti ti-relation-one-to-one
+ \ed81 +
+
+
repeat @@ -6014,6 +6140,15 @@
+
+ + ripple +
+ ti ti-ripple
+ \ed82 +
+
+
road-sign @@ -6689,6 +6824,15 @@
+
+ + sthetoscope +
+ ti ti-sthetoscope
+ \ed83 +
+
+
sticker @@ -7454,6 +7598,15 @@
+
+ + view-360 +
+ ti ti-view-360
+ \ed84 +
+
+
viewfinder @@ -7643,6 +7796,15 @@
+
+ + windmill +
+ ti ti-windmill
+ \ed85 +
+
+
wiper diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 5e51a6ea..e9328f62 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.32.0 by tabler - https://tabler.io + * Tabler Icons 1.33.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-divide:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-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-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-divide:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-gps:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sthetoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 083fc5f2..bc0ae97d 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.32.0 by tabler - https://tabler.io + * Tabler Icons 1.33.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -253,12 +253,15 @@ $ti-icon-camera-plus: '\ec3b'; $ti-icon-capture: '\ec3c'; $ti-icon-car: '\ebbb'; $ti-icon-caravan: '\ec7c'; +$ti-icon-cardboards: '\ed74'; $ti-icon-caret-down: '\eb5d'; $ti-icon-caret-left: '\eb5e'; $ti-icon-caret-right: '\eb5f'; $ti-icon-caret-up: '\eb60'; $ti-icon-cash: '\ea55'; $ti-icon-cast: '\ea56'; +$ti-icon-ce: '\ed75'; +$ti-icon-certificate: '\ed76'; $ti-icon-chart-area: '\ea58'; $ti-icon-chart-area-line: '\ea57'; $ti-icon-chart-bar: '\ea59'; @@ -267,6 +270,7 @@ $ti-icon-chart-candle: '\ea5a'; $ti-icon-chart-donut: '\ea5b'; $ti-icon-chart-line: '\ea5c'; $ti-icon-chart-pie: '\ea5d'; +$ti-icon-chart-radar: '\ed77'; $ti-icon-check: '\ea5e'; $ti-icon-checkbox: '\eba6'; $ti-icon-checks: '\ebaa'; @@ -286,6 +290,7 @@ $ti-icon-chevrons-right: '\ea65'; $ti-icon-chevrons-up: '\ea66'; $ti-icon-chevrons-up-left: '\ed0f'; $ti-icon-chevrons-up-right: '\ed10'; +$ti-icon-christmas-tree: '\ed78'; $ti-icon-circle: '\ea6b'; $ti-icon-circle-check: '\ea67'; $ti-icon-circle-dashed: '\ed27'; @@ -377,6 +382,7 @@ $ti-icon-dots-vertical: '\ea94'; $ti-icon-download: '\ea96'; $ti-icon-drag-drop: '\eb89'; $ti-icon-drag-drop-2: '\eb88'; +$ti-icon-drone: '\ed79'; $ti-icon-droplet: '\ea97'; $ti-icon-ear: '\ebce'; $ti-icon-edit: '\ea98'; @@ -454,6 +460,7 @@ $ti-icon-git-pull-request: '\eab6'; $ti-icon-glass: '\eab8'; $ti-icon-glass-full: '\eab7'; $ti-icon-globe: '\eab9'; +$ti-icon-gps: '\ed7a'; $ti-icon-grid: '\eabb'; $ti-icon-grid-dots: '\eaba'; $ti-icon-grip-horizontal: '\ec00'; @@ -566,6 +573,7 @@ $ti-icon-magnet: '\eae3'; $ti-icon-mail: '\eae5'; $ti-icon-mail-opened: '\eae4'; $ti-icon-man: '\eae6'; +$ti-icon-manual-gearbox: '\ed7b'; $ti-icon-map: '\eae9'; $ti-icon-map-2: '\eae7'; $ti-icon-map-pin: '\eae8'; @@ -630,10 +638,12 @@ $ti-icon-palette: '\eb01'; $ti-icon-panorama-horizontal: '\ed33'; $ti-icon-panorama-vertical: '\ed34'; $ti-icon-paperclip: '\eb02'; +$ti-icon-parachute: '\ed7c'; $ti-icon-parentheses: '\ebd8'; $ti-icon-parking: '\eb03'; $ti-icon-peace: '\ecbe'; $ti-icon-pencil: '\eb04'; +$ti-icon-pennant: '\ed7d'; $ti-icon-percentage: '\ecf4'; $ti-icon-phone: '\eb09'; $ti-icon-phone-call: '\eb05'; @@ -659,6 +669,7 @@ $ti-icon-plane-arrival: '\eb99'; $ti-icon-plane-departure: '\eb9a'; $ti-icon-planet: '\ec08'; $ti-icon-plant: '\ed50'; +$ti-icon-plant-2: '\ed7e'; $ti-icon-player-pause: '\ed45'; $ti-icon-player-play: '\ed46'; $ti-icon-player-record: '\ed47'; @@ -686,9 +697,13 @@ $ti-icon-recycle: '\eb9b'; $ti-icon-refresh: '\eb13'; $ti-icon-refresh-alert: '\ed57'; $ti-icon-registered: '\eb14'; +$ti-icon-relation-many-to-many: '\ed7f'; +$ti-icon-relation-one-to-many: '\ed80'; +$ti-icon-relation-one-to-one: '\ed81'; $ti-icon-repeat: '\eb72'; $ti-icon-repeat-once: '\eb71'; $ti-icon-replace: '\ebc7'; +$ti-icon-ripple: '\ed82'; $ti-icon-road-sign: '\ecdd'; $ti-icon-rocket: '\ec45'; $ti-icon-rotate: '\eb16'; @@ -764,6 +779,7 @@ $ti-icon-stars: '\ed38'; $ti-icon-steering-wheel: '\ec7b'; $ti-icon-step-into: '\ece0'; $ti-icon-step-out: '\ece1'; +$ti-icon-sthetoscope: '\ed83'; $ti-icon-sticker: '\eb2f'; $ti-icon-strikethrough: '\eb9e'; $ti-icon-subscript: '\eb9f'; @@ -849,6 +865,7 @@ $ti-icon-video: '\ed22'; $ti-icon-video-minus: '\ed1f'; $ti-icon-video-off: '\ed20'; $ti-icon-video-plus: '\ed21'; +$ti-icon-view-360: '\ed84'; $ti-icon-viewfinder: '\eb4e'; $ti-icon-viewport-narrow: '\ebf3'; $ti-icon-viewport-wide: '\ebf4'; @@ -870,6 +887,7 @@ $ti-icon-wifi-1: '\eba4'; $ti-icon-wifi-2: '\eba5'; $ti-icon-wifi-off: '\ecfa'; $ti-icon-wind: '\ec34'; +$ti-icon-windmill: '\ed85'; $ti-icon-wiper: '\ecab'; $ti-icon-wiper-wash: '\ecaa'; $ti-icon-woman: '\eb53'; @@ -1114,12 +1132,15 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-capture:before { content: $ti-icon-capture; } .#{$ti-icon-prefix}-car:before { content: $ti-icon-car; } .#{$ti-icon-prefix}-caravan:before { content: $ti-icon-caravan; } +.#{$ti-icon-prefix}-cardboards:before { content: $ti-icon-cardboards; } .#{$ti-icon-prefix}-caret-down:before { content: $ti-icon-caret-down; } .#{$ti-icon-prefix}-caret-left:before { content: $ti-icon-caret-left; } .#{$ti-icon-prefix}-caret-right:before { content: $ti-icon-caret-right; } .#{$ti-icon-prefix}-caret-up:before { content: $ti-icon-caret-up; } .#{$ti-icon-prefix}-cash:before { content: $ti-icon-cash; } .#{$ti-icon-prefix}-cast:before { content: $ti-icon-cast; } +.#{$ti-icon-prefix}-ce:before { content: $ti-icon-ce; } +.#{$ti-icon-prefix}-certificate:before { content: $ti-icon-certificate; } .#{$ti-icon-prefix}-chart-area:before { content: $ti-icon-chart-area; } .#{$ti-icon-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; } .#{$ti-icon-prefix}-chart-bar:before { content: $ti-icon-chart-bar; } @@ -1128,6 +1149,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-chart-donut:before { content: $ti-icon-chart-donut; } .#{$ti-icon-prefix}-chart-line:before { content: $ti-icon-chart-line; } .#{$ti-icon-prefix}-chart-pie:before { content: $ti-icon-chart-pie; } +.#{$ti-icon-prefix}-chart-radar:before { content: $ti-icon-chart-radar; } .#{$ti-icon-prefix}-check:before { content: $ti-icon-check; } .#{$ti-icon-prefix}-checkbox:before { content: $ti-icon-checkbox; } .#{$ti-icon-prefix}-checks:before { content: $ti-icon-checks; } @@ -1147,6 +1169,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; } .#{$ti-icon-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; } .#{$ti-icon-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; } +.#{$ti-icon-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; } .#{$ti-icon-prefix}-circle:before { content: $ti-icon-circle; } .#{$ti-icon-prefix}-circle-check:before { content: $ti-icon-circle-check; } .#{$ti-icon-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; } @@ -1238,6 +1261,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-download:before { content: $ti-icon-download; } .#{$ti-icon-prefix}-drag-drop:before { content: $ti-icon-drag-drop; } .#{$ti-icon-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; } +.#{$ti-icon-prefix}-drone:before { content: $ti-icon-drone; } .#{$ti-icon-prefix}-droplet:before { content: $ti-icon-droplet; } .#{$ti-icon-prefix}-ear:before { content: $ti-icon-ear; } .#{$ti-icon-prefix}-edit:before { content: $ti-icon-edit; } @@ -1315,6 +1339,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-glass:before { content: $ti-icon-glass; } .#{$ti-icon-prefix}-glass-full:before { content: $ti-icon-glass-full; } .#{$ti-icon-prefix}-globe:before { content: $ti-icon-globe; } +.#{$ti-icon-prefix}-gps:before { content: $ti-icon-gps; } .#{$ti-icon-prefix}-grid:before { content: $ti-icon-grid; } .#{$ti-icon-prefix}-grid-dots:before { content: $ti-icon-grid-dots; } .#{$ti-icon-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; } @@ -1427,6 +1452,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-mail:before { content: $ti-icon-mail; } .#{$ti-icon-prefix}-mail-opened:before { content: $ti-icon-mail-opened; } .#{$ti-icon-prefix}-man:before { content: $ti-icon-man; } +.#{$ti-icon-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; } .#{$ti-icon-prefix}-map:before { content: $ti-icon-map; } .#{$ti-icon-prefix}-map-2:before { content: $ti-icon-map-2; } .#{$ti-icon-prefix}-map-pin:before { content: $ti-icon-map-pin; } @@ -1491,10 +1517,12 @@ $ti-icon-zoom-out: '\eb57'; .#{$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}-parachute:before { content: $ti-icon-parachute; } .#{$ti-icon-prefix}-parentheses:before { content: $ti-icon-parentheses; } .#{$ti-icon-prefix}-parking:before { content: $ti-icon-parking; } .#{$ti-icon-prefix}-peace:before { content: $ti-icon-peace; } .#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; } +.#{$ti-icon-prefix}-pennant:before { content: $ti-icon-pennant; } .#{$ti-icon-prefix}-percentage:before { content: $ti-icon-percentage; } .#{$ti-icon-prefix}-phone:before { content: $ti-icon-phone; } .#{$ti-icon-prefix}-phone-call:before { content: $ti-icon-phone-call; } @@ -1520,6 +1548,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-plane-departure:before { content: $ti-icon-plane-departure; } .#{$ti-icon-prefix}-planet:before { content: $ti-icon-planet; } .#{$ti-icon-prefix}-plant:before { content: $ti-icon-plant; } +.#{$ti-icon-prefix}-plant-2:before { content: $ti-icon-plant-2; } .#{$ti-icon-prefix}-player-pause:before { content: $ti-icon-player-pause; } .#{$ti-icon-prefix}-player-play:before { content: $ti-icon-player-play; } .#{$ti-icon-prefix}-player-record:before { content: $ti-icon-player-record; } @@ -1547,9 +1576,13 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-refresh:before { content: $ti-icon-refresh; } .#{$ti-icon-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; } .#{$ti-icon-prefix}-registered:before { content: $ti-icon-registered; } +.#{$ti-icon-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; } +.#{$ti-icon-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; } +.#{$ti-icon-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; } .#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; } .#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; } .#{$ti-icon-prefix}-replace:before { content: $ti-icon-replace; } +.#{$ti-icon-prefix}-ripple:before { content: $ti-icon-ripple; } .#{$ti-icon-prefix}-road-sign:before { content: $ti-icon-road-sign; } .#{$ti-icon-prefix}-rocket:before { content: $ti-icon-rocket; } .#{$ti-icon-prefix}-rotate:before { content: $ti-icon-rotate; } @@ -1625,6 +1658,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$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; } +.#{$ti-icon-prefix}-sthetoscope:before { content: $ti-icon-sthetoscope; } .#{$ti-icon-prefix}-sticker:before { content: $ti-icon-sticker; } .#{$ti-icon-prefix}-strikethrough:before { content: $ti-icon-strikethrough; } .#{$ti-icon-prefix}-subscript:before { content: $ti-icon-subscript; } @@ -1710,6 +1744,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-video-minus:before { content: $ti-icon-video-minus; } .#{$ti-icon-prefix}-video-off:before { content: $ti-icon-video-off; } .#{$ti-icon-prefix}-video-plus:before { content: $ti-icon-video-plus; } +.#{$ti-icon-prefix}-view-360:before { content: $ti-icon-view-360; } .#{$ti-icon-prefix}-viewfinder:before { content: $ti-icon-viewfinder; } .#{$ti-icon-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; } .#{$ti-icon-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; } @@ -1731,6 +1766,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-wifi-2:before { content: $ti-icon-wifi-2; } .#{$ti-icon-prefix}-wifi-off:before { content: $ti-icon-wifi-off; } .#{$ti-icon-prefix}-wind:before { content: $ti-icon-wind; } +.#{$ti-icon-prefix}-windmill:before { content: $ti-icon-windmill; } .#{$ti-icon-prefix}-wiper:before { content: $ti-icon-wiper; } .#{$ti-icon-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; } .#{$ti-icon-prefix}-woman:before { content: $ti-icon-woman; } diff --git a/icons-png/brand-twitter.png b/icons-png/brand-twitter.png index 2d327d2c..e44b7a26 100644 Binary files a/icons-png/brand-twitter.png and b/icons-png/brand-twitter.png differ diff --git a/icons-png/cardboards.png b/icons-png/cardboards.png new file mode 100644 index 00000000..89fae8b5 Binary files /dev/null and b/icons-png/cardboards.png differ diff --git a/icons-png/ce.png b/icons-png/ce.png new file mode 100644 index 00000000..5c98cc19 Binary files /dev/null and b/icons-png/ce.png differ diff --git a/icons-png/certificate.png b/icons-png/certificate.png new file mode 100644 index 00000000..313b6311 Binary files /dev/null and b/icons-png/certificate.png differ diff --git a/icons-png/chart-radar.png b/icons-png/chart-radar.png new file mode 100644 index 00000000..80839b0f Binary files /dev/null and b/icons-png/chart-radar.png differ diff --git a/icons-png/christmas-tree.png b/icons-png/christmas-tree.png new file mode 100644 index 00000000..f8a54405 Binary files /dev/null and b/icons-png/christmas-tree.png differ diff --git a/icons-png/drone.png b/icons-png/drone.png new file mode 100644 index 00000000..6cbd42d9 Binary files /dev/null and b/icons-png/drone.png differ diff --git a/icons-png/gps.png b/icons-png/gps.png new file mode 100644 index 00000000..58df246a Binary files /dev/null and b/icons-png/gps.png differ diff --git a/icons-png/manual-gearbox.png b/icons-png/manual-gearbox.png new file mode 100644 index 00000000..fdf1c276 Binary files /dev/null and b/icons-png/manual-gearbox.png differ diff --git a/icons-png/parachute.png b/icons-png/parachute.png new file mode 100644 index 00000000..5e951bba Binary files /dev/null and b/icons-png/parachute.png differ diff --git a/icons-png/pennant.png b/icons-png/pennant.png new file mode 100644 index 00000000..c91f48f1 Binary files /dev/null and b/icons-png/pennant.png differ diff --git a/icons-png/plant-2.png b/icons-png/plant-2.png new file mode 100644 index 00000000..f379970a Binary files /dev/null and b/icons-png/plant-2.png differ diff --git a/icons-png/relation-many-to-many.png b/icons-png/relation-many-to-many.png new file mode 100644 index 00000000..757d3e7f Binary files /dev/null and b/icons-png/relation-many-to-many.png differ diff --git a/icons-png/relation-one-to-many.png b/icons-png/relation-one-to-many.png new file mode 100644 index 00000000..b8387fc6 Binary files /dev/null and b/icons-png/relation-one-to-many.png differ diff --git a/icons-png/relation-one-to-one.png b/icons-png/relation-one-to-one.png new file mode 100644 index 00000000..4e22d452 Binary files /dev/null and b/icons-png/relation-one-to-one.png differ diff --git a/icons-png/ripple.png b/icons-png/ripple.png new file mode 100644 index 00000000..57f5aeed Binary files /dev/null and b/icons-png/ripple.png differ diff --git a/icons-png/sthetoscope.png b/icons-png/sthetoscope.png new file mode 100644 index 00000000..da332503 Binary files /dev/null and b/icons-png/sthetoscope.png differ diff --git a/icons-png/view-360.png b/icons-png/view-360.png new file mode 100644 index 00000000..9bcb993e Binary files /dev/null and b/icons-png/view-360.png differ diff --git a/icons-png/windmill.png b/icons-png/windmill.png new file mode 100644 index 00000000..2f45bcf4 Binary files /dev/null and b/icons-png/windmill.png differ diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js index 7e3a0dd8..41d7df0e 100644 --- a/icons-react/icons-js/brand-twitter.js +++ b/icons-react/icons-js/brand-twitter.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandTwitter; \ No newline at end of file diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js new file mode 100644 index 00000000..251173b8 --- /dev/null +++ b/icons-react/icons-js/cardboards.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCardboards = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCardboards; \ No newline at end of file diff --git a/icons-react/icons-js/ce.js b/icons-react/icons-js/ce.js new file mode 100644 index 00000000..eefa2b6e --- /dev/null +++ b/icons-react/icons-js/ce.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCe = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCe; \ No newline at end of file diff --git a/icons-react/icons-js/certificate.js b/icons-react/icons-js/certificate.js new file mode 100644 index 00000000..e0f870f6 --- /dev/null +++ b/icons-react/icons-js/certificate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCertificate; \ No newline at end of file diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js new file mode 100644 index 00000000..31b4af0a --- /dev/null +++ b/icons-react/icons-js/chart-radar.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChartRadar = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChartRadar; \ No newline at end of file diff --git a/icons-react/icons-js/christmas-tree.js b/icons-react/icons-js/christmas-tree.js new file mode 100644 index 00000000..e9bf5cfe --- /dev/null +++ b/icons-react/icons-js/christmas-tree.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChristmasTree = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChristmasTree; \ No newline at end of file diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js new file mode 100644 index 00000000..05dd2d79 --- /dev/null +++ b/icons-react/icons-js/drone.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDrone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDrone; \ No newline at end of file diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js new file mode 100644 index 00000000..611e8624 --- /dev/null +++ b/icons-react/icons-js/gps.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconGps = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconGps; \ No newline at end of file diff --git a/icons-react/icons-js/manual-gearbox.js b/icons-react/icons-js/manual-gearbox.js new file mode 100644 index 00000000..a6efff23 --- /dev/null +++ b/icons-react/icons-js/manual-gearbox.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconManualGearbox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconManualGearbox; \ No newline at end of file diff --git a/icons-react/icons-js/parachute.js b/icons-react/icons-js/parachute.js new file mode 100644 index 00000000..6fe0498c --- /dev/null +++ b/icons-react/icons-js/parachute.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconParachute = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconParachute; \ No newline at end of file diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js new file mode 100644 index 00000000..e9e3d13c --- /dev/null +++ b/icons-react/icons-js/pennant.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPennant = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPennant; \ No newline at end of file diff --git a/icons-react/icons-js/plant-2.js b/icons-react/icons-js/plant-2.js new file mode 100644 index 00000000..17f22198 --- /dev/null +++ b/icons-react/icons-js/plant-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlant2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlant2; \ No newline at end of file diff --git a/icons-react/icons-js/relation-many-to-many.js b/icons-react/icons-js/relation-many-to-many.js new file mode 100644 index 00000000..fe24f635 --- /dev/null +++ b/icons-react/icons-js/relation-many-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationManyToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationManyToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-many.js b/icons-react/icons-js/relation-one-to-many.js new file mode 100644 index 00000000..5dba76cf --- /dev/null +++ b/icons-react/icons-js/relation-one-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-one.js b/icons-react/icons-js/relation-one-to-one.js new file mode 100644 index 00000000..d57e1836 --- /dev/null +++ b/icons-react/icons-js/relation-one-to-one.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToOne = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToOne; \ No newline at end of file diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js new file mode 100644 index 00000000..4bfa3f39 --- /dev/null +++ b/icons-react/icons-js/ripple.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRipple = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRipple; \ No newline at end of file diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js new file mode 100644 index 00000000..2f4ef80d --- /dev/null +++ b/icons-react/icons-js/sthetoscope.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSthetoscope = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSthetoscope; \ No newline at end of file diff --git a/icons-react/icons-js/view-360.js b/icons-react/icons-js/view-360.js new file mode 100644 index 00000000..ce314b5d --- /dev/null +++ b/icons-react/icons-js/view-360.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconView360 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconView360; \ No newline at end of file diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js new file mode 100644 index 00000000..73f91264 --- /dev/null +++ b/icons-react/icons-js/windmill.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWindmill = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWindmill; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 45494416..21589b9c 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -223,12 +223,15 @@ export const IconCamera: TablerIcon; export const IconCapture: TablerIcon; export const IconCar: TablerIcon; export const IconCaravan: TablerIcon; +export const IconCardboards: TablerIcon; export const IconCaretDown: TablerIcon; export const IconCaretLeft: TablerIcon; export const IconCaretRight: TablerIcon; export const IconCaretUp: TablerIcon; export const IconCash: TablerIcon; export const IconCast: TablerIcon; +export const IconCe: TablerIcon; +export const IconCertificate: TablerIcon; export const IconChartAreaLine: TablerIcon; export const IconChartArea: TablerIcon; export const IconChartBar: TablerIcon; @@ -237,6 +240,7 @@ export const IconChartCandle: TablerIcon; export const IconChartDonut: TablerIcon; export const IconChartLine: TablerIcon; export const IconChartPie: TablerIcon; +export const IconChartRadar: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; @@ -256,6 +260,7 @@ export const IconChevronsRight: TablerIcon; export const IconChevronsUpLeft: TablerIcon; export const IconChevronsUpRight: TablerIcon; export const IconChevronsUp: TablerIcon; +export const IconChristmasTree: TablerIcon; export const IconCircleCheck: TablerIcon; export const IconCircleDashed: TablerIcon; export const IconCircleDotted: TablerIcon; @@ -347,6 +352,7 @@ export const IconDots: TablerIcon; export const IconDownload: TablerIcon; export const IconDragDrop2: TablerIcon; export const IconDragDrop: TablerIcon; +export const IconDrone: TablerIcon; export const IconDroplet: TablerIcon; export const IconEar: TablerIcon; export const IconEdit: TablerIcon; @@ -424,6 +430,7 @@ export const IconGitPullRequest: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlass: TablerIcon; export const IconGlobe: TablerIcon; +export const IconGps: TablerIcon; export const IconGridDots: TablerIcon; export const IconGrid: TablerIcon; export const IconGripHorizontal: TablerIcon; @@ -536,6 +543,7 @@ export const IconMagnet: TablerIcon; export const IconMailOpened: TablerIcon; export const IconMail: TablerIcon; export const IconMan: TablerIcon; +export const IconManualGearbox: TablerIcon; export const IconMap2: TablerIcon; export const IconMapPinOff: TablerIcon; export const IconMapPin: TablerIcon; @@ -600,10 +608,12 @@ export const IconPalette: TablerIcon; export const IconPanoramaHorizontal: TablerIcon; export const IconPanoramaVertical: TablerIcon; export const IconPaperclip: TablerIcon; +export const IconParachute: TablerIcon; export const IconParentheses: TablerIcon; export const IconParking: TablerIcon; export const IconPeace: TablerIcon; export const IconPencil: TablerIcon; +export const IconPennant: TablerIcon; export const IconPercentage: TablerIcon; export const IconPhoneCall: TablerIcon; export const IconPhoneCalling: TablerIcon; @@ -628,6 +638,7 @@ export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; export const IconPlanet: TablerIcon; +export const IconPlant2: TablerIcon; export const IconPlant: TablerIcon; export const IconPlayerPause: TablerIcon; export const IconPlayerPlay: TablerIcon; @@ -656,9 +667,13 @@ export const IconRecycle: TablerIcon; export const IconRefreshAlert: TablerIcon; export const IconRefresh: TablerIcon; export const IconRegistered: TablerIcon; +export const IconRelationManyToMany: TablerIcon; +export const IconRelationOneToMany: TablerIcon; +export const IconRelationOneToOne: TablerIcon; export const IconRepeatOnce: TablerIcon; export const IconRepeat: TablerIcon; export const IconReplace: TablerIcon; +export const IconRipple: TablerIcon; export const IconRoadSign: TablerIcon; export const IconRocket: TablerIcon; export const IconRotate2: TablerIcon; @@ -734,6 +749,7 @@ export const IconStars: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; +export const IconSthetoscope: TablerIcon; export const IconSticker: TablerIcon; export const IconStrikethrough: TablerIcon; export const IconSubscript: TablerIcon; @@ -819,6 +835,7 @@ export const IconVideoMinus: TablerIcon; export const IconVideoOff: TablerIcon; export const IconVideoPlus: TablerIcon; export const IconVideo: TablerIcon; +export const IconView360: TablerIcon; export const IconViewfinder: TablerIcon; export const IconViewportNarrow: TablerIcon; export const IconViewportWide: TablerIcon; @@ -840,6 +857,7 @@ export const IconWifi2: TablerIcon; export const IconWifiOff: TablerIcon; export const IconWifi: TablerIcon; export const IconWind: TablerIcon; +export const IconWindmill: TablerIcon; export const IconWiperWash: TablerIcon; export const IconWiper: TablerIcon; export const IconWoman: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 2cd5c98a..f89b4143 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -217,12 +217,15 @@ export { default as IconCamera } from './icons-js/camera.js'; export { default as IconCapture } from './icons-js/capture.js'; export { default as IconCar } from './icons-js/car.js'; export { default as IconCaravan } from './icons-js/caravan.js'; +export { default as IconCardboards } from './icons-js/cardboards.js'; export { default as IconCaretDown } from './icons-js/caret-down.js'; export { default as IconCaretLeft } from './icons-js/caret-left.js'; export { default as IconCaretRight } from './icons-js/caret-right.js'; export { default as IconCaretUp } from './icons-js/caret-up.js'; export { default as IconCash } from './icons-js/cash.js'; export { default as IconCast } from './icons-js/cast.js'; +export { default as IconCe } from './icons-js/ce.js'; +export { default as IconCertificate } from './icons-js/certificate.js'; export { default as IconChartAreaLine } from './icons-js/chart-area-line.js'; export { default as IconChartArea } from './icons-js/chart-area.js'; export { default as IconChartBar } from './icons-js/chart-bar.js'; @@ -231,6 +234,7 @@ export { default as IconChartCandle } from './icons-js/chart-candle.js'; export { default as IconChartDonut } from './icons-js/chart-donut.js'; export { default as IconChartLine } from './icons-js/chart-line.js'; export { default as IconChartPie } from './icons-js/chart-pie.js'; +export { default as IconChartRadar } from './icons-js/chart-radar.js'; export { default as IconCheck } from './icons-js/check.js'; export { default as IconCheckbox } from './icons-js/checkbox.js'; export { default as IconChecks } from './icons-js/checks.js'; @@ -250,6 +254,7 @@ export { default as IconChevronsRight } from './icons-js/chevrons-right.js'; export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js'; export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js'; export { default as IconChevronsUp } from './icons-js/chevrons-up.js'; +export { default as IconChristmasTree } from './icons-js/christmas-tree.js'; export { default as IconCircleCheck } from './icons-js/circle-check.js'; export { default as IconCircleDashed } from './icons-js/circle-dashed.js'; export { default as IconCircleDotted } from './icons-js/circle-dotted.js'; @@ -341,6 +346,7 @@ export { default as IconDots } from './icons-js/dots.js'; export { default as IconDownload } from './icons-js/download.js'; export { default as IconDragDrop2 } from './icons-js/drag-drop-2.js'; export { default as IconDragDrop } from './icons-js/drag-drop.js'; +export { default as IconDrone } from './icons-js/drone.js'; export { default as IconDroplet } from './icons-js/droplet.js'; export { default as IconEar } from './icons-js/ear.js'; export { default as IconEdit } from './icons-js/edit.js'; @@ -418,6 +424,7 @@ export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlass } from './icons-js/glass.js'; export { default as IconGlobe } from './icons-js/globe.js'; +export { default as IconGps } from './icons-js/gps.js'; export { default as IconGridDots } from './icons-js/grid-dots.js'; export { default as IconGrid } from './icons-js/grid.js'; export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js'; @@ -530,6 +537,7 @@ export { default as IconMagnet } from './icons-js/magnet.js'; export { default as IconMailOpened } from './icons-js/mail-opened.js'; export { default as IconMail } from './icons-js/mail.js'; export { default as IconMan } from './icons-js/man.js'; +export { default as IconManualGearbox } from './icons-js/manual-gearbox.js'; export { default as IconMap2 } from './icons-js/map-2.js'; export { default as IconMapPinOff } from './icons-js/map-pin-off.js'; export { default as IconMapPin } from './icons-js/map-pin.js'; @@ -594,10 +602,12 @@ 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 IconParachute } from './icons-js/parachute.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; export { default as IconParking } from './icons-js/parking.js'; export { default as IconPeace } from './icons-js/peace.js'; export { default as IconPencil } from './icons-js/pencil.js'; +export { default as IconPennant } from './icons-js/pennant.js'; export { default as IconPercentage } from './icons-js/percentage.js'; export { default as IconPhoneCall } from './icons-js/phone-call.js'; export { default as IconPhoneCalling } from './icons-js/phone-calling.js'; @@ -622,6 +632,7 @@ export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; export { default as IconPlaneDeparture } from './icons-js/plane-departure.js'; export { default as IconPlane } from './icons-js/plane.js'; export { default as IconPlanet } from './icons-js/planet.js'; +export { default as IconPlant2 } from './icons-js/plant-2.js'; export { default as IconPlant } from './icons-js/plant.js'; export { default as IconPlayerPause } from './icons-js/player-pause.js'; export { default as IconPlayerPlay } from './icons-js/player-play.js'; @@ -650,9 +661,13 @@ export { default as IconRecycle } from './icons-js/recycle.js'; export { default as IconRefreshAlert } from './icons-js/refresh-alert.js'; export { default as IconRefresh } from './icons-js/refresh.js'; export { default as IconRegistered } from './icons-js/registered.js'; +export { default as IconRelationManyToMany } from './icons-js/relation-many-to-many.js'; +export { default as IconRelationOneToMany } from './icons-js/relation-one-to-many.js'; +export { default as IconRelationOneToOne } from './icons-js/relation-one-to-one.js'; export { default as IconRepeatOnce } from './icons-js/repeat-once.js'; export { default as IconRepeat } from './icons-js/repeat.js'; export { default as IconReplace } from './icons-js/replace.js'; +export { default as IconRipple } from './icons-js/ripple.js'; export { default as IconRoadSign } from './icons-js/road-sign.js'; export { default as IconRocket } from './icons-js/rocket.js'; export { default as IconRotate2 } from './icons-js/rotate-2.js'; @@ -728,6 +743,7 @@ 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'; +export { default as IconSthetoscope } from './icons-js/sthetoscope.js'; export { default as IconSticker } from './icons-js/sticker.js'; export { default as IconStrikethrough } from './icons-js/strikethrough.js'; export { default as IconSubscript } from './icons-js/subscript.js'; @@ -813,6 +829,7 @@ export { default as IconVideoMinus } from './icons-js/video-minus.js'; export { default as IconVideoOff } from './icons-js/video-off.js'; export { default as IconVideoPlus } from './icons-js/video-plus.js'; export { default as IconVideo } from './icons-js/video.js'; +export { default as IconView360 } from './icons-js/view-360.js'; export { default as IconViewfinder } from './icons-js/viewfinder.js'; export { default as IconViewportNarrow } from './icons-js/viewport-narrow.js'; export { default as IconViewportWide } from './icons-js/viewport-wide.js'; @@ -834,6 +851,7 @@ export { default as IconWifi2 } from './icons-js/wifi-2.js'; export { default as IconWifiOff } from './icons-js/wifi-off.js'; export { default as IconWifi } from './icons-js/wifi.js'; export { default as IconWind } from './icons-js/wind.js'; +export { default as IconWindmill } from './icons-js/windmill.js'; export { default as IconWiperWash } from './icons-js/wiper-wash.js'; export { default as IconWiper } from './icons-js/wiper.js'; export { default as IconWoman } from './icons-js/woman.js'; diff --git a/icons/brand-twitter.svg b/icons/brand-twitter.svg index a4589e95..17ab1b1b 100644 --- a/icons/brand-twitter.svg +++ b/icons/brand-twitter.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/cardboards.svg b/icons/cardboards.svg new file mode 100644 index 00000000..09c0f437 --- /dev/null +++ b/icons/cardboards.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/ce.svg b/icons/ce.svg new file mode 100644 index 00000000..f3d18dd4 --- /dev/null +++ b/icons/ce.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/certificate.svg b/icons/certificate.svg new file mode 100644 index 00000000..8e1907b0 --- /dev/null +++ b/icons/certificate.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/chart-radar.svg b/icons/chart-radar.svg new file mode 100644 index 00000000..d9cc2653 --- /dev/null +++ b/icons/chart-radar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/christmas-tree.svg b/icons/christmas-tree.svg new file mode 100644 index 00000000..2e039e9a --- /dev/null +++ b/icons/christmas-tree.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/drone.svg b/icons/drone.svg new file mode 100644 index 00000000..0b97dd16 --- /dev/null +++ b/icons/drone.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/gps.svg b/icons/gps.svg new file mode 100644 index 00000000..399896d4 --- /dev/null +++ b/icons/gps.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/manual-gearbox.svg b/icons/manual-gearbox.svg new file mode 100644 index 00000000..12d32ffa --- /dev/null +++ b/icons/manual-gearbox.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/parachute.svg b/icons/parachute.svg new file mode 100644 index 00000000..e4e5e4a9 --- /dev/null +++ b/icons/parachute.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/pennant.svg b/icons/pennant.svg new file mode 100644 index 00000000..765eab2d --- /dev/null +++ b/icons/pennant.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/plant-2.svg b/icons/plant-2.svg new file mode 100644 index 00000000..f69b4ce9 --- /dev/null +++ b/icons/plant-2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/relation-many-to-many.svg b/icons/relation-many-to-many.svg new file mode 100644 index 00000000..fa816d2a --- /dev/null +++ b/icons/relation-many-to-many.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/relation-one-to-many.svg b/icons/relation-one-to-many.svg new file mode 100644 index 00000000..3e9c16b2 --- /dev/null +++ b/icons/relation-one-to-many.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/relation-one-to-one.svg b/icons/relation-one-to-one.svg new file mode 100644 index 00000000..3e6e736c --- /dev/null +++ b/icons/relation-one-to-one.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/ripple.svg b/icons/ripple.svg new file mode 100644 index 00000000..e4960e16 --- /dev/null +++ b/icons/ripple.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/sthetoscope.svg b/icons/sthetoscope.svg new file mode 100644 index 00000000..56a6edfe --- /dev/null +++ b/icons/sthetoscope.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/view-360.svg b/icons/view-360.svg new file mode 100644 index 00000000..5e1a3707 --- /dev/null +++ b/icons/view-360.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/windmill.svg b/icons/windmill.svg new file mode 100644 index 00000000..a6c307db --- /dev/null +++ b/icons/windmill.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/package.json b/package.json index d8795183..a0c401d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.32.0", + "version": "1.33.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/src/_icons/cardboards.svg b/src/_icons/cardboards.svg index 4cdcab07..c2f64d62 100644 --- a/src/_icons/cardboards.svg +++ b/src/_icons/cardboards.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/ce.svg b/src/_icons/ce.svg index 41f91594..e5e66e5a 100644 --- a/src/_icons/ce.svg +++ b/src/_icons/ce.svg @@ -1,5 +1,6 @@ --- category: Symbols +version: 1.33 --- diff --git a/src/_icons/certificate.svg b/src/_icons/certificate.svg index ba4e1aff..80bfbdc8 100644 --- a/src/_icons/certificate.svg +++ b/src/_icons/certificate.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/chart-radar.svg b/src/_icons/chart-radar.svg index b143fd52..b7934b65 100644 --- a/src/_icons/chart-radar.svg +++ b/src/_icons/chart-radar.svg @@ -1,5 +1,6 @@ --- category: Charts +version: 1.33 --- diff --git a/src/_icons/christmas-tree.svg b/src/_icons/christmas-tree.svg index df6e2592..2311bc67 100644 --- a/src/_icons/christmas-tree.svg +++ b/src/_icons/christmas-tree.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index 5d424faf..d0610174 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/gps.svg b/src/_icons/gps.svg index d7162adc..a7338667 100644 --- a/src/_icons/gps.svg +++ b/src/_icons/gps.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/manual-gearbox.svg b/src/_icons/manual-gearbox.svg index 74984522..2434988c 100644 --- a/src/_icons/manual-gearbox.svg +++ b/src/_icons/manual-gearbox.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/parachute.svg b/src/_icons/parachute.svg index 0806d89f..a8cea124 100644 --- a/src/_icons/parachute.svg +++ b/src/_icons/parachute.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index bbe6f870..d988acfa 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/plant-2.svg b/src/_icons/plant-2.svg index c9793968..8e4cba4e 100644 --- a/src/_icons/plant-2.svg +++ b/src/_icons/plant-2.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/relation-many-to-many.svg b/src/_icons/relation-many-to-many.svg index d51d74b4..bb1a7123 100644 --- a/src/_icons/relation-many-to-many.svg +++ b/src/_icons/relation-many-to-many.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/relation-one-to-many.svg b/src/_icons/relation-one-to-many.svg index dae61013..52770abc 100644 --- a/src/_icons/relation-one-to-many.svg +++ b/src/_icons/relation-one-to-many.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/relation-one-to-one.svg b/src/_icons/relation-one-to-one.svg index 8022b211..8538536b 100644 --- a/src/_icons/relation-one-to-one.svg +++ b/src/_icons/relation-one-to-one.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index b36d863a..1fdd6350 100644 --- a/src/_icons/ripple.svg +++ b/src/_icons/ripple.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/sthetoscope.svg b/src/_icons/sthetoscope.svg index 96cd3695..0ba6229b 100644 --- a/src/_icons/sthetoscope.svg +++ b/src/_icons/sthetoscope.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/view-360.svg b/src/_icons/view-360.svg index cab6c16e..4d4a1b27 100644 --- a/src/_icons/view-360.svg +++ b/src/_icons/view-360.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/src/_icons/windmill.svg b/src/_icons/windmill.svg index eef07b3c..d47f1ea8 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -1,4 +1,5 @@ --- +version: 1.33 --- diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 3c86f667..1b181e40 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 8c11d931..e75e428e 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 d9b0ced3..79cc373f 100644 --- a/tags.json +++ b/tags.json @@ -1094,6 +1094,11 @@ "tags": ["caravan"], "version": "1.14" }, + "cardboards": { + "category": "", + "tags": ["cardboards"], + "version": "1.33" + }, "caret-down": { "category": "Arrows", "tags": ["caret", "down", "next", "bottom", "dropdown", "show", "more"], @@ -1124,6 +1129,16 @@ "tags": ["cast", "broadcast", "stream", "mirroring", "apple", "airplay", "chromecast"], "version": "1.0" }, + "ce": { + "category": "Symbols", + "tags": ["ce"], + "version": "1.33" + }, + "certificate": { + "category": "", + "tags": ["certificate"], + "version": "1.33" + }, "chart-area-line": { "category": "Charts", "tags": ["chart", "area", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], @@ -1164,6 +1179,11 @@ "tags": ["chart", "pie", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-radar": { + "category": "Charts", + "tags": ["chart", "radar"], + "version": "1.33" + }, "check": { "category": "System", "tags": ["check", "tick", "yes", "confirm"], @@ -1259,6 +1279,11 @@ "tags": ["chevrons", "up", "move", "top"], "version": "1.0" }, + "christmas-tree": { + "category": "", + "tags": ["christmas", "tree"], + "version": "1.33" + }, "circle-check": { "category": "", "tags": ["circle", "check", "yes", "confirm"], @@ -1714,6 +1739,11 @@ "tags": ["drag", "drop", "location", "gesture", "move"], "version": "1.3" }, + "drone": { + "category": "", + "tags": ["drone"], + "version": "1.33" + }, "droplet": { "category": "Design", "tags": ["droplet", "water", "rain", "liquid"], @@ -2099,6 +2129,11 @@ "tags": ["globe", "world", "travel", "journey", "trip", "planet", "earth"], "version": "1.1" }, + "gps": { + "category": "", + "tags": ["gps"], + "version": "1.33" + }, "grid-dots": { "category": "System", "tags": ["grid", "dots", "network", "pattern", "layout"], @@ -2659,6 +2694,11 @@ "tags": ["man", "guy", "boy", "male", "gender"], "version": "1.0" }, + "manual-gearbox": { + "category": "", + "tags": ["manual", "gearbox"], + "version": "1.33" + }, "map-2": { "category": "Map", "tags": ["map", "2", "navigation", "location", "travel", "pin", "position", "marker"], @@ -2979,6 +3019,11 @@ "tags": ["paperclip", "attachment", "annex", "hold"], "version": "1.0" }, + "parachute": { + "category": "", + "tags": ["parachute"], + "version": "1.33" + }, "parentheses": { "category": "Math", "tags": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert"], @@ -2999,6 +3044,11 @@ "tags": ["pencil", "write", "draft", "edit", "note"], "version": "1.1" }, + "pennant": { + "category": "", + "tags": ["pennant"], + "version": "1.33" + }, "percentage": { "category": "Math", "tags": ["percentage"], @@ -3119,6 +3169,11 @@ "tags": ["planet"], "version": "1.8" }, + "plant-2": { + "category": "", + "tags": ["plant", "2"], + "version": "1.33" + }, "plant": { "category": "", "tags": ["plant"], @@ -3240,7 +3295,7 @@ "version": "1.27" }, "recycle": { - "category": "", + "category": "Symbols", "tags": ["recycle", "trash", "rubbish", "recyclable", "reuse", "waste"], "version": "1.3" }, @@ -3259,6 +3314,21 @@ "tags": ["registered", "copyright", "trademark", "rights"], "version": "1.0" }, + "relation-many-to-many": { + "category": "", + "tags": ["relation", "many", "to", "many"], + "version": "1.33" + }, + "relation-one-to-many": { + "category": "", + "tags": ["relation", "one", "to", "many"], + "version": "1.33" + }, + "relation-one-to-one": { + "category": "", + "tags": ["relation", "one", "to", "one"], + "version": "1.33" + }, "repeat-once": { "category": "Media", "tags": ["repeat", "once", "reuse", "redo", "action", "replay", "loop"], @@ -3274,6 +3344,11 @@ "tags": ["replace", "change", "place", "position", "move", "exchange"], "version": "1.5" }, + "ripple": { + "category": "", + "tags": ["ripple"], + "version": "1.33" + }, "road-sign": { "category": "Map", "tags": ["road", "sign"], @@ -3425,7 +3500,7 @@ "version": "1.0" }, "servicemark": { - "category": "", + "category": "Symbols", "tags": ["servicemark"], "version": "1.8" }, @@ -3649,6 +3724,11 @@ "tags": ["step", "out"], "version": "1.2" }, + "sthetoscope": { + "category": "", + "tags": ["sthetoscope"], + "version": "1.33" + }, "sticker": { "category": "", "tags": ["sticker", "label", "stamp", "adhesive"], @@ -3880,7 +3960,7 @@ "version": "1.8" }, "trademark": { - "category": "", + "category": "Symbols", "tags": ["trademark"], "version": "1.8" }, @@ -4074,6 +4154,11 @@ "tags": ["video"], "version": "1.25" }, + "view-360": { + "category": "", + "tags": ["view", "360"], + "version": "1.33" + }, "viewfinder": { "category": "Map", "tags": ["viewfinder", "target", "aim", "focus"], @@ -4179,6 +4264,11 @@ "tags": ["wind"], "version": "1.1" }, + "windmill": { + "category": "", + "tags": ["windmill"], + "version": "1.33" + }, "wiper-wash": { "category": "Vehicles", "tags": ["wiper", "wash"], -- cgit v1.2.1