From a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 11 Dec 2020 13:42:20 +0100 Subject: Release 1.38.0 --- .github/icons.png | Bin 601439 -> 608537 bytes .github/icons.svg | 1120 ++++++++++++++++--------------- .github/tabler-icons-1.38.0.png | Bin 0 -> 9868 bytes .github/tabler-icons-1.38.0.svg | 58 ++ iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 455008 -> 462896 bytes iconfont/fonts/tabler-icons.ttf | Bin 454824 -> 462712 bytes iconfont/fonts/tabler-icons.woff | Bin 222744 -> 227404 bytes iconfont/fonts/tabler-icons.woff2 | Bin 160764 -> 163380 bytes iconfont/tabler-icons.css | 74 +- iconfont/tabler-icons.html | 166 ++++- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 38 +- icons-png/credit-card-off.png | Bin 2720 -> 3566 bytes icons-png/file-info.png | Bin 0 -> 2840 bytes icons-png/file-report.png | Bin 0 -> 3951 bytes icons-png/files-off.png | Bin 0 -> 3726 bytes icons-png/files.png | Bin 0 -> 2826 bytes icons-png/layout-grid-add.png | Bin 1924 -> 2276 bytes icons-png/number-0.png | Bin 0 -> 2626 bytes icons-png/number-1.png | Bin 0 -> 1255 bytes icons-png/number-2.png | Bin 0 -> 2776 bytes icons-png/number-3.png | Bin 0 -> 3555 bytes icons-png/number-4.png | Bin 0 -> 1715 bytes icons-png/number-5.png | Bin 0 -> 2205 bytes icons-png/number-6.png | Bin 0 -> 3527 bytes icons-png/number-7.png | Bin 0 -> 1435 bytes icons-png/number-8.png | Bin 0 -> 3854 bytes icons-png/number-9.png | Bin 0 -> 3488 bytes icons-png/receipt-2.png | Bin 0 -> 3495 bytes icons-png/receipt-off.png | Bin 0 -> 3706 bytes icons-png/receipt-refund.png | Bin 0 -> 3088 bytes icons-png/receipt.png | Bin 0 -> 2685 bytes icons-react/icons-js/credit-card-off.js | 2 +- icons-react/icons-js/file-info.js | 12 + icons-react/icons-js/file-report.js | 12 + icons-react/icons-js/files-off.js | 12 + icons-react/icons-js/files.js | 12 + icons-react/icons-js/layout-grid-add.js | 2 +- icons-react/icons-js/number-0.js | 12 + icons-react/icons-js/number-1.js | 12 + icons-react/icons-js/number-2.js | 12 + icons-react/icons-js/number-3.js | 12 + icons-react/icons-js/number-4.js | 12 + icons-react/icons-js/number-5.js | 12 + icons-react/icons-js/number-6.js | 12 + icons-react/icons-js/number-7.js | 12 + icons-react/icons-js/number-8.js | 12 + icons-react/icons-js/number-9.js | 12 + icons-react/icons-js/receipt-2.js | 12 + icons-react/icons-js/receipt-off.js | 12 + icons-react/icons-js/receipt-refund.js | 12 + icons-react/icons-js/receipt.js | 12 + icons-react/index.d.ts | 18 + icons-react/index.js | 18 + icons/credit-card-off.svg | 2 +- icons/file-info.svg | 9 + icons/file-report.svg | 9 + icons/files-off.svg | 9 + icons/files.svg | 8 + icons/layout-grid-add.svg | 3 +- icons/number-0.svg | 7 + icons/number-1.svg | 6 + icons/number-2.svg | 6 + icons/number-3.svg | 7 + icons/number-4.svg | 6 + icons/number-5.svg | 6 + icons/number-6.svg | 7 + icons/number-7.svg | 6 + icons/number-8.svg | 7 + icons/number-9.svg | 7 + icons/receipt-2.svg | 7 + icons/receipt-off.svg | 11 + icons/receipt-refund.svg | 7 + icons/receipt.svg | 6 + package.json | 2 +- src/_icons/file-info.svg | 1 + src/_icons/file-report.svg | 1 + src/_icons/files-off.svg | 1 + src/_icons/files.svg | 1 + src/_icons/number-0.svg | 1 + src/_icons/number-1.svg | 1 + src/_icons/number-2.svg | 1 + src/_icons/number-3.svg | 1 + src/_icons/number-4.svg | 1 + src/_icons/number-5.svg | 1 + src/_icons/number-6.svg | 1 + src/_icons/number-7.svg | 1 + src/_icons/number-8.svg | 1 + src/_icons/number-9.svg | 1 + src/_icons/receipt-2.svg | 1 + src/_icons/receipt-off.svg | 1 + src/_icons/receipt-refund.svg | 1 + src/_icons/receipt.svg | 1 + tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 202 ++++-- 97 files changed, 1477 insertions(+), 603 deletions(-) create mode 100644 .github/tabler-icons-1.38.0.png create mode 100644 .github/tabler-icons-1.38.0.svg create mode 100644 icons-png/file-info.png create mode 100644 icons-png/file-report.png create mode 100644 icons-png/files-off.png create mode 100644 icons-png/files.png create mode 100644 icons-png/number-0.png create mode 100644 icons-png/number-1.png create mode 100644 icons-png/number-2.png create mode 100644 icons-png/number-3.png create mode 100644 icons-png/number-4.png create mode 100644 icons-png/number-5.png create mode 100644 icons-png/number-6.png create mode 100644 icons-png/number-7.png create mode 100644 icons-png/number-8.png create mode 100644 icons-png/number-9.png create mode 100644 icons-png/receipt-2.png create mode 100644 icons-png/receipt-off.png create mode 100644 icons-png/receipt-refund.png create mode 100644 icons-png/receipt.png create mode 100644 icons-react/icons-js/file-info.js create mode 100644 icons-react/icons-js/file-report.js create mode 100644 icons-react/icons-js/files-off.js create mode 100644 icons-react/icons-js/files.js create mode 100644 icons-react/icons-js/number-0.js create mode 100644 icons-react/icons-js/number-1.js create mode 100644 icons-react/icons-js/number-2.js create mode 100644 icons-react/icons-js/number-3.js create mode 100644 icons-react/icons-js/number-4.js create mode 100644 icons-react/icons-js/number-5.js create mode 100644 icons-react/icons-js/number-6.js create mode 100644 icons-react/icons-js/number-7.js create mode 100644 icons-react/icons-js/number-8.js create mode 100644 icons-react/icons-js/number-9.js create mode 100644 icons-react/icons-js/receipt-2.js create mode 100644 icons-react/icons-js/receipt-off.js create mode 100644 icons-react/icons-js/receipt-refund.js create mode 100644 icons-react/icons-js/receipt.js create mode 100644 icons/file-info.svg create mode 100644 icons/file-report.svg create mode 100644 icons/files-off.svg create mode 100644 icons/files.svg create mode 100644 icons/number-0.svg create mode 100644 icons/number-1.svg create mode 100644 icons/number-2.svg create mode 100644 icons/number-3.svg create mode 100644 icons/number-4.svg create mode 100644 icons/number-5.svg create mode 100644 icons/number-6.svg create mode 100644 icons/number-7.svg create mode 100644 icons/number-8.svg create mode 100644 icons/number-9.svg create mode 100644 icons/receipt-2.svg create mode 100644 icons/receipt-off.svg create mode 100644 icons/receipt-refund.svg create mode 100644 icons/receipt.svg diff --git a/.github/icons.png b/.github/icons.png index cfb3a38f..6450555f 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 3ac6980b..f89927df 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -745,7 +745,7 @@ - + @@ -890,6 +890,8 @@ + + @@ -904,6 +906,8 @@ + + @@ -920,6 +924,10 @@ + + + + @@ -1123,7 +1131,7 @@ - + @@ -1352,6 +1360,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -1482,8 +1510,16 @@ + + + + + + + + @@ -2398,535 +2434,553 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.38.0.png b/.github/tabler-icons-1.38.0.png new file mode 100644 index 00000000..238dfb48 Binary files /dev/null and b/.github/tabler-icons-1.38.0.png differ diff --git a/.github/tabler-icons-1.38.0.svg b/.github/tabler-icons-1.38.0.svg new file mode 100644 index 00000000..4ab1a933 --- /dev/null +++ b/.github/tabler-icons-1.38.0.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont-unicode.json b/iconfont-unicode.json index ee7fae5c..575ed9f0 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","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-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","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","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-left":"edb2","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-fortress":"ed89","building-hospital":"ea4d","building-lighthouse":"ed8a","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","buldozer":"ed8b","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","christmas-tree":"ed78","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","divide":"ed5c","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","drone":"ed79","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","golf":"ed8c","gps":"ed7a","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","plug":"ebd9","plus":"eb0b","point":"eb0c","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","rainbow":"edbc","receipt-tax":"edbd","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","speedboat":"ed93","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","stethoscope":"edbe","sticker":"eb2f","strikethrough":"eb9e","submarine":"ed94","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","tank":"ed95","target":"eb35","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","trash":"eb41","trash-off":"ed65","trees":"ec10","trending-down":"eb42","trending-down-2":"edc1","trending-down-3":"edc2","trending-up":"eb43","trending-up-2":"edc3","trending-up-3":"edc4","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","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-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","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","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-left":"edb2","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-fortress":"ed89","building-hospital":"ea4d","building-lighthouse":"ed8a","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","buldozer":"ed8b","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","christmas-tree":"ed78","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","divide":"ed5c","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","drone":"ed79","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-info":"edec","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-report":"eded","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","files":"edef","files-off":"edee","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","golf":"ed8c","gps":"ed7a","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","number-0":"edf0","number-1":"edf1","number-2":"edf2","number-3":"edf3","number-4":"edf4","number-5":"edf5","number-6":"edf6","number-7":"edf7","number-8":"edf8","number-9":"edf9","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","plug":"ebd9","plus":"eb0b","point":"eb0c","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","rainbow":"edbc","receipt":"edfd","receipt-2":"edfa","receipt-off":"edfb","receipt-refund":"edfc","receipt-tax":"edbd","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","speedboat":"ed93","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","stethoscope":"edbe","sticker":"eb2f","strikethrough":"eb9e","submarine":"ed94","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","tank":"ed95","target":"eb35","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","trash":"eb41","trash-off":"ed65","trees":"ec10","trending-down":"eb42","trending-down-2":"edc1","trending-down-3":"edc2","trending-up":"eb43","trending-up-2":"edc3","trending-up-3":"edc4","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index eabb62e3..04c4dd00 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 39ad1043..16007f29 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 cc43ace7..ca768a80 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 c579a514..f4cb9bbc 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 8f6fc781..c0f839e2 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.37.1 by tabler - https://tabler.io + * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -1812,6 +1812,10 @@ content: ""; } +.ti-file-info:before { + content: ""; +} + .ti-file-invoice:before { content: ""; } @@ -1840,6 +1844,10 @@ content: ""; } +.ti-file-report:before { + content: ""; +} + .ti-file-search:before { content: ""; } @@ -1868,6 +1876,14 @@ content: ""; } +.ti-files:before { + content: ""; +} + +.ti-files-off:before { + content: ""; +} + .ti-filter:before { content: ""; } @@ -2732,6 +2748,46 @@ content: ""; } +.ti-number-0:before { + content: ""; +} + +.ti-number-1:before { + content: ""; +} + +.ti-number-2:before { + content: ""; +} + +.ti-number-3:before { + content: ""; +} + +.ti-number-4:before { + content: ""; +} + +.ti-number-5:before { + content: ""; +} + +.ti-number-6:before { + content: ""; +} + +.ti-number-7:before { + content: ""; +} + +.ti-number-8:before { + content: ""; +} + +.ti-number-9:before { + content: ""; +} + .ti-octagon:before { content: ""; } @@ -2992,6 +3048,22 @@ content: ""; } +.ti-receipt:before { + content: ""; +} + +.ti-receipt-2:before { + content: ""; +} + +.ti-receipt-off:before { + content: ""; +} + +.ti-receipt-refund:before { + content: ""; +} + .ti-receipt-tax:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index f919fe10..4dc4351f 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.37.1 + Tabler Icons - version 1.38.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.37.1

+

version 1.38.0

+
+ + file-info +
+ ti ti-file-info
+ \edec +
+
+
file-invoice @@ -4205,6 +4214,15 @@
+
+ + file-report +
+ ti ti-file-report
+ \eded +
+
+
file-search @@ -4268,6 +4286,24 @@
+
+ + files +
+ ti ti-files
+ \edef +
+
+ +
+ + files-off +
+ ti ti-files-off
+ \edee +
+
+
filter @@ -6212,6 +6248,96 @@
+
+ + number-0 +
+ ti ti-number-0
+ \edf0 +
+
+ +
+ + number-1 +
+ ti ti-number-1
+ \edf1 +
+
+ +
+ + number-2 +
+ ti ti-number-2
+ \edf2 +
+
+ +
+ + number-3 +
+ ti ti-number-3
+ \edf3 +
+
+ +
+ + number-4 +
+ ti ti-number-4
+ \edf4 +
+
+ +
+ + number-5 +
+ ti ti-number-5
+ \edf5 +
+
+ +
+ + number-6 +
+ ti ti-number-6
+ \edf6 +
+
+ +
+ + number-7 +
+ ti ti-number-7
+ \edf7 +
+
+ +
+ + number-8 +
+ ti ti-number-8
+ \edf8 +
+
+ +
+ + number-9 +
+ ti ti-number-9
+ \edf9 +
+
+
octagon @@ -6797,6 +6923,42 @@
+
+ + receipt +
+ ti ti-receipt
+ \edfd +
+
+ +
+ + receipt-2 +
+ ti ti-receipt-2
+ \edfa +
+
+ +
+ + receipt-off +
+ ti ti-receipt-off
+ \edfb +
+
+ +
+ + receipt-refund +
+ ti ti-receipt-refund
+ \edfc +
+
+
receipt-tax diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 0beec554..2006cb37 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! - * Tabler Icons 1.37.1 by tabler - https://tabler.io + * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail: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-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail: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-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-buldozer:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-divide:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-rainbow:before{content:""}.ti-receipt-tax:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail: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-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail: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-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-buldozer:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-divide:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-report:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-number-0:before{content:""}.ti-number-1:before{content:""}.ti-number-2:before{content:""}.ti-number-3:before{content:""}.ti-number-4:before{content:""}.ti-number-5:before{content:""}.ti-number-6:before{content:""}.ti-number-7:before{content:""}.ti-number-8:before{content:""}.ti-number-9:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-rainbow:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-off:before{content:""}.ti-receipt-refund:before{content:""}.ti-receipt-tax:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 81ad7413..69c0aefa 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.37.1 by tabler - https://tabler.io + * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -481,6 +481,7 @@ $ti-icon-file-download: '\ea9d'; $ti-icon-file-export: '\ede9'; $ti-icon-file-horizontal: '\ebb0'; $ti-icon-file-import: '\edea'; +$ti-icon-file-info: '\edec'; $ti-icon-file-invoice: '\eb67'; $ti-icon-file-like: '\ed2b'; $ti-icon-file-minus: '\ea9e'; @@ -488,6 +489,7 @@ $ti-icon-file-music: '\ea9f'; $ti-icon-file-off: '\ecf2'; $ti-icon-file-phone: '\ecdc'; $ti-icon-file-plus: '\eaa0'; +$ti-icon-file-report: '\eded'; $ti-icon-file-search: '\ed5d'; $ti-icon-file-shredder: '\eaa1'; $ti-icon-file-symlink: '\ed53'; @@ -495,6 +497,8 @@ $ti-icon-file-text: '\eaa2'; $ti-icon-file-upload: '\ec91'; $ti-icon-file-x: '\eaa3'; $ti-icon-file-zip: '\ed4e'; +$ti-icon-files: '\edef'; +$ti-icon-files-off: '\edee'; $ti-icon-filter: '\eaa5'; $ti-icon-filter-off: '\ed2c'; $ti-icon-fingerprint: '\ebd1'; @@ -711,6 +715,16 @@ $ti-icon-note: '\eb6d'; $ti-icon-notebook: '\eb96'; $ti-icon-notes: '\eb6e'; $ti-icon-notification: '\eafe'; +$ti-icon-number-0: '\edf0'; +$ti-icon-number-1: '\edf1'; +$ti-icon-number-2: '\edf2'; +$ti-icon-number-3: '\edf3'; +$ti-icon-number-4: '\edf4'; +$ti-icon-number-5: '\edf5'; +$ti-icon-number-6: '\edf6'; +$ti-icon-number-7: '\edf7'; +$ti-icon-number-8: '\edf8'; +$ti-icon-number-9: '\edf9'; $ti-icon-octagon: '\ecbd'; $ti-icon-omega: '\eb97'; $ti-icon-outlet: '\ebd7'; @@ -776,6 +790,10 @@ $ti-icon-qrcode: '\eb11'; $ti-icon-question-mark: '\ec9d'; $ti-icon-radioactive: '\ecc0'; $ti-icon-rainbow: '\edbc'; +$ti-icon-receipt: '\edfd'; +$ti-icon-receipt-2: '\edfa'; +$ti-icon-receipt-off: '\edfb'; +$ti-icon-receipt-refund: '\edfc'; $ti-icon-receipt-tax: '\edbd'; $ti-icon-record-mail: '\eb12'; $ti-icon-rectangle: '\ed37'; @@ -1459,6 +1477,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-file-export:before { content: $ti-icon-file-export; } .#{$ti-icon-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; } .#{$ti-icon-prefix}-file-import:before { content: $ti-icon-file-import; } +.#{$ti-icon-prefix}-file-info:before { content: $ti-icon-file-info; } .#{$ti-icon-prefix}-file-invoice:before { content: $ti-icon-file-invoice; } .#{$ti-icon-prefix}-file-like:before { content: $ti-icon-file-like; } .#{$ti-icon-prefix}-file-minus:before { content: $ti-icon-file-minus; } @@ -1466,6 +1485,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-file-off:before { content: $ti-icon-file-off; } .#{$ti-icon-prefix}-file-phone:before { content: $ti-icon-file-phone; } .#{$ti-icon-prefix}-file-plus:before { content: $ti-icon-file-plus; } +.#{$ti-icon-prefix}-file-report:before { content: $ti-icon-file-report; } .#{$ti-icon-prefix}-file-search:before { content: $ti-icon-file-search; } .#{$ti-icon-prefix}-file-shredder:before { content: $ti-icon-file-shredder; } .#{$ti-icon-prefix}-file-symlink:before { content: $ti-icon-file-symlink; } @@ -1473,6 +1493,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-file-upload:before { content: $ti-icon-file-upload; } .#{$ti-icon-prefix}-file-x:before { content: $ti-icon-file-x; } .#{$ti-icon-prefix}-file-zip:before { content: $ti-icon-file-zip; } +.#{$ti-icon-prefix}-files:before { content: $ti-icon-files; } +.#{$ti-icon-prefix}-files-off:before { content: $ti-icon-files-off; } .#{$ti-icon-prefix}-filter:before { content: $ti-icon-filter; } .#{$ti-icon-prefix}-filter-off:before { content: $ti-icon-filter-off; } .#{$ti-icon-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } @@ -1689,6 +1711,16 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-notebook:before { content: $ti-icon-notebook; } .#{$ti-icon-prefix}-notes:before { content: $ti-icon-notes; } .#{$ti-icon-prefix}-notification:before { content: $ti-icon-notification; } +.#{$ti-icon-prefix}-number-0:before { content: $ti-icon-number-0; } +.#{$ti-icon-prefix}-number-1:before { content: $ti-icon-number-1; } +.#{$ti-icon-prefix}-number-2:before { content: $ti-icon-number-2; } +.#{$ti-icon-prefix}-number-3:before { content: $ti-icon-number-3; } +.#{$ti-icon-prefix}-number-4:before { content: $ti-icon-number-4; } +.#{$ti-icon-prefix}-number-5:before { content: $ti-icon-number-5; } +.#{$ti-icon-prefix}-number-6:before { content: $ti-icon-number-6; } +.#{$ti-icon-prefix}-number-7:before { content: $ti-icon-number-7; } +.#{$ti-icon-prefix}-number-8:before { content: $ti-icon-number-8; } +.#{$ti-icon-prefix}-number-9:before { content: $ti-icon-number-9; } .#{$ti-icon-prefix}-octagon:before { content: $ti-icon-octagon; } .#{$ti-icon-prefix}-omega:before { content: $ti-icon-omega; } .#{$ti-icon-prefix}-outlet:before { content: $ti-icon-outlet; } @@ -1754,6 +1786,10 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-question-mark:before { content: $ti-icon-question-mark; } .#{$ti-icon-prefix}-radioactive:before { content: $ti-icon-radioactive; } .#{$ti-icon-prefix}-rainbow:before { content: $ti-icon-rainbow; } +.#{$ti-icon-prefix}-receipt:before { content: $ti-icon-receipt; } +.#{$ti-icon-prefix}-receipt-2:before { content: $ti-icon-receipt-2; } +.#{$ti-icon-prefix}-receipt-off:before { content: $ti-icon-receipt-off; } +.#{$ti-icon-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; } .#{$ti-icon-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; } .#{$ti-icon-prefix}-record-mail:before { content: $ti-icon-record-mail; } .#{$ti-icon-prefix}-rectangle:before { content: $ti-icon-rectangle; } diff --git a/icons-png/credit-card-off.png b/icons-png/credit-card-off.png index eaf9f94b..ca008997 100644 Binary files a/icons-png/credit-card-off.png and b/icons-png/credit-card-off.png differ diff --git a/icons-png/file-info.png b/icons-png/file-info.png new file mode 100644 index 00000000..c5d84cc2 Binary files /dev/null and b/icons-png/file-info.png differ diff --git a/icons-png/file-report.png b/icons-png/file-report.png new file mode 100644 index 00000000..e94c9499 Binary files /dev/null and b/icons-png/file-report.png differ diff --git a/icons-png/files-off.png b/icons-png/files-off.png new file mode 100644 index 00000000..0808359b Binary files /dev/null and b/icons-png/files-off.png differ diff --git a/icons-png/files.png b/icons-png/files.png new file mode 100644 index 00000000..1267b3ba Binary files /dev/null and b/icons-png/files.png differ diff --git a/icons-png/layout-grid-add.png b/icons-png/layout-grid-add.png index dd5aa818..45ecedb9 100644 Binary files a/icons-png/layout-grid-add.png and b/icons-png/layout-grid-add.png differ diff --git a/icons-png/number-0.png b/icons-png/number-0.png new file mode 100644 index 00000000..409781e5 Binary files /dev/null and b/icons-png/number-0.png differ diff --git a/icons-png/number-1.png b/icons-png/number-1.png new file mode 100644 index 00000000..548050e0 Binary files /dev/null and b/icons-png/number-1.png differ diff --git a/icons-png/number-2.png b/icons-png/number-2.png new file mode 100644 index 00000000..09fcfdde Binary files /dev/null and b/icons-png/number-2.png differ diff --git a/icons-png/number-3.png b/icons-png/number-3.png new file mode 100644 index 00000000..d71cebb2 Binary files /dev/null and b/icons-png/number-3.png differ diff --git a/icons-png/number-4.png b/icons-png/number-4.png new file mode 100644 index 00000000..09d81082 Binary files /dev/null and b/icons-png/number-4.png differ diff --git a/icons-png/number-5.png b/icons-png/number-5.png new file mode 100644 index 00000000..51254683 Binary files /dev/null and b/icons-png/number-5.png differ diff --git a/icons-png/number-6.png b/icons-png/number-6.png new file mode 100644 index 00000000..1e9201c0 Binary files /dev/null and b/icons-png/number-6.png differ diff --git a/icons-png/number-7.png b/icons-png/number-7.png new file mode 100644 index 00000000..0ecf4e96 Binary files /dev/null and b/icons-png/number-7.png differ diff --git a/icons-png/number-8.png b/icons-png/number-8.png new file mode 100644 index 00000000..97c6a58e Binary files /dev/null and b/icons-png/number-8.png differ diff --git a/icons-png/number-9.png b/icons-png/number-9.png new file mode 100644 index 00000000..ad4434e0 Binary files /dev/null and b/icons-png/number-9.png differ diff --git a/icons-png/receipt-2.png b/icons-png/receipt-2.png new file mode 100644 index 00000000..bae30cbd Binary files /dev/null and b/icons-png/receipt-2.png differ diff --git a/icons-png/receipt-off.png b/icons-png/receipt-off.png new file mode 100644 index 00000000..b322e9d2 Binary files /dev/null and b/icons-png/receipt-off.png differ diff --git a/icons-png/receipt-refund.png b/icons-png/receipt-refund.png new file mode 100644 index 00000000..47a22b9a Binary files /dev/null and b/icons-png/receipt-refund.png differ diff --git a/icons-png/receipt.png b/icons-png/receipt.png new file mode 100644 index 00000000..a2fde80e Binary files /dev/null and b/icons-png/receipt.png differ diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js index 8981d618..a51f8d7c 100644 --- a/icons-react/icons-js/credit-card-off.js +++ b/icons-react/icons-js/credit-card-off.js @@ -6,7 +6,7 @@ function IconCreditCardOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/file-info.js b/icons-react/icons-js/file-info.js new file mode 100644 index 00000000..2225b52c --- /dev/null +++ b/icons-react/icons-js/file-info.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileInfo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileInfo; \ No newline at end of file diff --git a/icons-react/icons-js/file-report.js b/icons-react/icons-js/file-report.js new file mode 100644 index 00000000..f60041a3 --- /dev/null +++ b/icons-react/icons-js/file-report.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileReport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileReport; \ No newline at end of file diff --git a/icons-react/icons-js/files-off.js b/icons-react/icons-js/files-off.js new file mode 100644 index 00000000..103cadb5 --- /dev/null +++ b/icons-react/icons-js/files-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFilesOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFilesOff; \ No newline at end of file diff --git a/icons-react/icons-js/files.js b/icons-react/icons-js/files.js new file mode 100644 index 00000000..9fd440bb --- /dev/null +++ b/icons-react/icons-js/files.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFiles({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFiles; \ No newline at end of file diff --git a/icons-react/icons-js/layout-grid-add.js b/icons-react/icons-js/layout-grid-add.js index a17f363f..ba0cadb3 100644 --- a/icons-react/icons-js/layout-grid-add.js +++ b/icons-react/icons-js/layout-grid-add.js @@ -6,7 +6,7 @@ function IconLayoutGridAdd({ stroke = 2, ...props }) { - return ; + return ; } export default IconLayoutGridAdd; \ No newline at end of file diff --git a/icons-react/icons-js/number-0.js b/icons-react/icons-js/number-0.js new file mode 100644 index 00000000..6c15ba0f --- /dev/null +++ b/icons-react/icons-js/number-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber0; \ No newline at end of file diff --git a/icons-react/icons-js/number-1.js b/icons-react/icons-js/number-1.js new file mode 100644 index 00000000..20dec997 --- /dev/null +++ b/icons-react/icons-js/number-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber1; \ No newline at end of file diff --git a/icons-react/icons-js/number-2.js b/icons-react/icons-js/number-2.js new file mode 100644 index 00000000..08b3523d --- /dev/null +++ b/icons-react/icons-js/number-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber2; \ No newline at end of file diff --git a/icons-react/icons-js/number-3.js b/icons-react/icons-js/number-3.js new file mode 100644 index 00000000..4ca4f476 --- /dev/null +++ b/icons-react/icons-js/number-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber3; \ No newline at end of file diff --git a/icons-react/icons-js/number-4.js b/icons-react/icons-js/number-4.js new file mode 100644 index 00000000..f8ecf16a --- /dev/null +++ b/icons-react/icons-js/number-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber4; \ No newline at end of file diff --git a/icons-react/icons-js/number-5.js b/icons-react/icons-js/number-5.js new file mode 100644 index 00000000..805e2b9a --- /dev/null +++ b/icons-react/icons-js/number-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber5; \ No newline at end of file diff --git a/icons-react/icons-js/number-6.js b/icons-react/icons-js/number-6.js new file mode 100644 index 00000000..13e22d59 --- /dev/null +++ b/icons-react/icons-js/number-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber6; \ No newline at end of file diff --git a/icons-react/icons-js/number-7.js b/icons-react/icons-js/number-7.js new file mode 100644 index 00000000..5a2b9f11 --- /dev/null +++ b/icons-react/icons-js/number-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber7; \ No newline at end of file diff --git a/icons-react/icons-js/number-8.js b/icons-react/icons-js/number-8.js new file mode 100644 index 00000000..4c66dd05 --- /dev/null +++ b/icons-react/icons-js/number-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber8; \ No newline at end of file diff --git a/icons-react/icons-js/number-9.js b/icons-react/icons-js/number-9.js new file mode 100644 index 00000000..7684cf0f --- /dev/null +++ b/icons-react/icons-js/number-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber9; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-2.js b/icons-react/icons-js/receipt-2.js new file mode 100644 index 00000000..26c5d75b --- /dev/null +++ b/icons-react/icons-js/receipt-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceipt2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceipt2; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-off.js b/icons-react/icons-js/receipt-off.js new file mode 100644 index 00000000..abd91cf2 --- /dev/null +++ b/icons-react/icons-js/receipt-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceiptOff; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-refund.js b/icons-react/icons-js/receipt-refund.js new file mode 100644 index 00000000..7e7d0656 --- /dev/null +++ b/icons-react/icons-js/receipt-refund.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptRefund({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceiptRefund; \ No newline at end of file diff --git a/icons-react/icons-js/receipt.js b/icons-react/icons-js/receipt.js new file mode 100644 index 00000000..58a5d235 --- /dev/null +++ b/icons-react/icons-js/receipt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceipt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceipt; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 1ff1aebf..d709677c 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -450,6 +450,7 @@ export const IconFileDownload: TablerIcon; export const IconFileExport: TablerIcon; export const IconFileHorizontal: TablerIcon; export const IconFileImport: TablerIcon; +export const IconFileInfo: TablerIcon; export const IconFileInvoice: TablerIcon; export const IconFileLike: TablerIcon; export const IconFileMinus: TablerIcon; @@ -457,6 +458,7 @@ export const IconFileMusic: TablerIcon; export const IconFileOff: TablerIcon; export const IconFilePhone: TablerIcon; export const IconFilePlus: TablerIcon; +export const IconFileReport: TablerIcon; export const IconFileSearch: TablerIcon; export const IconFileShredder: TablerIcon; export const IconFileSymlink: TablerIcon; @@ -465,6 +467,8 @@ export const IconFileUpload: TablerIcon; export const IconFileX: TablerIcon; export const IconFileZip: TablerIcon; export const IconFile: TablerIcon; +export const IconFilesOff: TablerIcon; +export const IconFiles: TablerIcon; export const IconFilterOff: TablerIcon; export const IconFilter: TablerIcon; export const IconFingerprint: TablerIcon; @@ -681,6 +685,16 @@ export const IconNote: TablerIcon; export const IconNotebook: TablerIcon; export const IconNotes: TablerIcon; export const IconNotification: TablerIcon; +export const IconNumber0: TablerIcon; +export const IconNumber1: TablerIcon; +export const IconNumber2: TablerIcon; +export const IconNumber3: TablerIcon; +export const IconNumber4: TablerIcon; +export const IconNumber5: TablerIcon; +export const IconNumber6: TablerIcon; +export const IconNumber7: TablerIcon; +export const IconNumber8: TablerIcon; +export const IconNumber9: TablerIcon; export const IconOctagon: TablerIcon; export const IconOmega: TablerIcon; export const IconOutlet: TablerIcon; @@ -746,7 +760,11 @@ export const IconQrcode: TablerIcon; export const IconQuestionMark: TablerIcon; export const IconRadioactive: TablerIcon; export const IconRainbow: TablerIcon; +export const IconReceipt2: TablerIcon; +export const IconReceiptOff: TablerIcon; +export const IconReceiptRefund: TablerIcon; export const IconReceiptTax: TablerIcon; +export const IconReceipt: TablerIcon; export const IconRecordMail: TablerIcon; export const IconRectangleVertical: TablerIcon; export const IconRectangle: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 5ed56e76..3695be9c 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -444,6 +444,7 @@ export { default as IconFileDownload } from './icons-js/file-download.js'; export { default as IconFileExport } from './icons-js/file-export.js'; export { default as IconFileHorizontal } from './icons-js/file-horizontal.js'; export { default as IconFileImport } from './icons-js/file-import.js'; +export { default as IconFileInfo } from './icons-js/file-info.js'; export { default as IconFileInvoice } from './icons-js/file-invoice.js'; export { default as IconFileLike } from './icons-js/file-like.js'; export { default as IconFileMinus } from './icons-js/file-minus.js'; @@ -451,6 +452,7 @@ export { default as IconFileMusic } from './icons-js/file-music.js'; export { default as IconFileOff } from './icons-js/file-off.js'; export { default as IconFilePhone } from './icons-js/file-phone.js'; export { default as IconFilePlus } from './icons-js/file-plus.js'; +export { default as IconFileReport } from './icons-js/file-report.js'; export { default as IconFileSearch } from './icons-js/file-search.js'; export { default as IconFileShredder } from './icons-js/file-shredder.js'; export { default as IconFileSymlink } from './icons-js/file-symlink.js'; @@ -459,6 +461,8 @@ export { default as IconFileUpload } from './icons-js/file-upload.js'; export { default as IconFileX } from './icons-js/file-x.js'; export { default as IconFileZip } from './icons-js/file-zip.js'; export { default as IconFile } from './icons-js/file.js'; +export { default as IconFilesOff } from './icons-js/files-off.js'; +export { default as IconFiles } from './icons-js/files.js'; export { default as IconFilterOff } from './icons-js/filter-off.js'; export { default as IconFilter } from './icons-js/filter.js'; export { default as IconFingerprint } from './icons-js/fingerprint.js'; @@ -675,6 +679,16 @@ export { default as IconNote } from './icons-js/note.js'; export { default as IconNotebook } from './icons-js/notebook.js'; export { default as IconNotes } from './icons-js/notes.js'; export { default as IconNotification } from './icons-js/notification.js'; +export { default as IconNumber0 } from './icons-js/number-0.js'; +export { default as IconNumber1 } from './icons-js/number-1.js'; +export { default as IconNumber2 } from './icons-js/number-2.js'; +export { default as IconNumber3 } from './icons-js/number-3.js'; +export { default as IconNumber4 } from './icons-js/number-4.js'; +export { default as IconNumber5 } from './icons-js/number-5.js'; +export { default as IconNumber6 } from './icons-js/number-6.js'; +export { default as IconNumber7 } from './icons-js/number-7.js'; +export { default as IconNumber8 } from './icons-js/number-8.js'; +export { default as IconNumber9 } from './icons-js/number-9.js'; export { default as IconOctagon } from './icons-js/octagon.js'; export { default as IconOmega } from './icons-js/omega.js'; export { default as IconOutlet } from './icons-js/outlet.js'; @@ -740,7 +754,11 @@ export { default as IconQrcode } from './icons-js/qrcode.js'; export { default as IconQuestionMark } from './icons-js/question-mark.js'; export { default as IconRadioactive } from './icons-js/radioactive.js'; export { default as IconRainbow } from './icons-js/rainbow.js'; +export { default as IconReceipt2 } from './icons-js/receipt-2.js'; +export { default as IconReceiptOff } from './icons-js/receipt-off.js'; +export { default as IconReceiptRefund } from './icons-js/receipt-refund.js'; export { default as IconReceiptTax } from './icons-js/receipt-tax.js'; +export { default as IconReceipt } from './icons-js/receipt.js'; export { default as IconRecordMail } from './icons-js/record-mail.js'; export { default as IconRectangleVertical } from './icons-js/rectangle-vertical.js'; export { default as IconRectangle } from './icons-js/rectangle.js'; diff --git a/icons/credit-card-off.svg b/icons/credit-card-off.svg index f9682483..c681c2ee 100644 --- a/icons/credit-card-off.svg +++ b/icons/credit-card-off.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/file-info.svg b/icons/file-info.svg new file mode 100644 index 00000000..a464aef9 --- /dev/null +++ b/icons/file-info.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-report.svg b/icons/file-report.svg new file mode 100644 index 00000000..3d653455 --- /dev/null +++ b/icons/file-report.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/files-off.svg b/icons/files-off.svg new file mode 100644 index 00000000..2caffb19 --- /dev/null +++ b/icons/files-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/files.svg b/icons/files.svg new file mode 100644 index 00000000..d6662f18 --- /dev/null +++ b/icons/files.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/layout-grid-add.svg b/icons/layout-grid-add.svg index 9b899e85..2f350317 100644 --- a/icons/layout-grid-add.svg +++ b/icons/layout-grid-add.svg @@ -3,7 +3,8 @@ - + + diff --git a/icons/number-0.svg b/icons/number-0.svg new file mode 100644 index 00000000..c0e3432b --- /dev/null +++ b/icons/number-0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-1.svg b/icons/number-1.svg new file mode 100644 index 00000000..0a36eebf --- /dev/null +++ b/icons/number-1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-2.svg b/icons/number-2.svg new file mode 100644 index 00000000..c4b2c653 --- /dev/null +++ b/icons/number-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-3.svg b/icons/number-3.svg new file mode 100644 index 00000000..5ea8bce7 --- /dev/null +++ b/icons/number-3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-4.svg b/icons/number-4.svg new file mode 100644 index 00000000..2ae3192a --- /dev/null +++ b/icons/number-4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-5.svg b/icons/number-5.svg new file mode 100644 index 00000000..f9b65ff4 --- /dev/null +++ b/icons/number-5.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-6.svg b/icons/number-6.svg new file mode 100644 index 00000000..34a95a86 --- /dev/null +++ b/icons/number-6.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-7.svg b/icons/number-7.svg new file mode 100644 index 00000000..811929a4 --- /dev/null +++ b/icons/number-7.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-8.svg b/icons/number-8.svg new file mode 100644 index 00000000..23290db7 --- /dev/null +++ b/icons/number-8.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-9.svg b/icons/number-9.svg new file mode 100644 index 00000000..37ed08a4 --- /dev/null +++ b/icons/number-9.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/receipt-2.svg b/icons/receipt-2.svg new file mode 100644 index 00000000..4ad45ac8 --- /dev/null +++ b/icons/receipt-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/receipt-off.svg b/icons/receipt-off.svg new file mode 100644 index 00000000..2c0e6edf --- /dev/null +++ b/icons/receipt-off.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/receipt-refund.svg b/icons/receipt-refund.svg new file mode 100644 index 00000000..a80eb75c --- /dev/null +++ b/icons/receipt-refund.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/receipt.svg b/icons/receipt.svg new file mode 100644 index 00000000..8e3d7b9c --- /dev/null +++ b/icons/receipt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package.json b/package.json index 3e4a021b..35e42f77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons", - "version": "1.37.0", + "version": "1.38.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg index 62ae02ba..b04f81f8 100644 --- a/src/_icons/file-info.svg +++ b/src/_icons/file-info.svg @@ -1,6 +1,7 @@ --- tags: [info, information, informations, paper, file, document, page] category: Document +version: 1.38 --- diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index 1c943e96..c5c77224 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -1,6 +1,7 @@ --- tags: [stats, data, paper, document, chart, format] category: Document +version: 1.38 --- diff --git a/src/_icons/files-off.svg b/src/_icons/files-off.svg index 6a8c26ee..cb3fac73 100644 --- a/src/_icons/files-off.svg +++ b/src/_icons/files-off.svg @@ -1,6 +1,7 @@ --- tags: [forms, documents, stack, letter] category: Document +version: 1.38 --- diff --git a/src/_icons/files.svg b/src/_icons/files.svg index 206fda2f..7e47fb5b 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -1,6 +1,7 @@ --- tags: [forms, documents, stack, letter] category: Document +version: 1.38 --- diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg index c9ec2b8b..2ef5b9d8 100644 --- a/src/_icons/number-0.svg +++ b/src/_icons/number-0.svg @@ -1,6 +1,7 @@ --- tags: [zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg index 0b4a822e..208d0f71 100644 --- a/src/_icons/number-1.svg +++ b/src/_icons/number-1.svg @@ -1,6 +1,7 @@ --- tags: [one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg index e5419f69..cc73b1e6 100644 --- a/src/_icons/number-2.svg +++ b/src/_icons/number-2.svg @@ -1,6 +1,7 @@ --- tags: [two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg index 3fa68088..7ba766dd 100644 --- a/src/_icons/number-3.svg +++ b/src/_icons/number-3.svg @@ -1,6 +1,7 @@ --- tags: [three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg index a2378404..801e19c3 100644 --- a/src/_icons/number-4.svg +++ b/src/_icons/number-4.svg @@ -1,6 +1,7 @@ --- tags: [four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg index b89f3635..8979097f 100644 --- a/src/_icons/number-5.svg +++ b/src/_icons/number-5.svg @@ -1,6 +1,7 @@ --- tags: [five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg index 842fc261..c2b9db1d 100644 --- a/src/_icons/number-6.svg +++ b/src/_icons/number-6.svg @@ -1,6 +1,7 @@ --- tags: [six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg index 61006e0b..1694f1d0 100644 --- a/src/_icons/number-7.svg +++ b/src/_icons/number-7.svg @@ -1,6 +1,7 @@ --- tags: [seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg index 4133c7ae..2c46cc78 100644 --- a/src/_icons/number-8.svg +++ b/src/_icons/number-8.svg @@ -1,6 +1,7 @@ --- tags: [eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg index 8a30170e..17d3ea91 100644 --- a/src/_icons/number-9.svg +++ b/src/_icons/number-9.svg @@ -1,6 +1,7 @@ --- tags: [nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers +version: 1.38 --- diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index beff7069..f834a2df 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -1,6 +1,7 @@ --- tags: [bill, restaurant, shop, price, pay, money, total, tax] category: Document +version: 1.38 --- diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index a4ea7ec5..347aba4f 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,6 +1,7 @@ --- tags: [bill, restaurant, shop, price, pay, money, total, tax, free] category: Document +version: 1.38 --- diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index 50b47611..4edb39b5 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -1,6 +1,7 @@ --- tags: [bill, restaurant, shop, price, pay, money, total, give, back, return] category: Document +version: 1.38 --- diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index 889bb973..6e689bfa 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -1,6 +1,7 @@ --- tags: [bill, restaurant, shop, price, pay, money, total, tax] category: Document +version: 1.38 --- diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 3cae6264..2e72a158 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 5d30012f..a01f7eb0 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 f57caf12..892ce938 100644 --- a/tags.json +++ b/tags.json @@ -846,27 +846,27 @@ }, "brand-airbnb": { "category": "Brand", - "tags": ["brand", "airbnb"], + "tags": ["brand", "airbnb", "flat", "apartment", "holiday", "vacation", "city", "break", "book"], "version": "1.32" }, "brand-android": { "category": "Brand", - "tags": ["brand", "android"], + "tags": ["brand", "android", "OS", "company", "system", "interface", "software", "logo"], "version": "1.9" }, "brand-apple-arcade": { "category": "Brand", - "tags": ["brand", "apple", "arcade"], + "tags": ["brand", "apple", "arcade", "technology", "video", "game", "service", "macOS", "device", "play", "online"], "version": "1.32" }, "brand-apple": { "category": "Brand", - "tags": ["brand", "apple"], + "tags": ["brand", "apple", "OS", "company", "system", "interface", "software", "devices", "logo"], "version": "1.9" }, "brand-appstore": { "category": "Brand", - "tags": ["brand", "appstore"], + "tags": ["brand", "appstore", "shop", "online", "application", "logo"], "version": "1.26" }, "brand-asana": { @@ -876,7 +876,7 @@ }, "brand-behance": { "category": "Brand", - "tags": ["brand", "behance"], + "tags": ["brand", "behance", "logo", "website", "Adobe", "project", "views", "marks", "platform", "designer"], "version": "1.13" }, "brand-bing": { @@ -906,22 +906,22 @@ }, "brand-codesandbox": { "category": "Brand", - "tags": ["brand", "codesandbox"], + "tags": ["brand", "codesandbox", "online", "code", "editor", "prototyping", "prototype", "web", "app", "programming", "integrated", "development", "environment", "technology"], "version": "1.32" }, "brand-css3": { "category": "Brand", - "tags": ["brand", "css3"], + "tags": ["brand", "css3", "cascading", "style", "sheet", "programming", "development", "web", "website", "technology"], "version": "1.32" }, "brand-deviantart": { "category": "Brand", - "tags": ["brand", "deviantart"], + "tags": ["brand", "deviantart", "logo", "community", "internet", "works", "designer", "project", "presenting", "artist", "discussion", "website", "platform"], "version": "1.23" }, "brand-discord": { "category": "Brand", - "tags": ["brand", "discord"], + "tags": ["brand", "discord", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform"], "version": "1.21" }, "brand-disqus": { @@ -936,7 +936,7 @@ }, "brand-dribbble": { "category": "Brand", - "tags": ["brand", "dribbble"], + "tags": ["brand", "dribbble", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio"], "version": "1.18" }, "brand-edge": { @@ -946,12 +946,12 @@ }, "brand-facebook": { "category": "Brand", - "tags": ["brand", "facebook"], + "tags": ["brand", "facebook", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], "version": "1.18" }, "brand-figma": { "category": "Brand", - "tags": ["brand", "figma"], + "tags": ["brand", "figma", "logo", "editor", "graphic", "image", "implement", "prototyping"], "version": "1.16" }, "brand-firefox": { @@ -961,12 +961,12 @@ }, "brand-flickr": { "category": "Brand", - "tags": ["brand", "flickr"], + "tags": ["brand", "flickr", "logo", "website", "house", "facilitate", "sharing", "digital", "photos", "images"], "version": "1.23" }, "brand-foursquare": { "category": "Brand", - "tags": ["brand", "foursquare"], + "tags": ["brand", "foursquare", "logo", "website", "community", "social", "network"], "version": "1.23" }, "brand-framer": { @@ -981,7 +981,7 @@ }, "brand-gitlab": { "category": "Brand", - "tags": ["brand", "gitlab"], + "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers"], "version": "1.9" }, "brand-google-analytics": { @@ -991,17 +991,17 @@ }, "brand-google-drive": { "category": "Brand", - "tags": ["brand", "google", "drive"], + "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit"], "version": "1.9" }, "brand-google-play": { "category": "Brand", - "tags": ["brand", "google", "play"], + "tags": ["brand", "google", "play", "logo", "application", "app", "shop", "store", "online"], "version": "1.26" }, "brand-google": { "category": "Brand", - "tags": ["brand", "google"], + "tags": ["brand", "google", "logo", "enterprise", "browser", "internet", "web", "discover"], "version": "1.18" }, "brand-gravatar": { @@ -1016,12 +1016,12 @@ }, "brand-html5": { "category": "Brand", - "tags": ["brand", "html5"], + "tags": ["brand", "html5", "programming", "development", "web", "website", "technology", "markup", "language", "technology"], "version": "1.32" }, "brand-instagram": { "category": "Brand", - "tags": ["brand", "instagram"], + "tags": ["brand", "instagram", "logo", "app", "application", "images", "photos", "videos", "post", "stories", "online", "community"], "version": "1.9" }, "brand-kickstarter": { @@ -1031,17 +1031,17 @@ }, "brand-kotlin": { "category": "Brand", - "tags": ["brand", "kotlin"], + "tags": ["brand", "kotlin", "programming", "language", "programmer", "development", "developer", "technology"], "version": "1.32" }, "brand-linkedin": { "category": "Brand", - "tags": ["brand", "linkedin"], + "tags": ["brand", "linkedin", "logo", "website", "corporation", "work", "business", "internet"], "version": "1.15" }, "brand-medium": { "category": "Brand", - "tags": ["brand", "medium"], + "tags": ["brand", "medium", "logo", "website", "brand", "wordmark", "design"], "version": "1.13" }, "brand-messenger": { @@ -1061,7 +1061,7 @@ }, "brand-opera": { "category": "Brand", - "tags": ["brand", "opera", "browser", "internet", "web", "logo"], + "tags": ["brand", "opera", "logo", "browser", "internet", "free", "program"], "version": "1.9" }, "brand-pagekit": { @@ -1076,17 +1076,17 @@ }, "brand-paypal": { "category": "Brand", - "tags": ["brand", "paypal"], + "tags": ["brand", "paypal", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer"], "version": "1.9" }, "brand-pinterest": { "category": "Brand", - "tags": ["brand", "pinterest"], + "tags": ["brand", "pinterest", "logo", "website", "images", "materials"], "version": "1.15" }, "brand-pocket": { "category": "Brand", - "tags": ["brand", "pocket"], + "tags": ["brand", "pocket", "logo", "software", "application", "app", "mobile", "device", "gathering", "storage"], "version": "1.23" }, "brand-producthunt": { @@ -1096,17 +1096,17 @@ }, "brand-python": { "category": "Brand", - "tags": ["brand", "python"], + "tags": ["brand", "python", "logo", "language", "programming", "source"], "version": "1.23" }, "brand-reddit": { "category": "Brand", - "tags": ["brand", "reddit"], + "tags": ["brand", "reddit", "logo", "website", "information", "link", "internet"], "version": "1.15" }, "brand-safari": { "category": "Brand", - "tags": ["brand", "safari", "navigation", "compass", "travel", "direction", "discover", "browser", "internet", "web", "logo"], + "tags": ["brand", "safari", "logo", "browser", "internet", "iPhone", "iPad", "MacBook", "compass", "apple", "discover"], "version": "1.9" }, "brand-sass": { @@ -1131,32 +1131,32 @@ }, "brand-skype": { "category": "Brand", - "tags": ["brand", "skype"], + "tags": ["brand", "skype", "logo", "application", "app", "communication", "talks", "call", "video", "internet", "camera"], "version": "1.23" }, "brand-slack": { "category": "Brand", - "tags": ["brand", "slack"], + "tags": ["brand", "slack", "logo", "free", "internet", "service", "stuff", "Electron", "app", "application", "communicator", "textual", "audio", "multimedia"], "version": "1.13" }, "brand-snapchat": { "category": "Brand", - "tags": ["brand", "snapchat"], + "tags": ["brand", "snapchat", "logo", "app", "application", "photos", "sending", "images", "mobile", "video"], "version": "1.9" }, "brand-soundcloud": { "category": "Brand", - "tags": ["brand", "soundcloud"], + "tags": ["brand", "soundcloud", "technology", "audio", "distribution", "platform", "music", "upload", "promote", "streaming"], "version": "1.32" }, "brand-spotify": { "category": "Brand", - "tags": ["brand", "spotify"], + "tags": ["brand", "spotify", "logo", "app", "application", "platform", "music", "listening", "streaming", "podcast"], "version": "1.23" }, "brand-steam": { "category": "Brand", - "tags": ["brand", "steam"], + "tags": ["brand", "steam", "technology", "video", "game", "digital", "distribution", "software", "player", "pc"], "version": "1.32" }, "brand-stripe": { @@ -1166,32 +1166,32 @@ }, "brand-tabler": { "category": "Brand", - "tags": ["brand", "tabler"], + "tags": ["brand", "tabler", "logo", "website", "dashboard", "download", "open-source", "UI"], "version": "1.15" }, "brand-tailwind": { "category": "Brand", - "tags": ["brand", "tailwind"], + "tags": ["brand", "tailwind", "logo", "firm", "website"], "version": "1.17" }, "brand-telegram": { "category": "Brand", - "tags": ["brand", "telegram"], + "tags": ["brand", "telegram", "logo", "app", "application", "communicator", "internet", "cloud", "messages", "text", "images", "photos", "videos", "record", "file", "send"], "version": "1.9" }, "brand-tidal": { "category": "Brand", - "tags": ["brand", "tidal"], + "tags": ["brand", "tidal", "technology", "subscription", "music", "podcast", "video", "streaming", "playlist", "party", "track", "song"], "version": "1.32" }, "brand-tiktok": { "category": "Brand", - "tags": ["brand", "tiktok"], + "tags": ["brand", "tiktok", "logo", "app", "application", "mobile", "video", "music"], "version": "1.13" }, "brand-tinder": { "category": "Brand", - "tags": ["brand", "tinder"], + "tags": ["brand", "tinder", "date", "dating", "app", "love", "affection", "affair", "couple", "technology", "networking", "swipe", "match"], "version": "1.32" }, "brand-tumblr": { @@ -1206,7 +1206,7 @@ }, "brand-twitter": { "category": "Brand", - "tags": ["brand", "twitter"], + "tags": ["brand", "twitter", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], "version": "1.18" }, "brand-unsplash": { @@ -1216,27 +1216,27 @@ }, "brand-vimeo": { "category": "Brand", - "tags": ["brand", "vimeo"], + "tags": ["brand", "vimeo", "logo", "website", "sharing", "watching", "video", "users"], "version": "1.23" }, "brand-vk": { "category": "Brand", - "tags": ["brand", "vk"], + "tags": ["brand", "vk", "technology", "social", "media", "networking", "service", "russian"], "version": "1.32" }, "brand-whatsapp": { "category": "Brand", - "tags": ["brand", "whatsapp"], + "tags": ["brand", "whatsapp", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], "version": "1.13" }, "brand-windows": { "category": "Brand", - "tags": ["brand", "windows"], + "tags": ["brand", "windows", "logo", "system", "OS", "computer", "Microsoft"], "version": "1.2" }, "brand-yahoo": { "category": "Brand", - "tags": ["brand", "yahoo"], + "tags": ["brand", "yahoo", "web", "services", "technology", "inbox", "mail", "web", "news", "search"], "version": "1.32" }, "brand-ycombinator": { @@ -1246,7 +1246,7 @@ }, "brand-youtube": { "category": "Brand", - "tags": ["brand", "youtube"], + "tags": ["brand", "youtube", "logo", "platform", "channel", "film", "video", "youtuber", "maker", "comments", "stream", "streamer"], "version": "1.15" }, "briefcase": { @@ -2181,7 +2181,7 @@ }, "file-certificate": { "category": "Document", - "tags": ["file", "certificate"], + "tags": ["file", "certificate", "certificate", "license", "diploma", "document", "format", "data", "paper"], "version": "1.29" }, "file-check": { @@ -2229,6 +2229,11 @@ "tags": ["file", "import", "arrow", "data", "paper", "document", "format"], "version": "1.37" }, + "file-info": { + "category": "Document", + "tags": ["file", "info", "info", "information", "informations", "paper", "file", "document", "page"], + "version": "1.38" + }, "file-invoice": { "category": "Document", "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], @@ -2251,7 +2256,7 @@ }, "file-off": { "category": "Document", - "tags": ["file", "off"], + "tags": ["file", "off", "new", "close", "gap", "paper"], "version": "1.22" }, "file-phone": { @@ -2264,9 +2269,14 @@ "tags": ["file", "plus", "add", "create", "new"], "version": "1.0" }, + "file-report": { + "category": "Document", + "tags": ["file", "report", "stats", "data", "paper", "document", "chart", "format"], + "version": "1.38" + }, "file-search": { "category": "Document", - "tags": ["file", "search"], + "tags": ["file", "search", "search", "data", "paper", "document", "format"], "version": "1.31" }, "file-shredder": { @@ -2276,7 +2286,7 @@ }, "file-symlink": { "category": "Document", - "tags": ["file", "symlink"], + "tags": ["file", "symlink", "text", "format", "extension", "document", "format"], "version": "1.3" }, "file-text": { @@ -2296,7 +2306,7 @@ }, "file-zip": { "category": "Document", - "tags": ["file", "zip"], + "tags": ["file", "zip", "forms", "documents", "stack", "letter", "archive", "rar", "zipped", "extention", "bundle", "format"], "version": "1.29" }, "file": { @@ -2304,6 +2314,16 @@ "tags": ["file", "paper", "new"], "version": "1.0" }, + "files-off": { + "category": "Document", + "tags": ["files", "off", "forms", "documents", "stack", "letter"], + "version": "1.38" + }, + "files": { + "category": "Document", + "tags": ["files", "forms", "documents", "stack", "letter"], + "version": "1.38" + }, "filter-off": { "category": "System", "tags": ["filter", "off"], @@ -3384,6 +3404,56 @@ "tags": ["notification", "bell", "alarm", "reminder", "important"], "version": "1.0" }, + "number-0": { + "category": "Numbers", + "tags": ["number", "0", "zero", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-1": { + "category": "Numbers", + "tags": ["number", "1", "one", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-2": { + "category": "Numbers", + "tags": ["number", "2", "two", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-3": { + "category": "Numbers", + "tags": ["number", "3", "three", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-4": { + "category": "Numbers", + "tags": ["number", "4", "four", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-5": { + "category": "Numbers", + "tags": ["number", "5", "five", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-6": { + "category": "Numbers", + "tags": ["number", "6", "six", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-7": { + "category": "Numbers", + "tags": ["number", "7", "seven", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-8": { + "category": "Numbers", + "tags": ["number", "8", "eight", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, + "number-9": { + "category": "Numbers", + "tags": ["number", "9", "nine", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], + "version": "1.38" + }, "octagon": { "category": "Shapes", "tags": ["octagon"], @@ -3709,11 +3779,31 @@ "tags": ["rainbow"], "version": "1.35" }, + "receipt-2": { + "category": "Document", + "tags": ["receipt", "2", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], + "version": "1.38" + }, + "receipt-off": { + "category": "Document", + "tags": ["receipt", "off", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "free"], + "version": "1.38" + }, + "receipt-refund": { + "category": "Document", + "tags": ["receipt", "refund", "bill", "restaurant", "shop", "price", "pay", "money", "total", "give", "back", "return"], + "version": "1.38" + }, "receipt-tax": { - "category": "", + "category": "Document", "tags": ["receipt", "tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], "version": "1.5" }, + "receipt": { + "category": "Document", + "tags": ["receipt", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], + "version": "1.38" + }, "record-mail": { "category": "", "tags": ["record", "mail", "voice", "voicemail", "message"], -- cgit v1.2.1