From e3aaadc0201945ea0b1159cc422b9517b84a54a4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 13 Mar 2022 00:17:30 +0100 Subject: Release 1.55.0 --- .build/iconfont-unicode.json | 2 +- .github/icons.png | Bin 923589 -> 935598 bytes .github/icons.svg | 3125 +++++++++++++++-------------- .github/tabler-icons-1.55.0.png | Bin 0 -> 13007 bytes .github/tabler-icons-1.55.0.svg | 58 + iconfont/fonts/tabler-icons.eot | Bin 729984 -> 737636 bytes iconfont/fonts/tabler-icons.svg | 153 +- iconfont/fonts/tabler-icons.ttf | Bin 729800 -> 737452 bytes iconfont/fonts/tabler-icons.woff | Bin 386256 -> 390876 bytes iconfont/fonts/tabler-icons.woff2 | Bin 282928 -> 285856 bytes iconfont/tabler-icons.css | 78 +- iconfont/tabler-icons.html | 175 +- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 40 +- icons-png/3d-rotate.png | Bin 0 -> 3374 bytes icons-png/address-book.png | Bin 0 -> 3467 bytes icons-png/album.png | Bin 0 -> 2328 bytes icons-png/augmented-reality.png | Bin 0 -> 3403 bytes icons-png/baseline.png | Bin 0 -> 2077 bytes icons-png/dental.png | Bin 0 -> 3754 bytes icons-png/device-nintendo.png | Bin 0 -> 4263 bytes icons-png/error-404.png | Bin 0 -> 1863 bytes icons-png/file-description.png | Bin 0 -> 2749 bytes icons-png/file-settings.png | Bin 0 -> 3469 bytes icons-png/focus-centered.png | Bin 0 -> 2326 bytes icons-png/gizmo.png | Bin 0 -> 2072 bytes icons-png/layout-dashboard.png | Bin 0 -> 1831 bytes icons-png/letters-case.png | Bin 3006 -> 0 bytes icons-png/oval-vertical.png | Bin 0 -> 3635 bytes icons-png/oval.png | Bin 0 -> 4000 bytes icons-png/paper-bag.png | Bin 0 -> 4173 bytes icons-png/sword.png | Bin 0 -> 2314 bytes icons-png/timeline.png | Bin 0 -> 2105 bytes icons-react/icons-js/3d-rotate.js | 12 + icons-react/icons-js/address-book.js | 12 + icons-react/icons-js/album.js | 12 + icons-react/icons-js/augmented-reality.js | 12 + icons-react/icons-js/baseline.js | 12 + icons-react/icons-js/dental.js | 12 + icons-react/icons-js/device-nintendo.js | 12 + icons-react/icons-js/error-404.js | 12 + icons-react/icons-js/file-description.js | 12 + icons-react/icons-js/file-settings.js | 12 + icons-react/icons-js/focus-centered.js | 12 + icons-react/icons-js/gizmo.js | 12 + icons-react/icons-js/layout-dashboard.js | 12 + icons-react/icons-js/oval-vertical.js | 12 + icons-react/icons-js/oval.js | 12 + icons-react/icons-js/paper-bag.js | 12 + icons-react/icons-js/sword.js | 12 + icons-react/icons-js/timeline.js | 12 + icons-react/index.d.ts | 19 +- icons-react/index.js | 19 +- icons/3d-rotate.svg | 10 + icons/address-book.svg | 11 + icons/album.svg | 7 + icons/augmented-reality.svg | 12 + icons/baseline.svg | 8 + icons/dental.svg | 7 + icons/device-nintendo.svg | 9 + icons/error-404.svg | 10 + icons/file-description.svg | 9 + icons/file-settings.svg | 14 + icons/focus-centered.svg | 10 + icons/gizmo.svg | 10 + icons/layout-dashboard.svg | 9 + icons/letters-case.svg | 9 - icons/oval-vertical.svg | 6 + icons/oval.svg | 6 + icons/paper-bag.svg | 9 + icons/sword.svg | 7 + icons/timeline.svg | 10 + package.json | 2 +- src/_icons/3d-rotate.svg | 11 +- src/_icons/address-book.svg | 1 + src/_icons/album.svg | 1 + src/_icons/augmented-reality.svg | 1 + src/_icons/baseline.svg | 1 + src/_icons/dental.svg | 1 + src/_icons/device-nintendo.svg | 1 + src/_icons/error-404.svg | 1 + src/_icons/file-description.svg | 1 + src/_icons/file-settings.svg | 1 + src/_icons/focus-centered.svg | 1 + src/_icons/gizmo.svg | 1 + src/_icons/layout-dashboard.svg | 1 + src/_icons/oval-vertical.svg | 1 + src/_icons/oval.svg | 1 + src/_icons/paper-bag.svg | 1 + src/_icons/sword.svg | 1 + src/_icons/timeline.svg | 1 + tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 205 +- 94 files changed, 2640 insertions(+), 1661 deletions(-) create mode 100644 .github/tabler-icons-1.55.0.png create mode 100644 .github/tabler-icons-1.55.0.svg create mode 100644 icons-png/3d-rotate.png create mode 100644 icons-png/address-book.png create mode 100644 icons-png/album.png create mode 100644 icons-png/augmented-reality.png create mode 100644 icons-png/baseline.png create mode 100644 icons-png/dental.png create mode 100644 icons-png/device-nintendo.png create mode 100644 icons-png/error-404.png create mode 100644 icons-png/file-description.png create mode 100644 icons-png/file-settings.png create mode 100644 icons-png/focus-centered.png create mode 100644 icons-png/gizmo.png create mode 100644 icons-png/layout-dashboard.png delete mode 100644 icons-png/letters-case.png create mode 100644 icons-png/oval-vertical.png create mode 100644 icons-png/oval.png create mode 100644 icons-png/paper-bag.png create mode 100644 icons-png/sword.png create mode 100644 icons-png/timeline.png create mode 100644 icons-react/icons-js/3d-rotate.js create mode 100644 icons-react/icons-js/address-book.js create mode 100644 icons-react/icons-js/album.js create mode 100644 icons-react/icons-js/augmented-reality.js create mode 100644 icons-react/icons-js/baseline.js create mode 100644 icons-react/icons-js/dental.js create mode 100644 icons-react/icons-js/device-nintendo.js create mode 100644 icons-react/icons-js/error-404.js create mode 100644 icons-react/icons-js/file-description.js create mode 100644 icons-react/icons-js/file-settings.js create mode 100644 icons-react/icons-js/focus-centered.js create mode 100644 icons-react/icons-js/gizmo.js create mode 100644 icons-react/icons-js/layout-dashboard.js create mode 100644 icons-react/icons-js/oval-vertical.js create mode 100644 icons-react/icons-js/oval.js create mode 100644 icons-react/icons-js/paper-bag.js create mode 100644 icons-react/icons-js/sword.js create mode 100644 icons-react/icons-js/timeline.js create mode 100644 icons/3d-rotate.svg create mode 100644 icons/address-book.svg create mode 100644 icons/album.svg create mode 100644 icons/augmented-reality.svg create mode 100644 icons/baseline.svg create mode 100644 icons/dental.svg create mode 100644 icons/device-nintendo.svg create mode 100644 icons/error-404.svg create mode 100644 icons/file-description.svg create mode 100644 icons/file-settings.svg create mode 100644 icons/focus-centered.svg create mode 100644 icons/gizmo.svg create mode 100644 icons/layout-dashboard.svg delete mode 100644 icons/letters-case.svg create mode 100644 icons/oval-vertical.svg create mode 100644 icons/oval.svg create mode 100644 icons/paper-bag.svg create mode 100644 icons/sword.svg create mode 100644 icons/timeline.svg diff --git a/.build/iconfont-unicode.json b/.build/iconfont-unicode.json index 30f9d94d..aab3a15a 100644 --- a/.build/iconfont-unicode.json +++ b/.build/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","ad-2":"ef1f","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","aerial-lift":"edfe","affiliate":"edff","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","angle":"ef20","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","api":"effd","api-app":"effc","app-window":"efe6","apple":"ef21","apps":"ebb6","archive":"ea0b","armchair":"ef9e","armchair-2":"efe7","arrow-autofit-content":"ef31","arrow-autofit-down":"ef32","arrow-autofit-height":"ef33","arrow-autofit-left":"ef34","arrow-autofit-right":"ef35","arrow-autofit-up":"ef36","arrow-autofit-width":"ef37","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-down-line":"efe8","arrow-big-down-lines":"efe9","arrow-big-left":"eddb","arrow-big-left-line":"efea","arrow-big-left-lines":"efeb","arrow-big-right":"eddc","arrow-big-right-line":"efec","arrow-big-right-lines":"efed","arrow-big-top":"eddd","arrow-big-up-line":"efee","arrow-big-up-lines":"efef","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-cross":"effe","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-diagonal-minimize":"ef39","arrows-diagonal-minimize-2":"ef38","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-down":"ee00","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-down":"ee01","arrows-right-left":"edb2","arrows-shuffle":"f000","arrows-shuffle-2":"efff","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-up-left":"ee02","arrows-up-right":"ee03","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","asterisk":"efd5","asterisk-simple":"efd4","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","axe":"ef9f","axis-x":"ef45","axis-y":"ef46","backhoe":"ed86","backpack":"ef47","backspace":"ea2d","badge":"efc2","badges":"efc3","ball-american-football":"ee04","ball-baseball":"efa0","ball-basketball":"ec28","ball-bowling":"ec29","ball-football":"ee06","ball-football-off":"ee05","ball-tennis":"ec2a","ball-volleyball":"ec2b","ballon":"ef3a","ban":"ea2e","bandage":"eb7a","barbell":"eff0","barcode":"ebc6","barrier-block":"f00e","basket":"ebe1","bath":"ef48","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-automotive":"ee07","battery-charging":"ea33","battery-charging-2":"ef3b","battery-eco":"ef3c","battery-off":"ed1c","beach":"ef3d","bed":"eb5c","beer":"efa1","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bell-z":"eff1","bible":"efc4","bike":"ea36","binary":"ee08","biohazard":"ecb8","blockquote":"ee09","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","blur":"ef8c","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","book-2":"efc5","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","books":"eff2","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-style":"ee0a","border-style-2":"ef22","border-top":"ea43","border-vertical":"ea44","bottle":"ef0b","box":"ea45","box-margin":"ee0b","box-model":"ee0c","box-model-2":"ef23","box-multiple":"ee17","box-multiple-0":"ee0d","box-multiple-1":"ee0e","box-multiple-2":"ee0f","box-multiple-3":"ee10","box-multiple-4":"ee11","box-multiple-5":"ee12","box-multiple-6":"ee13","box-multiple-7":"ee14","box-multiple-8":"ee15","box-multiple-9":"ee16","box-padding":"ee18","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-airtable":"ef6a","brand-android":"ec16","brand-angular":"ef6b","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-bootstrap":"ef3e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-cucumber":"ef6c","brand-debian":"ef57","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-doctrine":"ef6d","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firebase":"ef6e","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-git":"ef6f","brand-github":"ec1c","brand-gitlab":"ec1d","brand-gmail":"efa2","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-javascript":"ef0c","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-lastfm":"f001","brand-linkedin":"ec8c","brand-loom":"ef70","brand-mastercard":"ef49","brand-medium":"ec70","brand-messenger":"ec71","brand-meta":"efb0","brand-netbeans":"ef71","brand-netflix":"edcf","brand-notion":"ef7b","brand-nytimes":"ef8d","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-php":"ef72","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-react-native":"ef73","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-stackoverflow":"ef58","brand-steam":"ed6f","brand-stripe":"edd7","brand-sublime-text":"ef74","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tripadvisor":"f002","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-uber":"ef75","brand-ubuntu":"ef59","brand-unsplash":"edd8","brand-vercel":"ef24","brand-vimeo":"ed06","brand-visual-studio":"ef76","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","bread":"efa3","briefcase":"ea46","brightness":"eb7f","brightness-2":"ee19","brightness-down":"eb7d","brightness-half":"ee1a","brightness-up":"eb7e","browser":"ebb7","browser-check":"efd6","browser-plus":"efd7","browser-x":"efd8","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-cottage":"ee1b","building-factory":"ee1c","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","bulldozer":"ee1d","bus":"ebe4","businessplan":"ee1e","butterfly":"efd9","c-sharp":"f003","cake":"f00f","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-off":"ee1f","calendar-plus":"ebba","calendar-stats":"ee20","calendar-time":"ee21","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","camera-rotate":"ee22","camera-selfie":"ee23","candle":"efc6","candy":"ef0d","capture":"ec3c","car":"ebbb","car-crane":"ef25","car-crash":"efa4","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cash-banknote":"ee25","cash-banknote-off":"ee24","cast":"ea56","ce":"ed75","certificate":"ed76","charging-pile":"ee26","chart-arcs":"ee28","chart-arcs-3":"ee27","chart-area":"ea58","chart-area-line":"ea57","chart-arrows":"ee2a","chart-arrows-vertical":"ee29","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-circles":"ee2b","chart-donut":"ea5b","chart-donut-2":"ee2c","chart-donut-3":"ee2d","chart-donut-4":"ee2e","chart-dots":"ee2f","chart-infographic":"ee30","chart-line":"ea5c","chart-pie":"ea5d","chart-pie-2":"ee31","chart-pie-3":"ee32","chart-pie-4":"ee33","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","checkup-list":"ef5a","cheese":"ef26","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-0":"ee34","circle-1":"ee35","circle-2":"ee36","circle-3":"ee37","circle-4":"ee38","circle-5":"ee39","circle-6":"ee3a","circle-7":"ee3b","circle-8":"ee3c","circle-9":"ee3d","circle-check":"ea67","circle-dashed":"ed27","circle-dot":"efb1","circle-dotted":"ed28","circle-half":"ee3f","circle-half-2":"eff3","circle-half-vertical":"ee3e","circle-minus":"ea68","circle-off":"ee40","circle-plus":"ea69","circle-rectangle":"f010","circle-square":"ece4","circle-triangle":"f011","circle-x":"ea6a","circles":"ece5","clear-all":"ee41","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-plus":"efb2","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-lock":"efdb","cloud-lock-open":"efda","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","clubs":"eff4","code":"ea77","code-minus":"ee42","code-plus":"ee43","coffee":"ef0e","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","column-insert-left":"ee44","column-insert-right":"ee45","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","components":"efa5","cone":"efdd","cone-2":"efdc","confetti":"ee46","container":"ee47","contrast":"ec4e","contrast-2":"efc7","cookie":"ef0f","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-left-double":"ee48","corner-down-right":"ea7d","corner-down-right-double":"ee49","corner-left-down":"ea7e","corner-left-down-double":"ee4a","corner-left-up":"ea7f","corner-left-up-double":"ee4b","corner-right-down":"ea80","corner-right-down-double":"ee4c","corner-right-up":"ea81","corner-right-up-double":"ee4d","corner-up-left":"ea82","corner-up-left-double":"ee4e","corner-up-right":"ea83","corner-up-right-double":"ee4f","cpu":"ef8e","crane":"ef27","creative-commons":"efb3","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","cross":"ef8f","crosshair":"ec3e","crown":"ed12","crown-off":"ee50","crutches":"ef5b","cup":"ef28","curling":"efc8","curly-loop":"ecda","currency":"efa6","currency-bahraini":"ee51","currency-bath":"ee52","currency-bitcoin":"ebab","currency-cent":"ee53","currency-dinar":"ee54","currency-dirham":"ee55","currency-dogecoin":"ef4b","currency-dollar":"eb84","currency-dollar-australian":"ee56","currency-dollar-canadian":"ee57","currency-dollar-singapore":"ee58","currency-ethereum":"ee59","currency-euro":"eb85","currency-forint":"ee5a","currency-frank":"ee5b","currency-krone-czech":"ee5c","currency-krone-danish":"ee5d","currency-krone-swedish":"ee5e","currency-leu":"ee5f","currency-lira":"ee60","currency-litecoin":"ee61","currency-naira":"ee62","currency-pound":"ebac","currency-real":"ee63","currency-renminbi":"ee64","currency-ripple":"ee65","currency-riyal":"ee66","currency-rubel":"ee67","currency-rupee":"ebad","currency-shekel":"ee68","currency-taka":"ee69","currency-tugrik":"ee6a","currency-won":"ee6b","currency-yen":"ebae","currency-zloty":"ee6c","current-location":"ecef","cursor-text":"ee6d","cut":"ea86","dashboard":"ea87","database":"ea88","database-export":"ee6e","database-import":"ee6f","database-off":"ee70","details":"ee71","device-analytics":"ee72","device-audio-tape":"ee73","device-cctv":"ee74","device-computer-camera":"ee76","device-computer-camera-off":"ee75","device-desktop":"ea89","device-desktop-analytics":"ee77","device-desktop-off":"ee78","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-message":"ee79","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","device-watch-stats":"ef7d","device-watch-stats-2":"ef7c","devices":"eb87","devices-2":"ed29","devices-pc":"ee7a","diamond":"eb65","diamonds":"eff5","dice":"eb66","dimensions":"ee7b","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","discount-2":"ee7c","divide":"ed5c","dna":"ee7d","dna-2":"ef5c","dog-bowl":"ef29","door":"ef4e","door-enter":"ef4c","door-exit":"ef4d","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","drone-off":"ee7e","drop-circle":"efde","droplet":"ea97","droplet-filled":"ee80","droplet-filled-2":"ee7f","droplet-half":"ee82","droplet-half-2":"ee81","droplet-off":"ee83","ear":"ebce","ear-off":"ee84","edit":"ea98","edit-circle":"ee85","egg":"eb8a","elevator":"efdf","emergency-bed":"ef5d","emphasis":"ebcf","engine":"ef7e","equal":"ee87","equal-not":"ee86","eraser":"eb8b","exchange":"ebe7","exclamation-mark":"efb4","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-check":"ee88","eye-off":"ecf0","eye-table":"ef5e","eyeglass":"ee8a","eyeglass-2":"ee89","face-id":"ea9b","face-id-error":"efa7","face-mask":"efb5","fall":"ecb9","feather":"ee8b","fence":"ef2a","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-digit":"efa8","file-dislike":"ed2a","file-dollar":"efe0","file-download":"ea9d","file-euro":"efe1","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","first-aid-kit":"ef5f","fish":"ef2b","flag":"eaa6","flag-2":"ee8c","flag-3":"ee8d","flame":"ec2c","flare":"ee8e","flask":"ebd2","flask-2":"ef60","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","flower":"eff6","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","forms":"ee8f","frame":"eaaf","free-rights":"efb6","friends":"eab0","gas-station":"ec7d","gauge":"eab1","gavel":"ef90","geometry":"ee90","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","git-pull-request-closed":"ef7f","git-pull-request-draft":"efb7","glass":"eab8","glass-full":"eab7","glass-off":"ee91","globe":"eab9","golf":"ed8c","gps":"ed7a","grain":"ee92","grid-dots":"eaba","grid-pattern":"efc9","grill":"efa9","grip-horizontal":"ec00","grip-vertical":"ec01","growth":"ee93","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hammer":"ef91","hand-click":"ef4f","hand-finger":"ee94","hand-little-finger":"ee95","hand-middle-finger":"ec2d","hand-move":"ef50","hand-off":"ed15","hand-ring-finger":"ee96","hand-rock":"ee97","hand-stop":"ec2e","hand-three-fingers":"ee98","hand-two-fingers":"ee99","hanger":"ee9a","hash":"eabc","haze":"efaa","heading":"ee9b","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","heart-rate-monitor":"ef61","heartbeat":"ef92","helicopter":"ed8e","helicopter-landing":"ed8d","helmet":"efca","help":"eabf","hexagon":"ec02","hexagon-off":"ee9c","hierarchy":"ee9e","hierarchy-2":"ee9d","highlight":"ef3f","history":"ebea","home":"eac1","home-2":"eac0","hotel-service":"ef80","hourglass":"ef93","ice-cream":"eac2","ice-cream-2":"ee9f","ice-skating":"efcb","id":"eac3","id-badge":"eff7","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","kering":"efb8","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-off":"eea0","keyboard-show":"ec7f","ladder":"efe2","lamp":"efab","language":"ebbe","language-hiragana":"ef77","language-katakana":"ef78","lasso":"efac","layers-difference":"eac8","layers-intersect":"eac9","layers-intersect-2":"eff8","layers-linked":"eea1","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-board":"ef95","layout-board-split":"ef94","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-left-collapse":"f004","layout-sidebar-left-expand":"f005","layout-sidebar-right":"ead9","layout-sidebar-right-collapse":"f006","layout-sidebar-right-expand":"f007","leaf":"ed4f","lego":"eadc","lemon":"ef10","lemon-2":"ef81","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-case":"eea5","letter-case-lower":"eea2","letter-case-toggle":"eea3","letter-case-upper":"eea4","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-spacing":"eea6","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-dashed":"eea7","line-dotted":"eea8","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","list-details":"ef40","list-numbers":"ef11","list-search":"eea9","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-access":"eeaa","lock-off":"ed1e","lock-open":"eae1","lock-square":"ef51","login":"eba7","logout":"eba8","lollipop":"efcc","luggage":"efad","lungs":"ef62","macro":"eeab","magnet":"eae3","mail":"eae5","mail-forward":"eeac","mail-opened":"eae4","mailbox":"eead","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","map-search":"ef82","markdown":"ec41","marquee":"ec77","marquee-2":"eeae","mars":"ec80","mask":"eeb0","mask-off":"eeaf","massage":"eeb1","math":"ebeb","math-function":"eeb2","math-symbols":"eeb3","maximize":"eaea","meat":"ef12","medal":"ec78","medal-2":"efcd","medical-cross":"ec2f","medicine-syrup":"ef63","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-2-code":"f012","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-code":"f013","message-dots":"eaee","message-language":"efae","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-2":"ef2c","microphone-off":"ed16","microscope":"ef64","miliraty-award":"efce","military-rank":"efcf","milk":"ef13","minimize":"eaf1","minus":"eaf2","minus-vertical":"eeb4","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-empty":"eeb5","mood-happy":"eaf4","mood-kid":"ec03","mood-nervous":"ef96","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","motorbike":"eeb6","mountain":"ef97","mouse":"eaf9","movie":"eafa","mug":"eafb","multiplier-0-5x":"ef41","multiplier-1-5x":"ef42","multiplier-1x":"ef43","multiplier-2x":"ef44","mushroom":"ef14","music":"eafc","new-section":"ebc1","news":"eafd","nfc":"eeb7","no-copyright":"efb9","no-creative-commons":"efba","no-derivatives":"efbb","north-star":"f014","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","numbers":"f015","nurse":"ef65","octagon":"ecbd","octagon-off":"eeb8","old":"eeb9","olympics":"eeba","omega":"eb97","outlet":"ebd7","overline":"eebb","package":"eaff","pacman":"eebc","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","paw":"eff9","peace":"ecbe","pencil":"eb04","pennant":"ed7d","pentagon":"efe3","pepper":"ef15","percentage":"ecf4","perspective":"eebd","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","physotherapist":"eebe","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","picture-in-picture-top":"efe4","pig":"ef52","pill":"ec44","pills":"ef66","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","plane-inflight":"ef98","planet":"ec08","plant":"ed50","plant-2":"ed7e","play-card":"eebf","player-eject":"efbc","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","playlist":"eec0","playlist-add":"f008","playlist-x":"f009","plug":"ebd9","plug-connected":"f00a","plus":"eb0b","point":"eb0c","pokeball":"eec1","polaroid":"eec2","polygon":"efd0","pool":"ed91","power":"eb0d","pray":"ecbf","premium-rights":"efbd","prescription":"ef99","presentation":"eb70","presentation-analytics":"eec3","printer":"eb0e","prison":"ef79","prompt":"eb0f","propeller":"eec4","puzzle":"eb10","puzzle-2":"ef83","pyramid":"eec5","qrcode":"eb11","question-mark":"ec9d","quote":"efbe","radar":"f017","radar-2":"f016","radio":"ef2d","radioactive":"ecc0","radius-bottom-left":"eec6","radius-bottom-right":"eec7","radius-top-left":"eec8","radius-top-right":"eec9","rainbow":"edbc","receipt":"edfd","receipt-2":"edfa","receipt-off":"edfb","receipt-refund":"edfc","receipt-tax":"edbd","recharging":"eeca","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","refresh-dot":"efbf","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","report":"eece","report-analytics":"eecb","report-medical":"eecc","report-money":"eecd","report-search":"ef84","resize":"eecf","ripple":"ed82","road":"f018","road-sign":"ecdd","robot":"f00b","rocket":"ec45","roller-skating":"efd1","rotate":"eb16","rotate-2":"ebb4","rotate-360":"ef85","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-dot":"efe5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","row-insert-bottom":"eed0","row-insert-top":"eed1","rss":"eb19","ruler":"eb1a","ruler-2":"eed2","run":"ec82","sailboat":"ec83","salt":"ef16","satellite":"eed3","sausage":"ef17","scale":"ebc2","scale-outline":"ef53","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","scuba-mask":"eed4","search":"eb1c","section":"eed5","section-sign":"f019","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","settings-automation":"eed6","shadow":"eed8","shadow-off":"eed7","shape":"eb9c","shape-2":"eed9","shape-3":"eeda","share":"eb21","shield":"eb24","shield-check":"eb22","shield-checkered":"ef9a","shield-chevron":"ef9b","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shoe":"efd2","shopping-cart":"eb25","shopping-cart-discount":"eedb","shopping-cart-off":"eedc","shopping-cart-plus":"eedd","shopping-cart-x":"eede","shredder":"eedf","signature":"eee0","sitemap":"eb9d","skateboard":"ecc2","sleigh":"ef9c","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sock":"eee1","sofa":"efaf","sort-ascending":"eb26","sort-ascending-2":"eee2","sort-ascending-letters":"ef18","sort-ascending-numbers":"ef19","sort-descending":"eb27","sort-descending-2":"eee3","sort-descending-letters":"ef1a","sort-descending-numbers":"ef1b","soup":"ef2e","space":"ec0c","spacing-horizontal":"ef54","spacing-vertical":"ef55","spade":"effa","speakerphone":"ed61","speedboat":"ed93","sport-billard":"eee4","square":"eb2c","square-0":"eee5","square-1":"eee6","square-2":"eee7","square-3":"eee8","square-4":"eee9","square-5":"eeea","square-6":"eeeb","square-7":"eeec","square-8":"eeed","square-9":"eeee","square-asterisk":"f01a","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-half":"effb","square-minus":"eb29","square-off":"eeef","square-plus":"eb2a","square-root":"eef1","square-root-2":"eef0","square-rotated":"ecdf","square-rotated-forbid":"f01c","square-rotated-forbid-2":"f01b","square-rotated-off":"eef2","square-toggle":"eef4","square-toggle-horizontal":"eef3","square-x":"eb2b","squares-diagonal":"eef5","squares-filled":"eef6","stack":"eb2d","stack-2":"eef7","stack-3":"ef9d","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","sunrise":"ef1c","sunset":"ec31","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","table-export":"eef8","table-import":"eef9","table-off":"eefa","tag":"eb34","tag-off":"efc0","tags":"ef86","tags-off":"efc1","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","tent":"eefb","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-direction-ltr":"eefc","text-direction-rtl":"eefd","text-resize":"ef87","text-wrap":"ebdd","text-wrap-disabled":"eca7","thermometer":"ef67","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tilt-shift":"eefe","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","toilet-paper":"efd3","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tools-kitchen-2":"eeff","tornado":"ece2","tournament":"ecd0","track":"ef00","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","transfer-in":"ef2f","transfer-out":"ef30","trash":"eb41","trash-off":"ed65","trash-x":"ef88","tree":"ef01","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-inverted":"f01d","triangle-off":"ef02","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-off":"ef03","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","usb":"f00c","user":"eb4d","user-check":"eb49","user-circle":"ef68","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-search":"ef89","user-x":"eb4c","users":"ebf2","vaccine":"ef04","vaccine-bottle":"ef69","variable":"ef05","vector":"eca9","vector-beizer-2":"ed3a","vector-bezier":"ef1d","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","vinyl":"f00d","virus":"eb74","virus-off":"ed66","virus-search":"ed67","vocabulary":"ef1e","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wall":"ef7a","wallet":"eb75","wallpaper":"ef56","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","webhook":"f01e","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","window":"ef06","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-download":"ef8a","world-latitude":"ed2e","world-longitude":"ed2f","world-upload":"ef8b","wrecking-ball":"ed97","writing":"ef08","writing-sign":"ef07","x":"eb55","yin-yang":"ec35","yoga":"f01f","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-check":"ef09","zoom-in":"eb56","zoom-money":"ef0a","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","3d-rotate":"f020","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","ad-2":"ef1f","address-book":"f021","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","aerial-lift":"edfe","affiliate":"edff","alarm":"ea04","album":"f022","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","angle":"ef20","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","api":"effd","api-app":"effc","app-window":"efe6","apple":"ef21","apps":"ebb6","archive":"ea0b","armchair":"ef9e","armchair-2":"efe7","arrow-autofit-content":"ef31","arrow-autofit-down":"ef32","arrow-autofit-height":"ef33","arrow-autofit-left":"ef34","arrow-autofit-right":"ef35","arrow-autofit-up":"ef36","arrow-autofit-width":"ef37","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-down-line":"efe8","arrow-big-down-lines":"efe9","arrow-big-left":"eddb","arrow-big-left-line":"efea","arrow-big-left-lines":"efeb","arrow-big-right":"eddc","arrow-big-right-line":"efec","arrow-big-right-lines":"efed","arrow-big-top":"eddd","arrow-big-up-line":"efee","arrow-big-up-lines":"efef","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-cross":"effe","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-diagonal-minimize":"ef39","arrows-diagonal-minimize-2":"ef38","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-down":"ee00","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-down":"ee01","arrows-right-left":"edb2","arrows-shuffle":"f000","arrows-shuffle-2":"efff","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-up-left":"ee02","arrows-up-right":"ee03","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","asterisk":"efd5","asterisk-simple":"efd4","at":"ea2b","atom":"eb79","atom-2":"ebdf","augmented-reality":"f023","award":"ea2c","axe":"ef9f","axis-x":"ef45","axis-y":"ef46","backhoe":"ed86","backpack":"ef47","backspace":"ea2d","badge":"efc2","badges":"efc3","ball-american-football":"ee04","ball-baseball":"efa0","ball-basketball":"ec28","ball-bowling":"ec29","ball-football":"ee06","ball-football-off":"ee05","ball-tennis":"ec2a","ball-volleyball":"ec2b","ballon":"ef3a","ban":"ea2e","bandage":"eb7a","barbell":"eff0","barcode":"ebc6","barrier-block":"f00e","baseline":"f024","basket":"ebe1","bath":"ef48","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-automotive":"ee07","battery-charging":"ea33","battery-charging-2":"ef3b","battery-eco":"ef3c","battery-off":"ed1c","beach":"ef3d","bed":"eb5c","beer":"efa1","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bell-z":"eff1","bible":"efc4","bike":"ea36","binary":"ee08","biohazard":"ecb8","blockquote":"ee09","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","blur":"ef8c","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","book-2":"efc5","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","books":"eff2","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-style":"ee0a","border-style-2":"ef22","border-top":"ea43","border-vertical":"ea44","bottle":"ef0b","box":"ea45","box-margin":"ee0b","box-model":"ee0c","box-model-2":"ef23","box-multiple":"ee17","box-multiple-0":"ee0d","box-multiple-1":"ee0e","box-multiple-2":"ee0f","box-multiple-3":"ee10","box-multiple-4":"ee11","box-multiple-5":"ee12","box-multiple-6":"ee13","box-multiple-7":"ee14","box-multiple-8":"ee15","box-multiple-9":"ee16","box-padding":"ee18","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-airtable":"ef6a","brand-android":"ec16","brand-angular":"ef6b","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-bootstrap":"ef3e","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-cucumber":"ef6c","brand-debian":"ef57","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-doctrine":"ef6d","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firebase":"ef6e","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-git":"ef6f","brand-github":"ec1c","brand-gitlab":"ec1d","brand-gmail":"efa2","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-javascript":"ef0c","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-lastfm":"f001","brand-linkedin":"ec8c","brand-loom":"ef70","brand-mastercard":"ef49","brand-medium":"ec70","brand-messenger":"ec71","brand-meta":"efb0","brand-netbeans":"ef71","brand-netflix":"edcf","brand-notion":"ef7b","brand-nytimes":"ef8d","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-php":"ef72","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-react-native":"ef73","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-stackoverflow":"ef58","brand-steam":"ed6f","brand-stripe":"edd7","brand-sublime-text":"ef74","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tripadvisor":"f002","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-uber":"ef75","brand-ubuntu":"ef59","brand-unsplash":"edd8","brand-vercel":"ef24","brand-vimeo":"ed06","brand-visual-studio":"ef76","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","bread":"efa3","briefcase":"ea46","brightness":"eb7f","brightness-2":"ee19","brightness-down":"eb7d","brightness-half":"ee1a","brightness-up":"eb7e","browser":"ebb7","browser-check":"efd6","browser-plus":"efd7","browser-x":"efd8","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-cottage":"ee1b","building-factory":"ee1c","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","bulldozer":"ee1d","bus":"ebe4","businessplan":"ee1e","butterfly":"efd9","c-sharp":"f003","cake":"f00f","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-off":"ee1f","calendar-plus":"ebba","calendar-stats":"ee20","calendar-time":"ee21","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","camera-rotate":"ee22","camera-selfie":"ee23","candle":"efc6","candy":"ef0d","capture":"ec3c","car":"ebbb","car-crane":"ef25","car-crash":"efa4","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cash-banknote":"ee25","cash-banknote-off":"ee24","cast":"ea56","ce":"ed75","certificate":"ed76","charging-pile":"ee26","chart-arcs":"ee28","chart-arcs-3":"ee27","chart-area":"ea58","chart-area-line":"ea57","chart-arrows":"ee2a","chart-arrows-vertical":"ee29","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-circles":"ee2b","chart-donut":"ea5b","chart-donut-2":"ee2c","chart-donut-3":"ee2d","chart-donut-4":"ee2e","chart-dots":"ee2f","chart-infographic":"ee30","chart-line":"ea5c","chart-pie":"ea5d","chart-pie-2":"ee31","chart-pie-3":"ee32","chart-pie-4":"ee33","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","checkup-list":"ef5a","cheese":"ef26","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-0":"ee34","circle-1":"ee35","circle-2":"ee36","circle-3":"ee37","circle-4":"ee38","circle-5":"ee39","circle-6":"ee3a","circle-7":"ee3b","circle-8":"ee3c","circle-9":"ee3d","circle-check":"ea67","circle-dashed":"ed27","circle-dot":"efb1","circle-dotted":"ed28","circle-half":"ee3f","circle-half-2":"eff3","circle-half-vertical":"ee3e","circle-minus":"ea68","circle-off":"ee40","circle-plus":"ea69","circle-rectangle":"f010","circle-square":"ece4","circle-triangle":"f011","circle-x":"ea6a","circles":"ece5","clear-all":"ee41","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-plus":"efb2","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-lock":"efdb","cloud-lock-open":"efda","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","clubs":"eff4","code":"ea77","code-minus":"ee42","code-plus":"ee43","coffee":"ef0e","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","column-insert-left":"ee44","column-insert-right":"ee45","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","components":"efa5","cone":"efdd","cone-2":"efdc","confetti":"ee46","container":"ee47","contrast":"ec4e","contrast-2":"efc7","cookie":"ef0f","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-left-double":"ee48","corner-down-right":"ea7d","corner-down-right-double":"ee49","corner-left-down":"ea7e","corner-left-down-double":"ee4a","corner-left-up":"ea7f","corner-left-up-double":"ee4b","corner-right-down":"ea80","corner-right-down-double":"ee4c","corner-right-up":"ea81","corner-right-up-double":"ee4d","corner-up-left":"ea82","corner-up-left-double":"ee4e","corner-up-right":"ea83","corner-up-right-double":"ee4f","cpu":"ef8e","crane":"ef27","creative-commons":"efb3","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","cross":"ef8f","crosshair":"ec3e","crown":"ed12","crown-off":"ee50","crutches":"ef5b","cup":"ef28","curling":"efc8","curly-loop":"ecda","currency":"efa6","currency-bahraini":"ee51","currency-bath":"ee52","currency-bitcoin":"ebab","currency-cent":"ee53","currency-dinar":"ee54","currency-dirham":"ee55","currency-dogecoin":"ef4b","currency-dollar":"eb84","currency-dollar-australian":"ee56","currency-dollar-canadian":"ee57","currency-dollar-singapore":"ee58","currency-ethereum":"ee59","currency-euro":"eb85","currency-forint":"ee5a","currency-frank":"ee5b","currency-krone-czech":"ee5c","currency-krone-danish":"ee5d","currency-krone-swedish":"ee5e","currency-leu":"ee5f","currency-lira":"ee60","currency-litecoin":"ee61","currency-naira":"ee62","currency-pound":"ebac","currency-real":"ee63","currency-renminbi":"ee64","currency-ripple":"ee65","currency-riyal":"ee66","currency-rubel":"ee67","currency-rupee":"ebad","currency-shekel":"ee68","currency-taka":"ee69","currency-tugrik":"ee6a","currency-won":"ee6b","currency-yen":"ebae","currency-zloty":"ee6c","current-location":"ecef","cursor-text":"ee6d","cut":"ea86","dashboard":"ea87","database":"ea88","database-export":"ee6e","database-import":"ee6f","database-off":"ee70","dental":"f025","details":"ee71","device-analytics":"ee72","device-audio-tape":"ee73","device-cctv":"ee74","device-computer-camera":"ee76","device-computer-camera-off":"ee75","device-desktop":"ea89","device-desktop-analytics":"ee77","device-desktop-off":"ee78","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-message":"ee79","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-nintendo":"f026","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","device-watch-stats":"ef7d","device-watch-stats-2":"ef7c","devices":"eb87","devices-2":"ed29","devices-pc":"ee7a","diamond":"eb65","diamonds":"eff5","dice":"eb66","dimensions":"ee7b","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","discount-2":"ee7c","divide":"ed5c","dna":"ee7d","dna-2":"ef5c","dog-bowl":"ef29","door":"ef4e","door-enter":"ef4c","door-exit":"ef4d","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","drone-off":"ee7e","drop-circle":"efde","droplet":"ea97","droplet-filled":"ee80","droplet-filled-2":"ee7f","droplet-half":"ee82","droplet-half-2":"ee81","droplet-off":"ee83","ear":"ebce","ear-off":"ee84","edit":"ea98","edit-circle":"ee85","egg":"eb8a","elevator":"efdf","emergency-bed":"ef5d","emphasis":"ebcf","engine":"ef7e","equal":"ee87","equal-not":"ee86","eraser":"eb8b","error-404":"f027","exchange":"ebe7","exclamation-mark":"efb4","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-check":"ee88","eye-off":"ecf0","eye-table":"ef5e","eyeglass":"ee8a","eyeglass-2":"ee89","face-id":"ea9b","face-id-error":"efa7","face-mask":"efb5","fall":"ecb9","feather":"ee8b","fence":"ef2a","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-description":"f028","file-diff":"ecf1","file-digit":"efa8","file-dislike":"ed2a","file-dollar":"efe0","file-download":"ea9d","file-euro":"efe1","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-settings":"f029","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","first-aid-kit":"ef5f","fish":"ef2b","flag":"eaa6","flag-2":"ee8c","flag-3":"ee8d","flame":"ec2c","flare":"ee8e","flask":"ebd2","flask-2":"ef60","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","flower":"eff6","focus":"eb8d","focus-2":"ebd3","focus-centered":"f02a","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","forms":"ee8f","frame":"eaaf","free-rights":"efb6","friends":"eab0","gas-station":"ec7d","gauge":"eab1","gavel":"ef90","geometry":"ee90","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","git-pull-request-closed":"ef7f","git-pull-request-draft":"efb7","gizmo":"f02b","glass":"eab8","glass-full":"eab7","glass-off":"ee91","globe":"eab9","golf":"ed8c","gps":"ed7a","grain":"ee92","grid-dots":"eaba","grid-pattern":"efc9","grill":"efa9","grip-horizontal":"ec00","grip-vertical":"ec01","growth":"ee93","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hammer":"ef91","hand-click":"ef4f","hand-finger":"ee94","hand-little-finger":"ee95","hand-middle-finger":"ec2d","hand-move":"ef50","hand-off":"ed15","hand-ring-finger":"ee96","hand-rock":"ee97","hand-stop":"ec2e","hand-three-fingers":"ee98","hand-two-fingers":"ee99","hanger":"ee9a","hash":"eabc","haze":"efaa","heading":"ee9b","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","heart-rate-monitor":"ef61","heartbeat":"ef92","helicopter":"ed8e","helicopter-landing":"ed8d","helmet":"efca","help":"eabf","hexagon":"ec02","hexagon-off":"ee9c","hierarchy":"ee9e","hierarchy-2":"ee9d","highlight":"ef3f","history":"ebea","home":"eac1","home-2":"eac0","hotel-service":"ef80","hourglass":"ef93","ice-cream":"eac2","ice-cream-2":"ee9f","ice-skating":"efcb","id":"eac3","id-badge":"eff7","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","kering":"efb8","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-off":"eea0","keyboard-show":"ec7f","ladder":"efe2","lamp":"efab","language":"ebbe","language-hiragana":"ef77","language-katakana":"ef78","lasso":"efac","layers-difference":"eac8","layers-intersect":"eac9","layers-intersect-2":"eff8","layers-linked":"eea1","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-board":"ef95","layout-board-split":"ef94","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-dashboard":"f02c","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-left-collapse":"f004","layout-sidebar-left-expand":"f005","layout-sidebar-right":"ead9","layout-sidebar-right-collapse":"f006","layout-sidebar-right-expand":"f007","leaf":"ed4f","lego":"eadc","lemon":"ef10","lemon-2":"ef81","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-case":"eea5","letter-case-lower":"eea2","letter-case-toggle":"eea3","letter-case-upper":"eea4","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-spacing":"eea6","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-dashed":"eea7","line-dotted":"eea8","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","list-details":"ef40","list-numbers":"ef11","list-search":"eea9","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-access":"eeaa","lock-off":"ed1e","lock-open":"eae1","lock-square":"ef51","login":"eba7","logout":"eba8","lollipop":"efcc","luggage":"efad","lungs":"ef62","macro":"eeab","magnet":"eae3","mail":"eae5","mail-forward":"eeac","mail-opened":"eae4","mailbox":"eead","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","map-search":"ef82","markdown":"ec41","marquee":"ec77","marquee-2":"eeae","mars":"ec80","mask":"eeb0","mask-off":"eeaf","massage":"eeb1","math":"ebeb","math-function":"eeb2","math-symbols":"eeb3","maximize":"eaea","meat":"ef12","medal":"ec78","medal-2":"efcd","medical-cross":"ec2f","medicine-syrup":"ef63","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-2-code":"f012","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-code":"f013","message-dots":"eaee","message-language":"efae","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-2":"ef2c","microphone-off":"ed16","microscope":"ef64","miliraty-award":"efce","military-rank":"efcf","milk":"ef13","minimize":"eaf1","minus":"eaf2","minus-vertical":"eeb4","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-empty":"eeb5","mood-happy":"eaf4","mood-kid":"ec03","mood-nervous":"ef96","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","motorbike":"eeb6","mountain":"ef97","mouse":"eaf9","movie":"eafa","mug":"eafb","multiplier-0-5x":"ef41","multiplier-1-5x":"ef42","multiplier-1x":"ef43","multiplier-2x":"ef44","mushroom":"ef14","music":"eafc","new-section":"ebc1","news":"eafd","nfc":"eeb7","no-copyright":"efb9","no-creative-commons":"efba","no-derivatives":"efbb","north-star":"f014","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","numbers":"f015","nurse":"ef65","octagon":"ecbd","octagon-off":"eeb8","old":"eeb9","olympics":"eeba","omega":"eb97","outlet":"ebd7","oval":"f02e","oval-vertical":"f02d","overline":"eebb","package":"eaff","pacman":"eebc","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paper-bag":"f02f","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","paw":"eff9","peace":"ecbe","pencil":"eb04","pennant":"ed7d","pentagon":"efe3","pepper":"ef15","percentage":"ecf4","perspective":"eebd","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","physotherapist":"eebe","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","picture-in-picture-top":"efe4","pig":"ef52","pill":"ec44","pills":"ef66","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","plane-inflight":"ef98","planet":"ec08","plant":"ed50","plant-2":"ed7e","play-card":"eebf","player-eject":"efbc","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","playlist":"eec0","playlist-add":"f008","playlist-x":"f009","plug":"ebd9","plug-connected":"f00a","plus":"eb0b","point":"eb0c","pokeball":"eec1","polaroid":"eec2","polygon":"efd0","pool":"ed91","power":"eb0d","pray":"ecbf","premium-rights":"efbd","prescription":"ef99","presentation":"eb70","presentation-analytics":"eec3","printer":"eb0e","prison":"ef79","prompt":"eb0f","propeller":"eec4","puzzle":"eb10","puzzle-2":"ef83","pyramid":"eec5","qrcode":"eb11","question-mark":"ec9d","quote":"efbe","radar":"f017","radar-2":"f016","radio":"ef2d","radioactive":"ecc0","radius-bottom-left":"eec6","radius-bottom-right":"eec7","radius-top-left":"eec8","radius-top-right":"eec9","rainbow":"edbc","receipt":"edfd","receipt-2":"edfa","receipt-off":"edfb","receipt-refund":"edfc","receipt-tax":"edbd","recharging":"eeca","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","refresh-dot":"efbf","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","report":"eece","report-analytics":"eecb","report-medical":"eecc","report-money":"eecd","report-search":"ef84","resize":"eecf","ripple":"ed82","road":"f018","road-sign":"ecdd","robot":"f00b","rocket":"ec45","roller-skating":"efd1","rotate":"eb16","rotate-2":"ebb4","rotate-360":"ef85","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-dot":"efe5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","row-insert-bottom":"eed0","row-insert-top":"eed1","rss":"eb19","ruler":"eb1a","ruler-2":"eed2","run":"ec82","sailboat":"ec83","salt":"ef16","satellite":"eed3","sausage":"ef17","scale":"ebc2","scale-outline":"ef53","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","scuba-mask":"eed4","search":"eb1c","section":"eed5","section-sign":"f019","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","settings-automation":"eed6","shadow":"eed8","shadow-off":"eed7","shape":"eb9c","shape-2":"eed9","shape-3":"eeda","share":"eb21","shield":"eb24","shield-check":"eb22","shield-checkered":"ef9a","shield-chevron":"ef9b","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shoe":"efd2","shopping-cart":"eb25","shopping-cart-discount":"eedb","shopping-cart-off":"eedc","shopping-cart-plus":"eedd","shopping-cart-x":"eede","shredder":"eedf","signature":"eee0","sitemap":"eb9d","skateboard":"ecc2","sleigh":"ef9c","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sock":"eee1","sofa":"efaf","sort-ascending":"eb26","sort-ascending-2":"eee2","sort-ascending-letters":"ef18","sort-ascending-numbers":"ef19","sort-descending":"eb27","sort-descending-2":"eee3","sort-descending-letters":"ef1a","sort-descending-numbers":"ef1b","soup":"ef2e","space":"ec0c","spacing-horizontal":"ef54","spacing-vertical":"ef55","spade":"effa","speakerphone":"ed61","speedboat":"ed93","sport-billard":"eee4","square":"eb2c","square-0":"eee5","square-1":"eee6","square-2":"eee7","square-3":"eee8","square-4":"eee9","square-5":"eeea","square-6":"eeeb","square-7":"eeec","square-8":"eeed","square-9":"eeee","square-asterisk":"f01a","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-half":"effb","square-minus":"eb29","square-off":"eeef","square-plus":"eb2a","square-root":"eef1","square-root-2":"eef0","square-rotated":"ecdf","square-rotated-forbid":"f01c","square-rotated-forbid-2":"f01b","square-rotated-off":"eef2","square-toggle":"eef4","square-toggle-horizontal":"eef3","square-x":"eb2b","squares-diagonal":"eef5","squares-filled":"eef6","stack":"eb2d","stack-2":"eef7","stack-3":"ef9d","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","sunrise":"ef1c","sunset":"ec31","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","sword":"f030","table":"eba1","table-export":"eef8","table-import":"eef9","table-off":"eefa","tag":"eb34","tag-off":"efc0","tags":"ef86","tags-off":"efc1","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","tent":"eefb","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-direction-ltr":"eefc","text-direction-rtl":"eefd","text-resize":"ef87","text-wrap":"ebdd","text-wrap-disabled":"eca7","thermometer":"ef67","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tilt-shift":"eefe","timeline":"f031","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","toilet-paper":"efd3","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tools-kitchen-2":"eeff","tornado":"ece2","tournament":"ecd0","track":"ef00","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","transfer-in":"ef2f","transfer-out":"ef30","trash":"eb41","trash-off":"ed65","trash-x":"ef88","tree":"ef01","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-inverted":"f01d","triangle-off":"ef02","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-off":"ef03","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","usb":"f00c","user":"eb4d","user-check":"eb49","user-circle":"ef68","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-search":"ef89","user-x":"eb4c","users":"ebf2","vaccine":"ef04","vaccine-bottle":"ef69","variable":"ef05","vector":"eca9","vector-beizer-2":"ed3a","vector-bezier":"ef1d","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","vinyl":"f00d","virus":"eb74","virus-off":"ed66","virus-search":"ed67","vocabulary":"ef1e","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wall":"ef7a","wallet":"eb75","wallpaper":"ef56","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","webhook":"f01e","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","window":"ef06","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-download":"ef8a","world-latitude":"ed2e","world-longitude":"ed2f","world-upload":"ef8b","wrecking-ball":"ed97","writing":"ef08","writing-sign":"ef07","x":"eb55","yin-yang":"ec35","yoga":"f01f","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-check":"ef09","zoom-in":"eb56","zoom-money":"ef0a","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file diff --git a/.github/icons.png b/.github/icons.png index 08c932ca..f9271f95 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index 48e39369..03dac488 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,7 +1,9 @@ - + + + @@ -16,6 +18,8 @@ + @@ -28,6 +32,8 @@ + + @@ -302,6 +308,8 @@ + + @@ -348,6 +356,8 @@ + + @@ -1234,6 +1244,8 @@ + + @@ -1266,6 +1278,8 @@ + + @@ -1380,6 +1394,8 @@ + + @@ -1424,6 +1440,8 @@ + + @@ -1462,6 +1480,8 @@ + + @@ -1522,6 +1542,8 @@ + + @@ -1584,6 +1606,8 @@ + + @@ -1784,6 +1808,8 @@ + + @@ -1884,8 +1910,6 @@ - - @@ -2168,6 +2192,10 @@ + + + + @@ -2184,6 +2212,8 @@ + + @@ -2740,6 +2770,8 @@ + + @@ -2810,6 +2842,8 @@ + + @@ -3074,1539 +3108,1556 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.55.0.png b/.github/tabler-icons-1.55.0.png new file mode 100644 index 00000000..df148fdf Binary files /dev/null and b/.github/tabler-icons-1.55.0.png differ diff --git a/.github/tabler-icons-1.55.0.svg b/.github/tabler-icons-1.55.0.svg new file mode 100644 index 00000000..68a13456 --- /dev/null +++ b/.github/tabler-icons-1.55.0.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 4fa6f704..7a4d6f78 100644 Binary files a/iconfont/fonts/tabler-icons.eot and b/iconfont/fonts/tabler-icons.eot differ diff --git a/iconfont/fonts/tabler-icons.svg b/iconfont/fonts/tabler-icons.svg index 9931462d..20bc4e02 100644 --- a/iconfont/fonts/tabler-icons.svg +++ b/iconfont/fonts/tabler-icons.svg @@ -7,54 +7,60 @@ units-per-em="1000" ascent="986.5" descent="100" /> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -1855,9 +1861,6 @@ - @@ -4609,6 +4612,54 @@ + + + + + + + + + + + + + + + + diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index f55375f2..716dedbd 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 16dfb650..1fe638ed 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 46d4c3f1..b6a89105 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 476a50df..15ba3ff3 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.54.0 by tabler - https://tabler.io + * Tabler Icons 1.55.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -38,6 +38,10 @@ content: "\ecd7"; } +.ti-3d-rotate:before { + content: "\f020"; +} + .ti-a-b:before { content: "\ec36"; } @@ -66,6 +70,10 @@ content: "\ef1f"; } +.ti-address-book:before { + content: "\f021"; +} + .ti-adjustments:before { content: "\ea03"; } @@ -90,6 +98,10 @@ content: "\ea04"; } +.ti-album:before { + content: "\f022"; +} + .ti-alert-circle:before { content: "\ea05"; } @@ -638,6 +650,10 @@ content: "\ebdf"; } +.ti-augmented-reality:before { + content: "\f023"; +} + .ti-award:before { content: "\ea2c"; } @@ -730,6 +746,10 @@ content: "\f00e"; } +.ti-baseline:before { + content: "\f024"; +} + .ti-basket:before { content: "\ebe1"; } @@ -2502,6 +2522,10 @@ content: "\ee70"; } +.ti-dental:before { + content: "\f025"; +} + .ti-details:before { content: "\ee71"; } @@ -2566,6 +2590,10 @@ content: "\eb86"; } +.ti-device-nintendo:before { + content: "\f026"; +} + .ti-device-speaker:before { content: "\ea8b"; } @@ -2794,6 +2822,10 @@ content: "\eb8b"; } +.ti-error-404:before { + content: "\f027"; +} + .ti-exchange:before { content: "\ebe7"; } @@ -2886,6 +2918,10 @@ content: "\ede8"; } +.ti-file-description:before { + content: "\f028"; +} + .ti-file-diff:before { content: "\ecf1"; } @@ -2962,6 +2998,10 @@ content: "\ed5d"; } +.ti-file-settings:before { + content: "\f029"; +} + .ti-file-shredder:before { content: "\eaa1"; } @@ -3082,6 +3122,10 @@ content: "\ebd3"; } +.ti-focus-centered:before { + content: "\f02a"; +} + .ti-fold:before { content: "\ed56"; } @@ -3202,6 +3246,10 @@ content: "\efb7"; } +.ti-gizmo:before { + content: "\f02b"; +} + .ti-glass:before { content: "\eab8"; } @@ -3606,6 +3654,10 @@ content: "\ead4"; } +.ti-layout-dashboard:before { + content: "\f02c"; +} + .ti-layout-distribute-horizontal:before { content: "\ead5"; } @@ -3802,10 +3854,6 @@ content: "\ec69"; } -.ti-letters-case:before { - content: "\ec6a"; -} - .ti-license:before { content: "\ebc0"; } @@ -4370,6 +4418,14 @@ content: "\ebd7"; } +.ti-oval:before { + content: "\f02e"; +} + +.ti-oval-vertical:before { + content: "\f02d"; +} + .ti-overline:before { content: "\eebb"; } @@ -4402,6 +4458,10 @@ content: "\ed34"; } +.ti-paper-bag:before { + content: "\f02f"; +} + .ti-paperclip:before { content: "\eb02"; } @@ -5514,6 +5574,10 @@ content: "\eb32"; } +.ti-sword:before { + content: "\f030"; +} + .ti-table:before { content: "\eba1"; } @@ -5654,6 +5718,10 @@ content: "\eefe"; } +.ti-timeline:before { + content: "\f031"; +} + .ti-tir:before { content: "\ebf0"; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 3e4149e8..5a32e97b 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.54.0 + Tabler Icons - version 1.55.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.54.0

+

version 1.55.0

+
+ + 3d-rotate +
+ ti ti-3d-rotate
+ \f020 +
+
+
a-b @@ -200,6 +209,15 @@
+
+ + address-book +
+ ti ti-address-book
+ \f021 +
+
+
adjustments @@ -254,6 +272,15 @@
+
+ + album +
+ ti ti-album
+ \f022 +
+
+
alert-circle @@ -1487,6 +1514,15 @@
+
+ + augmented-reality +
+ ti ti-augmented-reality
+ \f023 +
+
+
award @@ -1694,6 +1730,15 @@
+
+ + baseline +
+ ti ti-baseline
+ \f024 +
+
+
basket @@ -5681,6 +5726,15 @@
+
+ + dental +
+ ti ti-dental
+ \f025 +
+
+
details @@ -5825,6 +5879,15 @@
+
+ + device-nintendo +
+ ti ti-device-nintendo
+ \f026 +
+
+
device-speaker @@ -6338,6 +6401,15 @@
+
+ + error-404 +
+ ti ti-error-404
+ \f027 +
+
+
exchange @@ -6545,6 +6617,15 @@
+
+ + file-description +
+ ti ti-file-description
+ \f028 +
+
+
file-diff @@ -6716,6 +6797,15 @@
+
+ + file-settings +
+ ti ti-file-settings
+ \f029 +
+
+
file-shredder @@ -6986,6 +7076,15 @@
+
+ + focus-centered +
+ ti ti-focus-centered
+ \f02a +
+
+
fold @@ -7256,6 +7355,15 @@
+
+ + gizmo +
+ ti ti-gizmo
+ \f02b +
+
+
glass @@ -8165,6 +8273,15 @@
+
+ + layout-dashboard +
+ ti ti-layout-dashboard
+ \f02c +
+
+
layout-distribute-horizontal @@ -8606,15 +8723,6 @@
-
- - letters-case -
- ti ti-letters-case
- \ec6a -
-
-
license @@ -9884,6 +9992,24 @@
+
+ + oval +
+ ti ti-oval
+ \f02e +
+
+ +
+ + oval-vertical +
+ ti ti-oval-vertical
+ \f02d +
+
+
overline @@ -9956,6 +10082,15 @@
+
+ + paper-bag +
+ ti ti-paper-bag
+ \f02f +
+
+
paperclip @@ -12458,6 +12593,15 @@
+
+ + sword +
+ ti ti-sword
+ \f030 +
+
+
table @@ -12773,6 +12917,15 @@
+
+ + timeline +
+ ti ti-timeline
+ \f031 +
+
+
tir diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index b2621539..8bc038f6 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ /*! - * Tabler Icons 1.54.0 by tabler - https://tabler.io + * Tabler Icons 1.55.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"),url(fonts/tabler-icons.svg#tabler-icons) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:tabler-icons;src:url(fonts/tabler-icons.svg#tabler-icons) format("svg")}}.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:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-a-b:before{content:"\ec36"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-activity:before{content:"\ed23"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-alarm:before{content:"\ea04"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-triangle:before{content:"\ea06"}.ti-alien:before{content:"\ebde"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-right:before{content:"\ea0a"}.ti-ambulance:before{content:"\ebf5"}.ti-anchor:before{content:"\eb76"}.ti-angle:before{content:"\ef20"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-aperture:before{content:"\eb58"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-app-window:before{content:"\efe6"}.ti-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-archive:before{content:"\ea0b"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-top:before{content:"\eddd"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-bottom-bar:before{content:"\ed98"}.ti-arrow-bottom-circle:before{content:"\ed99"}.ti-arrow-bottom-square:before{content:"\ed9a"}.ti-arrow-bottom-tail:before{content:"\ed9b"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-top-bar:before{content:"\eda4"}.ti-arrow-top-circle:before{content:"\eda5"}.ti-arrow-top-square:before{content:"\eda6"}.ti-arrow-top-tail:before{content:"\eda7"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-aspect-ratio:before{content:"\ed30"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-award:before{content:"\ea2c"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backspace:before{content:"\ea2d"}.ti-badge:before{content:"\efc2"}.ti-badges:before{content:"\efc3"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-ballon:before{content:"\ef3a"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-barbell:before{content:"\eff0"}.ti-barcode:before{content:"\ebc6"}.ti-barrier-block:before{content:"\f00e"}.ti-basket:before{content:"\ebe1"}.ti-bath:before{content:"\ef48"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-2:before{content:"\ea30"}.ti-battery-3:before{content:"\ea31"}.ti-battery-4:before{content:"\ea32"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-off:before{content:"\ed1c"}.ti-beach:before{content:"\ef3d"}.ti-bed:before{content:"\eb5c"}.ti-beer:before{content:"\efa1"}.ti-bell:before{content:"\ea35"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-off:before{content:"\ece9"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-x:before{content:"\ede5"}.ti-bell-z:before{content:"\eff1"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-binary:before{content:"\ee08"}.ti-biohazard:before{content:"\ecb8"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-blur:before{content:"\ef8c"}.ti-bold:before{content:"\eb7b"}.ti-bolt:before{content:"\ea38"}.ti-bolt-off:before{content:"\ecec"}.ti-bone:before{content:"\edb8"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmarks:before{content:"\ed08"}.ti-books:before{content:"\eff2"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-box:before{content:"\ea45"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-brackets:before{content:"\ebcd"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-php:before{content:"\ef72"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-python:before{content:"\ed01"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-bread:before{content:"\efa3"}.ti-briefcase:before{content:"\ea46"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-up:before{content:"\eb7e"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-bucket:before{content:"\ea47"}.ti-bug:before{content:"\ea48"}.ti-building:before{content:"\ea4f"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-factory:before{content:"\ee1c"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-monument:before{content:"\ed26"}.ti-building-pavilon:before{content:"\ebf7"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-store:before{content:"\ea4e"}.ti-building-warehouse:before{content:"\ebe3"}.ti-bulb:before{content:"\ea51"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-bus:before{content:"\ebe4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-c-sharp:before{content:"\f003"}.ti-cake:before{content:"\f00f"}.ti-calculator:before{content:"\eb80"}.ti-calendar:before{content:"\ea53"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-camera:before{content:"\ea54"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-off:before{content:"\ecee"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-selfie:before{content:"\ee23"}.ti-candle:before{content:"\efc6"}.ti-candy:before{content:"\ef0d"}.ti-capture:before{content:"\ec3c"}.ti-car:before{content:"\ebbb"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-up:before{content:"\eb60"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cast:before{content:"\ea56"}.ti-ce:before{content:"\ed75"}.ti-certificate:before{content:"\ed76"}.ti-charging-pile:before{content:"\ee26"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-radar:before{content:"\ed77"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-christmas-tree:before{content:"\ed78"}.ti-circle:before{content:"\ea6b"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"}.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-circle-check:before{content:"\ea67"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-off:before{content:"\ee40"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circles:before{content:"\ece5"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-cloud:before{content:"\ea76"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-upload:before{content:"\ea75"}.ti-clubs:before{content:"\eff4"}.ti-code:before{content:"\ea77"}.ti-code-minus:before{content:"\ee42"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coin:before{content:"\eb82"}.ti-color-picker:before{content:"\ebe6"}.ti-color-swatch:before{content:"\eb61"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-columns:before{content:"\eb83"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-compass:before{content:"\ea79"}.ti-components:before{content:"\efa5"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-confetti:before{content:"\ee46"}.ti-container:before{content:"\ee47"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-cookie:before{content:"\ef0f"}.ti-copy:before{content:"\ea7a"}.ti-copyleft:before{content:"\ec3d"}.ti-copyright:before{content:"\ea7b"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-crane:before{content:"\ef27"}.ti-creative-commons:before{content:"\efb3"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-crop:before{content:"\ea85"}.ti-cross:before{content:"\ef8f"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-cup:before{content:"\ef28"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-bath:before{content:"\ee52"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-dashboard:before{content:"\ea87"}.ti-database:before{content:"\ea88"}.ti-database-export:before{content:"\ee6e"}.ti-database-import:before{content:"\ee6f"}.ti-database-off:before{content:"\ee70"}.ti-details:before{content:"\ee71"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-cctv:before{content:"\ee74"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-laptop:before{content:"\eb64"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tv:before{content:"\ea8d"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-pc:before{content:"\ee7a"}.ti-diamond:before{content:"\eb65"}.ti-diamonds:before{content:"\eff5"}.ti-dice:before{content:"\eb66"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-directions:before{content:"\ea8e"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disc:before{content:"\ea90"}.ti-discount:before{content:"\ebbd"}.ti-discount-2:before{content:"\ee7c"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-filled:before{content:"\ee80"}.ti-droplet-filled-2:before{content:"\ee7f"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-off:before{content:"\ee83"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-egg:before{content:"\eb8a"}.ti-elevator:before{content:"\efdf"}.ti-emergency-bed:before{content:"\ef5d"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-equal:before{content:"\ee87"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-exchange:before{content:"\ebe7"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exposure:before{content:"\eb8c"}.ti-external-link:before{content:"\ea99"}.ti-eye:before{content:"\ea9a"}.ti-eye-check:before{content:"\ee88"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-table:before{content:"\ef5e"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-fall:before{content:"\ecb9"}.ti-feather:before{content:"\ee8b"}.ti-fence:before{content:"\ef2a"}.ti-file:before{content:"\eaa4"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-export:before{content:"\ede9"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-off:before{content:"\ecf2"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-report:before{content:"\eded"}.ti-file-search:before{content:"\ed5d"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-upload:before{content:"\ec91"}.ti-file-x:before{content:"\eaa3"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-off:before{content:"\ed2c"}.ti-fingerprint:before{content:"\ebd1"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-fish:before{content:"\ef2b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-3:before{content:"\ee8d"}.ti-flame:before{content:"\ec2c"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-frame:before{content:"\eaaf"}.ti-free-rights:before{content:"\efb6"}.ti-friends:before{content:"\eab0"}.ti-gas-station:before{content:"\ec7d"}.ti-gauge:before{content:"\eab1"}.ti-gavel:before{content:"\ef90"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-gift:before{content:"\eb68"}.ti-git-branch:before{content:"\eab2"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-glass:before{content:"\eab8"}.ti-glass-full:before{content:"\eab7"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-golf:before{content:"\ed8c"}.ti-gps:before{content:"\ed7a"}.ti-grain:before{content:"\ee92"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-pattern:before{content:"\efc9"}.ti-grill:before{content:"\efa9"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-rock:before{content:"\ee97"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-heading:before{content:"\ee9b"}.ti-headphones:before{content:"\eabd"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-heart:before{content:"\eabe"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heartbeat:before{content:"\ef92"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-help:before{content:"\eabf"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-highlight:before{content:"\ef3f"}.ti-history:before{content:"\ebea"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-skating:before{content:"\efcb"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-inbox:before{content:"\eac4"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-info-circle:before{content:"\eac5"}.ti-info-square:before{content:"\eac6"}.ti-italic:before{content:"\eb93"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kering:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-ladder:before{content:"\efe2"}.ti-lamp:before{content:"\efab"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-lasso:before{content:"\efac"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-list:before{content:"\ec14"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-leaf:before{content:"\ed4f"}.ti-lego:before{content:"\eadc"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-b:before{content:"\ec51"}.ti-letter-c:before{content:"\ec52"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-e:before{content:"\ec54"}.ti-letter-f:before{content:"\ec55"}.ti-letter-g:before{content:"\ec56"}.ti-letter-h:before{content:"\ec57"}.ti-letter-i:before{content:"\ec58"}.ti-letter-j:before{content:"\ec59"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-q:before{content:"\ec60"}.ti-letter-r:before{content:"\ec61"}.ti-letter-s:before{content:"\ec62"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-u:before{content:"\ec64"}.ti-letter-v:before{content:"\ec65"}.ti-letter-w:before{content:"\ec66"}.ti-letter-x:before{content:"\ec67"}.ti-letter-y:before{content:"\ec68"}.ti-letter-z:before{content:"\ec69"}.ti-letters-case:before{content:"\ec6a"}.ti-license:before{content:"\ebc0"}.ti-lifebuoy:before{content:"\eadd"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-link:before{content:"\eade"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-live-photo:before{content:"\eadf"}.ti-live-view:before{content:"\ec6b"}.ti-loader:before{content:"\eca3"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-square:before{content:"\ef51"}.ti-login:before{content:"\eba7"}.ti-logout:before{content:"\eba8"}.ti-lollipop:before{content:"\efcc"}.ti-luggage:before{content:"\efad"}.ti-lungs:before{content:"\ef62"}.ti-macro:before{content:"\eeab"}.ti-magnet:before{content:"\eae3"}.ti-mail:before{content:"\eae5"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-opened:before{content:"\eae4"}.ti-mailbox:before{content:"\eead"}.ti-man:before{content:"\eae6"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pins:before{content:"\ed5e"}.ti-map-search:before{content:"\ef82"}.ti-markdown:before{content:"\ec41"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-massage:before{content:"\eeb1"}.ti-math:before{content:"\ebeb"}.ti-math-function:before{content:"\eeb2"}.ti-math-symbols:before{content:"\eeb3"}.ti-maximize:before{content:"\eaea"}.ti-meat:before{content:"\ef12"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medicine-syrup:before{content:"\ef63"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-code:before{content:"\f012"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-2:before{content:"\ed3f"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-code:before{content:"\f013"}.ti-message-dots:before{content:"\eaee"}.ti-message-language:before{content:"\efae"}.ti-message-off:before{content:"\ed41"}.ti-message-plus:before{content:"\ec9a"}.ti-message-report:before{content:"\ec9b"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-miliraty-award:before{content:"\efce"}.ti-military-rank:before{content:"\efcf"}.ti-milk:before{content:"\ef13"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-suprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mouse:before{content:"\eaf9"}.ti-movie:before{content:"\eafa"}.ti-mug:before{content:"\eafb"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-music:before{content:"\eafc"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-nfc:before{content:"\eeb7"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-notebook:before{content:"\eb96"}.ti-notes:before{content:"\eb6e"}.ti-notification:before{content:"\eafe"}.ti-number-0:before{content:"\edf0"}.ti-number-1:before{content:"\edf1"}.ti-number-2:before{content:"\edf2"}.ti-number-3:before{content:"\edf3"}.ti-number-4:before{content:"\edf4"}.ti-number-5:before{content:"\edf5"}.ti-number-6:before{content:"\edf6"}.ti-number-7:before{content:"\edf7"}.ti-number-8:before{content:"\edf8"}.ti-number-9:before{content:"\edf9"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-off:before{content:"\eeb8"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-omega:before{content:"\eb97"}.ti-outlet:before{content:"\ebd7"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-palette:before{content:"\eb01"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-vertical:before{content:"\ed34"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parentheses:before{content:"\ebd8"}.ti-parking:before{content:"\eb03"}.ti-paw:before{content:"\eff9"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pennant:before{content:"\ed7d"}.ti-pentagon:before{content:"\efe3"}.ti-pepper:before{content:"\ef15"}.ti-percentage:before{content:"\ecf4"}.ti-perspective:before{content:"\eebd"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-off:before{content:"\ecf6"}.ti-physotherapist:before{content:"\eebe"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-pig:before{content:"\ef52"}.ti-pill:before{content:"\ec44"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pinned:before{content:"\ed60"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-planet:before{content:"\ec08"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-play-card:before{content:"\eebf"}.ti-player-eject:before{content:"\efbc"}.ti-player-pause:before{content:"\ed45"}.ti-player-play:before{content:"\ed46"}.ti-player-record:before{content:"\ed47"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-stop:before{content:"\ed4a"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-prev:before{content:"\ed4c"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-x:before{content:"\f009"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plus:before{content:"\eb0b"}.ti-point:before{content:"\eb0c"}.ti-pokeball:before{content:"\eec1"}.ti-polaroid:before{content:"\eec2"}.ti-polygon:before{content:"\efd0"}.ti-pool:before{content:"\ed91"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-printer:before{content:"\eb0e"}.ti-prison:before{content:"\ef79"}.ti-prompt:before{content:"\eb0f"}.ti-propeller:before{content:"\eec4"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-pyramid:before{content:"\eec5"}.ti-qrcode:before{content:"\eb11"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radio:before{content:"\ef2d"}.ti-radioactive:before{content:"\ecc0"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-tax:before{content:"\edbd"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-recycle:before{content:"\eb9b"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-repeat:before{content:"\eb72"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-search:before{content:"\ef84"}.ti-resize:before{content:"\eecf"}.ti-ripple:before{content:"\ed82"}.ti-road:before{content:"\f018"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-rocket:before{content:"\ec45"}.ti-roller-skating:before{content:"\efd1"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-router:before{content:"\eb18"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-rss:before{content:"\eb19"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-run:before{content:"\ec82"}.ti-sailboat:before{content:"\ec83"}.ti-salt:before{content:"\ef16"}.ti-satellite:before{content:"\eed3"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-outline:before{content:"\ef53"}.ti-scan:before{content:"\ebc8"}.ti-school:before{content:"\ecf7"}.ti-scissors:before{content:"\eb1b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-scuba-mask:before{content:"\eed4"}.ti-search:before{content:"\eb1c"}.ti-section:before{content:"\eed5"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-select:before{content:"\ec9e"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-automation:before{content:"\eed6"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-share:before{content:"\eb21"}.ti-shield:before{content:"\eb24"}.ti-shield-check:before{content:"\eb22"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-shirt:before{content:"\ec0a"}.ti-shoe:before{content:"\efd2"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-discount:before{content:"\eedb"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-plus:before{content:"\eedd"}.ti-shopping-cart-x:before{content:"\eede"}.ti-shredder:before{content:"\eedf"}.ti-signature:before{content:"\eee0"}.ti-sitemap:before{content:"\eb9d"}.ti-skateboard:before{content:"\ecc2"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowflake:before{content:"\ec0b"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-soup:before{content:"\ef2e"}.ti-space:before{content:"\ec0c"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sport-billard:before{content:"\eee4"}.ti-square:before{content:"\eb2c"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-check:before{content:"\eb28"}.ti-square-dot:before{content:"\ed59"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-minus:before{content:"\eb29"}.ti-square-off:before{content:"\eeef"}.ti-square-plus:before{content:"\eb2a"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-filled:before{content:"\eef6"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-3:before{content:"\ef9d"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-half:before{content:"\ed19"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-steering-wheel:before{content:"\ec7b"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stethoscope:before{content:"\edbe"}.ti-sticker:before{content:"\eb2f"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sun:before{content:"\eb30"}.ti-sun-off:before{content:"\ed63"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-superscript:before{content:"\eba0"}.ti-swimming:before{content:"\ec92"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-table:before{content:"\eba1"}.ti-table-export:before{content:"\eef8"}.ti-table-import:before{content:"\eef9"}.ti-table-off:before{content:"\eefa"}.ti-tag:before{content:"\eb34"}.ti-tag-off:before{content:"\efc0"}.ti-tags:before{content:"\ef86"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-plus:before{content:"\ebee"}.ti-template:before{content:"\eb39"}.ti-tent:before{content:"\eefb"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-resize:before{content:"\ef87"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-up:before{content:"\eb3c"}.ti-ticket:before{content:"\eb3d"}.ti-tilt-shift:before{content:"\eefe"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-right:before{content:"\eb3f"}.ti-toilet-paper:before{content:"\efd3"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-lights:before{content:"\ed39"}.ti-train:before{content:"\ed96"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-trash:before{content:"\eb41"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-trident:before{content:"\ecc5"}.ti-trophy:before{content:"\eb45"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-typography:before{content:"\ebc5"}.ti-umbrella:before{content:"\ebf1"}.ti-underline:before{content:"\eba2"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-plus:before{content:"\eb4b"}.ti-user-search:before{content:"\ef89"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-variable:before{content:"\ef05"}.ti-vector:before{content:"\eca9"}.ti-vector-beizer-2:before{content:"\ed3a"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-triangle:before{content:"\eca8"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wallet:before{content:"\eb75"}.ti-wallpaper:before{content:"\ef56"}.ti-wand:before{content:"\ebcb"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-webhook:before{content:"\f01e"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-windmill:before{content:"\ed85"}.ti-window:before{content:"\ef06"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-world:before{content:"\eb54"}.ti-world-download:before{content:"\ef8a"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-upload:before{content:"\ef8b"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-sign:before{content:"\ef07"}.ti-x:before{content:"\eb55"}.ti-yin-yang:before{content:"\ec35"}.ti-yoga:before{content:"\f01f"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-question:before{content:"\edeb"} \ 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"),url(fonts/tabler-icons.svg#tabler-icons) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:tabler-icons;src:url(fonts/tabler-icons.svg#tabler-icons) format("svg")}}.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:"\eca0"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-rotate:before{content:"\f020"}.ti-a-b:before{content:"\ec36"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-activity:before{content:"\ed23"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-address-book:before{content:"\f021"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-alarm:before{content:"\ea04"}.ti-album:before{content:"\f022"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-triangle:before{content:"\ea06"}.ti-alien:before{content:"\ebde"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-right:before{content:"\ea0a"}.ti-ambulance:before{content:"\ebf5"}.ti-anchor:before{content:"\eb76"}.ti-angle:before{content:"\ef20"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-aperture:before{content:"\eb58"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-app-window:before{content:"\efe6"}.ti-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-archive:before{content:"\ea0b"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-top:before{content:"\eddd"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-bottom-bar:before{content:"\ed98"}.ti-arrow-bottom-circle:before{content:"\ed99"}.ti-arrow-bottom-square:before{content:"\ed9a"}.ti-arrow-bottom-tail:before{content:"\ed9b"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-top-bar:before{content:"\eda4"}.ti-arrow-top-circle:before{content:"\eda5"}.ti-arrow-top-square:before{content:"\eda6"}.ti-arrow-top-tail:before{content:"\eda7"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-aspect-ratio:before{content:"\ed30"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-augmented-reality:before{content:"\f023"}.ti-award:before{content:"\ea2c"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backspace:before{content:"\ea2d"}.ti-badge:before{content:"\efc2"}.ti-badges:before{content:"\efc3"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-ballon:before{content:"\ef3a"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-barbell:before{content:"\eff0"}.ti-barcode:before{content:"\ebc6"}.ti-barrier-block:before{content:"\f00e"}.ti-baseline:before{content:"\f024"}.ti-basket:before{content:"\ebe1"}.ti-bath:before{content:"\ef48"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-2:before{content:"\ea30"}.ti-battery-3:before{content:"\ea31"}.ti-battery-4:before{content:"\ea32"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-off:before{content:"\ed1c"}.ti-beach:before{content:"\ef3d"}.ti-bed:before{content:"\eb5c"}.ti-beer:before{content:"\efa1"}.ti-bell:before{content:"\ea35"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-off:before{content:"\ece9"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-x:before{content:"\ede5"}.ti-bell-z:before{content:"\eff1"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-binary:before{content:"\ee08"}.ti-biohazard:before{content:"\ecb8"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-blur:before{content:"\ef8c"}.ti-bold:before{content:"\eb7b"}.ti-bolt:before{content:"\ea38"}.ti-bolt-off:before{content:"\ecec"}.ti-bone:before{content:"\edb8"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmarks:before{content:"\ed08"}.ti-books:before{content:"\eff2"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-box:before{content:"\ea45"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-padding:before{content:"\ee18"}.ti-braces:before{content:"\ebcc"}.ti-brackets:before{content:"\ebcd"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-php:before{content:"\ef72"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-python:before{content:"\ed01"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-bread:before{content:"\efa3"}.ti-briefcase:before{content:"\ea46"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-up:before{content:"\eb7e"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-bucket:before{content:"\ea47"}.ti-bug:before{content:"\ea48"}.ti-building:before{content:"\ea4f"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-factory:before{content:"\ee1c"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-monument:before{content:"\ed26"}.ti-building-pavilon:before{content:"\ebf7"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-store:before{content:"\ea4e"}.ti-building-warehouse:before{content:"\ebe3"}.ti-bulb:before{content:"\ea51"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-bus:before{content:"\ebe4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-c-sharp:before{content:"\f003"}.ti-cake:before{content:"\f00f"}.ti-calculator:before{content:"\eb80"}.ti-calendar:before{content:"\ea53"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-camera:before{content:"\ea54"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-off:before{content:"\ecee"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-selfie:before{content:"\ee23"}.ti-candle:before{content:"\efc6"}.ti-candy:before{content:"\ef0d"}.ti-capture:before{content:"\ec3c"}.ti-car:before{content:"\ebbb"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-up:before{content:"\eb60"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cast:before{content:"\ea56"}.ti-ce:before{content:"\ed75"}.ti-certificate:before{content:"\ed76"}.ti-charging-pile:before{content:"\ee26"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-radar:before{content:"\ed77"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-christmas-tree:before{content:"\ed78"}.ti-circle:before{content:"\ea6b"}.ti-circle-0:before{content:"\ee34"}.ti-circle-1:before{content:"\ee35"}.ti-circle-2:before{content:"\ee36"}.ti-circle-3:before{content:"\ee37"}.ti-circle-4:before{content:"\ee38"}.ti-circle-5:before{content:"\ee39"}.ti-circle-6:before{content:"\ee3a"}.ti-circle-7:before{content:"\ee3b"}.ti-circle-8:before{content:"\ee3c"}.ti-circle-9:before{content:"\ee3d"}.ti-circle-check:before{content:"\ea67"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-off:before{content:"\ee40"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circles:before{content:"\ece5"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-cloud:before{content:"\ea76"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-upload:before{content:"\ea75"}.ti-clubs:before{content:"\eff4"}.ti-code:before{content:"\ea77"}.ti-code-minus:before{content:"\ee42"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coin:before{content:"\eb82"}.ti-color-picker:before{content:"\ebe6"}.ti-color-swatch:before{content:"\eb61"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-columns:before{content:"\eb83"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-compass:before{content:"\ea79"}.ti-components:before{content:"\efa5"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-confetti:before{content:"\ee46"}.ti-container:before{content:"\ee47"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-cookie:before{content:"\ef0f"}.ti-copy:before{content:"\ea7a"}.ti-copyleft:before{content:"\ec3d"}.ti-copyright:before{content:"\ea7b"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-crane:before{content:"\ef27"}.ti-creative-commons:before{content:"\efb3"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-crop:before{content:"\ea85"}.ti-cross:before{content:"\ef8f"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-cup:before{content:"\ef28"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-bath:before{content:"\ee52"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-dashboard:before{content:"\ea87"}.ti-database:before{content:"\ea88"}.ti-database-export:before{content:"\ee6e"}.ti-database-import:before{content:"\ee6f"}.ti-database-off:before{content:"\ee70"}.ti-dental:before{content:"\f025"}.ti-details:before{content:"\ee71"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-cctv:before{content:"\ee74"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-laptop:before{content:"\eb64"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-nintendo:before{content:"\f026"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tv:before{content:"\ea8d"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-pc:before{content:"\ee7a"}.ti-diamond:before{content:"\eb65"}.ti-diamonds:before{content:"\eff5"}.ti-dice:before{content:"\eb66"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-directions:before{content:"\ea8e"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disc:before{content:"\ea90"}.ti-discount:before{content:"\ebbd"}.ti-discount-2:before{content:"\ee7c"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-filled:before{content:"\ee80"}.ti-droplet-filled-2:before{content:"\ee7f"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-off:before{content:"\ee83"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-egg:before{content:"\eb8a"}.ti-elevator:before{content:"\efdf"}.ti-emergency-bed:before{content:"\ef5d"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-equal:before{content:"\ee87"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-error-404:before{content:"\f027"}.ti-exchange:before{content:"\ebe7"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exposure:before{content:"\eb8c"}.ti-external-link:before{content:"\ea99"}.ti-eye:before{content:"\ea9a"}.ti-eye-check:before{content:"\ee88"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-table:before{content:"\ef5e"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-fall:before{content:"\ecb9"}.ti-feather:before{content:"\ee8b"}.ti-fence:before{content:"\ef2a"}.ti-file:before{content:"\eaa4"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-export:before{content:"\ede9"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-off:before{content:"\ecf2"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-report:before{content:"\eded"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-upload:before{content:"\ec91"}.ti-file-x:before{content:"\eaa3"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-off:before{content:"\ed2c"}.ti-fingerprint:before{content:"\ebd1"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-fish:before{content:"\ef2b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-3:before{content:"\ee8d"}.ti-flame:before{content:"\ec2c"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-frame:before{content:"\eaaf"}.ti-free-rights:before{content:"\efb6"}.ti-friends:before{content:"\eab0"}.ti-gas-station:before{content:"\ec7d"}.ti-gauge:before{content:"\eab1"}.ti-gavel:before{content:"\ef90"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-gift:before{content:"\eb68"}.ti-git-branch:before{content:"\eab2"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-full:before{content:"\eab7"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-golf:before{content:"\ed8c"}.ti-gps:before{content:"\ed7a"}.ti-grain:before{content:"\ee92"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-pattern:before{content:"\efc9"}.ti-grill:before{content:"\efa9"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-rock:before{content:"\ee97"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-heading:before{content:"\ee9b"}.ti-headphones:before{content:"\eabd"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-heart:before{content:"\eabe"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heartbeat:before{content:"\ef92"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-help:before{content:"\eabf"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-highlight:before{content:"\ef3f"}.ti-history:before{content:"\ebea"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-skating:before{content:"\efcb"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-inbox:before{content:"\eac4"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-info-circle:before{content:"\eac5"}.ti-info-square:before{content:"\eac6"}.ti-italic:before{content:"\eb93"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kering:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-ladder:before{content:"\efe2"}.ti-lamp:before{content:"\efab"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-lasso:before{content:"\efac"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-list:before{content:"\ec14"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-leaf:before{content:"\ed4f"}.ti-lego:before{content:"\eadc"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-b:before{content:"\ec51"}.ti-letter-c:before{content:"\ec52"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-e:before{content:"\ec54"}.ti-letter-f:before{content:"\ec55"}.ti-letter-g:before{content:"\ec56"}.ti-letter-h:before{content:"\ec57"}.ti-letter-i:before{content:"\ec58"}.ti-letter-j:before{content:"\ec59"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-q:before{content:"\ec60"}.ti-letter-r:before{content:"\ec61"}.ti-letter-s:before{content:"\ec62"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-u:before{content:"\ec64"}.ti-letter-v:before{content:"\ec65"}.ti-letter-w:before{content:"\ec66"}.ti-letter-x:before{content:"\ec67"}.ti-letter-y:before{content:"\ec68"}.ti-letter-z:before{content:"\ec69"}.ti-license:before{content:"\ebc0"}.ti-lifebuoy:before{content:"\eadd"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-link:before{content:"\eade"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-live-photo:before{content:"\eadf"}.ti-live-view:before{content:"\ec6b"}.ti-loader:before{content:"\eca3"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-square:before{content:"\ef51"}.ti-login:before{content:"\eba7"}.ti-logout:before{content:"\eba8"}.ti-lollipop:before{content:"\efcc"}.ti-luggage:before{content:"\efad"}.ti-lungs:before{content:"\ef62"}.ti-macro:before{content:"\eeab"}.ti-magnet:before{content:"\eae3"}.ti-mail:before{content:"\eae5"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-opened:before{content:"\eae4"}.ti-mailbox:before{content:"\eead"}.ti-man:before{content:"\eae6"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pins:before{content:"\ed5e"}.ti-map-search:before{content:"\ef82"}.ti-markdown:before{content:"\ec41"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-massage:before{content:"\eeb1"}.ti-math:before{content:"\ebeb"}.ti-math-function:before{content:"\eeb2"}.ti-math-symbols:before{content:"\eeb3"}.ti-maximize:before{content:"\eaea"}.ti-meat:before{content:"\ef12"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medicine-syrup:before{content:"\ef63"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-code:before{content:"\f012"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-2:before{content:"\ed3f"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-code:before{content:"\f013"}.ti-message-dots:before{content:"\eaee"}.ti-message-language:before{content:"\efae"}.ti-message-off:before{content:"\ed41"}.ti-message-plus:before{content:"\ec9a"}.ti-message-report:before{content:"\ec9b"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-miliraty-award:before{content:"\efce"}.ti-military-rank:before{content:"\efcf"}.ti-milk:before{content:"\ef13"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-suprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mouse:before{content:"\eaf9"}.ti-movie:before{content:"\eafa"}.ti-mug:before{content:"\eafb"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-music:before{content:"\eafc"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-nfc:before{content:"\eeb7"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-notebook:before{content:"\eb96"}.ti-notes:before{content:"\eb6e"}.ti-notification:before{content:"\eafe"}.ti-number-0:before{content:"\edf0"}.ti-number-1:before{content:"\edf1"}.ti-number-2:before{content:"\edf2"}.ti-number-3:before{content:"\edf3"}.ti-number-4:before{content:"\edf4"}.ti-number-5:before{content:"\edf5"}.ti-number-6:before{content:"\edf6"}.ti-number-7:before{content:"\edf7"}.ti-number-8:before{content:"\edf8"}.ti-number-9:before{content:"\edf9"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-off:before{content:"\eeb8"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-omega:before{content:"\eb97"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-vertical:before{content:"\f02d"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-palette:before{content:"\eb01"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-vertical:before{content:"\ed34"}.ti-paper-bag:before{content:"\f02f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parentheses:before{content:"\ebd8"}.ti-parking:before{content:"\eb03"}.ti-paw:before{content:"\eff9"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pennant:before{content:"\ed7d"}.ti-pentagon:before{content:"\efe3"}.ti-pepper:before{content:"\ef15"}.ti-percentage:before{content:"\ecf4"}.ti-perspective:before{content:"\eebd"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-off:before{content:"\ecf6"}.ti-physotherapist:before{content:"\eebe"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-pig:before{content:"\ef52"}.ti-pill:before{content:"\ec44"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pinned:before{content:"\ed60"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-planet:before{content:"\ec08"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-play-card:before{content:"\eebf"}.ti-player-eject:before{content:"\efbc"}.ti-player-pause:before{content:"\ed45"}.ti-player-play:before{content:"\ed46"}.ti-player-record:before{content:"\ed47"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-stop:before{content:"\ed4a"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-prev:before{content:"\ed4c"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-x:before{content:"\f009"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plus:before{content:"\eb0b"}.ti-point:before{content:"\eb0c"}.ti-pokeball:before{content:"\eec1"}.ti-polaroid:before{content:"\eec2"}.ti-polygon:before{content:"\efd0"}.ti-pool:before{content:"\ed91"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-printer:before{content:"\eb0e"}.ti-prison:before{content:"\ef79"}.ti-prompt:before{content:"\eb0f"}.ti-propeller:before{content:"\eec4"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-pyramid:before{content:"\eec5"}.ti-qrcode:before{content:"\eb11"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radio:before{content:"\ef2d"}.ti-radioactive:before{content:"\ecc0"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-tax:before{content:"\edbd"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-recycle:before{content:"\eb9b"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-repeat:before{content:"\eb72"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-search:before{content:"\ef84"}.ti-resize:before{content:"\eecf"}.ti-ripple:before{content:"\ed82"}.ti-road:before{content:"\f018"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-rocket:before{content:"\ec45"}.ti-roller-skating:before{content:"\efd1"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-router:before{content:"\eb18"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-rss:before{content:"\eb19"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-run:before{content:"\ec82"}.ti-sailboat:before{content:"\ec83"}.ti-salt:before{content:"\ef16"}.ti-satellite:before{content:"\eed3"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-outline:before{content:"\ef53"}.ti-scan:before{content:"\ebc8"}.ti-school:before{content:"\ecf7"}.ti-scissors:before{content:"\eb1b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-scuba-mask:before{content:"\eed4"}.ti-search:before{content:"\eb1c"}.ti-section:before{content:"\eed5"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-select:before{content:"\ec9e"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-automation:before{content:"\eed6"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-share:before{content:"\eb21"}.ti-shield:before{content:"\eb24"}.ti-shield-check:before{content:"\eb22"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-shirt:before{content:"\ec0a"}.ti-shoe:before{content:"\efd2"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-discount:before{content:"\eedb"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-plus:before{content:"\eedd"}.ti-shopping-cart-x:before{content:"\eede"}.ti-shredder:before{content:"\eedf"}.ti-signature:before{content:"\eee0"}.ti-sitemap:before{content:"\eb9d"}.ti-skateboard:before{content:"\ecc2"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowflake:before{content:"\ec0b"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-soup:before{content:"\ef2e"}.ti-space:before{content:"\ec0c"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sport-billard:before{content:"\eee4"}.ti-square:before{content:"\eb2c"}.ti-square-0:before{content:"\eee5"}.ti-square-1:before{content:"\eee6"}.ti-square-2:before{content:"\eee7"}.ti-square-3:before{content:"\eee8"}.ti-square-4:before{content:"\eee9"}.ti-square-5:before{content:"\eeea"}.ti-square-6:before{content:"\eeeb"}.ti-square-7:before{content:"\eeec"}.ti-square-8:before{content:"\eeed"}.ti-square-9:before{content:"\eeee"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-check:before{content:"\eb28"}.ti-square-dot:before{content:"\ed59"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-minus:before{content:"\eb29"}.ti-square-off:before{content:"\eeef"}.ti-square-plus:before{content:"\eb2a"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-filled:before{content:"\eef6"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-3:before{content:"\ef9d"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-half:before{content:"\ed19"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-steering-wheel:before{content:"\ec7b"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stethoscope:before{content:"\edbe"}.ti-sticker:before{content:"\eb2f"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sun:before{content:"\eb30"}.ti-sun-off:before{content:"\ed63"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-superscript:before{content:"\eba0"}.ti-swimming:before{content:"\ec92"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-table:before{content:"\eba1"}.ti-table-export:before{content:"\eef8"}.ti-table-import:before{content:"\eef9"}.ti-table-off:before{content:"\eefa"}.ti-tag:before{content:"\eb34"}.ti-tag-off:before{content:"\efc0"}.ti-tags:before{content:"\ef86"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-plus:before{content:"\ebee"}.ti-template:before{content:"\eb39"}.ti-tent:before{content:"\eefb"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-resize:before{content:"\ef87"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-up:before{content:"\eb3c"}.ti-ticket:before{content:"\eb3d"}.ti-tilt-shift:before{content:"\eefe"}.ti-timeline:before{content:"\f031"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-right:before{content:"\eb3f"}.ti-toilet-paper:before{content:"\efd3"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-lights:before{content:"\ed39"}.ti-train:before{content:"\ed96"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-trash:before{content:"\eb41"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-trident:before{content:"\ecc5"}.ti-trophy:before{content:"\eb45"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-typography:before{content:"\ebc5"}.ti-umbrella:before{content:"\ebf1"}.ti-underline:before{content:"\eba2"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-plus:before{content:"\eb4b"}.ti-user-search:before{content:"\ef89"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-variable:before{content:"\ef05"}.ti-vector:before{content:"\eca9"}.ti-vector-beizer-2:before{content:"\ed3a"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-triangle:before{content:"\eca8"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wallet:before{content:"\eb75"}.ti-wallpaper:before{content:"\ef56"}.ti-wand:before{content:"\ebcb"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-webhook:before{content:"\f01e"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-windmill:before{content:"\ed85"}.ti-window:before{content:"\ef06"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-world:before{content:"\eb54"}.ti-world-download:before{content:"\ef8a"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-upload:before{content:"\ef8b"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-sign:before{content:"\ef07"}.ti-x:before{content:"\eb55"}.ti-yin-yang:before{content:"\ec35"}.ti-yoga:before{content:"\f01f"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-question:before{content:"\edeb"} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index a5e0a8a4..2d3da63a 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.54.0 by tabler - https://tabler.io + * Tabler Icons 1.55.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -47,6 +47,7 @@ $ti-prefix: 'ti' !default; $ti-icon-2fa: unicode('eca0'); $ti-icon-3d-cube-sphere: unicode('ecd7'); +$ti-icon-3d-rotate: unicode('f020'); $ti-icon-a-b: unicode('ec36'); $ti-icon-access-point: unicode('ed1b'); $ti-icon-access-point-off: unicode('ed1a'); @@ -54,12 +55,14 @@ $ti-icon-accessible: unicode('eba9'); $ti-icon-activity: unicode('ed23'); $ti-icon-ad: unicode('ea02'); $ti-icon-ad-2: unicode('ef1f'); +$ti-icon-address-book: unicode('f021'); $ti-icon-adjustments: unicode('ea03'); $ti-icon-adjustments-alt: unicode('ec37'); $ti-icon-adjustments-horizontal: unicode('ec38'); $ti-icon-aerial-lift: unicode('edfe'); $ti-icon-affiliate: unicode('edff'); $ti-icon-alarm: unicode('ea04'); +$ti-icon-album: unicode('f022'); $ti-icon-alert-circle: unicode('ea05'); $ti-icon-alert-octagon: unicode('ecc6'); $ti-icon-alert-triangle: unicode('ea06'); @@ -197,6 +200,7 @@ $ti-icon-asterisk-simple: unicode('efd4'); $ti-icon-at: unicode('ea2b'); $ti-icon-atom: unicode('eb79'); $ti-icon-atom-2: unicode('ebdf'); +$ti-icon-augmented-reality: unicode('f023'); $ti-icon-award: unicode('ea2c'); $ti-icon-axe: unicode('ef9f'); $ti-icon-axis-x: unicode('ef45'); @@ -220,6 +224,7 @@ $ti-icon-bandage: unicode('eb7a'); $ti-icon-barbell: unicode('eff0'); $ti-icon-barcode: unicode('ebc6'); $ti-icon-barrier-block: unicode('f00e'); +$ti-icon-baseline: unicode('f024'); $ti-icon-basket: unicode('ebe1'); $ti-icon-bath: unicode('ef48'); $ti-icon-battery: unicode('ea34'); @@ -663,6 +668,7 @@ $ti-icon-database: unicode('ea88'); $ti-icon-database-export: unicode('ee6e'); $ti-icon-database-import: unicode('ee6f'); $ti-icon-database-off: unicode('ee70'); +$ti-icon-dental: unicode('f025'); $ti-icon-details: unicode('ee71'); $ti-icon-device-analytics: unicode('ee72'); $ti-icon-device-audio-tape: unicode('ee73'); @@ -679,6 +685,7 @@ $ti-icon-device-mobile: unicode('ea8a'); $ti-icon-device-mobile-message: unicode('ee79'); $ti-icon-device-mobile-rotated: unicode('ecdb'); $ti-icon-device-mobile-vibration: unicode('eb86'); +$ti-icon-device-nintendo: unicode('f026'); $ti-icon-device-speaker: unicode('ea8b'); $ti-icon-device-tablet: unicode('ea8c'); $ti-icon-device-tv: unicode('ea8d'); @@ -736,6 +743,7 @@ $ti-icon-engine: unicode('ef7e'); $ti-icon-equal: unicode('ee87'); $ti-icon-equal-not: unicode('ee86'); $ti-icon-eraser: unicode('eb8b'); +$ti-icon-error-404: unicode('f027'); $ti-icon-exchange: unicode('ebe7'); $ti-icon-exclamation-mark: unicode('efb4'); $ti-icon-exposure: unicode('eb8c'); @@ -759,6 +767,7 @@ $ti-icon-file-certificate: unicode('ed4d'); $ti-icon-file-check: unicode('ea9c'); $ti-icon-file-code: unicode('ebd0'); $ti-icon-file-code-2: unicode('ede8'); +$ti-icon-file-description: unicode('f028'); $ti-icon-file-diff: unicode('ecf1'); $ti-icon-file-digit: unicode('efa8'); $ti-icon-file-dislike: unicode('ed2a'); @@ -778,6 +787,7 @@ $ti-icon-file-phone: unicode('ecdc'); $ti-icon-file-plus: unicode('eaa0'); $ti-icon-file-report: unicode('eded'); $ti-icon-file-search: unicode('ed5d'); +$ti-icon-file-settings: unicode('f029'); $ti-icon-file-shredder: unicode('eaa1'); $ti-icon-file-symlink: unicode('ed53'); $ti-icon-file-text: unicode('eaa2'); @@ -808,6 +818,7 @@ $ti-icon-float-right: unicode('ebb3'); $ti-icon-flower: unicode('eff6'); $ti-icon-focus: unicode('eb8d'); $ti-icon-focus-2: unicode('ebd3'); +$ti-icon-focus-centered: unicode('f02a'); $ti-icon-fold: unicode('ed56'); $ti-icon-fold-down: unicode('ed54'); $ti-icon-fold-up: unicode('ed55'); @@ -838,6 +849,7 @@ $ti-icon-git-merge: unicode('eab5'); $ti-icon-git-pull-request: unicode('eab6'); $ti-icon-git-pull-request-closed: unicode('ef7f'); $ti-icon-git-pull-request-draft: unicode('efb7'); +$ti-icon-gizmo: unicode('f02b'); $ti-icon-glass: unicode('eab8'); $ti-icon-glass-full: unicode('eab7'); $ti-icon-glass-off: unicode('ee91'); @@ -939,6 +951,7 @@ $ti-icon-layout-board-split: unicode('ef94'); $ti-icon-layout-bottombar: unicode('ead3'); $ti-icon-layout-cards: unicode('ec13'); $ti-icon-layout-columns: unicode('ead4'); +$ti-icon-layout-dashboard: unicode('f02c'); $ti-icon-layout-distribute-horizontal: unicode('ead5'); $ti-icon-layout-distribute-vertical: unicode('ead6'); $ti-icon-layout-grid: unicode('edba'); @@ -988,7 +1001,6 @@ $ti-icon-letter-w: unicode('ec66'); $ti-icon-letter-x: unicode('ec67'); $ti-icon-letter-y: unicode('ec68'); $ti-icon-letter-z: unicode('ec69'); -$ti-icon-letters-case: unicode('ec6a'); $ti-icon-license: unicode('ebc0'); $ti-icon-lifebuoy: unicode('eadd'); $ti-icon-line: unicode('ec40'); @@ -1130,6 +1142,8 @@ $ti-icon-old: unicode('eeb9'); $ti-icon-olympics: unicode('eeba'); $ti-icon-omega: unicode('eb97'); $ti-icon-outlet: unicode('ebd7'); +$ti-icon-oval: unicode('f02e'); +$ti-icon-oval-vertical: unicode('f02d'); $ti-icon-overline: unicode('eebb'); $ti-icon-package: unicode('eaff'); $ti-icon-pacman: unicode('eebc'); @@ -1138,6 +1152,7 @@ $ti-icon-paint: unicode('eb00'); $ti-icon-palette: unicode('eb01'); $ti-icon-panorama-horizontal: unicode('ed33'); $ti-icon-panorama-vertical: unicode('ed34'); +$ti-icon-paper-bag: unicode('f02f'); $ti-icon-paperclip: unicode('eb02'); $ti-icon-parachute: unicode('ed7c'); $ti-icon-parentheses: unicode('ebd8'); @@ -1416,6 +1431,7 @@ $ti-icon-switch-2: unicode('edbf'); $ti-icon-switch-3: unicode('edc0'); $ti-icon-switch-horizontal: unicode('eb31'); $ti-icon-switch-vertical: unicode('eb32'); +$ti-icon-sword: unicode('f030'); $ti-icon-table: unicode('eba1'); $ti-icon-table-export: unicode('eef8'); $ti-icon-table-import: unicode('eef9'); @@ -1451,6 +1467,7 @@ $ti-icon-thumb-down: unicode('eb3b'); $ti-icon-thumb-up: unicode('eb3c'); $ti-icon-ticket: unicode('eb3d'); $ti-icon-tilt-shift: unicode('eefe'); +$ti-icon-timeline: unicode('f031'); $ti-icon-tir: unicode('ebf0'); $ti-icon-toggle-left: unicode('eb3e'); $ti-icon-toggle-right: unicode('eb3f'); @@ -1585,6 +1602,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-2fa:before { content: $ti-icon-2fa; } .#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-3d-cube-sphere; } +.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-3d-rotate; } .#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; } .#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; } .#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; } @@ -1592,12 +1610,14 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-activity:before { content: $ti-icon-activity; } .#{$ti-prefix}-ad:before { content: $ti-icon-ad; } .#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; } +.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; } .#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; } .#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; } .#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; } .#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; } .#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; } .#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; } +.#{$ti-prefix}-album:before { content: $ti-icon-album; } .#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; } .#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; } .#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; } @@ -1735,6 +1755,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-at:before { content: $ti-icon-at; } .#{$ti-prefix}-atom:before { content: $ti-icon-atom; } .#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; } +.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; } .#{$ti-prefix}-award:before { content: $ti-icon-award; } .#{$ti-prefix}-axe:before { content: $ti-icon-axe; } .#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; } @@ -1758,6 +1779,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; } .#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; } .#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; } +.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; } .#{$ti-prefix}-basket:before { content: $ti-icon-basket; } .#{$ti-prefix}-bath:before { content: $ti-icon-bath; } .#{$ti-prefix}-battery:before { content: $ti-icon-battery; } @@ -2201,6 +2223,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; } .#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; } .#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; } +.#{$ti-prefix}-dental:before { content: $ti-icon-dental; } .#{$ti-prefix}-details:before { content: $ti-icon-details; } .#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; } .#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; } @@ -2217,6 +2240,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; } .#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; } .#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; } +.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; } .#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } .#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; } .#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; } @@ -2274,6 +2298,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-equal:before { content: $ti-icon-equal; } .#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; } .#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; } +.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; } .#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; } .#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; } .#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; } @@ -2297,6 +2322,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; } .#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; } .#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; } +.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; } .#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; } .#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; } .#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; } @@ -2316,6 +2342,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; } .#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; } .#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; } +.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; } .#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; } .#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; } .#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; } @@ -2346,6 +2373,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-flower:before { content: $ti-icon-flower; } .#{$ti-prefix}-focus:before { content: $ti-icon-focus; } .#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; } +.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; } .#{$ti-prefix}-fold:before { content: $ti-icon-fold; } .#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; } .#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; } @@ -2376,6 +2404,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; } .#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; } .#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; } +.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; } .#{$ti-prefix}-glass:before { content: $ti-icon-glass; } .#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; } .#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; } @@ -2477,6 +2506,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; } .#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; } .#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; } +.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; } .#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; } .#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; } .#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; } @@ -2526,7 +2556,6 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; } .#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; } .#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; } -.#{$ti-prefix}-letters-case:before { content: $ti-icon-letters-case; } .#{$ti-prefix}-license:before { content: $ti-icon-license; } .#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; } .#{$ti-prefix}-line:before { content: $ti-icon-line; } @@ -2668,6 +2697,8 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; } .#{$ti-prefix}-omega:before { content: $ti-icon-omega; } .#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; } +.#{$ti-prefix}-oval:before { content: $ti-icon-oval; } +.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; } .#{$ti-prefix}-overline:before { content: $ti-icon-overline; } .#{$ti-prefix}-package:before { content: $ti-icon-package; } .#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; } @@ -2676,6 +2707,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-palette:before { content: $ti-icon-palette; } .#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; } .#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; } +.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; } .#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; } .#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; } .#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; } @@ -2954,6 +2986,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; } .#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; } .#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; } +.#{$ti-prefix}-sword:before { content: $ti-icon-sword; } .#{$ti-prefix}-table:before { content: $ti-icon-table; } .#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; } .#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; } @@ -2989,6 +3022,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; } .#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; } .#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; } +.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; } .#{$ti-prefix}-tir:before { content: $ti-icon-tir; } .#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; } .#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; } diff --git a/icons-png/3d-rotate.png b/icons-png/3d-rotate.png new file mode 100644 index 00000000..9fdcd1b2 Binary files /dev/null and b/icons-png/3d-rotate.png differ diff --git a/icons-png/address-book.png b/icons-png/address-book.png new file mode 100644 index 00000000..f9a25e5a Binary files /dev/null and b/icons-png/address-book.png differ diff --git a/icons-png/album.png b/icons-png/album.png new file mode 100644 index 00000000..5238b4ac Binary files /dev/null and b/icons-png/album.png differ diff --git a/icons-png/augmented-reality.png b/icons-png/augmented-reality.png new file mode 100644 index 00000000..58eb411d Binary files /dev/null and b/icons-png/augmented-reality.png differ diff --git a/icons-png/baseline.png b/icons-png/baseline.png new file mode 100644 index 00000000..e3b39278 Binary files /dev/null and b/icons-png/baseline.png differ diff --git a/icons-png/dental.png b/icons-png/dental.png new file mode 100644 index 00000000..9fa4046e Binary files /dev/null and b/icons-png/dental.png differ diff --git a/icons-png/device-nintendo.png b/icons-png/device-nintendo.png new file mode 100644 index 00000000..539def5d Binary files /dev/null and b/icons-png/device-nintendo.png differ diff --git a/icons-png/error-404.png b/icons-png/error-404.png new file mode 100644 index 00000000..1cc24e2c Binary files /dev/null and b/icons-png/error-404.png differ diff --git a/icons-png/file-description.png b/icons-png/file-description.png new file mode 100644 index 00000000..a307b785 Binary files /dev/null and b/icons-png/file-description.png differ diff --git a/icons-png/file-settings.png b/icons-png/file-settings.png new file mode 100644 index 00000000..3d16eeeb Binary files /dev/null and b/icons-png/file-settings.png differ diff --git a/icons-png/focus-centered.png b/icons-png/focus-centered.png new file mode 100644 index 00000000..2130a19b Binary files /dev/null and b/icons-png/focus-centered.png differ diff --git a/icons-png/gizmo.png b/icons-png/gizmo.png new file mode 100644 index 00000000..592bdfeb Binary files /dev/null and b/icons-png/gizmo.png differ diff --git a/icons-png/layout-dashboard.png b/icons-png/layout-dashboard.png new file mode 100644 index 00000000..05268630 Binary files /dev/null and b/icons-png/layout-dashboard.png differ diff --git a/icons-png/letters-case.png b/icons-png/letters-case.png deleted file mode 100644 index a9e7aab3..00000000 Binary files a/icons-png/letters-case.png and /dev/null differ diff --git a/icons-png/oval-vertical.png b/icons-png/oval-vertical.png new file mode 100644 index 00000000..ab748a05 Binary files /dev/null and b/icons-png/oval-vertical.png differ diff --git a/icons-png/oval.png b/icons-png/oval.png new file mode 100644 index 00000000..8783ee3d Binary files /dev/null and b/icons-png/oval.png differ diff --git a/icons-png/paper-bag.png b/icons-png/paper-bag.png new file mode 100644 index 00000000..78c4e067 Binary files /dev/null and b/icons-png/paper-bag.png differ diff --git a/icons-png/sword.png b/icons-png/sword.png new file mode 100644 index 00000000..e0b27fa0 Binary files /dev/null and b/icons-png/sword.png differ diff --git a/icons-png/timeline.png b/icons-png/timeline.png new file mode 100644 index 00000000..4a525af5 Binary files /dev/null and b/icons-png/timeline.png differ diff --git a/icons-react/icons-js/3d-rotate.js b/icons-react/icons-js/3d-rotate.js new file mode 100644 index 00000000..7068f288 --- /dev/null +++ b/icons-react/icons-js/3d-rotate.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function Icon3dRotate({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default Icon3dRotate; \ No newline at end of file diff --git a/icons-react/icons-js/address-book.js b/icons-react/icons-js/address-book.js new file mode 100644 index 00000000..f7ba862f --- /dev/null +++ b/icons-react/icons-js/address-book.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAddressBook({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAddressBook; \ No newline at end of file diff --git a/icons-react/icons-js/album.js b/icons-react/icons-js/album.js new file mode 100644 index 00000000..098453b0 --- /dev/null +++ b/icons-react/icons-js/album.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAlbum({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAlbum; \ No newline at end of file diff --git a/icons-react/icons-js/augmented-reality.js b/icons-react/icons-js/augmented-reality.js new file mode 100644 index 00000000..5533507b --- /dev/null +++ b/icons-react/icons-js/augmented-reality.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAugmentedReality({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAugmentedReality; \ No newline at end of file diff --git a/icons-react/icons-js/baseline.js b/icons-react/icons-js/baseline.js new file mode 100644 index 00000000..41859814 --- /dev/null +++ b/icons-react/icons-js/baseline.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBaseline({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBaseline; \ No newline at end of file diff --git a/icons-react/icons-js/dental.js b/icons-react/icons-js/dental.js new file mode 100644 index 00000000..c618e2e8 --- /dev/null +++ b/icons-react/icons-js/dental.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDental({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDental; \ No newline at end of file diff --git a/icons-react/icons-js/device-nintendo.js b/icons-react/icons-js/device-nintendo.js new file mode 100644 index 00000000..5a9a6839 --- /dev/null +++ b/icons-react/icons-js/device-nintendo.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceNintendo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceNintendo; \ No newline at end of file diff --git a/icons-react/icons-js/error-404.js b/icons-react/icons-js/error-404.js new file mode 100644 index 00000000..8dc9c818 --- /dev/null +++ b/icons-react/icons-js/error-404.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconError404({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconError404; \ No newline at end of file diff --git a/icons-react/icons-js/file-description.js b/icons-react/icons-js/file-description.js new file mode 100644 index 00000000..55ac9ee9 --- /dev/null +++ b/icons-react/icons-js/file-description.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileDescription({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileDescription; \ No newline at end of file diff --git a/icons-react/icons-js/file-settings.js b/icons-react/icons-js/file-settings.js new file mode 100644 index 00000000..a9de6792 --- /dev/null +++ b/icons-react/icons-js/file-settings.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileSettings({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileSettings; \ No newline at end of file diff --git a/icons-react/icons-js/focus-centered.js b/icons-react/icons-js/focus-centered.js new file mode 100644 index 00000000..b2c33481 --- /dev/null +++ b/icons-react/icons-js/focus-centered.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFocusCentered({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFocusCentered; \ No newline at end of file diff --git a/icons-react/icons-js/gizmo.js b/icons-react/icons-js/gizmo.js new file mode 100644 index 00000000..f53f87c5 --- /dev/null +++ b/icons-react/icons-js/gizmo.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGizmo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGizmo; \ No newline at end of file diff --git a/icons-react/icons-js/layout-dashboard.js b/icons-react/icons-js/layout-dashboard.js new file mode 100644 index 00000000..48ff1d36 --- /dev/null +++ b/icons-react/icons-js/layout-dashboard.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLayoutDashboard({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLayoutDashboard; \ No newline at end of file diff --git a/icons-react/icons-js/oval-vertical.js b/icons-react/icons-js/oval-vertical.js new file mode 100644 index 00000000..05915bf5 --- /dev/null +++ b/icons-react/icons-js/oval-vertical.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOvalVertical({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconOvalVertical; \ No newline at end of file diff --git a/icons-react/icons-js/oval.js b/icons-react/icons-js/oval.js new file mode 100644 index 00000000..671884a2 --- /dev/null +++ b/icons-react/icons-js/oval.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOval({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconOval; \ No newline at end of file diff --git a/icons-react/icons-js/paper-bag.js b/icons-react/icons-js/paper-bag.js new file mode 100644 index 00000000..ea4d3d8f --- /dev/null +++ b/icons-react/icons-js/paper-bag.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPaperBag({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPaperBag; \ No newline at end of file diff --git a/icons-react/icons-js/sword.js b/icons-react/icons-js/sword.js new file mode 100644 index 00000000..a20827fa --- /dev/null +++ b/icons-react/icons-js/sword.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSword({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSword; \ No newline at end of file diff --git a/icons-react/icons-js/timeline.js b/icons-react/icons-js/timeline.js new file mode 100644 index 00000000..1ddeed7d --- /dev/null +++ b/icons-react/icons-js/timeline.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTimeline({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTimeline; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 9f6dc2c5..db46f865 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -6,6 +6,7 @@ type TablerIcon = FC; export const Icon2fa: TablerIcon; export const Icon3dCubeSphere: TablerIcon; +export const Icon3dRotate: TablerIcon; export const IconAB: TablerIcon; export const IconAccessPointOff: TablerIcon; export const IconAccessPoint: TablerIcon; @@ -13,12 +14,14 @@ export const IconAccessible: TablerIcon; export const IconActivity: TablerIcon; export const IconAd2: TablerIcon; export const IconAd: TablerIcon; +export const IconAddressBook: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; export const IconAdjustmentsHorizontal: TablerIcon; export const IconAdjustments: TablerIcon; export const IconAerialLift: TablerIcon; export const IconAffiliate: TablerIcon; export const IconAlarm: TablerIcon; +export const IconAlbum: TablerIcon; export const IconAlertCircle: TablerIcon; export const IconAlertOctagon: TablerIcon; export const IconAlertTriangle: TablerIcon; @@ -156,6 +159,7 @@ export const IconAsterisk: TablerIcon; export const IconAt: TablerIcon; export const IconAtom2: TablerIcon; export const IconAtom: TablerIcon; +export const IconAugmentedReality: TablerIcon; export const IconAward: TablerIcon; export const IconAxe: TablerIcon; export const IconAxisX: TablerIcon; @@ -179,6 +183,7 @@ export const IconBandage: TablerIcon; export const IconBarbell: TablerIcon; export const IconBarcode: TablerIcon; export const IconBarrierBlock: TablerIcon; +export const IconBaseline: TablerIcon; export const IconBasket: TablerIcon; export const IconBath: TablerIcon; export const IconBattery1: TablerIcon; @@ -622,6 +627,7 @@ export const IconDatabaseExport: TablerIcon; export const IconDatabaseImport: TablerIcon; export const IconDatabaseOff: TablerIcon; export const IconDatabase: TablerIcon; +export const IconDental: TablerIcon; export const IconDetails: TablerIcon; export const IconDeviceAnalytics: TablerIcon; export const IconDeviceAudioTape: TablerIcon; @@ -638,6 +644,7 @@ export const IconDeviceMobileMessage: TablerIcon; export const IconDeviceMobileRotated: TablerIcon; export const IconDeviceMobileVibration: TablerIcon; export const IconDeviceMobile: TablerIcon; +export const IconDeviceNintendo: TablerIcon; export const IconDeviceSpeaker: TablerIcon; export const IconDeviceTablet: TablerIcon; export const IconDeviceTv: TablerIcon; @@ -695,6 +702,7 @@ export const IconEngine: TablerIcon; export const IconEqualNot: TablerIcon; export const IconEqual: TablerIcon; export const IconEraser: TablerIcon; +export const IconError404: TablerIcon; export const IconExchange: TablerIcon; export const IconExclamationMark: TablerIcon; export const IconExposure: TablerIcon; @@ -717,6 +725,7 @@ export const IconFileCertificate: TablerIcon; export const IconFileCheck: TablerIcon; export const IconFileCode2: TablerIcon; export const IconFileCode: TablerIcon; +export const IconFileDescription: TablerIcon; export const IconFileDiff: TablerIcon; export const IconFileDigit: TablerIcon; export const IconFileDislike: TablerIcon; @@ -736,6 +745,7 @@ export const IconFilePhone: TablerIcon; export const IconFilePlus: TablerIcon; export const IconFileReport: TablerIcon; export const IconFileSearch: TablerIcon; +export const IconFileSettings: TablerIcon; export const IconFileShredder: TablerIcon; export const IconFileSymlink: TablerIcon; export const IconFileText: TablerIcon; @@ -766,6 +776,7 @@ export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; export const IconFlower: TablerIcon; export const IconFocus2: TablerIcon; +export const IconFocusCentered: TablerIcon; export const IconFocus: TablerIcon; export const IconFoldDown: TablerIcon; export const IconFoldUp: TablerIcon; @@ -797,6 +808,7 @@ export const IconGitMerge: TablerIcon; export const IconGitPullRequestClosed: TablerIcon; export const IconGitPullRequestDraft: TablerIcon; export const IconGitPullRequest: TablerIcon; +export const IconGizmo: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlassOff: TablerIcon; export const IconGlass: TablerIcon; @@ -897,6 +909,7 @@ export const IconLayoutBoard: TablerIcon; export const IconLayoutBottombar: TablerIcon; export const IconLayoutCards: TablerIcon; export const IconLayoutColumns: TablerIcon; +export const IconLayoutDashboard: TablerIcon; export const IconLayoutDistributeHorizontal: TablerIcon; export const IconLayoutDistributeVertical: TablerIcon; export const IconLayoutGridAdd: TablerIcon; @@ -947,7 +960,6 @@ export const IconLetterW: TablerIcon; export const IconLetterX: TablerIcon; export const IconLetterY: TablerIcon; export const IconLetterZ: TablerIcon; -export const IconLettersCase: TablerIcon; export const IconLicense: TablerIcon; export const IconLifebuoy: TablerIcon; export const IconLineDashed: TablerIcon; @@ -1089,6 +1101,8 @@ export const IconOld: TablerIcon; export const IconOlympics: TablerIcon; export const IconOmega: TablerIcon; export const IconOutlet: TablerIcon; +export const IconOvalVertical: TablerIcon; +export const IconOval: TablerIcon; export const IconOverline: TablerIcon; export const IconPackage: TablerIcon; export const IconPacman: TablerIcon; @@ -1097,6 +1111,7 @@ export const IconPaint: TablerIcon; export const IconPalette: TablerIcon; export const IconPanoramaHorizontal: TablerIcon; export const IconPanoramaVertical: TablerIcon; +export const IconPaperBag: TablerIcon; export const IconPaperclip: TablerIcon; export const IconParachute: TablerIcon; export const IconParentheses: TablerIcon; @@ -1375,6 +1390,7 @@ export const IconSwitch3: TablerIcon; export const IconSwitchHorizontal: TablerIcon; export const IconSwitchVertical: TablerIcon; export const IconSwitch: TablerIcon; +export const IconSword: TablerIcon; export const IconTableExport: TablerIcon; export const IconTableImport: TablerIcon; export const IconTableOff: TablerIcon; @@ -1410,6 +1426,7 @@ export const IconThumbDown: TablerIcon; export const IconThumbUp: TablerIcon; export const IconTicket: TablerIcon; export const IconTiltShift: TablerIcon; +export const IconTimeline: TablerIcon; export const IconTir: TablerIcon; export const IconToggleLeft: TablerIcon; export const IconToggleRight: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 466a462a..a39c5c5d 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -1,5 +1,6 @@ export { default as Icon2fa } from './icons-js/2fa.js'; export { default as Icon3dCubeSphere } from './icons-js/3d-cube-sphere.js'; +export { default as Icon3dRotate } from './icons-js/3d-rotate.js'; export { default as IconAB } from './icons-js/a-b.js'; export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; export { default as IconAccessPoint } from './icons-js/access-point.js'; @@ -7,12 +8,14 @@ export { default as IconAccessible } from './icons-js/accessible.js'; export { default as IconActivity } from './icons-js/activity.js'; export { default as IconAd2 } from './icons-js/ad-2.js'; export { default as IconAd } from './icons-js/ad.js'; +export { default as IconAddressBook } from './icons-js/address-book.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; export { default as IconAdjustmentsHorizontal } from './icons-js/adjustments-horizontal.js'; export { default as IconAdjustments } from './icons-js/adjustments.js'; export { default as IconAerialLift } from './icons-js/aerial-lift.js'; export { default as IconAffiliate } from './icons-js/affiliate.js'; export { default as IconAlarm } from './icons-js/alarm.js'; +export { default as IconAlbum } from './icons-js/album.js'; export { default as IconAlertCircle } from './icons-js/alert-circle.js'; export { default as IconAlertOctagon } from './icons-js/alert-octagon.js'; export { default as IconAlertTriangle } from './icons-js/alert-triangle.js'; @@ -150,6 +153,7 @@ export { default as IconAsterisk } from './icons-js/asterisk.js'; export { default as IconAt } from './icons-js/at.js'; export { default as IconAtom2 } from './icons-js/atom-2.js'; export { default as IconAtom } from './icons-js/atom.js'; +export { default as IconAugmentedReality } from './icons-js/augmented-reality.js'; export { default as IconAward } from './icons-js/award.js'; export { default as IconAxe } from './icons-js/axe.js'; export { default as IconAxisX } from './icons-js/axis-x.js'; @@ -173,6 +177,7 @@ export { default as IconBandage } from './icons-js/bandage.js'; export { default as IconBarbell } from './icons-js/barbell.js'; export { default as IconBarcode } from './icons-js/barcode.js'; export { default as IconBarrierBlock } from './icons-js/barrier-block.js'; +export { default as IconBaseline } from './icons-js/baseline.js'; export { default as IconBasket } from './icons-js/basket.js'; export { default as IconBath } from './icons-js/bath.js'; export { default as IconBattery1 } from './icons-js/battery-1.js'; @@ -616,6 +621,7 @@ export { default as IconDatabaseExport } from './icons-js/database-export.js'; export { default as IconDatabaseImport } from './icons-js/database-import.js'; export { default as IconDatabaseOff } from './icons-js/database-off.js'; export { default as IconDatabase } from './icons-js/database.js'; +export { default as IconDental } from './icons-js/dental.js'; export { default as IconDetails } from './icons-js/details.js'; export { default as IconDeviceAnalytics } from './icons-js/device-analytics.js'; export { default as IconDeviceAudioTape } from './icons-js/device-audio-tape.js'; @@ -632,6 +638,7 @@ export { default as IconDeviceMobileMessage } from './icons-js/device-mobile-mes export { default as IconDeviceMobileRotated } from './icons-js/device-mobile-rotated.js'; export { default as IconDeviceMobileVibration } from './icons-js/device-mobile-vibration.js'; export { default as IconDeviceMobile } from './icons-js/device-mobile.js'; +export { default as IconDeviceNintendo } from './icons-js/device-nintendo.js'; export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js'; export { default as IconDeviceTablet } from './icons-js/device-tablet.js'; export { default as IconDeviceTv } from './icons-js/device-tv.js'; @@ -689,6 +696,7 @@ export { default as IconEngine } from './icons-js/engine.js'; export { default as IconEqualNot } from './icons-js/equal-not.js'; export { default as IconEqual } from './icons-js/equal.js'; export { default as IconEraser } from './icons-js/eraser.js'; +export { default as IconError404 } from './icons-js/error-404.js'; export { default as IconExchange } from './icons-js/exchange.js'; export { default as IconExclamationMark } from './icons-js/exclamation-mark.js'; export { default as IconExposure } from './icons-js/exposure.js'; @@ -711,6 +719,7 @@ export { default as IconFileCertificate } from './icons-js/file-certificate.js'; export { default as IconFileCheck } from './icons-js/file-check.js'; export { default as IconFileCode2 } from './icons-js/file-code-2.js'; export { default as IconFileCode } from './icons-js/file-code.js'; +export { default as IconFileDescription } from './icons-js/file-description.js'; export { default as IconFileDiff } from './icons-js/file-diff.js'; export { default as IconFileDigit } from './icons-js/file-digit.js'; export { default as IconFileDislike } from './icons-js/file-dislike.js'; @@ -730,6 +739,7 @@ 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 IconFileSettings } from './icons-js/file-settings.js'; export { default as IconFileShredder } from './icons-js/file-shredder.js'; export { default as IconFileSymlink } from './icons-js/file-symlink.js'; export { default as IconFileText } from './icons-js/file-text.js'; @@ -760,6 +770,7 @@ export { default as IconFloatNone } from './icons-js/float-none.js'; export { default as IconFloatRight } from './icons-js/float-right.js'; export { default as IconFlower } from './icons-js/flower.js'; export { default as IconFocus2 } from './icons-js/focus-2.js'; +export { default as IconFocusCentered } from './icons-js/focus-centered.js'; export { default as IconFocus } from './icons-js/focus.js'; export { default as IconFoldDown } from './icons-js/fold-down.js'; export { default as IconFoldUp } from './icons-js/fold-up.js'; @@ -791,6 +802,7 @@ export { default as IconGitMerge } from './icons-js/git-merge.js'; export { default as IconGitPullRequestClosed } from './icons-js/git-pull-request-closed.js'; export { default as IconGitPullRequestDraft } from './icons-js/git-pull-request-draft.js'; export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; +export { default as IconGizmo } from './icons-js/gizmo.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlassOff } from './icons-js/glass-off.js'; export { default as IconGlass } from './icons-js/glass.js'; @@ -891,6 +903,7 @@ export { default as IconLayoutBoard } from './icons-js/layout-board.js'; export { default as IconLayoutBottombar } from './icons-js/layout-bottombar.js'; export { default as IconLayoutCards } from './icons-js/layout-cards.js'; export { default as IconLayoutColumns } from './icons-js/layout-columns.js'; +export { default as IconLayoutDashboard } from './icons-js/layout-dashboard.js'; export { default as IconLayoutDistributeHorizontal } from './icons-js/layout-distribute-horizontal.js'; export { default as IconLayoutDistributeVertical } from './icons-js/layout-distribute-vertical.js'; export { default as IconLayoutGridAdd } from './icons-js/layout-grid-add.js'; @@ -941,7 +954,6 @@ export { default as IconLetterW } from './icons-js/letter-w.js'; export { default as IconLetterX } from './icons-js/letter-x.js'; export { default as IconLetterY } from './icons-js/letter-y.js'; export { default as IconLetterZ } from './icons-js/letter-z.js'; -export { default as IconLettersCase } from './icons-js/letters-case.js'; export { default as IconLicense } from './icons-js/license.js'; export { default as IconLifebuoy } from './icons-js/lifebuoy.js'; export { default as IconLineDashed } from './icons-js/line-dashed.js'; @@ -1083,6 +1095,8 @@ export { default as IconOld } from './icons-js/old.js'; export { default as IconOlympics } from './icons-js/olympics.js'; export { default as IconOmega } from './icons-js/omega.js'; export { default as IconOutlet } from './icons-js/outlet.js'; +export { default as IconOvalVertical } from './icons-js/oval-vertical.js'; +export { default as IconOval } from './icons-js/oval.js'; export { default as IconOverline } from './icons-js/overline.js'; export { default as IconPackage } from './icons-js/package.js'; export { default as IconPacman } from './icons-js/pacman.js'; @@ -1091,6 +1105,7 @@ export { default as IconPaint } from './icons-js/paint.js'; export { default as IconPalette } from './icons-js/palette.js'; export { default as IconPanoramaHorizontal } from './icons-js/panorama-horizontal.js'; export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js'; +export { default as IconPaperBag } from './icons-js/paper-bag.js'; export { default as IconPaperclip } from './icons-js/paperclip.js'; export { default as IconParachute } from './icons-js/parachute.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; @@ -1369,6 +1384,7 @@ export { default as IconSwitch3 } from './icons-js/switch-3.js'; export { default as IconSwitchHorizontal } from './icons-js/switch-horizontal.js'; export { default as IconSwitchVertical } from './icons-js/switch-vertical.js'; export { default as IconSwitch } from './icons-js/switch.js'; +export { default as IconSword } from './icons-js/sword.js'; export { default as IconTableExport } from './icons-js/table-export.js'; export { default as IconTableImport } from './icons-js/table-import.js'; export { default as IconTableOff } from './icons-js/table-off.js'; @@ -1404,6 +1420,7 @@ export { default as IconThumbDown } from './icons-js/thumb-down.js'; export { default as IconThumbUp } from './icons-js/thumb-up.js'; export { default as IconTicket } from './icons-js/ticket.js'; export { default as IconTiltShift } from './icons-js/tilt-shift.js'; +export { default as IconTimeline } from './icons-js/timeline.js'; export { default as IconTir } from './icons-js/tir.js'; export { default as IconToggleLeft } from './icons-js/toggle-left.js'; export { default as IconToggleRight } from './icons-js/toggle-right.js'; diff --git a/icons/3d-rotate.svg b/icons/3d-rotate.svg new file mode 100644 index 00000000..3a05830e --- /dev/null +++ b/icons/3d-rotate.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/address-book.svg b/icons/address-book.svg new file mode 100644 index 00000000..065981d5 --- /dev/null +++ b/icons/address-book.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/album.svg b/icons/album.svg new file mode 100644 index 00000000..d4d6b409 --- /dev/null +++ b/icons/album.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/augmented-reality.svg b/icons/augmented-reality.svg new file mode 100644 index 00000000..a01d67a3 --- /dev/null +++ b/icons/augmented-reality.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/baseline.svg b/icons/baseline.svg new file mode 100644 index 00000000..bf790ff9 --- /dev/null +++ b/icons/baseline.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dental.svg b/icons/dental.svg new file mode 100644 index 00000000..0a1ca300 --- /dev/null +++ b/icons/dental.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/device-nintendo.svg b/icons/device-nintendo.svg new file mode 100644 index 00000000..86edf555 --- /dev/null +++ b/icons/device-nintendo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/error-404.svg b/icons/error-404.svg new file mode 100644 index 00000000..6b344520 --- /dev/null +++ b/icons/error-404.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/file-description.svg b/icons/file-description.svg new file mode 100644 index 00000000..74d7b5dc --- /dev/null +++ b/icons/file-description.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-settings.svg b/icons/file-settings.svg new file mode 100644 index 00000000..db3fc9dd --- /dev/null +++ b/icons/file-settings.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/focus-centered.svg b/icons/focus-centered.svg new file mode 100644 index 00000000..dcc1d8c3 --- /dev/null +++ b/icons/focus-centered.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/gizmo.svg b/icons/gizmo.svg new file mode 100644 index 00000000..a8b8b6a4 --- /dev/null +++ b/icons/gizmo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/layout-dashboard.svg b/icons/layout-dashboard.svg new file mode 100644 index 00000000..d7f36170 --- /dev/null +++ b/icons/layout-dashboard.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/letters-case.svg b/icons/letters-case.svg deleted file mode 100644 index e8e16df8..00000000 --- a/icons/letters-case.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/oval-vertical.svg b/icons/oval-vertical.svg new file mode 100644 index 00000000..4b28ff20 --- /dev/null +++ b/icons/oval-vertical.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/oval.svg b/icons/oval.svg new file mode 100644 index 00000000..518f28b6 --- /dev/null +++ b/icons/oval.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/paper-bag.svg b/icons/paper-bag.svg new file mode 100644 index 00000000..46a72f44 --- /dev/null +++ b/icons/paper-bag.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/sword.svg b/icons/sword.svg new file mode 100644 index 00000000..55209b7e --- /dev/null +++ b/icons/sword.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/timeline.svg b/icons/timeline.svg new file mode 100644 index 00000000..6cd6373b --- /dev/null +++ b/icons/timeline.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/package.json b/package.json index 58a1add4..1e172395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons", - "version": "1.54.0", + "version": "1.55.0", "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", "repository": { "type": "git", diff --git a/src/_icons/3d-rotate.svg b/src/_icons/3d-rotate.svg index 58c2d06e..69f351c6 100644 --- a/src/_icons/3d-rotate.svg +++ b/src/_icons/3d-rotate.svg @@ -1,9 +1,10 @@ --- +version: "1.55" --- - - - - - + + + + + diff --git a/src/_icons/address-book.svg b/src/_icons/address-book.svg index dee86f0c..27672ad0 100644 --- a/src/_icons/address-book.svg +++ b/src/_icons/address-book.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/album.svg b/src/_icons/album.svg index 0f9995a2..3dce6560 100644 --- a/src/_icons/album.svg +++ b/src/_icons/album.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/augmented-reality.svg b/src/_icons/augmented-reality.svg index e2390efd..52e20737 100644 --- a/src/_icons/augmented-reality.svg +++ b/src/_icons/augmented-reality.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/baseline.svg b/src/_icons/baseline.svg index 2c9045a1..5d67a618 100644 --- a/src/_icons/baseline.svg +++ b/src/_icons/baseline.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/dental.svg b/src/_icons/dental.svg index f653fe9b..59ddefc2 100644 --- a/src/_icons/dental.svg +++ b/src/_icons/dental.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/device-nintendo.svg b/src/_icons/device-nintendo.svg index b37bb00c..d678a56e 100644 --- a/src/_icons/device-nintendo.svg +++ b/src/_icons/device-nintendo.svg @@ -1,5 +1,6 @@ --- category: Devices +version: "1.55" --- diff --git a/src/_icons/error-404.svg b/src/_icons/error-404.svg index 092158e4..da442ace 100644 --- a/src/_icons/error-404.svg +++ b/src/_icons/error-404.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/file-description.svg b/src/_icons/file-description.svg index 85eff4d0..44b6cb2b 100644 --- a/src/_icons/file-description.svg +++ b/src/_icons/file-description.svg @@ -1,5 +1,6 @@ --- category: Document +version: "1.55" --- diff --git a/src/_icons/file-settings.svg b/src/_icons/file-settings.svg index 5d6e1b75..5bb14926 100644 --- a/src/_icons/file-settings.svg +++ b/src/_icons/file-settings.svg @@ -1,5 +1,6 @@ --- category: Document +version: "1.55" --- diff --git a/src/_icons/focus-centered.svg b/src/_icons/focus-centered.svg index 928cd4ec..969a48ef 100644 --- a/src/_icons/focus-centered.svg +++ b/src/_icons/focus-centered.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/gizmo.svg b/src/_icons/gizmo.svg index 639fb113..3fc0b9cf 100644 --- a/src/_icons/gizmo.svg +++ b/src/_icons/gizmo.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/layout-dashboard.svg b/src/_icons/layout-dashboard.svg index 74c12bfa..7bb1a07d 100644 --- a/src/_icons/layout-dashboard.svg +++ b/src/_icons/layout-dashboard.svg @@ -1,5 +1,6 @@ --- category: Design +version: "1.55" --- diff --git a/src/_icons/oval-vertical.svg b/src/_icons/oval-vertical.svg index 45d3092e..70e59323 100644 --- a/src/_icons/oval-vertical.svg +++ b/src/_icons/oval-vertical.svg @@ -1,5 +1,6 @@ --- category: Shapes +version: "1.55" --- diff --git a/src/_icons/oval.svg b/src/_icons/oval.svg index 2bb2d960..0ec3439b 100644 --- a/src/_icons/oval.svg +++ b/src/_icons/oval.svg @@ -1,5 +1,6 @@ --- category: Shapes +version: "1.55" --- diff --git a/src/_icons/paper-bag.svg b/src/_icons/paper-bag.svg index efc677c7..e4c1f54c 100644 --- a/src/_icons/paper-bag.svg +++ b/src/_icons/paper-bag.svg @@ -1,5 +1,6 @@ --- category: food +version: "1.55" --- diff --git a/src/_icons/sword.svg b/src/_icons/sword.svg index 8b4be27d..43c21781 100644 --- a/src/_icons/sword.svg +++ b/src/_icons/sword.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/src/_icons/timeline.svg b/src/_icons/timeline.svg index f387635d..0164b7d6 100644 --- a/src/_icons/timeline.svg +++ b/src/_icons/timeline.svg @@ -1,4 +1,5 @@ --- +version: "1.55" --- diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 99363ea0..af7cac53 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 fb83719d..910b92da 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 b24201f1..4ad556ef 100644 --- a/tags.json +++ b/tags.json @@ -25,6 +25,14 @@ "version": "1.20", "unicode": "ecd7" }, + "3d-rotate": { + "category": "", + "tags": [ + "3d", + "rotate" + ], + "version": "1.55" + }, "a-b": { "category": "", "tags": [ @@ -112,6 +120,14 @@ "version": "1.1", "unicode": "ea02" }, + "address-book": { + "category": "", + "tags": [ + "address", + "book" + ], + "version": "1.55" + }, "adjustments-alt": { "category": "System", "tags": [ @@ -195,6 +211,13 @@ "version": "1.1", "unicode": "ea04" }, + "album": { + "category": "", + "tags": [ + "album" + ], + "version": "1.55" + }, "alert-circle": { "category": "", "tags": [ @@ -1776,6 +1799,14 @@ "version": "1.3", "unicode": "eb79" }, + "augmented-reality": { + "category": "", + "tags": [ + "augmented", + "reality" + ], + "version": "1.55" + }, "award": { "category": "", "tags": [ @@ -2038,7 +2069,15 @@ "barrier", "block" ], - "version": "1.54" + "version": "1.54", + "unicode": "f00e" + }, + "baseline": { + "category": "", + "tags": [ + "baseline" + ], + "version": "1.55" }, "basket": { "category": "E-commerce", @@ -5130,7 +5169,8 @@ "tags": [ "cake" ], - "version": "1.54" + "version": "1.54", + "unicode": "f00f" }, "calculator": { "category": "", @@ -6523,7 +6563,8 @@ "circle", "rectangle" ], - "version": "1.54" + "version": "1.54", + "unicode": "f010" }, "circle-square": { "category": "Shapes", @@ -6543,7 +6584,8 @@ "circle", "triangle" ], - "version": "1.54" + "version": "1.54", + "unicode": "f011" }, "circle-x": { "category": "", @@ -8144,6 +8186,13 @@ "version": "1.0", "unicode": "ea88" }, + "dental": { + "category": "", + "tags": [ + "dental" + ], + "version": "1.55" + }, "details": { "category": "", "tags": [ @@ -8375,6 +8424,14 @@ "version": "1.0", "unicode": "ea8a" }, + "device-nintendo": { + "category": "Devices", + "tags": [ + "device", + "nintendo" + ], + "version": "1.55" + }, "device-speaker": { "category": "Devices", "tags": [ @@ -9066,6 +9123,14 @@ "version": "1.3", "unicode": "eb8b" }, + "error-404": { + "category": "", + "tags": [ + "error", + "404" + ], + "version": "1.55" + }, "exchange": { "category": "", "tags": [ @@ -9337,6 +9402,14 @@ "version": "1.6", "unicode": "ebd0" }, + "file-description": { + "category": "Document", + "tags": [ + "file", + "description" + ], + "version": "1.55" + }, "file-diff": { "category": "Document", "tags": [ @@ -9568,6 +9641,14 @@ "version": "1.31", "unicode": "ed5d" }, + "file-settings": { + "category": "Document", + "tags": [ + "file", + "settings" + ], + "version": "1.55" + }, "file-shredder": { "category": "Document", "tags": [ @@ -9930,6 +10011,14 @@ "version": "1.6", "unicode": "ebd3" }, + "focus-centered": { + "category": "", + "tags": [ + "focus", + "centered" + ], + "version": "1.55" + }, "focus": { "category": "Photography", "tags": [ @@ -10302,6 +10391,13 @@ "version": "1.0", "unicode": "eab6" }, + "gizmo": { + "category": "", + "tags": [ + "gizmo" + ], + "version": "1.55" + }, "glass-full": { "category": "Food", "tags": [ @@ -11570,6 +11666,14 @@ "version": "1.0", "unicode": "ead4" }, + "layout-dashboard": { + "category": "Design", + "tags": [ + "layout", + "dashboard" + ], + "version": "1.55" + }, "layout-distribute-horizontal": { "category": "Design", "tags": [ @@ -12217,20 +12321,6 @@ "version": "1.12", "unicode": "ec69" }, - "letters-case": { - "category": "Text", - "tags": [ - "letters", - "case", - "typography", - "uppercase", - "capitals", - "lowercase", - "type" - ], - "version": "1.5", - "unicode": "ec6a" - }, "license": { "category": "", "tags": [ @@ -12980,7 +13070,8 @@ "2", "code" ], - "version": "1.54" + "version": "1.54", + "unicode": "f012" }, "message-2": { "category": "Communication", @@ -13038,7 +13129,8 @@ "message", "code" ], - "version": "1.54" + "version": "1.54", + "unicode": "f013" }, "message-dots": { "category": "Communication", @@ -13651,7 +13743,8 @@ "north", "star" ], - "version": "1.54" + "version": "1.54", + "unicode": "f014" }, "note": { "category": "Document", @@ -13912,7 +14005,8 @@ "tags": [ "numbers" ], - "version": "1.54" + "version": "1.54", + "unicode": "f015" }, "nurse": { "category": "Health", @@ -14006,6 +14100,21 @@ "version": "1.6", "unicode": "ebd7" }, + "oval-vertical": { + "category": "Shapes", + "tags": [ + "oval", + "vertical" + ], + "version": "1.55" + }, + "oval": { + "category": "Shapes", + "tags": [ + "oval" + ], + "version": "1.55" + }, "overline": { "category": "Text", "tags": [ @@ -14108,6 +14217,14 @@ "version": "1.27", "unicode": "ed34" }, + "paper-bag": { + "category": "food", + "tags": [ + "paper", + "bag" + ], + "version": "1.55" + }, "paperclip": { "category": "", "tags": [ @@ -15153,14 +15270,16 @@ "radar", "2" ], - "version": "1.54" + "version": "1.54", + "unicode": "f016" }, "radar": { "category": "", "tags": [ "radar" ], - "version": "1.54" + "version": "1.54", + "unicode": "f017" }, "radio": { "category": "Media", @@ -15686,7 +15805,8 @@ "tags": [ "road" ], - "version": "1.54" + "version": "1.54", + "unicode": "f018" }, "robot": { "category": "", @@ -16153,7 +16273,8 @@ "section", "sign" ], - "version": "1.54" + "version": "1.54", + "unicode": "f019" }, "section": { "category": "Design", @@ -17203,7 +17324,8 @@ "square", "asterisk" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01a" }, "square-check": { "category": "", @@ -17339,7 +17461,8 @@ "forbid", "2" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01b" }, "square-rotated-forbid": { "category": "", @@ -17348,7 +17471,8 @@ "rotated", "forbid" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01c" }, "square-rotated-off": { "category": "Shapes", @@ -17843,6 +17967,13 @@ "version": "1.0", "unicode": "eb33" }, + "sword": { + "category": "", + "tags": [ + "sword" + ], + "version": "1.55" + }, "table-export": { "category": "Database", "tags": [ @@ -18301,6 +18432,13 @@ "version": "1.39", "unicode": "eefe" }, + "timeline": { + "category": "", + "tags": [ + "timeline" + ], + "version": "1.55" + }, "tir": { "category": "Vehicles", "tags": [ @@ -18726,7 +18864,8 @@ "triangle", "inverted" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01d" }, "triangle-off": { "category": "Shapes", @@ -19486,7 +19625,8 @@ "tags": [ "webhook" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01e" }, "wifi-0": { "category": "Devices", @@ -19775,7 +19915,8 @@ "tags": [ "yoga" ], - "version": "1.54" + "version": "1.54", + "unicode": "f01f" }, "zodiac-aquarius": { "category": "Zodiac", -- cgit v1.2.1