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

Tabler Icons

-

version 1.25.0

+

version 1.26.0

+
+ + activity +
+ ti ti-activity
+ \ed23 +
+
+
ad @@ -1208,6 +1217,15 @@
+
+ + brand-appstore +
+ ti ti-brand-appstore
+ \ed24 +
+
+
brand-behance @@ -1361,6 +1379,15 @@
+
+ + brand-google-play +
+ ti ti-brand-google-play
+ \ed25 +
+
+
brand-instagram @@ -1748,6 +1775,15 @@
+
+ + building-monument +
+ ti ti-building-monument
+ \ed26 +
+
+
building-pavilon @@ -2234,6 +2270,24 @@
+
+ + circle-dashed +
+ ti ti-circle-dashed
+ \ed27 +
+
+ +
+ + circle-dotted +
+ ti ti-circle-dotted
+ \ed28 +
+
+
circle-minus @@ -2837,6 +2891,15 @@
+
+ + devices-2 +
+ ti ti-devices-2
+ \ed29 +
+
+
diamond @@ -3143,6 +3206,15 @@
+
+ + file-dislike +
+ ti ti-file-dislike
+ \ed2a +
+
+
file-download @@ -3170,6 +3242,15 @@
+
+ + file-like +
+ ti ti-file-like
+ \ed2b +
+
+
file-minus @@ -3260,6 +3341,15 @@
+
+ + filter-off +
+ ti ti-filter-off
+ \ed2c +
+
+
fingerprint @@ -4808,6 +4898,15 @@
+
+ + mood-boy +
+ ti ti-mood-boy
+ \ed2d +
+
+
mood-confuzed @@ -6941,15 +7040,6 @@
-
- - wave-triangle -
- ti ti-wave-triangle
- \ecd6 -
-
-
wifi @@ -7040,6 +7130,24 @@
+
+ + world-latitude +
+ ti ti-world-latitude
+ \ed2e +
+
+ +
+ + world-longitude +
+ ti ti-world-longitude
+ \ed2f +
+
+
x diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 79a5aa7..94df59f 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.25.0 by tabler - https://tabler.io + * Tabler Icons 1.26.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-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wave-triangle:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-off:before{content:""}.ti-bell-ringing:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-hospital:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-shredder:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-grid:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-dots:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-paperclip:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-pause:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-play:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-record-mail:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-registered:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-skip-back:before{content:""}.ti-skip-forward:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-target:before{content:""}.ti-tax:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track-next:before{content:""}.ti-track-prev:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-trash:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-up:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index e81463c..1d2dfda 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.25.0 by tabler - https://tabler.io + * Tabler Icons 1.26.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -40,6 +40,7 @@ $ti-icon-a-b: '\ec36'; $ti-icon-access-point: '\ed1b'; $ti-icon-access-point-off: '\ed1a'; $ti-icon-accessible: '\eba9'; +$ti-icon-activity: '\ed23'; $ti-icon-ad: '\ea02'; $ti-icon-adjustments: '\ea03'; $ti-icon-adjustments-alt: '\ec37'; @@ -155,6 +156,7 @@ $ti-icon-braces: '\ebcc'; $ti-icon-brackets: '\ebcd'; $ti-icon-brand-android: '\ec16'; $ti-icon-brand-apple: '\ec17'; +$ti-icon-brand-appstore: '\ed24'; $ti-icon-brand-behance: '\ec6e'; $ti-icon-brand-chrome: '\ec18'; $ti-icon-brand-codepen: '\ec6f'; @@ -172,6 +174,7 @@ $ti-icon-brand-github: '\ec1c'; $ti-icon-brand-gitlab: '\ec1d'; $ti-icon-brand-google: '\ec1f'; $ti-icon-brand-google-drive: '\ec1e'; +$ti-icon-brand-google-play: '\ed25'; $ti-icon-brand-instagram: '\ec20'; $ti-icon-brand-linkedin: '\ec8c'; $ti-icon-brand-medium: '\ec70'; @@ -215,6 +218,7 @@ $ti-icon-building-bridge-2: '\ea4a'; $ti-icon-building-church: '\ea4c'; $ti-icon-building-community: '\ebf6'; $ti-icon-building-hospital: '\ea4d'; +$ti-icon-building-monument: '\ed26'; $ti-icon-building-pavilon: '\ebf7'; $ti-icon-building-skyscraper: '\ec39'; $ti-icon-building-store: '\ea4e'; @@ -269,6 +273,8 @@ $ti-icon-chevrons-up-left: '\ed0f'; $ti-icon-chevrons-up-right: '\ed10'; $ti-icon-circle: '\ea6b'; $ti-icon-circle-check: '\ea67'; +$ti-icon-circle-dashed: '\ed27'; +$ti-icon-circle-dotted: '\ed28'; $ti-icon-circle-minus: '\ea68'; $ti-icon-circle-plus: '\ea69'; $ti-icon-circle-square: '\ece4'; @@ -336,6 +342,7 @@ $ti-icon-device-tablet: '\ea8c'; $ti-icon-device-tv: '\ea8d'; $ti-icon-device-watch: '\ebf9'; $ti-icon-devices: '\eb87'; +$ti-icon-devices-2: '\ed29'; $ti-icon-diamond: '\eb65'; $ti-icon-dice: '\eb66'; $ti-icon-direction: '\ebfb'; @@ -370,9 +377,11 @@ $ti-icon-file: '\eaa4'; $ti-icon-file-check: '\ea9c'; $ti-icon-file-code: '\ebd0'; $ti-icon-file-diff: '\ecf1'; +$ti-icon-file-dislike: '\ed2a'; $ti-icon-file-download: '\ea9d'; $ti-icon-file-horizontal: '\ebb0'; $ti-icon-file-invoice: '\eb67'; +$ti-icon-file-like: '\ed2b'; $ti-icon-file-minus: '\ea9e'; $ti-icon-file-music: '\ea9f'; $ti-icon-file-off: '\ecf2'; @@ -383,6 +392,7 @@ $ti-icon-file-text: '\eaa2'; $ti-icon-file-upload: '\ec91'; $ti-icon-file-x: '\eaa3'; $ti-icon-filter: '\eaa5'; +$ti-icon-filter-off: '\ed2c'; $ti-icon-fingerprint: '\ebd1'; $ti-icon-firetruck: '\ebe8'; $ti-icon-flag: '\eaa6'; @@ -555,6 +565,7 @@ $ti-icon-microphone-off: '\ed16'; $ti-icon-minimize: '\eaf1'; $ti-icon-minus: '\eaf2'; $ti-icon-mist: '\ec30'; +$ti-icon-mood-boy: '\ed2d'; $ti-icon-mood-confuzed: '\eaf3'; $ti-icon-mood-cry: '\ecbb'; $ti-icon-mood-happy: '\eaf4'; @@ -792,7 +803,6 @@ $ti-icon-wand: '\ebcb'; $ti-icon-wave-saw-tool: '\ecd3'; $ti-icon-wave-sine: '\ecd4'; $ti-icon-wave-square: '\ecd5'; -$ti-icon-wave-triangle: '\ecd6'; $ti-icon-wifi: '\eb52'; $ti-icon-wifi-0: '\eba3'; $ti-icon-wifi-1: '\eba4'; @@ -803,6 +813,8 @@ $ti-icon-wiper: '\ecab'; $ti-icon-wiper-wash: '\ecaa'; $ti-icon-woman: '\eb53'; $ti-icon-world: '\eb54'; +$ti-icon-world-latitude: '\ed2e'; +$ti-icon-world-longitude: '\ed2f'; $ti-icon-x: '\eb55'; $ti-icon-yin-yang: '\ec35'; $ti-icon-zodiac-aquarius: '\ecac'; @@ -828,6 +840,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-access-point:before { content: $ti-icon-access-point; } .#{$ti-icon-prefix}-access-point-off:before { content: $ti-icon-access-point-off; } .#{$ti-icon-prefix}-accessible:before { content: $ti-icon-accessible; } +.#{$ti-icon-prefix}-activity:before { content: $ti-icon-activity; } .#{$ti-icon-prefix}-ad:before { content: $ti-icon-ad; } .#{$ti-icon-prefix}-adjustments:before { content: $ti-icon-adjustments; } .#{$ti-icon-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; } @@ -943,6 +956,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-brackets:before { content: $ti-icon-brackets; } .#{$ti-icon-prefix}-brand-android:before { content: $ti-icon-brand-android; } .#{$ti-icon-prefix}-brand-apple:before { content: $ti-icon-brand-apple; } +.#{$ti-icon-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; } .#{$ti-icon-prefix}-brand-behance:before { content: $ti-icon-brand-behance; } .#{$ti-icon-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; } .#{$ti-icon-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; } @@ -960,6 +974,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; } .#{$ti-icon-prefix}-brand-google:before { content: $ti-icon-brand-google; } .#{$ti-icon-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; } +.#{$ti-icon-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; } .#{$ti-icon-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; } .#{$ti-icon-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; } .#{$ti-icon-prefix}-brand-medium:before { content: $ti-icon-brand-medium; } @@ -1003,6 +1018,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-icon-prefix}-building-community:before { content: $ti-icon-building-community; } .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } +.#{$ti-icon-prefix}-building-monument:before { content: $ti-icon-building-monument; } .#{$ti-icon-prefix}-building-pavilon:before { content: $ti-icon-building-pavilon; } .#{$ti-icon-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; } .#{$ti-icon-prefix}-building-store:before { content: $ti-icon-building-store; } @@ -1057,6 +1073,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; } .#{$ti-icon-prefix}-circle:before { content: $ti-icon-circle; } .#{$ti-icon-prefix}-circle-check:before { content: $ti-icon-circle-check; } +.#{$ti-icon-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; } +.#{$ti-icon-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; } .#{$ti-icon-prefix}-circle-minus:before { content: $ti-icon-circle-minus; } .#{$ti-icon-prefix}-circle-plus:before { content: $ti-icon-circle-plus; } .#{$ti-icon-prefix}-circle-square:before { content: $ti-icon-circle-square; } @@ -1124,6 +1142,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-device-tv:before { content: $ti-icon-device-tv; } .#{$ti-icon-prefix}-device-watch:before { content: $ti-icon-device-watch; } .#{$ti-icon-prefix}-devices:before { content: $ti-icon-devices; } +.#{$ti-icon-prefix}-devices-2:before { content: $ti-icon-devices-2; } .#{$ti-icon-prefix}-diamond:before { content: $ti-icon-diamond; } .#{$ti-icon-prefix}-dice:before { content: $ti-icon-dice; } .#{$ti-icon-prefix}-direction:before { content: $ti-icon-direction; } @@ -1158,9 +1177,11 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-file-check:before { content: $ti-icon-file-check; } .#{$ti-icon-prefix}-file-code:before { content: $ti-icon-file-code; } .#{$ti-icon-prefix}-file-diff:before { content: $ti-icon-file-diff; } +.#{$ti-icon-prefix}-file-dislike:before { content: $ti-icon-file-dislike; } .#{$ti-icon-prefix}-file-download:before { content: $ti-icon-file-download; } .#{$ti-icon-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; } .#{$ti-icon-prefix}-file-invoice:before { content: $ti-icon-file-invoice; } +.#{$ti-icon-prefix}-file-like:before { content: $ti-icon-file-like; } .#{$ti-icon-prefix}-file-minus:before { content: $ti-icon-file-minus; } .#{$ti-icon-prefix}-file-music:before { content: $ti-icon-file-music; } .#{$ti-icon-prefix}-file-off:before { content: $ti-icon-file-off; } @@ -1171,6 +1192,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-file-upload:before { content: $ti-icon-file-upload; } .#{$ti-icon-prefix}-file-x:before { content: $ti-icon-file-x; } .#{$ti-icon-prefix}-filter:before { content: $ti-icon-filter; } +.#{$ti-icon-prefix}-filter-off:before { content: $ti-icon-filter-off; } .#{$ti-icon-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } .#{$ti-icon-prefix}-firetruck:before { content: $ti-icon-firetruck; } .#{$ti-icon-prefix}-flag:before { content: $ti-icon-flag; } @@ -1343,6 +1365,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-minimize:before { content: $ti-icon-minimize; } .#{$ti-icon-prefix}-minus:before { content: $ti-icon-minus; } .#{$ti-icon-prefix}-mist:before { content: $ti-icon-mist; } +.#{$ti-icon-prefix}-mood-boy:before { content: $ti-icon-mood-boy; } .#{$ti-icon-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; } .#{$ti-icon-prefix}-mood-cry:before { content: $ti-icon-mood-cry; } .#{$ti-icon-prefix}-mood-happy:before { content: $ti-icon-mood-happy; } @@ -1580,7 +1603,6 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; } .#{$ti-icon-prefix}-wave-sine:before { content: $ti-icon-wave-sine; } .#{$ti-icon-prefix}-wave-square:before { content: $ti-icon-wave-square; } -.#{$ti-icon-prefix}-wave-triangle:before { content: $ti-icon-wave-triangle; } .#{$ti-icon-prefix}-wifi:before { content: $ti-icon-wifi; } .#{$ti-icon-prefix}-wifi-0:before { content: $ti-icon-wifi-0; } .#{$ti-icon-prefix}-wifi-1:before { content: $ti-icon-wifi-1; } @@ -1591,6 +1613,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; } .#{$ti-icon-prefix}-woman:before { content: $ti-icon-woman; } .#{$ti-icon-prefix}-world:before { content: $ti-icon-world; } +.#{$ti-icon-prefix}-world-latitude:before { content: $ti-icon-world-latitude; } +.#{$ti-icon-prefix}-world-longitude:before { content: $ti-icon-world-longitude; } .#{$ti-icon-prefix}-x:before { content: $ti-icon-x; } .#{$ti-icon-prefix}-yin-yang:before { content: $ti-icon-yin-yang; } .#{$ti-icon-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; } diff --git a/icons-png/activity.png b/icons-png/activity.png new file mode 100644 index 0000000..d360ef7 Binary files /dev/null and b/icons-png/activity.png differ diff --git a/icons-png/biohazard.png b/icons-png/biohazard.png index 22086f4..c594bda 100644 Binary files a/icons-png/biohazard.png and b/icons-png/biohazard.png differ diff --git a/icons-png/brand-appstore.png b/icons-png/brand-appstore.png new file mode 100644 index 0000000..c9da12b Binary files /dev/null and b/icons-png/brand-appstore.png differ diff --git a/icons-png/brand-google-play.png b/icons-png/brand-google-play.png new file mode 100644 index 0000000..b0455dc Binary files /dev/null and b/icons-png/brand-google-play.png differ diff --git a/icons-png/building-monument.png b/icons-png/building-monument.png new file mode 100644 index 0000000..b863d71 Binary files /dev/null and b/icons-png/building-monument.png differ diff --git a/icons-png/circle-dashed.png b/icons-png/circle-dashed.png new file mode 100644 index 0000000..a318b65 Binary files /dev/null and b/icons-png/circle-dashed.png differ diff --git a/icons-png/circle-dotted.png b/icons-png/circle-dotted.png new file mode 100644 index 0000000..21fb22d Binary files /dev/null and b/icons-png/circle-dotted.png differ diff --git a/icons-png/device-mobile-vibration.png b/icons-png/device-mobile-vibration.png index cff686c..ea07fdc 100644 Binary files a/icons-png/device-mobile-vibration.png and b/icons-png/device-mobile-vibration.png differ diff --git a/icons-png/devices-2.png b/icons-png/devices-2.png new file mode 100644 index 0000000..82de4d7 Binary files /dev/null and b/icons-png/devices-2.png differ diff --git a/icons-png/file-dislike.png b/icons-png/file-dislike.png new file mode 100644 index 0000000..3e53638 Binary files /dev/null and b/icons-png/file-dislike.png differ diff --git a/icons-png/file-like.png b/icons-png/file-like.png new file mode 100644 index 0000000..e64a05e Binary files /dev/null and b/icons-png/file-like.png differ diff --git a/icons-png/filter-off.png b/icons-png/filter-off.png new file mode 100644 index 0000000..a3ebec0 Binary files /dev/null and b/icons-png/filter-off.png differ diff --git a/icons-png/mood-boy.png b/icons-png/mood-boy.png new file mode 100644 index 0000000..028ff10 Binary files /dev/null and b/icons-png/mood-boy.png differ diff --git a/icons-png/notification.png b/icons-png/notification.png index 71b692e..6d8990d 100644 Binary files a/icons-png/notification.png and b/icons-png/notification.png differ diff --git a/icons-png/wave-triangle.png b/icons-png/wave-triangle.png deleted file mode 100644 index d360ef7..0000000 Binary files a/icons-png/wave-triangle.png and /dev/null differ diff --git a/icons-png/world-latitude.png b/icons-png/world-latitude.png new file mode 100644 index 0000000..a747383 Binary files /dev/null and b/icons-png/world-latitude.png differ diff --git a/icons-png/world-longitude.png b/icons-png/world-longitude.png new file mode 100644 index 0000000..b0179f8 Binary files /dev/null and b/icons-png/world-longitude.png differ diff --git a/icons-react/icons-js/activity.js b/icons-react/icons-js/activity.js new file mode 100644 index 0000000..138dd24 --- /dev/null +++ b/icons-react/icons-js/activity.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconActivity = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconActivity; \ No newline at end of file diff --git a/icons-react/icons-js/biohazard.js b/icons-react/icons-js/biohazard.js index a853c59..62d8a32 100644 --- a/icons-react/icons-js/biohazard.js +++ b/icons-react/icons-js/biohazard.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBiohazard = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBiohazard; \ No newline at end of file diff --git a/icons-react/icons-js/brand-appstore.js b/icons-react/icons-js/brand-appstore.js new file mode 100644 index 0000000..8c0e957 --- /dev/null +++ b/icons-react/icons-js/brand-appstore.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandAppstore = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandAppstore; \ No newline at end of file diff --git a/icons-react/icons-js/brand-google-play.js b/icons-react/icons-js/brand-google-play.js new file mode 100644 index 0000000..1278beb --- /dev/null +++ b/icons-react/icons-js/brand-google-play.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandGooglePlay = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBrandGooglePlay; \ No newline at end of file diff --git a/icons-react/icons-js/building-monument.js b/icons-react/icons-js/building-monument.js new file mode 100644 index 0000000..274e787 --- /dev/null +++ b/icons-react/icons-js/building-monument.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBuildingMonument = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconBuildingMonument; \ No newline at end of file diff --git a/icons-react/icons-js/circle-dashed.js b/icons-react/icons-js/circle-dashed.js new file mode 100644 index 0000000..b768502 --- /dev/null +++ b/icons-react/icons-js/circle-dashed.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCircleDashed = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCircleDashed; \ No newline at end of file diff --git a/icons-react/icons-js/circle-dotted.js b/icons-react/icons-js/circle-dotted.js new file mode 100644 index 0000000..47b7d34 --- /dev/null +++ b/icons-react/icons-js/circle-dotted.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCircleDotted = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCircleDotted; \ No newline at end of file diff --git a/icons-react/icons-js/device-mobile-vibration.js b/icons-react/icons-js/device-mobile-vibration.js index a1eba13..55dd04c 100644 --- a/icons-react/icons-js/device-mobile-vibration.js +++ b/icons-react/icons-js/device-mobile-vibration.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconDeviceMobileVibration = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconDeviceMobileVibration = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconDeviceMobileVibration; \ No newline at end of file diff --git a/icons-react/icons-js/devices-2.js b/icons-react/icons-js/devices-2.js new file mode 100644 index 0000000..77b4019 --- /dev/null +++ b/icons-react/icons-js/devices-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDevices2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDevices2; \ No newline at end of file diff --git a/icons-react/icons-js/file-dislike.js b/icons-react/icons-js/file-dislike.js new file mode 100644 index 0000000..0b70e42 --- /dev/null +++ b/icons-react/icons-js/file-dislike.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileDislike; \ No newline at end of file diff --git a/icons-react/icons-js/file-like.js b/icons-react/icons-js/file-like.js new file mode 100644 index 0000000..8dfc821 --- /dev/null +++ b/icons-react/icons-js/file-like.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileLike; \ No newline at end of file diff --git a/icons-react/icons-js/filter-off.js b/icons-react/icons-js/filter-off.js new file mode 100644 index 0000000..3537990 --- /dev/null +++ b/icons-react/icons-js/filter-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFilterOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFilterOff; \ No newline at end of file diff --git a/icons-react/icons-js/mood-boy.js b/icons-react/icons-js/mood-boy.js new file mode 100644 index 0000000..f8a1bd5 --- /dev/null +++ b/icons-react/icons-js/mood-boy.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMoodBoy = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMoodBoy; \ No newline at end of file diff --git a/icons-react/icons-js/notification.js b/icons-react/icons-js/notification.js index 87e9448..7a70d25 100644 --- a/icons-react/icons-js/notification.js +++ b/icons-react/icons-js/notification.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconNotification = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconNotification = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconNotification; \ No newline at end of file diff --git a/icons-react/icons-js/world-latitude.js b/icons-react/icons-js/world-latitude.js new file mode 100644 index 0000000..5048157 --- /dev/null +++ b/icons-react/icons-js/world-latitude.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWorldLatitude = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWorldLatitude; \ No newline at end of file diff --git a/icons-react/icons-js/world-longitude.js b/icons-react/icons-js/world-longitude.js new file mode 100644 index 0000000..165f746 --- /dev/null +++ b/icons-react/icons-js/world-longitude.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWorldLongitude = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWorldLongitude; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 51745c7..8e8e9c5 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -10,6 +10,7 @@ export const IconAB: TablerIcon; export const IconAccessPointOff: TablerIcon; export const IconAccessPoint: TablerIcon; export const IconAccessible: TablerIcon; +export const IconActivity: TablerIcon; export const IconAd: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; export const IconAdjustmentsHorizontal: TablerIcon; @@ -125,6 +126,7 @@ export const IconBraces: TablerIcon; export const IconBrackets: TablerIcon; export const IconBrandAndroid: TablerIcon; export const IconBrandApple: TablerIcon; +export const IconBrandAppstore: TablerIcon; export const IconBrandBehance: TablerIcon; export const IconBrandChrome: TablerIcon; export const IconBrandCodepen: TablerIcon; @@ -141,6 +143,7 @@ export const IconBrandFramer: TablerIcon; export const IconBrandGithub: TablerIcon; export const IconBrandGitlab: TablerIcon; export const IconBrandGoogleDrive: TablerIcon; +export const IconBrandGooglePlay: TablerIcon; export const IconBrandGoogle: TablerIcon; export const IconBrandInstagram: TablerIcon; export const IconBrandLinkedin: TablerIcon; @@ -184,6 +187,7 @@ export const IconBuildingBridge: TablerIcon; export const IconBuildingChurch: TablerIcon; export const IconBuildingCommunity: TablerIcon; export const IconBuildingHospital: TablerIcon; +export const IconBuildingMonument: TablerIcon; export const IconBuildingPavilon: TablerIcon; export const IconBuildingSkyscraper: TablerIcon; export const IconBuildingStore: TablerIcon; @@ -238,6 +242,8 @@ export const IconChevronsUpLeft: TablerIcon; export const IconChevronsUpRight: TablerIcon; export const IconChevronsUp: TablerIcon; export const IconCircleCheck: TablerIcon; +export const IconCircleDashed: TablerIcon; +export const IconCircleDotted: TablerIcon; export const IconCircleMinus: TablerIcon; export const IconCirclePlus: TablerIcon; export const IconCircleSquare: TablerIcon; @@ -305,6 +311,7 @@ export const IconDeviceSpeaker: TablerIcon; export const IconDeviceTablet: TablerIcon; export const IconDeviceTv: TablerIcon; export const IconDeviceWatch: TablerIcon; +export const IconDevices2: TablerIcon; export const IconDevices: TablerIcon; export const IconDiamond: TablerIcon; export const IconDice: TablerIcon; @@ -339,9 +346,11 @@ export const IconFall: TablerIcon; export const IconFileCheck: TablerIcon; export const IconFileCode: TablerIcon; export const IconFileDiff: TablerIcon; +export const IconFileDislike: TablerIcon; export const IconFileDownload: TablerIcon; export const IconFileHorizontal: TablerIcon; export const IconFileInvoice: TablerIcon; +export const IconFileLike: TablerIcon; export const IconFileMinus: TablerIcon; export const IconFileMusic: TablerIcon; export const IconFileOff: TablerIcon; @@ -352,6 +361,7 @@ export const IconFileText: TablerIcon; export const IconFileUpload: TablerIcon; export const IconFileX: TablerIcon; export const IconFile: TablerIcon; +export const IconFilterOff: TablerIcon; export const IconFilter: TablerIcon; export const IconFingerprint: TablerIcon; export const IconFiretruck: TablerIcon; @@ -525,6 +535,7 @@ export const IconMicrophone: TablerIcon; export const IconMinimize: TablerIcon; export const IconMinus: TablerIcon; export const IconMist: TablerIcon; +export const IconMoodBoy: TablerIcon; export const IconMoodConfuzed: TablerIcon; export const IconMoodCry: TablerIcon; export const IconMoodHappy: TablerIcon; @@ -762,7 +773,6 @@ export const IconWand: TablerIcon; export const IconWaveSawTool: TablerIcon; export const IconWaveSine: TablerIcon; export const IconWaveSquare: TablerIcon; -export const IconWaveTriangle: TablerIcon; export const IconWifi0: TablerIcon; export const IconWifi1: TablerIcon; export const IconWifi2: TablerIcon; @@ -772,6 +782,8 @@ export const IconWind: TablerIcon; export const IconWiperWash: TablerIcon; export const IconWiper: TablerIcon; export const IconWoman: TablerIcon; +export const IconWorldLatitude: TablerIcon; +export const IconWorldLongitude: TablerIcon; export const IconWorld: TablerIcon; export const IconX: TablerIcon; export const IconYinYang: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 674b35d..b0051e2 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -4,6 +4,7 @@ export { default as IconAB } from './icons-js/a-b.js'; export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; export { default as IconAccessPoint } from './icons-js/access-point.js'; export { default as IconAccessible } from './icons-js/accessible.js'; +export { default as IconActivity } from './icons-js/activity.js'; export { default as IconAd } from './icons-js/ad.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; export { default as IconAdjustmentsHorizontal } from './icons-js/adjustments-horizontal.js'; @@ -119,6 +120,7 @@ export { default as IconBraces } from './icons-js/braces.js'; export { default as IconBrackets } from './icons-js/brackets.js'; export { default as IconBrandAndroid } from './icons-js/brand-android.js'; export { default as IconBrandApple } from './icons-js/brand-apple.js'; +export { default as IconBrandAppstore } from './icons-js/brand-appstore.js'; export { default as IconBrandBehance } from './icons-js/brand-behance.js'; export { default as IconBrandChrome } from './icons-js/brand-chrome.js'; export { default as IconBrandCodepen } from './icons-js/brand-codepen.js'; @@ -135,6 +137,7 @@ export { default as IconBrandFramer } from './icons-js/brand-framer.js'; export { default as IconBrandGithub } from './icons-js/brand-github.js'; export { default as IconBrandGitlab } from './icons-js/brand-gitlab.js'; export { default as IconBrandGoogleDrive } from './icons-js/brand-google-drive.js'; +export { default as IconBrandGooglePlay } from './icons-js/brand-google-play.js'; export { default as IconBrandGoogle } from './icons-js/brand-google.js'; export { default as IconBrandInstagram } from './icons-js/brand-instagram.js'; export { default as IconBrandLinkedin } from './icons-js/brand-linkedin.js'; @@ -178,6 +181,7 @@ export { default as IconBuildingBridge } from './icons-js/building-bridge.js'; export { default as IconBuildingChurch } from './icons-js/building-church.js'; export { default as IconBuildingCommunity } from './icons-js/building-community.js'; export { default as IconBuildingHospital } from './icons-js/building-hospital.js'; +export { default as IconBuildingMonument } from './icons-js/building-monument.js'; export { default as IconBuildingPavilon } from './icons-js/building-pavilon.js'; export { default as IconBuildingSkyscraper } from './icons-js/building-skyscraper.js'; export { default as IconBuildingStore } from './icons-js/building-store.js'; @@ -232,6 +236,8 @@ export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js'; export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js'; export { default as IconChevronsUp } from './icons-js/chevrons-up.js'; export { default as IconCircleCheck } from './icons-js/circle-check.js'; +export { default as IconCircleDashed } from './icons-js/circle-dashed.js'; +export { default as IconCircleDotted } from './icons-js/circle-dotted.js'; export { default as IconCircleMinus } from './icons-js/circle-minus.js'; export { default as IconCirclePlus } from './icons-js/circle-plus.js'; export { default as IconCircleSquare } from './icons-js/circle-square.js'; @@ -299,6 +305,7 @@ export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js'; export { default as IconDeviceTablet } from './icons-js/device-tablet.js'; export { default as IconDeviceTv } from './icons-js/device-tv.js'; export { default as IconDeviceWatch } from './icons-js/device-watch.js'; +export { default as IconDevices2 } from './icons-js/devices-2.js'; export { default as IconDevices } from './icons-js/devices.js'; export { default as IconDiamond } from './icons-js/diamond.js'; export { default as IconDice } from './icons-js/dice.js'; @@ -333,9 +340,11 @@ export { default as IconFall } from './icons-js/fall.js'; export { default as IconFileCheck } from './icons-js/file-check.js'; export { default as IconFileCode } from './icons-js/file-code.js'; export { default as IconFileDiff } from './icons-js/file-diff.js'; +export { default as IconFileDislike } from './icons-js/file-dislike.js'; export { default as IconFileDownload } from './icons-js/file-download.js'; export { default as IconFileHorizontal } from './icons-js/file-horizontal.js'; export { default as IconFileInvoice } from './icons-js/file-invoice.js'; +export { default as IconFileLike } from './icons-js/file-like.js'; export { default as IconFileMinus } from './icons-js/file-minus.js'; export { default as IconFileMusic } from './icons-js/file-music.js'; export { default as IconFileOff } from './icons-js/file-off.js'; @@ -346,6 +355,7 @@ export { default as IconFileText } from './icons-js/file-text.js'; export { default as IconFileUpload } from './icons-js/file-upload.js'; export { default as IconFileX } from './icons-js/file-x.js'; export { default as IconFile } from './icons-js/file.js'; +export { default as IconFilterOff } from './icons-js/filter-off.js'; export { default as IconFilter } from './icons-js/filter.js'; export { default as IconFingerprint } from './icons-js/fingerprint.js'; export { default as IconFiretruck } from './icons-js/firetruck.js'; @@ -519,6 +529,7 @@ export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMinimize } from './icons-js/minimize.js'; export { default as IconMinus } from './icons-js/minus.js'; export { default as IconMist } from './icons-js/mist.js'; +export { default as IconMoodBoy } from './icons-js/mood-boy.js'; export { default as IconMoodConfuzed } from './icons-js/mood-confuzed.js'; export { default as IconMoodCry } from './icons-js/mood-cry.js'; export { default as IconMoodHappy } from './icons-js/mood-happy.js'; @@ -756,7 +767,6 @@ export { default as IconWand } from './icons-js/wand.js'; export { default as IconWaveSawTool } from './icons-js/wave-saw-tool.js'; export { default as IconWaveSine } from './icons-js/wave-sine.js'; export { default as IconWaveSquare } from './icons-js/wave-square.js'; -export { default as IconWaveTriangle } from './icons-js/wave-triangle.js'; export { default as IconWifi0 } from './icons-js/wifi-0.js'; export { default as IconWifi1 } from './icons-js/wifi-1.js'; export { default as IconWifi2 } from './icons-js/wifi-2.js'; @@ -766,6 +776,8 @@ export { default as IconWind } from './icons-js/wind.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'; +export { default as IconWorldLatitude } from './icons-js/world-latitude.js'; +export { default as IconWorldLongitude } from './icons-js/world-longitude.js'; export { default as IconWorld } from './icons-js/world.js'; export { default as IconX } from './icons-js/x.js'; export { default as IconYinYang } from './icons-js/yin-yang.js'; diff --git a/icons/activity.svg b/icons/activity.svg new file mode 100644 index 0000000..3025359 --- /dev/null +++ b/icons/activity.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/biohazard.svg b/icons/biohazard.svg index c639396..4138a86 100644 --- a/icons/biohazard.svg +++ b/icons/biohazard.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/brand-appstore.svg b/icons/brand-appstore.svg new file mode 100644 index 0000000..bc96134 --- /dev/null +++ b/icons/brand-appstore.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/brand-google-play.svg b/icons/brand-google-play.svg new file mode 100644 index 0000000..0b00cda --- /dev/null +++ b/icons/brand-google-play.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/building-monument.svg b/icons/building-monument.svg new file mode 100644 index 0000000..e9cd786 --- /dev/null +++ b/icons/building-monument.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/circle-dashed.svg b/icons/circle-dashed.svg new file mode 100644 index 0000000..bccb16a --- /dev/null +++ b/icons/circle-dashed.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/circle-dotted.svg b/icons/circle-dotted.svg new file mode 100644 index 0000000..fa9aab4 --- /dev/null +++ b/icons/circle-dotted.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/device-mobile-vibration.svg b/icons/device-mobile-vibration.svg index cfe155b..d8d04dd 100644 --- a/icons/device-mobile-vibration.svg +++ b/icons/device-mobile-vibration.svg @@ -1,12 +1,9 @@ - - - - - - - + + + + diff --git a/icons/devices-2.svg b/icons/devices-2.svg new file mode 100644 index 0000000..d23cc11 --- /dev/null +++ b/icons/devices-2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/file-dislike.svg b/icons/file-dislike.svg new file mode 100644 index 0000000..e690e21 --- /dev/null +++ b/icons/file-dislike.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-like.svg b/icons/file-like.svg new file mode 100644 index 0000000..12318d1 --- /dev/null +++ b/icons/file-like.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/filter-off.svg b/icons/filter-off.svg new file mode 100644 index 0000000..5401bb3 --- /dev/null +++ b/icons/filter-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/mood-boy.svg b/icons/mood-boy.svg new file mode 100644 index 0000000..b1dfd20 --- /dev/null +++ b/icons/mood-boy.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/notification.svg b/icons/notification.svg index a4149c8..74bbd63 100644 --- a/icons/notification.svg +++ b/icons/notification.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/wave-triangle.svg b/icons/wave-triangle.svg deleted file mode 100644 index 3e122e6..0000000 --- a/icons/wave-triangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/world-latitude.svg b/icons/world-latitude.svg new file mode 100644 index 0000000..701af86 --- /dev/null +++ b/icons/world-latitude.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/world-longitude.svg b/icons/world-longitude.svg new file mode 100644 index 0000000..b919d29 --- /dev/null +++ b/icons/world-longitude.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/package.json b/package.json index 3c316d4..87b2a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.25.0", + "version": "1.26.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 66bb681..5d5f870 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 292b649..0ad9710 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 f419702..21a4161 100644 --- a/tags.json +++ b/tags.json @@ -5,6 +5,7 @@ "access-point-off": ["access", "point", "off"], "access-point": ["access", "point"], "accessible": ["accessible", "low-vision", "blind", "disability", "handicapped"], + "activity": ["activity", "pulse", "motion", "health", "action"], "ad": ["ad", "advert", "advertisement", "marketing", "commercial", "traffic"], "adjustments-alt": ["adjustments", "alt", "equalizer", "sliders", "controls", "settings", "filter"], "adjustments-horizontal": ["adjustments", "horizontal", "equalizer", "sliders", "controls", "settings", "filter"], @@ -120,6 +121,7 @@ "brackets": ["brackets", "punctuation", "additional", "information"], "brand-android": ["brand", "android"], "brand-apple": ["brand", "apple"], + "brand-appstore": ["brand", "appstore"], "brand-behance": ["brand", "behance"], "brand-chrome": ["brand", "chrome", "browser", "internet", "web", "logo"], "brand-codepen": ["brand", "codepen"], @@ -136,6 +138,7 @@ "brand-github": ["brand", "github"], "brand-gitlab": ["brand", "gitlab"], "brand-google-drive": ["brand", "google", "drive"], + "brand-google-play": ["brand", "google", "play"], "brand-google": ["brand", "google"], "brand-instagram": ["brand", "instagram"], "brand-linkedin": ["brand", "linkedin"], @@ -179,6 +182,7 @@ "building-church": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer"], "building-community": ["building", "community"], "building-hospital": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], + "building-monument": ["building", "monument"], "building-pavilon": ["building", "pavilon"], "building-skyscraper": ["building", "skyscraper"], "building-store": ["building", "store", "shopping", "shop", "supermarket", "market", "products", "retail", "buy", "sell"], @@ -233,6 +237,8 @@ "chevrons-up-right": ["chevrons", "up", "right"], "chevrons-up": ["chevrons", "up", "move", "top"], "circle-check": ["circle", "check", "yes", "confirm"], + "circle-dashed": ["circle", "dashed"], + "circle-dotted": ["circle", "dotted"], "circle-minus": ["circle", "minus", "remove", "delete"], "circle-plus": ["circle", "plus", "add", "create", "new"], "circle-square": ["circle", "square"], @@ -300,6 +306,7 @@ "device-tablet": ["device", "tablet", "ipad", "mobile", "touchscreen", "portable"], "device-tv": ["device", "tv", "screen", "display", "movie", "film", "watch", "audio", "video", "media"], "device-watch": ["device", "watch"], + "devices-2": ["devices", "2"], "devices": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone"], "diamond": ["diamond", "jewellery", "crystal", "mineral", "jewelry", "ring"], "dice": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling"], @@ -334,9 +341,11 @@ "file-check": ["file", "check", "yes"], "file-code": ["file", "code", "paper", "new"], "file-diff": ["file", "diff", "add", "create", "new"], + "file-dislike": ["file", "dislike", "rejected", "document"], "file-download": ["file", "download", "save", "transfer", "input"], "file-horizontal": ["file", "horizontal", "paper", "new"], "file-invoice": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], + "file-like": ["file", "like", "approved", "document"], "file-minus": ["file", "minus", "remove", "delete"], "file-music": ["file", "music", "mp3", "wma", "wav"], "file-off": ["file", "off"], @@ -347,6 +356,7 @@ "file-upload": ["file", "upload", "save", "transfer", "input"], "file-x": ["file", "x", "remove", "delete", "erase"], "file": ["file", "paper", "new"], + "filter-off": ["filter", "off"], "filter": ["filter", "funnel", "hopper", "filtration"], "fingerprint": ["fingerprint", "indentify", "mark", "surface", "security", "access"], "firetruck": ["firetruck"], @@ -520,6 +530,7 @@ "minimize": ["minimize", "exit", "close"], "minus": ["minus", "subtract", "less"], "mist": ["mist"], + "mood-boy": ["mood", "boy", "face", "emoji", "emotion"], "mood-confuzed": ["mood", "confuzed", "face", "emoji", "emotion", "frown"], "mood-cry": ["mood", "cry", "face", "emoji", "emotion", "mad"], "mood-happy": ["mood", "happy", "face", "emoji", "emotion"], @@ -555,7 +566,7 @@ "parking": ["parking", "sign", "car", "vehicle", "space"], "pause": ["pause"], "peace": ["peace"], - "pencil": ["pencil"], + "pencil": ["pencil", "write", "draft", "edit", "note"], "percentage": ["percentage"], "phone-call": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline"], "phone-calling": ["phone", "calling", "ring", "mobile", "conversation", "answer", "dial", "landline"], @@ -757,7 +768,6 @@ "wave-saw-tool": ["wave", "saw", "tool"], "wave-sine": ["wave", "sine"], "wave-square": ["wave", "square"], - "wave-triangle": ["wave", "triangle", "pulse", "motion", "health", "action"], "wifi-0": ["wifi", "0", "online", "connection", "signal", "wireless"], "wifi-1": ["wifi", "1", "online", "connection", "signal", "wireless"], "wifi-2": ["wifi", "2", "online", "connection", "signal", "wireless"], @@ -767,6 +777,8 @@ "wiper-wash": ["wiper", "wash"], "wiper": ["wiper"], "woman": ["woman", "girl", "female", "gender"], + "world-latitude": ["world", "latitude", "earth", "globe", "global", "language", "union"], + "world-longitude": ["world", "longitude", "earth", "globe", "global", "language", "union"], "world": ["world", "earth", "globe", "global", "language", "union"], "x": ["x", "cancel", "remove", "delete", "empty"], "yin-yang": ["yin", "yang"], -- cgit v1.2.1