From fb0a9239b7f75c141edf0502255115f9e7efe1d9 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 27 Apr 2021 00:14:39 +0200 Subject: Release 1.41.0 --- .build/iconfont-unicode.json | 2 +- .github/icons.png | Bin 785620 -> 793249 bytes .github/icons.svg | 2602 ++++++++++++++++---------------- .github/tabler-icons-1.41.0.png | Bin 0 -> 13236 bytes .github/tabler-icons-1.41.0.svg | 58 + iconfont/fonts/tabler-icons.eot | Bin 594644 -> 602660 bytes iconfont/fonts/tabler-icons.svg | 162 +- iconfont/fonts/tabler-icons.ttf | Bin 594460 -> 602476 bytes iconfont/fonts/tabler-icons.woff | Bin 312544 -> 317520 bytes iconfont/fonts/tabler-icons.woff2 | Bin 232080 -> 235684 bytes iconfont/tabler-icons.css | 74 +- iconfont/tabler-icons.html | 166 +- iconfont/tabler-icons.min.css | 4 +- iconfont/tabler-icons.scss | 38 +- icons-png/ad-2.png | Bin 0 -> 2787 bytes icons-png/angle.png | Bin 0 -> 1941 bytes icons-png/apple.png | Bin 0 -> 4665 bytes icons-png/border-style-2.png | Bin 0 -> 1300 bytes icons-png/box-model-2.png | Bin 0 -> 2267 bytes icons-png/brand-vercel.png | Bin 0 -> 1717 bytes icons-png/car-crane.png | Bin 0 -> 3787 bytes icons-png/cheese.png | Bin 0 -> 3990 bytes icons-png/crane.png | Bin 0 -> 2699 bytes icons-png/cup.png | Bin 0 -> 2628 bytes icons-png/dog-bowl.png | Bin 0 -> 3597 bytes icons-png/fence.png | Bin 0 -> 1559 bytes icons-png/fish.png | Bin 0 -> 4728 bytes icons-png/microphone-2.png | Bin 0 -> 4261 bytes icons-png/radio.png | Bin 0 -> 2208 bytes icons-png/soup.png | Bin 0 -> 2668 bytes icons-png/transfer-in.png | Bin 0 -> 2243 bytes icons-png/transfer-out.png | Bin 0 -> 2283 bytes icons-react/icons-js/ad-2.js | 12 + icons-react/icons-js/angle.js | 12 + icons-react/icons-js/apple.js | 12 + icons-react/icons-js/border-style-2.js | 12 + icons-react/icons-js/box-model-2.js | 12 + icons-react/icons-js/brand-vercel.js | 12 + icons-react/icons-js/car-crane.js | 12 + icons-react/icons-js/cheese.js | 12 + icons-react/icons-js/crane.js | 12 + icons-react/icons-js/cup.js | 12 + icons-react/icons-js/dog-bowl.js | 12 + icons-react/icons-js/fence.js | 12 + icons-react/icons-js/fish.js | 12 + icons-react/icons-js/microphone-2.js | 12 + icons-react/icons-js/radio.js | 12 + icons-react/icons-js/soup.js | 12 + icons-react/icons-js/transfer-in.js | 12 + icons-react/icons-js/transfer-out.js | 12 + icons-react/index.d.ts | 18 + icons-react/index.js | 18 + icons/ad-2.svg | 11 + icons/angle.svg | 10 + icons/apple.svg | 8 + icons/border-style-2.svg | 14 + icons/box-model-2.svg | 7 + icons/brand-vercel.svg | 6 + icons/car-crane.svg | 12 + icons/cheese.svg | 10 + icons/crane.svg | 9 + icons/cup.svg | 9 + icons/dog-bowl.svg | 8 + icons/fence.svg | 8 + icons/fish.svg | 9 + icons/microphone-2.svg | 7 + icons/radio.svg | 10 + icons/soup.svg | 10 + icons/transfer-in.svg | 8 + icons/transfer-out.svg | 8 + package.json | 2 +- src/_icons/ad-2.svg | 12 +- src/_icons/angle.svg | 10 +- src/_icons/apple.svg | 6 +- src/_icons/border-style-2.svg | 18 +- src/_icons/box-model-2.svg | 4 +- src/_icons/brand-vercel.svg | 2 +- src/_icons/car-crane.svg | 14 +- src/_icons/cheese.svg | 11 +- src/_icons/crane.svg | 8 +- src/_icons/cup.svg | 8 +- src/_icons/dog-bowl.svg | 6 +- src/_icons/fence.svg | 6 +- src/_icons/fish.svg | 8 +- src/_icons/microphone-2.svg | 4 +- src/_icons/radio.svg | 10 +- src/_icons/soup.svg | 10 +- src/_icons/transfer-in.svg | 6 +- src/_icons/transfer-out.svg | 6 +- tabler-sprite-nostroke.svg | 2 +- tabler-sprite.svg | 2 +- tags.json | 141 +- 92 files changed, 2403 insertions(+), 1415 deletions(-) create mode 100644 .github/tabler-icons-1.41.0.png create mode 100644 .github/tabler-icons-1.41.0.svg create mode 100644 icons-png/ad-2.png create mode 100644 icons-png/angle.png create mode 100644 icons-png/apple.png create mode 100644 icons-png/border-style-2.png create mode 100644 icons-png/box-model-2.png create mode 100644 icons-png/brand-vercel.png create mode 100644 icons-png/car-crane.png create mode 100644 icons-png/cheese.png create mode 100644 icons-png/crane.png create mode 100644 icons-png/cup.png create mode 100644 icons-png/dog-bowl.png create mode 100644 icons-png/fence.png create mode 100644 icons-png/fish.png create mode 100644 icons-png/microphone-2.png create mode 100644 icons-png/radio.png create mode 100644 icons-png/soup.png create mode 100644 icons-png/transfer-in.png create mode 100644 icons-png/transfer-out.png create mode 100644 icons-react/icons-js/ad-2.js create mode 100644 icons-react/icons-js/angle.js create mode 100644 icons-react/icons-js/apple.js create mode 100644 icons-react/icons-js/border-style-2.js create mode 100644 icons-react/icons-js/box-model-2.js create mode 100644 icons-react/icons-js/brand-vercel.js create mode 100644 icons-react/icons-js/car-crane.js create mode 100644 icons-react/icons-js/cheese.js create mode 100644 icons-react/icons-js/crane.js create mode 100644 icons-react/icons-js/cup.js create mode 100644 icons-react/icons-js/dog-bowl.js create mode 100644 icons-react/icons-js/fence.js create mode 100644 icons-react/icons-js/fish.js create mode 100644 icons-react/icons-js/microphone-2.js create mode 100644 icons-react/icons-js/radio.js create mode 100644 icons-react/icons-js/soup.js create mode 100644 icons-react/icons-js/transfer-in.js create mode 100644 icons-react/icons-js/transfer-out.js create mode 100644 icons/ad-2.svg create mode 100644 icons/angle.svg create mode 100644 icons/apple.svg create mode 100644 icons/border-style-2.svg create mode 100644 icons/box-model-2.svg create mode 100644 icons/brand-vercel.svg create mode 100644 icons/car-crane.svg create mode 100644 icons/cheese.svg create mode 100644 icons/crane.svg create mode 100644 icons/cup.svg create mode 100644 icons/dog-bowl.svg create mode 100644 icons/fence.svg create mode 100644 icons/fish.svg create mode 100644 icons/microphone-2.svg create mode 100644 icons/radio.svg create mode 100644 icons/soup.svg create mode 100644 icons/transfer-in.svg create mode 100644 icons/transfer-out.svg diff --git a/.build/iconfont-unicode.json b/.build/iconfont-unicode.json index 9a6e1e74..6b73edc7 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","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","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-down":"ee00","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-down":"ee01","arrows-right-left":"edb2","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","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-american-football":"ee04","ball-basketball":"ec28","ball-bowling":"ec29","ball-football":"ee06","ball-football-off":"ee05","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-automotive":"ee07","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","binary":"ee08","biohazard":"ecb8","blockquote":"ee09","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-style":"ee0a","border-top":"ea43","border-vertical":"ea44","bottle":"ef0b","box":"ea45","box-margin":"ee0b","box-model":"ee0c","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-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-javascript":"ef0c","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-2":"ee19","brightness-down":"eb7d","brightness-half":"ee1a","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-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","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","candy":"ef0d","capture":"ec3c","car":"ebbb","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","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-dotted":"ed28","circle-half":"ee3f","circle-half-vertical":"ee3e","circle-minus":"ea68","circle-off":"ee40","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-all":"ee41","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","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","confetti":"ee46","container":"ee47","contrast":"ec4e","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","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","crown-off":"ee50","curly-loop":"ecda","currency-bahraini":"ee51","currency-bath":"ee52","currency-bitcoin":"ebab","currency-cent":"ee53","currency-dinar":"ee54","currency-dirham":"ee55","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","devices":"eb87","devices-2":"ed29","devices-pc":"ee7a","diamond":"eb65","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","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","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","emphasis":"ebcf","equal":"ee87","equal-not":"ee86","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-check":"ee88","eye-off":"ecf0","eyeglass":"ee8a","eyeglass-2":"ee89","face-id":"ea9b","fall":"ecb9","feather":"ee8b","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-info":"edec","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-report":"eded","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","files":"edef","files-off":"edee","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flag-2":"ee8c","flag-3":"ee8d","flame":"ec2c","flare":"ee8e","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","forms":"ee8f","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","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","glass":"eab8","glass-full":"eab7","glass-off":"ee91","globe":"eab9","golf":"ed8c","gps":"ed7a","grain":"ee92","grid-dots":"eaba","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","hand-finger":"ee94","hand-little-finger":"ee95","hand-middle-finger":"ec2d","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","heading":"ee9b","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","hexagon-off":"ee9c","hierarchy":"ee9e","hierarchy-2":"ee9d","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","ice-cream-2":"ee9f","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-off":"eea0","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","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-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","lemon":"ef10","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-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","login":"eba7","logout":"eba8","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","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","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","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-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","mouse":"eaf9","movie":"eafa","mug":"eafb","mushroom":"ef14","music":"eafc","new-section":"ebc1","news":"eafd","nfc":"eeb7","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","number-0":"edf0","number-1":"edf1","number-2":"edf2","number-3":"edf3","number-4":"edf4","number-5":"edf5","number-6":"edf6","number-7":"edf7","number-8":"edf8","number-9":"edf9","octagon":"ecbd","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","peace":"ecbe","pencil":"eb04","pennant":"ed7d","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","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","play-card":"eebf","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","plug":"ebd9","plus":"eb0b","point":"eb0c","pokeball":"eec1","polaroid":"eec2","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","presentation-analytics":"eec3","printer":"eb0e","prompt":"eb0f","propeller":"eec4","puzzle":"eb10","pyramid":"eec5","qrcode":"eb11","question-mark":"ec9d","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","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","resize":"eecf","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","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","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","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-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","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","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sock":"eee1","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","space":"ec0c","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-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-off":"eeef","square-plus":"eb2a","square-root":"eef1","square-root-2":"eef0","square-rotated":"ecdf","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","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","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-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tilt-shift":"eefe","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","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","trash":"eb41","trash-off":"ed65","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-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","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vaccine":"ef04","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","virus":"eb74","virus-off":"ed66","virus-search":"ed67","vocabulary":"ef1e","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","window":"ef06","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","writing":"ef08","writing-sign":"ef07","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-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","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","apple":"ef21","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-down":"ee00","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-down":"ee01","arrows-right-left":"edb2","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","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-american-football":"ee04","ball-basketball":"ec28","ball-bowling":"ec29","ball-football":"ee06","ball-football-off":"ee05","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-automotive":"ee07","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","binary":"ee08","biohazard":"ecb8","blockquote":"ee09","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-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-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-javascript":"ef0c","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vercel":"ef24","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-2":"ee19","brightness-down":"eb7d","brightness-half":"ee1a","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-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","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","candy":"ef0d","capture":"ec3c","car":"ebbb","car-crane":"ef25","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","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-dotted":"ed28","circle-half":"ee3f","circle-half-vertical":"ee3e","circle-minus":"ea68","circle-off":"ee40","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-all":"ee41","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","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","confetti":"ee46","container":"ee47","contrast":"ec4e","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","crane":"ef27","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","crown-off":"ee50","cup":"ef28","curly-loop":"ecda","currency-bahraini":"ee51","currency-bath":"ee52","currency-bitcoin":"ebab","currency-cent":"ee53","currency-dinar":"ee54","currency-dirham":"ee55","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","devices":"eb87","devices-2":"ed29","devices-pc":"ee7a","diamond":"eb65","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","dog-bowl":"ef29","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","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","emphasis":"ebcf","equal":"ee87","equal-not":"ee86","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-check":"ee88","eye-off":"ecf0","eyeglass":"ee8a","eyeglass-2":"ee89","face-id":"ea9b","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-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-info":"edec","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-report":"eded","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","files":"edef","files-off":"edee","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","fish":"ef2b","flag":"eaa6","flag-2":"ee8c","flag-3":"ee8d","flame":"ec2c","flare":"ee8e","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","forms":"ee8f","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","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","glass":"eab8","glass-full":"eab7","glass-off":"ee91","globe":"eab9","golf":"ed8c","gps":"ed7a","grain":"ee92","grid-dots":"eaba","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","hand-finger":"ee94","hand-little-finger":"ee95","hand-middle-finger":"ec2d","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","heading":"ee9b","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","hexagon-off":"ee9c","hierarchy":"ee9e","hierarchy-2":"ee9d","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","ice-cream-2":"ee9f","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-off":"eea0","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","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-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","lemon":"ef10","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-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","login":"eba7","logout":"eba8","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","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","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-2":"ef2c","microphone-off":"ed16","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-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","mouse":"eaf9","movie":"eafa","mug":"eafb","mushroom":"ef14","music":"eafc","new-section":"ebc1","news":"eafd","nfc":"eeb7","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","number-0":"edf0","number-1":"edf1","number-2":"edf2","number-3":"edf3","number-4":"edf4","number-5":"edf5","number-6":"edf6","number-7":"edf7","number-8":"edf8","number-9":"edf9","octagon":"ecbd","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","peace":"ecbe","pencil":"eb04","pennant":"ed7d","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","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","play-card":"eebf","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","plug":"ebd9","plus":"eb0b","point":"eb0c","pokeball":"eec1","polaroid":"eec2","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","presentation-analytics":"eec3","printer":"eb0e","prompt":"eb0f","propeller":"eec4","puzzle":"eb10","pyramid":"eec5","qrcode":"eb11","question-mark":"ec9d","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","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","resize":"eecf","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","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","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","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-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","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","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sock":"eee1","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","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-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-off":"eeef","square-plus":"eb2a","square-root":"eef1","square-root-2":"eef0","square-rotated":"ecdf","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","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","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-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tilt-shift":"eefe","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","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","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-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","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vaccine":"ef04","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","virus":"eb74","virus-off":"ed66","virus-search":"ed67","vocabulary":"ef1e","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","window":"ef06","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","writing":"ef08","writing-sign":"ef07","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-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 a8c8dfc6..ee6839e8 100644 Binary files a/.github/icons.png and b/.github/icons.png differ diff --git a/.github/icons.svg b/.github/icons.svg index eb9b5ed6..b5e5bff4 100644 --- a/.github/icons.svg +++ b/.github/icons.svg @@ -1,4 +1,4 @@ - + @@ -12,6 +12,8 @@ + + @@ -46,6 +48,8 @@ + + @@ -58,6 +62,8 @@ + + @@ -350,6 +356,8 @@ + + @@ -360,6 +368,8 @@ + + @@ -542,6 +552,8 @@ + + @@ -656,6 +668,8 @@ + + @@ -734,6 +748,8 @@ + + @@ -916,6 +932,8 @@ + + @@ -928,6 +946,8 @@ + + @@ -1086,6 +1106,8 @@ + + @@ -1158,6 +1180,8 @@ + + @@ -1228,6 +1252,8 @@ + + @@ -1678,6 +1704,8 @@ + + @@ -1926,6 +1954,8 @@ + + @@ -2148,6 +2178,8 @@ + + @@ -2360,6 +2392,10 @@ + + + + @@ -2567,1278 +2603,1296 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.github/tabler-icons-1.41.0.png b/.github/tabler-icons-1.41.0.png new file mode 100644 index 00000000..e0eac031 Binary files /dev/null and b/.github/tabler-icons-1.41.0.png differ diff --git a/.github/tabler-icons-1.41.0.svg b/.github/tabler-icons-1.41.0.svg new file mode 100644 index 00000000..3266c70a --- /dev/null +++ b/.github/tabler-icons-1.41.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 1722c23f..87284f42 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 369b4a2e..058ab27f 100644 --- a/iconfont/fonts/tabler-icons.svg +++ b/iconfont/fonts/tabler-icons.svg @@ -7,60 +7,60 @@ units-per-em="1000" ascent="986.5" descent="100" /> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -3841,6 +3841,60 @@ + + + + + + + + + + + + + + + + + + diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index efbac3d2..94a308ae 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 80422141..6f176712 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 5e201ae7..0c1ac27a 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 6d177e9b..031c60fa 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.40.0 by tabler - https://tabler.io + * Tabler Icons 1.41.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -62,6 +62,10 @@ content: "\ea02"; } +.ti-ad-2:before { + content: "\ef1f"; +} + .ti-adjustments:before { content: "\ea03"; } @@ -126,6 +130,10 @@ content: "\eb76"; } +.ti-angle:before { + content: "\ef20"; +} + .ti-antenna-bars-1:before { content: "\ecc7"; } @@ -150,6 +158,10 @@ content: "\eb58"; } +.ti-apple:before { + content: "\ef21"; +} + .ti-apps:before { content: "\ebb6"; } @@ -738,6 +750,10 @@ content: "\ee0a"; } +.ti-border-style-2:before { + content: "\ef22"; +} + .ti-border-top:before { content: "\ea43"; } @@ -762,6 +778,10 @@ content: "\ee0c"; } +.ti-box-model-2:before { + content: "\ef23"; +} + .ti-box-multiple:before { content: "\ee17"; } @@ -1118,6 +1138,10 @@ content: "\edd8"; } +.ti-brand-vercel:before { + content: "\ef24"; +} + .ti-brand-vimeo:before { content: "\ed06"; } @@ -1350,6 +1374,10 @@ content: "\ebbb"; } +.ti-car-crane:before { + content: "\ef25"; +} + .ti-caravan:before { content: "\ec7c"; } @@ -1502,6 +1530,10 @@ content: "\ebaa"; } +.ti-cheese:before { + content: "\ef26"; +} + .ti-chevron-down:before { content: "\ea5f"; } @@ -1866,6 +1898,10 @@ content: "\ee4f"; } +.ti-crane:before { + content: "\ef27"; +} + .ti-credit-card:before { content: "\ea84"; } @@ -1890,6 +1926,10 @@ content: "\ee50"; } +.ti-cup:before { + content: "\ef28"; +} + .ti-curly-loop:before { content: "\ecda"; } @@ -2206,6 +2246,10 @@ content: "\ee7d"; } +.ti-dog-bowl:before { + content: "\ef29"; +} + .ti-dots:before { content: "\ea95"; } @@ -2350,6 +2394,10 @@ content: "\ee8b"; } +.ti-fence:before { + content: "\ef2a"; +} + .ti-file:before { content: "\eaa4"; } @@ -2490,6 +2538,10 @@ content: "\ebe8"; } +.ti-fish:before { + content: "\ef2b"; +} + .ti-flag:before { content: "\eaa6"; } @@ -3394,6 +3446,10 @@ content: "\eaf0"; } +.ti-microphone-2:before { + content: "\ef2c"; +} + .ti-microphone-off:before { content: "\ed16"; } @@ -3886,6 +3942,10 @@ content: "\ec9d"; } +.ti-radio:before { + content: "\ef2d"; +} + .ti-radioactive:before { content: "\ecc0"; } @@ -4330,6 +4390,10 @@ content: "\ef1b"; } +.ti-soup:before { + content: "\ef2e"; +} + .ti-space:before { content: "\ec0c"; } @@ -4754,6 +4818,14 @@ content: "\ed96"; } +.ti-transfer-in:before { + content: "\ef2f"; +} + +.ti-transfer-out:before { + content: "\ef30"; +} + .ti-trash:before { content: "\eb41"; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index dd5694fa..dfdd50ca 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -5,7 +5,7 @@ - Tabler Icons - version 1.40.0 + Tabler Icons - version 1.41.0 @@ -109,7 +109,7 @@

Tabler Icons

-

version 1.40.0

+

version 1.41.0

+
+ + ad-2 +
+ ti ti-ad-2
+ \ef1f +
+
+
adjustments @@ -335,6 +344,15 @@
+
+ + angle +
+ ti ti-angle
+ \ef20 +
+
+
antenna-bars-1 @@ -389,6 +407,15 @@
+
+ + apple +
+ ti ti-apple
+ \ef21 +
+
+
apps @@ -1712,6 +1739,15 @@
+
+ + border-style-2 +
+ ti ti-border-style-2
+ \ef22 +
+
+
border-top @@ -1766,6 +1802,15 @@
+
+ + box-model-2 +
+ ti ti-box-model-2
+ \ef23 +
+
+
box-multiple @@ -2567,6 +2612,15 @@
+
+ + brand-vercel +
+ ti ti-brand-vercel
+ \ef24 +
+
+
brand-vimeo @@ -3089,6 +3143,15 @@
+
+ + car-crane +
+ ti ti-car-crane
+ \ef25 +
+
+
caravan @@ -3431,6 +3494,15 @@
+
+ + cheese +
+ ti ti-cheese
+ \ef26 +
+
+
chevron-down @@ -4250,6 +4322,15 @@
+
+ + crane +
+ ti ti-crane
+ \ef27 +
+
+
credit-card @@ -4304,6 +4385,15 @@
+
+ + cup +
+ ti ti-cup
+ \ef28 +
+
+
curly-loop @@ -5015,6 +5105,15 @@
+
+ + dog-bowl +
+ ti ti-dog-bowl
+ \ef29 +
+
+
dots @@ -5339,6 +5438,15 @@
+
+ + fence +
+ ti ti-fence
+ \ef2a +
+
+
file @@ -5654,6 +5762,15 @@
+
+ + fish +
+ ti ti-fish
+ \ef2b +
+
+
flag @@ -7688,6 +7805,15 @@
+
+ + microphone-2 +
+ ti ti-microphone-2
+ \ef2c +
+
+
microphone-off @@ -8795,6 +8921,15 @@
+
+ + radio +
+ ti ti-radio
+ \ef2d +
+
+
radioactive @@ -9794,6 +9929,15 @@
+
+ + soup +
+ ti ti-soup
+ \ef2e +
+
+
space @@ -10748,6 +10892,24 @@
+
+ + transfer-in +
+ ti ti-transfer-in
+ \ef2f +
+
+ +
+ + transfer-out +
+ ti ti-transfer-out
+ \ef30 +
+
+
trash diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 74b7896e..9dc3d2fc 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ /*! - * Tabler Icons 1.40.0 by tabler - https://tabler.io + * Tabler Icons 1.41.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-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-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-apps:before{content:"\ebb6"}.ti-archive:before{content:"\ea0b"}.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-left:before{content:"\eddb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-top:before{content:"\eddd"}.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-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.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-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-at:before{content:"\ea2b"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-award:before{content:"\ea2c"}.ti-backhoe:before{content:"\ed86"}.ti-backspace:before{content:"\ea2d"}.ti-ball-american-football:before{content:"\ee04"}.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-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-barcode:before{content:"\ebc6"}.ti-basket:before{content:"\ebe1"}.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-off:before{content:"\ed1c"}.ti-bed:before{content:"\eb5c"}.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-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-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-bookmark:before{content:"\ea3a"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmarks:before{content:"\ed08"}.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-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-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-android:before{content:"\ec16"}.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-chrome:before{content:"\ec18"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-css3:before{content:"\ed6b"}.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-dribbble:before{content:"\ec19"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-figma:before{content:"\ec93"}.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-github:before{content:"\ec1c"}.ti-brand-gitlab:before{content:"\ec1d"}.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-linkedin:before{content:"\ec8c"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-netflix:before{content:"\edcf"}.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-pinterest:before{content:"\ec8d"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-python:before{content:"\ed01"}.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-steam:before{content:"\ed6f"}.ti-brand-stripe:before{content:"\edd7"}.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-tumblr:before{content:"\ed04"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-vimeo:before{content:"\ed06"}.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-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-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-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-candy:before{content:"\ef0d"}.ti-capture:before{content:"\ec3c"}.ti-car:before{content:"\ebbb"}.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-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-dotted:before{content:"\ed28"}.ti-circle-half:before{content:"\ee3f"}.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-square:before{content:"\ece4"}.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-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-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-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-confetti:before{content:"\ee46"}.ti-container:before{content:"\ee47"}.ti-contrast:before{content:"\ec4e"}.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-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-crop:before{content:"\ea85"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-curly-loop:before{content:"\ecda"}.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-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-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-pc:before{content:"\ee7a"}.ti-diamond:before{content:"\eb65"}.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-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-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-emphasis:before{content:"\ebcf"}.ti-equal:before{content:"\ee87"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-exchange:before{content:"\ebe7"}.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-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-face-id:before{content:"\ea9b"}.ti-fall:before{content:"\ecb9"}.ti-feather:before{content:"\ee8b"}.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-dislike:before{content:"\ed2a"}.ti-file-download:before{content:"\ea9d"}.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-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-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-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-friends:before{content:"\eab0"}.ti-gas-station:before{content:"\ec7d"}.ti-gauge:before{content:"\eab1"}.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-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-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-hand-finger:before{content:"\ee94"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-middle-finger:before{content:"\ec2d"}.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-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-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.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-history:before{content:"\ebea"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-id:before{content:"\eac3"}.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-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-language:before{content:"\ebbe"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.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-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-right:before{content:"\ead9"}.ti-leaf:before{content:"\ed4f"}.ti-lego:before{content:"\eadc"}.ti-lemon:before{content:"\ef10"}.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-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-login:before{content:"\eba7"}.ti-logout:before{content:"\eba8"}.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-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-medical-cross:before{content:"\ec2f"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-2:before{content:"\ed3f"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-dots:before{content:"\eaee"}.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-off:before{content:"\ed16"}.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-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-mouse:before{content:"\eaf9"}.ti-movie:before{content:"\eafa"}.ti-mug:before{content:"\eafb"}.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-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-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-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pennant:before{content:"\ed7d"}.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-pill:before{content:"\ec44"}.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-planet:before{content:"\ec08"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-play-card:before{content:"\eebf"}.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-plug:before{content:"\ebd9"}.ti-plus:before{content:"\eb0b"}.ti-point:before{content:"\eb0c"}.ti-pokeball:before{content:"\eec1"}.ti-polaroid:before{content:"\eec2"}.ti-pool:before{content:"\ed91"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-printer:before{content:"\eb0e"}.ti-prompt:before{content:"\eb0f"}.ti-propeller:before{content:"\eec4"}.ti-puzzle:before{content:"\eb10"}.ti-pyramid:before{content:"\eec5"}.ti-qrcode:before{content:"\eb11"}.ti-question-mark:before{content:"\ec9d"}.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-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-resize:before{content:"\eecf"}.ti-ripple:before{content:"\ed82"}.ti-road-sign:before{content:"\ecdd"}.ti-rocket:before{content:"\ec45"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.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-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-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-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-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-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-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-space:before{content:"\ec0c"}.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-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-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-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-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-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-wrap:before{content:"\ebdd"}.ti-text-wrap-disabled:before{content:"\eca7"}.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-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-trash:before{content:"\eb41"}.ti-trash-off:before{content:"\ed65"}.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-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-user:before{content:"\eb4d"}.ti-user-check:before{content:"\eb49"}.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-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-vaccine:before{content:"\ef04"}.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-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-wallet:before{content:"\eb75"}.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-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-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.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-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-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-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-archive:before{content:"\ea0b"}.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-left:before{content:"\eddb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-top:before{content:"\eddd"}.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-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.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-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-at:before{content:"\ea2b"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-award:before{content:"\ea2c"}.ti-backhoe:before{content:"\ed86"}.ti-backspace:before{content:"\ea2d"}.ti-ball-american-football:before{content:"\ee04"}.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-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-barcode:before{content:"\ebc6"}.ti-basket:before{content:"\ebe1"}.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-off:before{content:"\ed1c"}.ti-bed:before{content:"\eb5c"}.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-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-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-bookmark:before{content:"\ea3a"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmarks:before{content:"\ed08"}.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-android:before{content:"\ec16"}.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-chrome:before{content:"\ec18"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-css3:before{content:"\ed6b"}.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-dribbble:before{content:"\ec19"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-figma:before{content:"\ec93"}.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-github:before{content:"\ec1c"}.ti-brand-gitlab:before{content:"\ec1d"}.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-linkedin:before{content:"\ec8c"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-netflix:before{content:"\edcf"}.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-pinterest:before{content:"\ec8d"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-python:before{content:"\ed01"}.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-steam:before{content:"\ed6f"}.ti-brand-stripe:before{content:"\edd7"}.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-tumblr:before{content:"\ed04"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.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-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-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-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-candy:before{content:"\ef0d"}.ti-capture:before{content:"\ec3c"}.ti-car:before{content:"\ebbb"}.ti-car-crane:before{content:"\ef25"}.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-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-dotted:before{content:"\ed28"}.ti-circle-half:before{content:"\ee3f"}.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-square:before{content:"\ece4"}.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-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-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-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-confetti:before{content:"\ee46"}.ti-container:before{content:"\ee47"}.ti-contrast:before{content:"\ec4e"}.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-crane:before{content:"\ef27"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-off:before{content:"\ed11"}.ti-crop:before{content:"\ea85"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-cup:before{content:"\ef28"}.ti-curly-loop:before{content:"\ecda"}.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-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-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-pc:before{content:"\ee7a"}.ti-diamond:before{content:"\eb65"}.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-dog-bowl:before{content:"\ef29"}.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-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-emphasis:before{content:"\ebcf"}.ti-equal:before{content:"\ee87"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-exchange:before{content:"\ebe7"}.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-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-face-id:before{content:"\ea9b"}.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-dislike:before{content:"\ed2a"}.ti-file-download:before{content:"\ea9d"}.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-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-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-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-friends:before{content:"\eab0"}.ti-gas-station:before{content:"\ec7d"}.ti-gauge:before{content:"\eab1"}.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-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-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-hand-finger:before{content:"\ee94"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-middle-finger:before{content:"\ec2d"}.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-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-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.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-history:before{content:"\ebea"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-id:before{content:"\eac3"}.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-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-language:before{content:"\ebbe"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.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-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-right:before{content:"\ead9"}.ti-leaf:before{content:"\ed4f"}.ti-lego:before{content:"\eadc"}.ti-lemon:before{content:"\ef10"}.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-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-login:before{content:"\eba7"}.ti-logout:before{content:"\eba8"}.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-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-medical-cross:before{content:"\ec2f"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-2:before{content:"\ed3f"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-dots:before{content:"\eaee"}.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-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-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-mouse:before{content:"\eaf9"}.ti-movie:before{content:"\eafa"}.ti-mug:before{content:"\eafb"}.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-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-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-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pennant:before{content:"\ed7d"}.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-pill:before{content:"\ec44"}.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-planet:before{content:"\ec08"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-play-card:before{content:"\eebf"}.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-plug:before{content:"\ebd9"}.ti-plus:before{content:"\eb0b"}.ti-point:before{content:"\eb0c"}.ti-pokeball:before{content:"\eec1"}.ti-polaroid:before{content:"\eec2"}.ti-pool:before{content:"\ed91"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-printer:before{content:"\eb0e"}.ti-prompt:before{content:"\eb0f"}.ti-propeller:before{content:"\eec4"}.ti-puzzle:before{content:"\eb10"}.ti-pyramid:before{content:"\eec5"}.ti-qrcode:before{content:"\eb11"}.ti-question-mark:before{content:"\ec9d"}.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-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-resize:before{content:"\eecf"}.ti-ripple:before{content:"\ed82"}.ti-road-sign:before{content:"\ecdd"}.ti-rocket:before{content:"\ec45"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.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-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-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-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-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-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-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-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-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-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-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-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-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-wrap:before{content:"\ebdd"}.ti-text-wrap-disabled:before{content:"\eca7"}.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-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-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-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-user:before{content:"\eb4d"}.ti-user-check:before{content:"\eb49"}.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-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-vaccine:before{content:"\ef04"}.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-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-wallet:before{content:"\eb75"}.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-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-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.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-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 d9d31357..169ddab1 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -1,5 +1,5 @@ /*! - * Tabler Icons 1.40.0 by tabler - https://tabler.io + * Tabler Icons 1.41.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -53,6 +53,7 @@ $ti-icon-access-point-off: unicode('ed1a'); $ti-icon-accessible: unicode('eba9'); $ti-icon-activity: unicode('ed23'); $ti-icon-ad: unicode('ea02'); +$ti-icon-ad-2: unicode('ef1f'); $ti-icon-adjustments: unicode('ea03'); $ti-icon-adjustments-alt: unicode('ec37'); $ti-icon-adjustments-horizontal: unicode('ec38'); @@ -69,12 +70,14 @@ $ti-icon-align-left: unicode('ea09'); $ti-icon-align-right: unicode('ea0a'); $ti-icon-ambulance: unicode('ebf5'); $ti-icon-anchor: unicode('eb76'); +$ti-icon-angle: unicode('ef20'); $ti-icon-antenna-bars-1: unicode('ecc7'); $ti-icon-antenna-bars-2: unicode('ecc8'); $ti-icon-antenna-bars-3: unicode('ecc9'); $ti-icon-antenna-bars-4: unicode('ecca'); $ti-icon-antenna-bars-5: unicode('eccb'); $ti-icon-aperture: unicode('eb58'); +$ti-icon-apple: unicode('ef21'); $ti-icon-apps: unicode('ebb6'); $ti-icon-archive: unicode('ea0b'); $ti-icon-arrow-back: unicode('ea0c'); @@ -222,12 +225,14 @@ $ti-icon-border-outer: unicode('ea41'); $ti-icon-border-radius: unicode('eb7c'); $ti-icon-border-right: unicode('ea42'); $ti-icon-border-style: unicode('ee0a'); +$ti-icon-border-style-2: unicode('ef22'); $ti-icon-border-top: unicode('ea43'); $ti-icon-border-vertical: unicode('ea44'); $ti-icon-bottle: unicode('ef0b'); $ti-icon-box: unicode('ea45'); $ti-icon-box-margin: unicode('ee0b'); $ti-icon-box-model: unicode('ee0c'); +$ti-icon-box-model-2: unicode('ef23'); $ti-icon-box-multiple: unicode('ee17'); $ti-icon-box-multiple-0: unicode('ee0d'); $ti-icon-box-multiple-1: unicode('ee0e'); @@ -317,6 +322,7 @@ $ti-icon-brand-tumblr: unicode('ed04'); $ti-icon-brand-twitch: unicode('ed05'); $ti-icon-brand-twitter: unicode('ec27'); $ti-icon-brand-unsplash: unicode('edd8'); +$ti-icon-brand-vercel: unicode('ef24'); $ti-icon-brand-vimeo: unicode('ed06'); $ti-icon-brand-vk: unicode('ed72'); $ti-icon-brand-whatsapp: unicode('ec74'); @@ -375,6 +381,7 @@ $ti-icon-camera-selfie: unicode('ee23'); $ti-icon-candy: unicode('ef0d'); $ti-icon-capture: unicode('ec3c'); $ti-icon-car: unicode('ebbb'); +$ti-icon-car-crane: unicode('ef25'); $ti-icon-caravan: unicode('ec7c'); $ti-icon-cardboards: unicode('ed74'); $ti-icon-caret-down: unicode('eb5d'); @@ -413,6 +420,7 @@ $ti-icon-chart-radar: unicode('ed77'); $ti-icon-check: unicode('ea5e'); $ti-icon-checkbox: unicode('eba6'); $ti-icon-checks: unicode('ebaa'); +$ti-icon-cheese: unicode('ef26'); $ti-icon-chevron-down: unicode('ea5f'); $ti-icon-chevron-down-left: unicode('ed09'); $ti-icon-chevron-down-right: unicode('ed0a'); @@ -504,12 +512,14 @@ $ti-icon-corner-up-left: unicode('ea82'); $ti-icon-corner-up-left-double: unicode('ee4e'); $ti-icon-corner-up-right: unicode('ea83'); $ti-icon-corner-up-right-double: unicode('ee4f'); +$ti-icon-crane: unicode('ef27'); $ti-icon-credit-card: unicode('ea84'); $ti-icon-credit-card-off: unicode('ed11'); $ti-icon-crop: unicode('ea85'); $ti-icon-crosshair: unicode('ec3e'); $ti-icon-crown: unicode('ed12'); $ti-icon-crown-off: unicode('ee50'); +$ti-icon-cup: unicode('ef28'); $ti-icon-curly-loop: unicode('ecda'); $ti-icon-currency-bahraini: unicode('ee51'); $ti-icon-currency-bath: unicode('ee52'); @@ -589,6 +599,7 @@ $ti-icon-discount: unicode('ebbd'); $ti-icon-discount-2: unicode('ee7c'); $ti-icon-divide: unicode('ed5c'); $ti-icon-dna: unicode('ee7d'); +$ti-icon-dog-bowl: unicode('ef29'); $ti-icon-dots: unicode('ea95'); $ti-icon-dots-circle-horizontal: unicode('ea91'); $ti-icon-dots-diagonal: unicode('ea93'); @@ -625,6 +636,7 @@ $ti-icon-eyeglass-2: unicode('ee89'); $ti-icon-face-id: unicode('ea9b'); $ti-icon-fall: unicode('ecb9'); $ti-icon-feather: unicode('ee8b'); +$ti-icon-fence: unicode('ef2a'); $ti-icon-file: unicode('eaa4'); $ti-icon-file-alert: unicode('ede6'); $ti-icon-file-analytics: unicode('ede7'); @@ -660,6 +672,7 @@ $ti-icon-filter: unicode('eaa5'); $ti-icon-filter-off: unicode('ed2c'); $ti-icon-fingerprint: unicode('ebd1'); $ti-icon-firetruck: unicode('ebe8'); +$ti-icon-fish: unicode('ef2b'); $ti-icon-flag: unicode('eaa6'); $ti-icon-flag-2: unicode('ee8c'); $ti-icon-flag-3: unicode('ee8d'); @@ -886,6 +899,7 @@ $ti-icon-message-report: unicode('ec9b'); $ti-icon-messages: unicode('eb6c'); $ti-icon-messages-off: unicode('ed42'); $ti-icon-microphone: unicode('eaf0'); +$ti-icon-microphone-2: unicode('ef2c'); $ti-icon-microphone-off: unicode('ed16'); $ti-icon-milk: unicode('ef13'); $ti-icon-minimize: unicode('eaf1'); @@ -1009,6 +1023,7 @@ $ti-icon-puzzle: unicode('eb10'); $ti-icon-pyramid: unicode('eec5'); $ti-icon-qrcode: unicode('eb11'); $ti-icon-question-mark: unicode('ec9d'); +$ti-icon-radio: unicode('ef2d'); $ti-icon-radioactive: unicode('ecc0'); $ti-icon-radius-bottom-left: unicode('eec6'); $ti-icon-radius-bottom-right: unicode('eec7'); @@ -1120,6 +1135,7 @@ $ti-icon-sort-descending: unicode('eb27'); $ti-icon-sort-descending-2: unicode('eee3'); $ti-icon-sort-descending-letters: unicode('ef1a'); $ti-icon-sort-descending-numbers: unicode('ef1b'); +$ti-icon-soup: unicode('ef2e'); $ti-icon-space: unicode('ec0c'); $ti-icon-speakerphone: unicode('ed61'); $ti-icon-speedboat: unicode('ed93'); @@ -1226,6 +1242,8 @@ $ti-icon-trademark: unicode('ec0e'); $ti-icon-traffic-cone: unicode('ec0f'); $ti-icon-traffic-lights: unicode('ed39'); $ti-icon-train: unicode('ed96'); +$ti-icon-transfer-in: unicode('ef2f'); +$ti-icon-transfer-out: unicode('ef30'); $ti-icon-trash: unicode('eb41'); $ti-icon-trash-off: unicode('ed65'); $ti-icon-tree: unicode('ef01'); @@ -1335,6 +1353,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; } .#{$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}-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; } @@ -1351,12 +1370,14 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; } .#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; } .#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; } +.#{$ti-prefix}-angle:before { content: $ti-icon-angle; } .#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; } .#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; } .#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; } .#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; } .#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; } .#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; } +.#{$ti-prefix}-apple:before { content: $ti-icon-apple; } .#{$ti-prefix}-apps:before { content: $ti-icon-apps; } .#{$ti-prefix}-archive:before { content: $ti-icon-archive; } .#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; } @@ -1504,12 +1525,14 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; } .#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; } .#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; } +.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; } .#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; } .#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; } .#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; } .#{$ti-prefix}-box:before { content: $ti-icon-box; } .#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; } .#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; } +.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; } .#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; } .#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; } .#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; } @@ -1599,6 +1622,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; } .#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; } .#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; } +.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; } .#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; } .#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; } .#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; } @@ -1657,6 +1681,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-candy:before { content: $ti-icon-candy; } .#{$ti-prefix}-capture:before { content: $ti-icon-capture; } .#{$ti-prefix}-car:before { content: $ti-icon-car; } +.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; } .#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; } .#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; } .#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; } @@ -1695,6 +1720,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-check:before { content: $ti-icon-check; } .#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; } .#{$ti-prefix}-checks:before { content: $ti-icon-checks; } +.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; } .#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; } .#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; } .#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; } @@ -1786,12 +1812,14 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; } .#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; } .#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; } +.#{$ti-prefix}-crane:before { content: $ti-icon-crane; } .#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; } .#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; } .#{$ti-prefix}-crop:before { content: $ti-icon-crop; } .#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; } .#{$ti-prefix}-crown:before { content: $ti-icon-crown; } .#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; } +.#{$ti-prefix}-cup:before { content: $ti-icon-cup; } .#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; } .#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; } .#{$ti-prefix}-currency-bath:before { content: $ti-icon-currency-bath; } @@ -1871,6 +1899,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; } .#{$ti-prefix}-divide:before { content: $ti-icon-divide; } .#{$ti-prefix}-dna:before { content: $ti-icon-dna; } +.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; } .#{$ti-prefix}-dots:before { content: $ti-icon-dots; } .#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; } .#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; } @@ -1907,6 +1936,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; } .#{$ti-prefix}-fall:before { content: $ti-icon-fall; } .#{$ti-prefix}-feather:before { content: $ti-icon-feather; } +.#{$ti-prefix}-fence:before { content: $ti-icon-fence; } .#{$ti-prefix}-file:before { content: $ti-icon-file; } .#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; } .#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; } @@ -1942,6 +1972,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; } .#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } .#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; } +.#{$ti-prefix}-fish:before { content: $ti-icon-fish; } .#{$ti-prefix}-flag:before { content: $ti-icon-flag; } .#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; } .#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; } @@ -2168,6 +2199,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-messages:before { content: $ti-icon-messages; } .#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; } .#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; } +.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; } .#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; } .#{$ti-prefix}-milk:before { content: $ti-icon-milk; } .#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; } @@ -2291,6 +2323,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; } .#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; } .#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; } +.#{$ti-prefix}-radio:before { content: $ti-icon-radio; } .#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; } .#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; } .#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; } @@ -2402,6 +2435,7 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; } .#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; } .#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; } +.#{$ti-prefix}-soup:before { content: $ti-icon-soup; } .#{$ti-prefix}-space:before { content: $ti-icon-space; } .#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; } .#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; } @@ -2508,6 +2542,8 @@ $ti-icon-zoom-question: unicode('edeb'); .#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } .#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; } .#{$ti-prefix}-train:before { content: $ti-icon-train; } +.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; } +.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; } .#{$ti-prefix}-trash:before { content: $ti-icon-trash; } .#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; } .#{$ti-prefix}-tree:before { content: $ti-icon-tree; } diff --git a/icons-png/ad-2.png b/icons-png/ad-2.png new file mode 100644 index 00000000..b1ae6618 Binary files /dev/null and b/icons-png/ad-2.png differ diff --git a/icons-png/angle.png b/icons-png/angle.png new file mode 100644 index 00000000..d4c05e84 Binary files /dev/null and b/icons-png/angle.png differ diff --git a/icons-png/apple.png b/icons-png/apple.png new file mode 100644 index 00000000..05f23dc7 Binary files /dev/null and b/icons-png/apple.png differ diff --git a/icons-png/border-style-2.png b/icons-png/border-style-2.png new file mode 100644 index 00000000..b53db7ee Binary files /dev/null and b/icons-png/border-style-2.png differ diff --git a/icons-png/box-model-2.png b/icons-png/box-model-2.png new file mode 100644 index 00000000..c57175ff Binary files /dev/null and b/icons-png/box-model-2.png differ diff --git a/icons-png/brand-vercel.png b/icons-png/brand-vercel.png new file mode 100644 index 00000000..e66f1954 Binary files /dev/null and b/icons-png/brand-vercel.png differ diff --git a/icons-png/car-crane.png b/icons-png/car-crane.png new file mode 100644 index 00000000..b780eed7 Binary files /dev/null and b/icons-png/car-crane.png differ diff --git a/icons-png/cheese.png b/icons-png/cheese.png new file mode 100644 index 00000000..888612d8 Binary files /dev/null and b/icons-png/cheese.png differ diff --git a/icons-png/crane.png b/icons-png/crane.png new file mode 100644 index 00000000..0b51b09c Binary files /dev/null and b/icons-png/crane.png differ diff --git a/icons-png/cup.png b/icons-png/cup.png new file mode 100644 index 00000000..4ec063fc Binary files /dev/null and b/icons-png/cup.png differ diff --git a/icons-png/dog-bowl.png b/icons-png/dog-bowl.png new file mode 100644 index 00000000..95b7a8a2 Binary files /dev/null and b/icons-png/dog-bowl.png differ diff --git a/icons-png/fence.png b/icons-png/fence.png new file mode 100644 index 00000000..663f1c50 Binary files /dev/null and b/icons-png/fence.png differ diff --git a/icons-png/fish.png b/icons-png/fish.png new file mode 100644 index 00000000..e2a3f7c9 Binary files /dev/null and b/icons-png/fish.png differ diff --git a/icons-png/microphone-2.png b/icons-png/microphone-2.png new file mode 100644 index 00000000..9824c283 Binary files /dev/null and b/icons-png/microphone-2.png differ diff --git a/icons-png/radio.png b/icons-png/radio.png new file mode 100644 index 00000000..e31221a7 Binary files /dev/null and b/icons-png/radio.png differ diff --git a/icons-png/soup.png b/icons-png/soup.png new file mode 100644 index 00000000..b16b21b1 Binary files /dev/null and b/icons-png/soup.png differ diff --git a/icons-png/transfer-in.png b/icons-png/transfer-in.png new file mode 100644 index 00000000..054516c4 Binary files /dev/null and b/icons-png/transfer-in.png differ diff --git a/icons-png/transfer-out.png b/icons-png/transfer-out.png new file mode 100644 index 00000000..1f453a62 Binary files /dev/null and b/icons-png/transfer-out.png differ diff --git a/icons-react/icons-js/ad-2.js b/icons-react/icons-js/ad-2.js new file mode 100644 index 00000000..a95a6d2f --- /dev/null +++ b/icons-react/icons-js/ad-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAd2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAd2; \ No newline at end of file diff --git a/icons-react/icons-js/angle.js b/icons-react/icons-js/angle.js new file mode 100644 index 00000000..e6e087ad --- /dev/null +++ b/icons-react/icons-js/angle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAngle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconAngle; \ No newline at end of file diff --git a/icons-react/icons-js/apple.js b/icons-react/icons-js/apple.js new file mode 100644 index 00000000..16901826 --- /dev/null +++ b/icons-react/icons-js/apple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconApple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconApple; \ No newline at end of file diff --git a/icons-react/icons-js/border-style-2.js b/icons-react/icons-js/border-style-2.js new file mode 100644 index 00000000..76dac177 --- /dev/null +++ b/icons-react/icons-js/border-style-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBorderStyle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBorderStyle2; \ No newline at end of file diff --git a/icons-react/icons-js/box-model-2.js b/icons-react/icons-js/box-model-2.js new file mode 100644 index 00000000..1ecd54c7 --- /dev/null +++ b/icons-react/icons-js/box-model-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxModel2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBoxModel2; \ No newline at end of file diff --git a/icons-react/icons-js/brand-vercel.js b/icons-react/icons-js/brand-vercel.js new file mode 100644 index 00000000..74b96f83 --- /dev/null +++ b/icons-react/icons-js/brand-vercel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVercel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandVercel; \ No newline at end of file diff --git a/icons-react/icons-js/car-crane.js b/icons-react/icons-js/car-crane.js new file mode 100644 index 00000000..71db0035 --- /dev/null +++ b/icons-react/icons-js/car-crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCarCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCarCrane; \ No newline at end of file diff --git a/icons-react/icons-js/cheese.js b/icons-react/icons-js/cheese.js new file mode 100644 index 00000000..94cc54d8 --- /dev/null +++ b/icons-react/icons-js/cheese.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCheese({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCheese; \ No newline at end of file diff --git a/icons-react/icons-js/crane.js b/icons-react/icons-js/crane.js new file mode 100644 index 00000000..eccdd543 --- /dev/null +++ b/icons-react/icons-js/crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCrane; \ No newline at end of file diff --git a/icons-react/icons-js/cup.js b/icons-react/icons-js/cup.js new file mode 100644 index 00000000..d420b66a --- /dev/null +++ b/icons-react/icons-js/cup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCup; \ No newline at end of file diff --git a/icons-react/icons-js/dog-bowl.js b/icons-react/icons-js/dog-bowl.js new file mode 100644 index 00000000..aab95c2f --- /dev/null +++ b/icons-react/icons-js/dog-bowl.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDogBowl({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDogBowl; \ No newline at end of file diff --git a/icons-react/icons-js/fence.js b/icons-react/icons-js/fence.js new file mode 100644 index 00000000..9b1bb9bf --- /dev/null +++ b/icons-react/icons-js/fence.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFence({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFence; \ No newline at end of file diff --git a/icons-react/icons-js/fish.js b/icons-react/icons-js/fish.js new file mode 100644 index 00000000..c85476ab --- /dev/null +++ b/icons-react/icons-js/fish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFish; \ No newline at end of file diff --git a/icons-react/icons-js/microphone-2.js b/icons-react/icons-js/microphone-2.js new file mode 100644 index 00000000..e31597fe --- /dev/null +++ b/icons-react/icons-js/microphone-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicrophone2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMicrophone2; \ No newline at end of file diff --git a/icons-react/icons-js/radio.js b/icons-react/icons-js/radio.js new file mode 100644 index 00000000..a03c6caf --- /dev/null +++ b/icons-react/icons-js/radio.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadio({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRadio; \ No newline at end of file diff --git a/icons-react/icons-js/soup.js b/icons-react/icons-js/soup.js new file mode 100644 index 00000000..b443abbe --- /dev/null +++ b/icons-react/icons-js/soup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSoup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSoup; \ No newline at end of file diff --git a/icons-react/icons-js/transfer-in.js b/icons-react/icons-js/transfer-in.js new file mode 100644 index 00000000..b96f1d91 --- /dev/null +++ b/icons-react/icons-js/transfer-in.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferIn({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTransferIn; \ No newline at end of file diff --git a/icons-react/icons-js/transfer-out.js b/icons-react/icons-js/transfer-out.js new file mode 100644 index 00000000..ebd7feb8 --- /dev/null +++ b/icons-react/icons-js/transfer-out.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferOut({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTransferOut; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index c4fbaf0b..04987582 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -11,6 +11,7 @@ export const IconAccessPointOff: TablerIcon; export const IconAccessPoint: TablerIcon; export const IconAccessible: TablerIcon; export const IconActivity: TablerIcon; +export const IconAd2: TablerIcon; export const IconAd: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; export const IconAdjustmentsHorizontal: TablerIcon; @@ -28,12 +29,14 @@ export const IconAlignLeft: TablerIcon; export const IconAlignRight: TablerIcon; export const IconAmbulance: TablerIcon; export const IconAnchor: TablerIcon; +export const IconAngle: TablerIcon; export const IconAntennaBars1: TablerIcon; export const IconAntennaBars2: TablerIcon; export const IconAntennaBars3: TablerIcon; export const IconAntennaBars4: TablerIcon; export const IconAntennaBars5: TablerIcon; export const IconAperture: TablerIcon; +export const IconApple: TablerIcon; export const IconApps: TablerIcon; export const IconArchive: TablerIcon; export const IconArrowBackUp: TablerIcon; @@ -180,11 +183,13 @@ export const IconBorderNone: TablerIcon; export const IconBorderOuter: TablerIcon; export const IconBorderRadius: TablerIcon; export const IconBorderRight: TablerIcon; +export const IconBorderStyle2: TablerIcon; export const IconBorderStyle: TablerIcon; export const IconBorderTop: TablerIcon; export const IconBorderVertical: TablerIcon; export const IconBottle: TablerIcon; export const IconBoxMargin: TablerIcon; +export const IconBoxModel2: TablerIcon; export const IconBoxModel: TablerIcon; export const IconBoxMultiple0: TablerIcon; export const IconBoxMultiple1: TablerIcon; @@ -276,6 +281,7 @@ export const IconBrandTumblr: TablerIcon; export const IconBrandTwitch: TablerIcon; export const IconBrandTwitter: TablerIcon; export const IconBrandUnsplash: TablerIcon; +export const IconBrandVercel: TablerIcon; export const IconBrandVimeo: TablerIcon; export const IconBrandVk: TablerIcon; export const IconBrandWhatsapp: TablerIcon; @@ -333,6 +339,7 @@ export const IconCameraSelfie: TablerIcon; export const IconCamera: TablerIcon; export const IconCandy: TablerIcon; export const IconCapture: TablerIcon; +export const IconCarCrane: TablerIcon; export const IconCar: TablerIcon; export const IconCaravan: TablerIcon; export const IconCardboards: TablerIcon; @@ -372,6 +379,7 @@ export const IconChartRadar: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; +export const IconCheese: TablerIcon; export const IconChevronDownLeft: TablerIcon; export const IconChevronDownRight: TablerIcon; export const IconChevronDown: TablerIcon; @@ -463,12 +471,14 @@ export const IconCornerUpLeftDouble: TablerIcon; export const IconCornerUpLeft: TablerIcon; export const IconCornerUpRightDouble: TablerIcon; export const IconCornerUpRight: TablerIcon; +export const IconCrane: TablerIcon; export const IconCreditCardOff: TablerIcon; export const IconCreditCard: TablerIcon; export const IconCrop: TablerIcon; export const IconCrosshair: TablerIcon; export const IconCrownOff: TablerIcon; export const IconCrown: TablerIcon; +export const IconCup: TablerIcon; export const IconCurlyLoop: TablerIcon; export const IconCurrencyBahraini: TablerIcon; export const IconCurrencyBath: TablerIcon; @@ -548,6 +558,7 @@ export const IconDiscount2: TablerIcon; export const IconDiscount: TablerIcon; export const IconDivide: TablerIcon; export const IconDna: TablerIcon; +export const IconDogBowl: TablerIcon; export const IconDotsCircleHorizontal: TablerIcon; export const IconDotsDiagonal2: TablerIcon; export const IconDotsDiagonal: TablerIcon; @@ -584,6 +595,7 @@ export const IconEyeglass: TablerIcon; export const IconFaceId: TablerIcon; export const IconFall: TablerIcon; export const IconFeather: TablerIcon; +export const IconFence: TablerIcon; export const IconFileAlert: TablerIcon; export const IconFileAnalytics: TablerIcon; export const IconFileCertificate: TablerIcon; @@ -619,6 +631,7 @@ export const IconFilterOff: TablerIcon; export const IconFilter: TablerIcon; export const IconFingerprint: TablerIcon; export const IconFiretruck: TablerIcon; +export const IconFish: TablerIcon; export const IconFlag2: TablerIcon; export const IconFlag3: TablerIcon; export const IconFlag: TablerIcon; @@ -844,6 +857,7 @@ export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; export const IconMessagesOff: TablerIcon; export const IconMessages: TablerIcon; +export const IconMicrophone2: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMilk: TablerIcon; @@ -968,6 +982,7 @@ export const IconPuzzle: TablerIcon; export const IconPyramid: TablerIcon; export const IconQrcode: TablerIcon; export const IconQuestionMark: TablerIcon; +export const IconRadio: TablerIcon; export const IconRadioactive: TablerIcon; export const IconRadiusBottomLeft: TablerIcon; export const IconRadiusBottomRight: TablerIcon; @@ -1079,6 +1094,7 @@ export const IconSortDescending2: TablerIcon; export const IconSortDescendingLetters: TablerIcon; export const IconSortDescendingNumbers: TablerIcon; export const IconSortDescending: TablerIcon; +export const IconSoup: TablerIcon; export const IconSpace: TablerIcon; export const IconSpeakerphone: TablerIcon; export const IconSpeedboat: TablerIcon; @@ -1185,6 +1201,8 @@ export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; export const IconTrafficLights: TablerIcon; export const IconTrain: TablerIcon; +export const IconTransferIn: TablerIcon; +export const IconTransferOut: TablerIcon; export const IconTrashOff: TablerIcon; export const IconTrash: TablerIcon; export const IconTree: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 45bd021e..bebf5699 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -5,6 +5,7 @@ export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; export { default as IconAccessPoint } from './icons-js/access-point.js'; export { default as IconAccessible } from './icons-js/accessible.js'; export { default as IconActivity } from './icons-js/activity.js'; +export { default as IconAd2 } from './icons-js/ad-2.js'; export { default as IconAd } from './icons-js/ad.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; export { default as IconAdjustmentsHorizontal } from './icons-js/adjustments-horizontal.js'; @@ -22,12 +23,14 @@ export { default as IconAlignLeft } from './icons-js/align-left.js'; export { default as IconAlignRight } from './icons-js/align-right.js'; export { default as IconAmbulance } from './icons-js/ambulance.js'; export { default as IconAnchor } from './icons-js/anchor.js'; +export { default as IconAngle } from './icons-js/angle.js'; export { default as IconAntennaBars1 } from './icons-js/antenna-bars-1.js'; export { default as IconAntennaBars2 } from './icons-js/antenna-bars-2.js'; export { default as IconAntennaBars3 } from './icons-js/antenna-bars-3.js'; export { default as IconAntennaBars4 } from './icons-js/antenna-bars-4.js'; export { default as IconAntennaBars5 } from './icons-js/antenna-bars-5.js'; export { default as IconAperture } from './icons-js/aperture.js'; +export { default as IconApple } from './icons-js/apple.js'; export { default as IconApps } from './icons-js/apps.js'; export { default as IconArchive } from './icons-js/archive.js'; export { default as IconArrowBackUp } from './icons-js/arrow-back-up.js'; @@ -174,11 +177,13 @@ export { default as IconBorderNone } from './icons-js/border-none.js'; export { default as IconBorderOuter } from './icons-js/border-outer.js'; export { default as IconBorderRadius } from './icons-js/border-radius.js'; export { default as IconBorderRight } from './icons-js/border-right.js'; +export { default as IconBorderStyle2 } from './icons-js/border-style-2.js'; export { default as IconBorderStyle } from './icons-js/border-style.js'; export { default as IconBorderTop } from './icons-js/border-top.js'; export { default as IconBorderVertical } from './icons-js/border-vertical.js'; export { default as IconBottle } from './icons-js/bottle.js'; export { default as IconBoxMargin } from './icons-js/box-margin.js'; +export { default as IconBoxModel2 } from './icons-js/box-model-2.js'; export { default as IconBoxModel } from './icons-js/box-model.js'; export { default as IconBoxMultiple0 } from './icons-js/box-multiple-0.js'; export { default as IconBoxMultiple1 } from './icons-js/box-multiple-1.js'; @@ -270,6 +275,7 @@ export { default as IconBrandTumblr } from './icons-js/brand-tumblr.js'; export { default as IconBrandTwitch } from './icons-js/brand-twitch.js'; export { default as IconBrandTwitter } from './icons-js/brand-twitter.js'; export { default as IconBrandUnsplash } from './icons-js/brand-unsplash.js'; +export { default as IconBrandVercel } from './icons-js/brand-vercel.js'; export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js'; export { default as IconBrandVk } from './icons-js/brand-vk.js'; export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js'; @@ -327,6 +333,7 @@ export { default as IconCameraSelfie } from './icons-js/camera-selfie.js'; export { default as IconCamera } from './icons-js/camera.js'; export { default as IconCandy } from './icons-js/candy.js'; export { default as IconCapture } from './icons-js/capture.js'; +export { default as IconCarCrane } from './icons-js/car-crane.js'; export { default as IconCar } from './icons-js/car.js'; export { default as IconCaravan } from './icons-js/caravan.js'; export { default as IconCardboards } from './icons-js/cardboards.js'; @@ -366,6 +373,7 @@ export { default as IconChartRadar } from './icons-js/chart-radar.js'; export { default as IconCheck } from './icons-js/check.js'; export { default as IconCheckbox } from './icons-js/checkbox.js'; export { default as IconChecks } from './icons-js/checks.js'; +export { default as IconCheese } from './icons-js/cheese.js'; export { default as IconChevronDownLeft } from './icons-js/chevron-down-left.js'; export { default as IconChevronDownRight } from './icons-js/chevron-down-right.js'; export { default as IconChevronDown } from './icons-js/chevron-down.js'; @@ -457,12 +465,14 @@ export { default as IconCornerUpLeftDouble } from './icons-js/corner-up-left-dou export { default as IconCornerUpLeft } from './icons-js/corner-up-left.js'; export { default as IconCornerUpRightDouble } from './icons-js/corner-up-right-double.js'; export { default as IconCornerUpRight } from './icons-js/corner-up-right.js'; +export { default as IconCrane } from './icons-js/crane.js'; export { default as IconCreditCardOff } from './icons-js/credit-card-off.js'; export { default as IconCreditCard } from './icons-js/credit-card.js'; export { default as IconCrop } from './icons-js/crop.js'; export { default as IconCrosshair } from './icons-js/crosshair.js'; export { default as IconCrownOff } from './icons-js/crown-off.js'; export { default as IconCrown } from './icons-js/crown.js'; +export { default as IconCup } from './icons-js/cup.js'; export { default as IconCurlyLoop } from './icons-js/curly-loop.js'; export { default as IconCurrencyBahraini } from './icons-js/currency-bahraini.js'; export { default as IconCurrencyBath } from './icons-js/currency-bath.js'; @@ -542,6 +552,7 @@ export { default as IconDiscount2 } from './icons-js/discount-2.js'; export { default as IconDiscount } from './icons-js/discount.js'; export { default as IconDivide } from './icons-js/divide.js'; export { default as IconDna } from './icons-js/dna.js'; +export { default as IconDogBowl } from './icons-js/dog-bowl.js'; export { default as IconDotsCircleHorizontal } from './icons-js/dots-circle-horizontal.js'; export { default as IconDotsDiagonal2 } from './icons-js/dots-diagonal-2.js'; export { default as IconDotsDiagonal } from './icons-js/dots-diagonal.js'; @@ -578,6 +589,7 @@ export { default as IconEyeglass } from './icons-js/eyeglass.js'; export { default as IconFaceId } from './icons-js/face-id.js'; export { default as IconFall } from './icons-js/fall.js'; export { default as IconFeather } from './icons-js/feather.js'; +export { default as IconFence } from './icons-js/fence.js'; export { default as IconFileAlert } from './icons-js/file-alert.js'; export { default as IconFileAnalytics } from './icons-js/file-analytics.js'; export { default as IconFileCertificate } from './icons-js/file-certificate.js'; @@ -613,6 +625,7 @@ export { default as IconFilterOff } from './icons-js/filter-off.js'; export { default as IconFilter } from './icons-js/filter.js'; export { default as IconFingerprint } from './icons-js/fingerprint.js'; export { default as IconFiretruck } from './icons-js/firetruck.js'; +export { default as IconFish } from './icons-js/fish.js'; export { default as IconFlag2 } from './icons-js/flag-2.js'; export { default as IconFlag3 } from './icons-js/flag-3.js'; export { default as IconFlag } from './icons-js/flag.js'; @@ -838,6 +851,7 @@ export { default as IconMessageReport } from './icons-js/message-report.js'; export { default as IconMessage } from './icons-js/message.js'; export { default as IconMessagesOff } from './icons-js/messages-off.js'; export { default as IconMessages } from './icons-js/messages.js'; +export { default as IconMicrophone2 } from './icons-js/microphone-2.js'; export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMilk } from './icons-js/milk.js'; @@ -962,6 +976,7 @@ export { default as IconPuzzle } from './icons-js/puzzle.js'; export { default as IconPyramid } from './icons-js/pyramid.js'; export { default as IconQrcode } from './icons-js/qrcode.js'; export { default as IconQuestionMark } from './icons-js/question-mark.js'; +export { default as IconRadio } from './icons-js/radio.js'; export { default as IconRadioactive } from './icons-js/radioactive.js'; export { default as IconRadiusBottomLeft } from './icons-js/radius-bottom-left.js'; export { default as IconRadiusBottomRight } from './icons-js/radius-bottom-right.js'; @@ -1073,6 +1088,7 @@ export { default as IconSortDescending2 } from './icons-js/sort-descending-2.js' export { default as IconSortDescendingLetters } from './icons-js/sort-descending-letters.js'; export { default as IconSortDescendingNumbers } from './icons-js/sort-descending-numbers.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; +export { default as IconSoup } from './icons-js/soup.js'; export { default as IconSpace } from './icons-js/space.js'; export { default as IconSpeakerphone } from './icons-js/speakerphone.js'; export { default as IconSpeedboat } from './icons-js/speedboat.js'; @@ -1179,6 +1195,8 @@ export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; export { default as IconTrafficLights } from './icons-js/traffic-lights.js'; export { default as IconTrain } from './icons-js/train.js'; +export { default as IconTransferIn } from './icons-js/transfer-in.js'; +export { default as IconTransferOut } from './icons-js/transfer-out.js'; export { default as IconTrashOff } from './icons-js/trash-off.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTree } from './icons-js/tree.js'; diff --git a/icons/ad-2.svg b/icons/ad-2.svg new file mode 100644 index 00000000..02b6003f --- /dev/null +++ b/icons/ad-2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/angle.svg b/icons/angle.svg new file mode 100644 index 00000000..9f711626 --- /dev/null +++ b/icons/angle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/apple.svg b/icons/apple.svg new file mode 100644 index 00000000..d1ca4b0e --- /dev/null +++ b/icons/apple.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/border-style-2.svg b/icons/border-style-2.svg new file mode 100644 index 00000000..0b6077c1 --- /dev/null +++ b/icons/border-style-2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/box-model-2.svg b/icons/box-model-2.svg new file mode 100644 index 00000000..5a7b8272 --- /dev/null +++ b/icons/box-model-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-vercel.svg b/icons/brand-vercel.svg new file mode 100644 index 00000000..60a7cbd3 --- /dev/null +++ b/icons/brand-vercel.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/car-crane.svg b/icons/car-crane.svg new file mode 100644 index 00000000..ae989db8 --- /dev/null +++ b/icons/car-crane.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/cheese.svg b/icons/cheese.svg new file mode 100644 index 00000000..fba5f64d --- /dev/null +++ b/icons/cheese.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/crane.svg b/icons/crane.svg new file mode 100644 index 00000000..917a9e1a --- /dev/null +++ b/icons/crane.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/cup.svg b/icons/cup.svg new file mode 100644 index 00000000..96ab46a8 --- /dev/null +++ b/icons/cup.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/dog-bowl.svg b/icons/dog-bowl.svg new file mode 100644 index 00000000..133d3917 --- /dev/null +++ b/icons/dog-bowl.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/fence.svg b/icons/fence.svg new file mode 100644 index 00000000..07d5af2b --- /dev/null +++ b/icons/fence.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/fish.svg b/icons/fish.svg new file mode 100644 index 00000000..8258a3a5 --- /dev/null +++ b/icons/fish.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/microphone-2.svg b/icons/microphone-2.svg new file mode 100644 index 00000000..1e87d914 --- /dev/null +++ b/icons/microphone-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/radio.svg b/icons/radio.svg new file mode 100644 index 00000000..31890747 --- /dev/null +++ b/icons/radio.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/soup.svg b/icons/soup.svg new file mode 100644 index 00000000..854364f8 --- /dev/null +++ b/icons/soup.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/transfer-in.svg b/icons/transfer-in.svg new file mode 100644 index 00000000..912b9607 --- /dev/null +++ b/icons/transfer-in.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/transfer-out.svg b/icons/transfer-out.svg new file mode 100644 index 00000000..10238a6e --- /dev/null +++ b/icons/transfer-out.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/package.json b/package.json index 692b7552..57a9b826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tabler/icons", - "version": "1.40.2", + "version": "1.41.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" diff --git a/src/_icons/ad-2.svg b/src/_icons/ad-2.svg index e9706e79..29db9e08 100644 --- a/src/_icons/ad-2.svg +++ b/src/_icons/ad-2.svg @@ -2,10 +2,10 @@ category: Design --- - - - - - - + + + + + + diff --git a/src/_icons/angle.svg b/src/_icons/angle.svg index ef3804eb..4abddb2a 100644 --- a/src/_icons/angle.svg +++ b/src/_icons/angle.svg @@ -2,9 +2,9 @@ category: Design --- - - - - - + + + + + diff --git a/src/_icons/apple.svg b/src/_icons/apple.svg index 22831b2e..bba3b8f1 100644 --- a/src/_icons/apple.svg +++ b/src/_icons/apple.svg @@ -2,7 +2,7 @@ category: Food --- - - - + + + diff --git a/src/_icons/border-style-2.svg b/src/_icons/border-style-2.svg index 36ea96f0..82fb68fc 100644 --- a/src/_icons/border-style-2.svg +++ b/src/_icons/border-style-2.svg @@ -2,13 +2,13 @@ category: Design --- - - - - - - - - - + + + + + + + + + diff --git a/src/_icons/box-model-2.svg b/src/_icons/box-model-2.svg index 869a0114..d0c7947d 100644 --- a/src/_icons/box-model-2.svg +++ b/src/_icons/box-model-2.svg @@ -2,6 +2,6 @@ category: Design --- - - + + diff --git a/src/_icons/brand-vercel.svg b/src/_icons/brand-vercel.svg index 375358c2..eac777c7 100644 --- a/src/_icons/brand-vercel.svg +++ b/src/_icons/brand-vercel.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/car-crane.svg b/src/_icons/car-crane.svg index de3dacc0..b81756cb 100644 --- a/src/_icons/car-crane.svg +++ b/src/_icons/car-crane.svg @@ -2,11 +2,11 @@ category: Vehicles --- - - - - - - - + + + + + + + diff --git a/src/_icons/cheese.svg b/src/_icons/cheese.svg index 37257eca..9bef0cc3 100644 --- a/src/_icons/cheese.svg +++ b/src/_icons/cheese.svg @@ -2,10 +2,9 @@ category: Food --- - - - - - + + + + + - diff --git a/src/_icons/crane.svg b/src/_icons/crane.svg index 68f03284..1bf9c304 100644 --- a/src/_icons/crane.svg +++ b/src/_icons/crane.svg @@ -2,8 +2,8 @@ category: Vehicles --- - - - - + + + + diff --git a/src/_icons/cup.svg b/src/_icons/cup.svg index d2f28eac..4911afb6 100644 --- a/src/_icons/cup.svg +++ b/src/_icons/cup.svg @@ -2,8 +2,8 @@ category: Food --- - - - - + + + + diff --git a/src/_icons/dog-bowl.svg b/src/_icons/dog-bowl.svg index 91323ba8..e7811d26 100644 --- a/src/_icons/dog-bowl.svg +++ b/src/_icons/dog-bowl.svg @@ -2,7 +2,7 @@ category: Food --- - - - + + + diff --git a/src/_icons/fence.svg b/src/_icons/fence.svg index 0f60ef21..a0187f10 100644 --- a/src/_icons/fence.svg +++ b/src/_icons/fence.svg @@ -2,7 +2,7 @@ category: Buildings --- - - - + + + diff --git a/src/_icons/fish.svg b/src/_icons/fish.svg index 16e3e674..0bebb0fd 100644 --- a/src/_icons/fish.svg +++ b/src/_icons/fish.svg @@ -2,8 +2,8 @@ category: Food --- - - - - + + + + diff --git a/src/_icons/microphone-2.svg b/src/_icons/microphone-2.svg index d6d3ea97..7630ca8c 100644 --- a/src/_icons/microphone-2.svg +++ b/src/_icons/microphone-2.svg @@ -2,6 +2,6 @@ category: Media --- - - + + diff --git a/src/_icons/radio.svg b/src/_icons/radio.svg index 64f793a5..7f1c954f 100644 --- a/src/_icons/radio.svg +++ b/src/_icons/radio.svg @@ -2,9 +2,9 @@ category: Media --- - - - - - + + + + + diff --git a/src/_icons/soup.svg b/src/_icons/soup.svg index dc044f18..f567dcda 100644 --- a/src/_icons/soup.svg +++ b/src/_icons/soup.svg @@ -2,9 +2,9 @@ category: Food --- - - - - - + + + + + diff --git a/src/_icons/transfer-in.svg b/src/_icons/transfer-in.svg index a98276a9..9e459f86 100644 --- a/src/_icons/transfer-in.svg +++ b/src/_icons/transfer-in.svg @@ -2,7 +2,7 @@ category: E-commerce --- - - - + + + diff --git a/src/_icons/transfer-out.svg b/src/_icons/transfer-out.svg index dbe281b3..a8bbc62d 100644 --- a/src/_icons/transfer-out.svg +++ b/src/_icons/transfer-out.svg @@ -2,7 +2,7 @@ category: E-commerce --- - - - + + + diff --git a/tabler-sprite-nostroke.svg b/tabler-sprite-nostroke.svg index 411b577b..e9eaf2e6 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 e5375e8c..20029071 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 06ad90b4..5ad0cbcb 100644 --- a/tags.json +++ b/tags.json @@ -90,8 +90,16 @@ "version": "1.0", "unicode": "ed23" }, + "ad-2": { + "category": "Design", + "tags": [ + "ad", + "2" + ], + "version": "" + }, "ad": { - "category": "", + "category": "Design", "tags": [ "ad", "advert", @@ -313,6 +321,13 @@ "version": "1.3", "unicode": "eb76" }, + "angle": { + "category": "Design", + "tags": [ + "angle" + ], + "version": "" + }, "antenna-bars-1": { "category": "Devices", "tags": [ @@ -394,6 +409,13 @@ "version": "1.2", "unicode": "eb58" }, + "apple": { + "category": "Food", + "tags": [ + "apple" + ], + "version": "" + }, "apps": { "category": "", "tags": [ @@ -2149,8 +2171,17 @@ "version": "1.0", "unicode": "ea42" }, + "border-style-2": { + "category": "Design", + "tags": [ + "border", + "style", + "2" + ], + "version": "" + }, "border-style": { - "category": "", + "category": "Design", "tags": [ "border", "style", @@ -2212,6 +2243,15 @@ "version": "1.39", "unicode": "ee0b" }, + "box-model-2": { + "category": "Design", + "tags": [ + "box", + "model", + "2" + ], + "version": "" + }, "box-model": { "category": "Design", "tags": [ @@ -3743,6 +3783,14 @@ "version": "1.36", "unicode": "edd8" }, + "brand-vercel": { + "category": "Brand", + "tags": [ + "brand", + "vercel" + ], + "version": "" + }, "brand-vimeo": { "category": "Brand", "tags": [ @@ -4591,6 +4639,14 @@ "version": "1.11", "unicode": "ec3c" }, + "car-crane": { + "category": "Vehicles", + "tags": [ + "car", + "crane" + ], + "version": "" + }, "car": { "category": "Vehicles", "tags": [ @@ -5185,6 +5241,13 @@ "version": "1.4", "unicode": "ebaa" }, + "cheese": { + "category": "Food", + "tags": [ + "cheese" + ], + "version": "" + }, "chevron-down-left": { "category": "Arrows", "tags": [ @@ -6378,6 +6441,13 @@ "version": "1.0", "unicode": "ea83" }, + "crane": { + "category": "Vehicles", + "tags": [ + "crane" + ], + "version": "" + }, "credit-card-off": { "category": "", "tags": [ @@ -6457,6 +6527,13 @@ "version": "1.24", "unicode": "ed12" }, + "cup": { + "category": "Food", + "tags": [ + "cup" + ], + "version": "" + }, "curly-loop": { "category": "", "tags": [ @@ -7638,6 +7715,14 @@ "version": "1.39", "unicode": "ee7d" }, + "dog-bowl": { + "category": "Food", + "tags": [ + "dog", + "bowl" + ], + "version": "" + }, "dots-circle-horizontal": { "category": "System", "tags": [ @@ -8100,6 +8185,13 @@ "version": "1.39", "unicode": "ee8b" }, + "fence": { + "category": "Buildings", + "tags": [ + "fence" + ], + "version": "" + }, "file-alert": { "category": "Document", "tags": [ @@ -8551,6 +8643,13 @@ "version": "1.7", "unicode": "ebe8" }, + "fish": { + "category": "Food", + "tags": [ + "fish" + ], + "version": "" + }, "flag-2": { "category": "Map", "tags": [ @@ -11495,6 +11594,14 @@ "version": "1.2", "unicode": "eb6c" }, + "microphone-2": { + "category": "Media", + "tags": [ + "microphone", + "2" + ], + "version": "" + }, "microphone-off": { "category": "Media", "tags": [ @@ -13222,6 +13329,13 @@ "version": "1.16", "unicode": "ec9d" }, + "radio": { + "category": "Media", + "tags": [ + "radio" + ], + "version": "" + }, "radioactive": { "category": "Symbols", "tags": [ @@ -14849,6 +14963,13 @@ "version": "1.0", "unicode": "eb27" }, + "soup": { + "category": "Food", + "tags": [ + "soup" + ], + "version": "" + }, "space": { "category": "Text", "tags": [ @@ -16353,6 +16474,22 @@ "version": "1.34", "unicode": "ed96" }, + "transfer-in": { + "category": "E-commerce", + "tags": [ + "transfer", + "in" + ], + "version": "" + }, + "transfer-out": { + "category": "E-commerce", + "tags": [ + "transfer", + "out" + ], + "version": "" + }, "trash-off": { "category": "System", "tags": [ -- cgit v1.2.1