From bfdee25e2cded263cf2fa10a9d1e2ab5013f674b Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 1 Sep 2020 22:21:56 +0200 Subject: Release 1.17.0 --- .github/icons.png | Bin 387904 -> 404985 bytes .github/icons.svg | 1388 +++++++++++++++++++------------------ .github/tabler-icons-1.17.0.png | Bin 0 -> 17516 bytes .github/tabler-icons-1.17.0.svg | 76 ++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 306404 -> 317932 bytes iconfont/fonts/tabler-icons.ttf | Bin 306220 -> 317748 bytes iconfont/fonts/tabler-icons.woff | Bin 143848 -> 149956 bytes iconfont/fonts/tabler-icons.woff2 | Bin 105508 -> 109956 bytes iconfont/tabler-icons.css | 98 ++- iconfont/tabler-icons.html | 220 +++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 50 +- icons-png/2fa.png | Bin 0 -> 3228 bytes icons-png/brand-tailwind.png | Bin 0 -> 3128 bytes icons-png/loader-quarter.png | Bin 0 -> 1287 bytes icons-png/loader.png | Bin 0 -> 2581 bytes icons-png/stairs-down.png | Bin 0 -> 2093 bytes icons-png/stairs-up.png | Bin 0 -> 2089 bytes icons-png/stairs.png | Bin 0 -> 1375 bytes icons-png/text-wrap-disabled.png | Bin 0 -> 1619 bytes icons-png/vector-triangle.png | Bin 0 -> 2654 bytes icons-png/vector.png | Bin 0 -> 1819 bytes icons-png/wiper-wash.png | Bin 0 -> 4174 bytes icons-png/wiper.png | Bin 0 -> 3679 bytes icons-png/zodiac-aquarius.png | Bin 0 -> 1771 bytes icons-png/zodiac-aries.png | Bin 0 -> 3927 bytes icons-png/zodiac-cancer.png | Bin 0 -> 3968 bytes icons-png/zodiac-capricorn.png | Bin 0 -> 2947 bytes icons-png/zodiac-gemini.png | Bin 0 -> 3087 bytes icons-png/zodiac-leo.png | Bin 0 -> 5079 bytes icons-png/zodiac-libra.png | Bin 0 -> 2993 bytes icons-png/zodiac-pisces.png | Bin 0 -> 3901 bytes icons-png/zodiac-sagittarius.png | Bin 0 -> 1786 bytes icons-png/zodiac-scorpio.png | Bin 0 -> 2279 bytes icons-png/zodiac-taurus.png | Bin 0 -> 4313 bytes icons-png/zodiac-virgo.png | Bin 0 -> 3335 bytes icons/2fa.svg | 10 + icons/brand-tailwind.svg | 6 + icons/loader-quarter.svg | 8 + icons/loader.svg | 13 + icons/stairs-down.svg | 7 + icons/stairs-up.svg | 7 + icons/stairs.svg | 6 + icons/text-wrap-disabled.svg | 8 + icons/vector-triangle.svg | 11 + icons/vector.svg | 13 + icons/wiper-wash.svg | 14 + icons/wiper.svg | 8 + icons/zodiac-aquarius.svg | 7 + icons/zodiac-aries.svg | 8 + icons/zodiac-cancer.svg | 9 + icons/zodiac-capricorn.svg | 8 + icons/zodiac-gemini.svg | 9 + icons/zodiac-leo.svg | 10 + icons/zodiac-libra.svg | 7 + icons/zodiac-pisces.svg | 8 + icons/zodiac-sagittarius.svg | 8 + icons/zodiac-scorpio.svg | 8 + icons/zodiac-taurus.svg | 7 + icons/zodiac-virgo.svg | 9 + package.json | 2 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 24 + 65 files changed, 1409 insertions(+), 668 deletions(-) create mode 100644 .github/tabler-icons-1.17.0.png create mode 100644 .github/tabler-icons-1.17.0.svg create mode 100644 icons-png/2fa.png create mode 100644 icons-png/brand-tailwind.png create mode 100644 icons-png/loader-quarter.png create mode 100644 icons-png/loader.png create mode 100644 icons-png/stairs-down.png create mode 100644 icons-png/stairs-up.png create mode 100644 icons-png/stairs.png create mode 100644 icons-png/text-wrap-disabled.png create mode 100644 icons-png/vector-triangle.png create mode 100644 icons-png/vector.png create mode 100644 icons-png/wiper-wash.png create mode 100644 icons-png/wiper.png create mode 100644 icons-png/zodiac-aquarius.png create mode 100644 icons-png/zodiac-aries.png create mode 100644 icons-png/zodiac-cancer.png create mode 100644 icons-png/zodiac-capricorn.png create mode 100644 icons-png/zodiac-gemini.png create mode 100644 icons-png/zodiac-leo.png create mode 100644 icons-png/zodiac-libra.png create mode 100644 icons-png/zodiac-pisces.png create mode 100644 icons-png/zodiac-sagittarius.png create mode 100644 icons-png/zodiac-scorpio.png create mode 100644 icons-png/zodiac-taurus.png create mode 100644 icons-png/zodiac-virgo.png create mode 100644 icons/2fa.svg create mode 100644 icons/brand-tailwind.svg create mode 100644 icons/loader-quarter.svg create mode 100644 icons/loader.svg create mode 100644 icons/stairs-down.svg create mode 100644 icons/stairs-up.svg create mode 100644 icons/stairs.svg create mode 100644 icons/text-wrap-disabled.svg create mode 100644 icons/vector-triangle.svg create mode 100644 icons/vector.svg create mode 100644 icons/wiper-wash.svg create mode 100644 icons/wiper.svg create mode 100644 icons/zodiac-aquarius.svg create mode 100644 icons/zodiac-aries.svg create mode 100644 icons/zodiac-cancer.svg create mode 100644 icons/zodiac-capricorn.svg create mode 100644 icons/zodiac-gemini.svg create mode 100644 icons/zodiac-leo.svg create mode 100644 icons/zodiac-libra.svg create mode 100644 icons/zodiac-pisces.svg create mode 100644 icons/zodiac-sagittarius.svg create mode 100644 icons/zodiac-scorpio.svg create mode 100644 icons/zodiac-taurus.svg create mode 100644 icons/zodiac-virgo.svg diff --git a/.github/icons.png b/.github/icons.png index fec8299..9beffac 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 7b885fd..2a29872 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,6 @@ - + + + @@ -250,6 +252,8 @@ + + @@ -846,6 +850,10 @@ + + + + @@ -1129,6 +1137,12 @@ + + + + + + @@ -1195,6 +1209,8 @@ + + @@ -1263,6 +1279,10 @@ + + + + @@ -1295,6 +1315,10 @@ + + + + @@ -1303,6 +1327,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -1311,662 +1359,686 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.17.0.png b/.github/tabler-icons-1.17.0.png new file mode 100644 index 0000000..c3c41aa Binary files /dev/null and b/.github/tabler-icons-1.17.0.png differ diff --git a/.github/tabler-icons-1.17.0.svg b/.github/tabler-icons-1.17.0.svg new file mode 100644 index 0000000..f1737ad --- /dev/null +++ b/.github/tabler-icons-1.17.0.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 6e77679..99aa404 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"a-b":"ec36","accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","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","bed":"eb5c","bell":"ea35","bike":"ea36","bluetooth":"ea37","bold":"eb7b","bolt":"ea38","book":"ea39","bookmark":"ea3a","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-dribbble":"ec19","brand-facebook":"ec1a","brand-figma":"ec93","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-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-slack":"ec72","brand-snapchat":"ec25","brand-tabler":"ec8f","brand-telegram":"ec26","brand-tiktok":"ec73","brand-twitter":"ec27","brand-whatsapp":"ec74","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-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-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevrons-down":"ea63","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","circle":"ea6b","circle-check":"ea67","circle-minus":"ea68","circle-plus":"ea69","circle-x":"ea6a","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","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","crop":"ea85","crosshair":"ec3e","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","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","electric-scooter":"ec4f","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","face-id":"ea9b","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","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-right":"ebb3","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","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-stop":"ec2e","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","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","location":"eae0","lock":"eae2","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","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","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-confuzed":"eaf3","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pencil":"eb04","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","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","scissors":"eb1b","scooter":"ec6c","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-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","slice":"ebdb","slideshow":"ebc9","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-x":"eb2b","stack":"eb2d","star":"eb2e","steering-wheel":"ec7b","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","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","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-plus":"eb4b","user-x":"eb4c","users":"ebf2","venus":"ec86","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wind":"ec34","woman":"eb53","world":"eb54","x":"eb55","yin-yang":"ec35","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57"} \ No newline at end of file +{"2fa":"eca0","a-b":"ec36","accessible":"eba9","activity":"ea01","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","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","bed":"eb5c","bell":"ea35","bike":"ea36","bluetooth":"ea37","bold":"eb7b","bolt":"ea38","book":"ea39","bookmark":"ea3a","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-dribbble":"ec19","brand-facebook":"ec1a","brand-figma":"ec93","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-reddit":"ec8e","brand-safari":"ec23","brand-sketch":"ec24","brand-slack":"ec72","brand-snapchat":"ec25","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tiktok":"ec73","brand-twitter":"ec27","brand-whatsapp":"ec74","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-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-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevrons-down":"ea63","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","circle":"ea6b","circle-check":"ea67","circle-minus":"ea68","circle-plus":"ea69","circle-x":"ea6a","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","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","crop":"ea85","crosshair":"ec3e","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","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","electric-scooter":"ec4f","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","face-id":"ea9b","file":"eaa4","file-check":"ea9c","file-code":"ebd0","file-download":"ea9d","file-horizontal":"ebb0","file-invoice":"eb67","file-minus":"ea9e","file-music":"ea9f","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-right":"ebb3","focus":"eb8d","focus-2":"ebd3","folder":"eaad","folder-minus":"eaaa","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-stop":"ec2e","hash":"eabc","headphones":"eabd","headset":"eb90","heart":"eabe","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-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","map":"eae9","map-2":"eae7","map-pin":"eae8","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","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-confuzed":"eaf3","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","paperclip":"eb02","parentheses":"ebd8","parking":"eb03","pencil":"eb04","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","pill":"ec44","pin":"ec9c","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plug":"ebd9","plus":"eb0b","point":"eb0c","power":"eb0d","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","record-mail":"eb12","recycle":"eb9b","refresh":"eb13","registered":"eb14","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","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","scissors":"eb1b","scooter":"ec6c","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-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","slice":"ebdb","slideshow":"ebc9","snowflake":"ec0b","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","square":"eb2c","square-check":"eb28","square-minus":"eb29","square-plus":"eb2a","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","steering-wheel":"ec7b","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","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","trash":"eb41","trees":"ec10","trending-down":"eb42","trending-up":"eb43","triangle":"eb44","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-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-triangle":"eca8","venus":"ec86","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","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 diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 47341fb..8b4cdd4 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 db9df15..2f75f05 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 ee5b396..5d552c1 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 ce43101..f722835 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 324fc3e..4ef1767 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.16.0 by tabler - https://tabler.io + * Tabler Icons 1.17.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.ti-2fa:before { + content: ""; +} + .ti-a-b:before { content: ""; } @@ -532,6 +536,10 @@ content: ""; } +.ti-brand-tailwind:before { + content: ""; +} + .ti-brand-telegram:before { content: ""; } @@ -1724,6 +1732,14 @@ content: ""; } +.ti-loader:before { + content: ""; +} + +.ti-loader-quarter:before { + content: ""; +} + .ti-location:before { content: ""; } @@ -2292,6 +2308,18 @@ content: ""; } +.ti-stairs:before { + content: ""; +} + +.ti-stairs-down:before { + content: ""; +} + +.ti-stairs-up:before { + content: ""; +} + .ti-star:before { content: ""; } @@ -2428,6 +2456,10 @@ content: ""; } +.ti-text-wrap-disabled:before { + content: ""; +} + .ti-thumb-down:before { content: ""; } @@ -2560,6 +2592,14 @@ content: ""; } +.ti-vector:before { + content: ""; +} + +.ti-vector-triangle:before { + content: ""; +} + .ti-venus:before { content: ""; } @@ -2624,6 +2664,14 @@ content: ""; } +.ti-wiper:before { + content: ""; +} + +.ti-wiper-wash:before { + content: ""; +} + .ti-woman:before { content: ""; } @@ -2640,6 +2688,54 @@ 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: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 89a2bd8..6719417 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.16.0 + Tabler Icons - version 1.17.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.16.0

+

version 1.17.0

+
+ + stairs +
+ ti ti-stairs
+ \eca6 +
+
+ +
+ + stairs-down +
+ ti ti-stairs-down
+ \eca4 +
+
+ +
+ + stairs-up +
+ ti ti-stairs-up
+ \eca5 +
+
+
star @@ -5528,6 +5591,15 @@
+
+ + text-wrap-disabled +
+ ti ti-text-wrap-disabled
+ \eca7 +
+
+
thumb-down @@ -5825,6 +5897,24 @@
+
+ + vector +
+ ti ti-vector
+ \eca9 +
+
+ +
+ + vector-triangle +
+ ti ti-vector-triangle
+ \eca8 +
+
+
venus @@ -5969,6 +6059,24 @@
+
+ + wiper +
+ ti ti-wiper
+ \ecab +
+
+ +
+ + wiper-wash +
+ ti ti-wiper-wash
+ \ecaa +
+
+
woman @@ -6005,6 +6113,114 @@
+
+ + zodiac-aquarius +
+ ti ti-zodiac-aquarius
+ \ecac +
+
+ +
+ + zodiac-aries +
+ ti ti-zodiac-aries
+ \ecad +
+
+ +
+ + zodiac-cancer +
+ ti ti-zodiac-cancer
+ \ecae +
+
+ +
+ + zodiac-capricorn +
+ ti ti-zodiac-capricorn
+ \ecaf +
+
+ +
+ + zodiac-gemini +
+ ti ti-zodiac-gemini
+ \ecb0 +
+
+ +
+ + zodiac-leo +
+ ti ti-zodiac-leo
+ \ecb1 +
+
+ +
+ + zodiac-libra +
+ ti ti-zodiac-libra
+ \ecb2 +
+
+ +
+ + zodiac-pisces +
+ ti ti-zodiac-pisces
+ \ecb3 +
+
+ +
+ + zodiac-sagittarius +
+ ti ti-zodiac-sagittarius
+ \ecb4 +
+
+ +
+ + zodiac-scorpio +
+ ti ti-zodiac-scorpio
+ \ecb5 +
+
+ +
+ + zodiac-taurus +
+ ti ti-zodiac-taurus
+ \ecb6 +
+
+ +
+ + zodiac-virgo +
+ ti ti-zodiac-virgo
+ \ecb7 +
+
+
zoom-cancel diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 88b5cb5..c198f3e 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.16.0 by tabler - https://tabler.io + * Tabler Icons 1.17.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-a-b: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-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-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-bed:before{content:""}.ti-bell:before{content:""}.ti-bike:before{content:""}.ti-bluetooth:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-book:before{content:""}.ti-bookmark: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-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma: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-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-whatsapp: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-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-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-x: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-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-crop:before{content:""}.ti-crosshair: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-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-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-electric-scooter: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-face-id:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code: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-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-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus: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-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart: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-location:before{content:""}.ti-lock: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-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-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed: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-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-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-pencil: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-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo: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-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power: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-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-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-scissors:before{content:""}.ti-scooter: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-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-slice:before{content:""}.ti-slideshow: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-x:before{content:""}.ti-stack:before{content:""}.ti-star:before{content:""}.ti-steering-wheel: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-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-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-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-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-venus: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-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wind:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-x:before{content:""}.ti-yin-yang: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-a-b: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-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-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-bed:before{content:""}.ti-bell:before{content:""}.ti-bike:before{content:""}.ti-bluetooth:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-book:before{content:""}.ti-bookmark: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-dribbble:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma: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-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-whatsapp: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-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-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-x: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-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-crop:before{content:""}.ti-crosshair: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-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-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-electric-scooter: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-face-id:before{content:""}.ti-file:before{content:""}.ti-file-check:before{content:""}.ti-file-code: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-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-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-folder:before{content:""}.ti-folder-minus: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-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headset:before{content:""}.ti-heart: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-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-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-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-confuzed: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-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-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-pencil: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-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo: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-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-power: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-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-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-scissors:before{content:""}.ti-scooter: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-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-slice:before{content:""}.ti-slideshow: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-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-steering-wheel: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-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-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-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-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-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2: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 diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 09a150d..a35c646 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.16.0 by tabler - https://tabler.io + * Tabler Icons 1.17.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -34,6 +34,7 @@ $ti-icon-prefix: 'ti' !default; } +$ti-icon-2fa: '\eca0'; $ti-icon-a-b: '\ec36'; $ti-icon-accessible: '\eba9'; $ti-icon-activity: '\ea01'; @@ -161,6 +162,7 @@ $ti-icon-brand-sketch: '\ec24'; $ti-icon-brand-slack: '\ec72'; $ti-icon-brand-snapchat: '\ec25'; $ti-icon-brand-tabler: '\ec8f'; +$ti-icon-brand-tailwind: '\eca1'; $ti-icon-brand-telegram: '\ec26'; $ti-icon-brand-tiktok: '\ec73'; $ti-icon-brand-twitter: '\ec27'; @@ -459,6 +461,8 @@ $ti-icon-list: '\eb6b'; $ti-icon-list-check: '\eb6a'; $ti-icon-live-photo: '\eadf'; $ti-icon-live-view: '\ec6b'; +$ti-icon-loader: '\eca3'; +$ti-icon-loader-quarter: '\eca2'; $ti-icon-location: '\eae0'; $ti-icon-lock: '\eae2'; $ti-icon-lock-open: '\eae1'; @@ -601,6 +605,9 @@ $ti-icon-square-minus: '\eb29'; $ti-icon-square-plus: '\eb2a'; $ti-icon-square-x: '\eb2b'; $ti-icon-stack: '\eb2d'; +$ti-icon-stairs: '\eca6'; +$ti-icon-stairs-down: '\eca4'; +$ti-icon-stairs-up: '\eca5'; $ti-icon-star: '\eb2e'; $ti-icon-steering-wheel: '\ec7b'; $ti-icon-sticker: '\eb2f'; @@ -635,6 +642,7 @@ $ti-icon-terminal: '\ebdc'; $ti-icon-terminal-2: '\ebef'; $ti-icon-test-pipe: '\eb3a'; $ti-icon-text-wrap: '\ebdd'; +$ti-icon-text-wrap-disabled: '\eca7'; $ti-icon-thumb-down: '\eb3b'; $ti-icon-thumb-up: '\eb3c'; $ti-icon-ticket: '\eb3d'; @@ -668,6 +676,8 @@ $ti-icon-user-minus: '\eb4a'; $ti-icon-user-plus: '\eb4b'; $ti-icon-user-x: '\eb4c'; $ti-icon-users: '\ebf2'; +$ti-icon-vector: '\eca9'; +$ti-icon-vector-triangle: '\eca8'; $ti-icon-venus: '\ec86'; $ti-icon-viewfinder: '\eb4e'; $ti-icon-viewport-narrow: '\ebf3'; @@ -684,15 +694,30 @@ $ti-icon-wifi-0: '\eba3'; $ti-icon-wifi-1: '\eba4'; $ti-icon-wifi-2: '\eba5'; $ti-icon-wind: '\ec34'; +$ti-icon-wiper: '\ecab'; +$ti-icon-wiper-wash: '\ecaa'; $ti-icon-woman: '\eb53'; $ti-icon-world: '\eb54'; $ti-icon-x: '\eb55'; $ti-icon-yin-yang: '\ec35'; +$ti-icon-zodiac-aquarius: '\ecac'; +$ti-icon-zodiac-aries: '\ecad'; +$ti-icon-zodiac-cancer: '\ecae'; +$ti-icon-zodiac-capricorn: '\ecaf'; +$ti-icon-zodiac-gemini: '\ecb0'; +$ti-icon-zodiac-leo: '\ecb1'; +$ti-icon-zodiac-libra: '\ecb2'; +$ti-icon-zodiac-pisces: '\ecb3'; +$ti-icon-zodiac-sagittarius: '\ecb4'; +$ti-icon-zodiac-scorpio: '\ecb5'; +$ti-icon-zodiac-taurus: '\ecb6'; +$ti-icon-zodiac-virgo: '\ecb7'; $ti-icon-zoom-cancel: '\ec4d'; $ti-icon-zoom-in: '\eb56'; $ti-icon-zoom-out: '\eb57'; +.#{$ti-icon-prefix}-2fa:before { content: $ti-icon-2fa; } .#{$ti-icon-prefix}-a-b:before { content: $ti-icon-a-b; } .#{$ti-icon-prefix}-accessible:before { content: $ti-icon-accessible; } .#{$ti-icon-prefix}-activity:before { content: $ti-icon-activity; } @@ -820,6 +845,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-brand-slack:before { content: $ti-icon-brand-slack; } .#{$ti-icon-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; } .#{$ti-icon-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; } +.#{$ti-icon-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; } .#{$ti-icon-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; } .#{$ti-icon-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; } .#{$ti-icon-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; } @@ -1118,6 +1144,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-list-check:before { content: $ti-icon-list-check; } .#{$ti-icon-prefix}-live-photo:before { content: $ti-icon-live-photo; } .#{$ti-icon-prefix}-live-view:before { content: $ti-icon-live-view; } +.#{$ti-icon-prefix}-loader:before { content: $ti-icon-loader; } +.#{$ti-icon-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; } .#{$ti-icon-prefix}-location:before { content: $ti-icon-location; } .#{$ti-icon-prefix}-lock:before { content: $ti-icon-lock; } .#{$ti-icon-prefix}-lock-open:before { content: $ti-icon-lock-open; } @@ -1260,6 +1288,9 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-square-plus:before { content: $ti-icon-square-plus; } .#{$ti-icon-prefix}-square-x:before { content: $ti-icon-square-x; } .#{$ti-icon-prefix}-stack:before { content: $ti-icon-stack; } +.#{$ti-icon-prefix}-stairs:before { content: $ti-icon-stairs; } +.#{$ti-icon-prefix}-stairs-down:before { content: $ti-icon-stairs-down; } +.#{$ti-icon-prefix}-stairs-up:before { content: $ti-icon-stairs-up; } .#{$ti-icon-prefix}-star:before { content: $ti-icon-star; } .#{$ti-icon-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; } .#{$ti-icon-prefix}-sticker:before { content: $ti-icon-sticker; } @@ -1294,6 +1325,7 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } .#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; } .#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; } +.#{$ti-icon-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; } .#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } .#{$ti-icon-prefix}-thumb-up:before { content: $ti-icon-thumb-up; } .#{$ti-icon-prefix}-ticket:before { content: $ti-icon-ticket; } @@ -1327,6 +1359,8 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-user-plus:before { content: $ti-icon-user-plus; } .#{$ti-icon-prefix}-user-x:before { content: $ti-icon-user-x; } .#{$ti-icon-prefix}-users:before { content: $ti-icon-users; } +.#{$ti-icon-prefix}-vector:before { content: $ti-icon-vector; } +.#{$ti-icon-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; } .#{$ti-icon-prefix}-venus:before { content: $ti-icon-venus; } .#{$ti-icon-prefix}-viewfinder:before { content: $ti-icon-viewfinder; } .#{$ti-icon-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; } @@ -1343,10 +1377,24 @@ $ti-icon-zoom-out: '\eb57'; .#{$ti-icon-prefix}-wifi-1:before { content: $ti-icon-wifi-1; } .#{$ti-icon-prefix}-wifi-2:before { content: $ti-icon-wifi-2; } .#{$ti-icon-prefix}-wind:before { content: $ti-icon-wind; } +.#{$ti-icon-prefix}-wiper:before { content: $ti-icon-wiper; } +.#{$ti-icon-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; } .#{$ti-icon-prefix}-woman:before { content: $ti-icon-woman; } .#{$ti-icon-prefix}-world:before { content: $ti-icon-world; } .#{$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; } +.#{$ti-icon-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; } +.#{$ti-icon-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; } +.#{$ti-icon-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; } +.#{$ti-icon-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; } +.#{$ti-icon-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; } +.#{$ti-icon-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; } +.#{$ti-icon-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; } +.#{$ti-icon-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; } +.#{$ti-icon-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; } +.#{$ti-icon-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; } +.#{$ti-icon-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; } .#{$ti-icon-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; } .#{$ti-icon-prefix}-zoom-in:before { content: $ti-icon-zoom-in; } .#{$ti-icon-prefix}-zoom-out:before { content: $ti-icon-zoom-out; } diff --git a/icons-png/2fa.png b/icons-png/2fa.png new file mode 100644 index 0000000..e32faf2 Binary files /dev/null and b/icons-png/2fa.png differ diff --git a/icons-png/brand-tailwind.png b/icons-png/brand-tailwind.png new file mode 100644 index 0000000..f812262 Binary files /dev/null and b/icons-png/brand-tailwind.png differ diff --git a/icons-png/loader-quarter.png b/icons-png/loader-quarter.png new file mode 100644 index 0000000..f6bd192 Binary files /dev/null and b/icons-png/loader-quarter.png differ diff --git a/icons-png/loader.png b/icons-png/loader.png new file mode 100644 index 0000000..a3376d8 Binary files /dev/null and b/icons-png/loader.png differ diff --git a/icons-png/stairs-down.png b/icons-png/stairs-down.png new file mode 100644 index 0000000..91f2442 Binary files /dev/null and b/icons-png/stairs-down.png differ diff --git a/icons-png/stairs-up.png b/icons-png/stairs-up.png new file mode 100644 index 0000000..0124a9d Binary files /dev/null and b/icons-png/stairs-up.png differ diff --git a/icons-png/stairs.png b/icons-png/stairs.png new file mode 100644 index 0000000..3ce2ff6 Binary files /dev/null and b/icons-png/stairs.png differ diff --git a/icons-png/text-wrap-disabled.png b/icons-png/text-wrap-disabled.png new file mode 100644 index 0000000..4e3fa54 Binary files /dev/null and b/icons-png/text-wrap-disabled.png differ diff --git a/icons-png/vector-triangle.png b/icons-png/vector-triangle.png new file mode 100644 index 0000000..74d9134 Binary files /dev/null and b/icons-png/vector-triangle.png differ diff --git a/icons-png/vector.png b/icons-png/vector.png new file mode 100644 index 0000000..5746061 Binary files /dev/null and b/icons-png/vector.png differ diff --git a/icons-png/wiper-wash.png b/icons-png/wiper-wash.png new file mode 100644 index 0000000..247aa50 Binary files /dev/null and b/icons-png/wiper-wash.png differ diff --git a/icons-png/wiper.png b/icons-png/wiper.png new file mode 100644 index 0000000..6eef543 Binary files /dev/null and b/icons-png/wiper.png differ diff --git a/icons-png/zodiac-aquarius.png b/icons-png/zodiac-aquarius.png new file mode 100644 index 0000000..ecbf06f Binary files /dev/null and b/icons-png/zodiac-aquarius.png differ diff --git a/icons-png/zodiac-aries.png b/icons-png/zodiac-aries.png new file mode 100644 index 0000000..fc75d75 Binary files /dev/null and b/icons-png/zodiac-aries.png differ diff --git a/icons-png/zodiac-cancer.png b/icons-png/zodiac-cancer.png new file mode 100644 index 0000000..e3a6fa9 Binary files /dev/null and b/icons-png/zodiac-cancer.png differ diff --git a/icons-png/zodiac-capricorn.png b/icons-png/zodiac-capricorn.png new file mode 100644 index 0000000..f1b1ce4 Binary files /dev/null and b/icons-png/zodiac-capricorn.png differ diff --git a/icons-png/zodiac-gemini.png b/icons-png/zodiac-gemini.png new file mode 100644 index 0000000..c02c35a Binary files /dev/null and b/icons-png/zodiac-gemini.png differ diff --git a/icons-png/zodiac-leo.png b/icons-png/zodiac-leo.png new file mode 100644 index 0000000..2e7309a Binary files /dev/null and b/icons-png/zodiac-leo.png differ diff --git a/icons-png/zodiac-libra.png b/icons-png/zodiac-libra.png new file mode 100644 index 0000000..5a17a4a Binary files /dev/null and b/icons-png/zodiac-libra.png differ diff --git a/icons-png/zodiac-pisces.png b/icons-png/zodiac-pisces.png new file mode 100644 index 0000000..2740877 Binary files /dev/null and b/icons-png/zodiac-pisces.png differ diff --git a/icons-png/zodiac-sagittarius.png b/icons-png/zodiac-sagittarius.png new file mode 100644 index 0000000..abcfe26 Binary files /dev/null and b/icons-png/zodiac-sagittarius.png differ diff --git a/icons-png/zodiac-scorpio.png b/icons-png/zodiac-scorpio.png new file mode 100644 index 0000000..edd004b Binary files /dev/null and b/icons-png/zodiac-scorpio.png differ diff --git a/icons-png/zodiac-taurus.png b/icons-png/zodiac-taurus.png new file mode 100644 index 0000000..1890728 Binary files /dev/null and b/icons-png/zodiac-taurus.png differ diff --git a/icons-png/zodiac-virgo.png b/icons-png/zodiac-virgo.png new file mode 100644 index 0000000..0ce4391 Binary files /dev/null and b/icons-png/zodiac-virgo.png differ diff --git a/icons/2fa.svg b/icons/2fa.svg new file mode 100644 index 0000000..9386c3f --- /dev/null +++ b/icons/2fa.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/brand-tailwind.svg b/icons/brand-tailwind.svg new file mode 100644 index 0000000..aadba93 --- /dev/null +++ b/icons/brand-tailwind.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/loader-quarter.svg b/icons/loader-quarter.svg new file mode 100644 index 0000000..1ef30fa --- /dev/null +++ b/icons/loader-quarter.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/loader.svg b/icons/loader.svg new file mode 100644 index 0000000..f9f627a --- /dev/null +++ b/icons/loader.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/stairs-down.svg b/icons/stairs-down.svg new file mode 100644 index 0000000..ca20269 --- /dev/null +++ b/icons/stairs-down.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/stairs-up.svg b/icons/stairs-up.svg new file mode 100644 index 0000000..6dae4d6 --- /dev/null +++ b/icons/stairs-up.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/stairs.svg b/icons/stairs.svg new file mode 100644 index 0000000..846f25b --- /dev/null +++ b/icons/stairs.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/text-wrap-disabled.svg b/icons/text-wrap-disabled.svg new file mode 100644 index 0000000..d37a94e --- /dev/null +++ b/icons/text-wrap-disabled.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/vector-triangle.svg b/icons/vector-triangle.svg new file mode 100644 index 0000000..e8e5b3b --- /dev/null +++ b/icons/vector-triangle.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/vector.svg b/icons/vector.svg new file mode 100644 index 0000000..7cc420f --- /dev/null +++ b/icons/vector.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/wiper-wash.svg b/icons/wiper-wash.svg new file mode 100644 index 0000000..c9cadb4 --- /dev/null +++ b/icons/wiper-wash.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/wiper.svg b/icons/wiper.svg new file mode 100644 index 0000000..1ab08da --- /dev/null +++ b/icons/wiper.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-aquarius.svg b/icons/zodiac-aquarius.svg new file mode 100644 index 0000000..5c317a6 --- /dev/null +++ b/icons/zodiac-aquarius.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/zodiac-aries.svg b/icons/zodiac-aries.svg new file mode 100644 index 0000000..7c96ec8 --- /dev/null +++ b/icons/zodiac-aries.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-cancer.svg b/icons/zodiac-cancer.svg new file mode 100644 index 0000000..3b93e94 --- /dev/null +++ b/icons/zodiac-cancer.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/zodiac-capricorn.svg b/icons/zodiac-capricorn.svg new file mode 100644 index 0000000..619520a --- /dev/null +++ b/icons/zodiac-capricorn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-gemini.svg b/icons/zodiac-gemini.svg new file mode 100644 index 0000000..39e55a7 --- /dev/null +++ b/icons/zodiac-gemini.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/zodiac-leo.svg b/icons/zodiac-leo.svg new file mode 100644 index 0000000..ec65e24 --- /dev/null +++ b/icons/zodiac-leo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/zodiac-libra.svg b/icons/zodiac-libra.svg new file mode 100644 index 0000000..6d5781c --- /dev/null +++ b/icons/zodiac-libra.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/zodiac-pisces.svg b/icons/zodiac-pisces.svg new file mode 100644 index 0000000..4dfd7b0 --- /dev/null +++ b/icons/zodiac-pisces.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-sagittarius.svg b/icons/zodiac-sagittarius.svg new file mode 100644 index 0000000..2f648b6 --- /dev/null +++ b/icons/zodiac-sagittarius.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-scorpio.svg b/icons/zodiac-scorpio.svg new file mode 100644 index 0000000..a7a13b8 --- /dev/null +++ b/icons/zodiac-scorpio.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-taurus.svg b/icons/zodiac-taurus.svg new file mode 100644 index 0000000..123f531 --- /dev/null +++ b/icons/zodiac-taurus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/zodiac-virgo.svg b/icons/zodiac-virgo.svg new file mode 100644 index 0000000..1ddd2ac --- /dev/null +++ b/icons/zodiac-virgo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/package.json b/package.json index acf571b..1bf7d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.16.0", + "version": "1.17.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 26cf794..31927f9 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 1f3549d..1b5137f 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 845a881..5a51fb5 100644 --- a/tags.json +++ b/tags.json @@ -1,4 +1,5 @@ { + "2fa": ["2fa"], "a-b": ["a", "b"], "accessible": ["accessible", "low-vision", "blind", "disability", "handicapped"], "activity": ["activity", "pulse", "motion", "health", "action"], @@ -126,6 +127,7 @@ "brand-slack": ["brand", "slack"], "brand-snapchat": ["brand", "snapchat"], "brand-tabler": ["brand", "tabler"], + "brand-tailwind": ["brand", "tailwind"], "brand-telegram": ["brand", "telegram"], "brand-tiktok": ["brand", "tiktok"], "brand-twitter": ["brand", "twitter"], @@ -424,6 +426,8 @@ "list": ["list", "task", "unordered", "bullets", "agenda", "shopping"], "live-photo": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera"], "live-view": ["live", "view"], + "loader-quarter": ["loader", "quarter"], + "loader": ["loader"], "location": ["location", "navigation", "map", "direction", "discover", "travel"], "lock-open": ["lock", "open", "security", "password", "secure", "unprotected"], "lock": ["lock", "security", "password", "secure"], @@ -566,6 +570,9 @@ "square-x": ["square", "x", "cancel", "close", "delete", "remove", "times", "clear", "no"], "square": ["square", "checkbox"], "stack": ["stack", "pile", "elements", "layout", "wrap"], + "stairs-down": ["stairs", "down"], + "stairs-up": ["stairs", "up"], + "stairs": ["stairs"], "star": ["star", "favorite", "like", "mark", "bookmark", "grade"], "steering-wheel": ["steering", "wheel"], "sticker": ["sticker", "label", "stamp", "adhesive"], @@ -599,6 +606,7 @@ "terminal-2": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], "terminal": ["terminal", "console", "command", "git", "command line", "command prompt"], "test-pipe": ["test", "pipe", "sample", "color"], + "text-wrap-disabled": ["text", "wrap", "disabled", "text", "alignment", "position"], "text-wrap": ["text", "wrap", "text", "alignment", "position"], "thumb-down": ["thumb", "down", "dislike", "bad", "emotion"], "thumb-up": ["thumb", "up", "like", "emotion", "good", "love"], @@ -633,6 +641,8 @@ "user-x": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], "user": ["user", "person", "account"], "users": ["users"], + "vector-triangle": ["vector", "triangle"], + "vector": ["vector"], "venus": ["venus"], "viewfinder": ["viewfinder", "target", "aim", "focus"], "viewport-narrow": ["viewport", "narrow"], @@ -649,10 +659,24 @@ "wifi-2": ["wifi", "2", "online", "connection", "signal", "wireless"], "wifi": ["wifi", "online", "connection", "signal", "wireless"], "wind": ["wind"], + "wiper-wash": ["wiper", "wash"], + "wiper": ["wiper"], "woman": ["woman", "girl", "female", "gender"], "world": ["world", "earth", "globe", "global", "language", "union"], "x": ["x", "cancel", "remove", "delete", "empty"], "yin-yang": ["yin", "yang"], + "zodiac-aquarius": ["zodiac", "aquarius"], + "zodiac-aries": ["zodiac", "aries"], + "zodiac-cancer": ["zodiac", "cancer"], + "zodiac-capricorn": ["zodiac", "capricorn"], + "zodiac-gemini": ["zodiac", "gemini"], + "zodiac-leo": ["zodiac", "leo"], + "zodiac-libra": ["zodiac", "libra"], + "zodiac-pisces": ["zodiac", "pisces"], + "zodiac-sagittarius": ["zodiac", "sagittarius"], + "zodiac-scorpio": ["zodiac", "scorpio"], + "zodiac-taurus": ["zodiac", "taurus"], + "zodiac-virgo": ["zodiac", "virgo"], "zoom-cancel": ["zoom", "cancel", "magnifying glass"], "zoom-in": ["zoom", "in", "magnifying glass"], "zoom-out": ["zoom", "out", "magnifying glass"] -- cgit v1.2.1