Skip to content

Instantly share code, notes, and snippets.

@gclark-eightfold
Last active April 19, 2022 18:06
Show Gist options
  • Save gclark-eightfold/36dc1e2f560fa6775049d94ae263ad7f to your computer and use it in GitHub Desktop.
Save gclark-eightfold/36dc1e2f560fa6775049d94ae263ad7f to your computer and use it in GitHub Desktop.
Patch for @expo/vector-icons to use react-native-vector-icons@9.1.0

How to Use

  1. Follow the instructions to setup/use patch-package
  2. Copy the included @expo+vector-icons+12.0.5.patch file into your patches directory.
  3. Since patch-package won't work for binary files, you'll need to copy the Fonts directory from react-native-vector-icons into your patches directory (or wherever else is convenient). If you only need a specific Font and don't intend to use the other fonts, you can reduce the Fonts directory down to only the fonts you require if you like.
  4. To copy over the Fonts directory when patching, make sure to include the following into your postinstall script in package.json:
{
  "scripts": {
    "postinstall": "patch-package && cp -r patches/Fonts node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons",
  }
}

NOTE If you only included a subset of the Fonts in Step 3, keep in mind that the above script will only include those Fonts, so if your application attempts to load FontAwesome5_Regular.ttf, but you only included MaterialCommunityIcons.ttf, you might experience an error.

diff --git a/node_modules/@expo/vector-icons/README.md b/node_modules/@expo/vector-icons/README.md
index 8bde17e..8c3e94a 100644
--- a/node_modules/@expo/vector-icons/README.md
+++ b/node_modules/@expo/vector-icons/README.md
@@ -2,7 +2,7 @@
This library is a compatibility layer around [@oblador/react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) to work with the Expo asset system. If you're using React Native without Expo, you have no need for this library -- carry on! (or maybe [check out Expo](https://expo.io/)).
-> 👀: this library does *not* provide access to react-native-vector-icon's `Icon.getImageSource()` function for generating images from icons at runtime ([for context on why, see this issue](https://github.com/expo/vector-icons/issues/26)). If you find yourself needing an icon in the form of an image rather than text, you should generate that image yourself and bundle it with your app.
+> 👀: this library does _not_ provide access to react-native-vector-icon's `Icon.getImageSource()` function for generating images from icons at runtime ([for context on why, see this issue](https://github.com/expo/vector-icons/issues/26)). If you find yourself needing an icon in the form of an image rather than text, you should generate that image yourself and bundle it with your app.
## Resources
@@ -17,11 +17,11 @@ This library is part of the `expo` package, so if you are using `expo` you can s
```tsx
import React from 'react';
-import { Ionicons } from '@expo/vector-icons';
+import Ionicons from '@expo/vector-icons/Ionicons';
export default class IconExample extends React.Component {
render() {
- return <Ionicons name="md-checkmark-circle" size={32} color="green" />;
+ return <Ionicons name='md-checkmark-circle' size={32} color='green' />;
}
}
```
@@ -38,14 +38,18 @@ I'll be honest with you, it's not straightforward. You should set aside about an
2. Copy files from the cloned directory into `src/vendor/react-native-vector-icons`, except the dotfiles.
3. Run `git status` and look at the untracked files. Remove anything that doesn't seem needed. For example, remove package.json, react-native.config.js, react-native.osx.js. Things to look out for are new icon fonts or new `create-*` files.
4. Run `git diff **/*.js` - do any of the changes look like they should be synced over to the equivalent `.ts` files in `src`?/
- - ToolBarAndroid and TabBarIOS are not included in @expo/vector-icons
- - Neither are the native vendor font loading or image source related methods.
- - Probably there won't be anything important. The main thing to look out for are user-facing API changes, the `@expo/vector-icons` internals are different enough that you don't need to worry about it.
- - Were any dependencies added? Check imports against those in the current package.json, see why they were added - maybe they support the `bin` scripts, in which case we need them.
- - TypeScript/Flow types for Icon/Icon.Button components may need to be updated.
+
+- ToolBarAndroid and TabBarIOS are not included in @expo/vector-icons
+- Neither are the native vendor font loading or image source related methods.
+- Probably there won't be anything important. The main thing to look out for are user-facing API changes, the `@expo/vector-icons` internals are different enough that you don't need to worry about it.
+- Were any dependencies added? Check imports against those in the current package.json, see why they were added - maybe they support the `bin` scripts, in which case we need them.
+- TypeScript/Flow types for Icon/Icon.Button components may need to be updated.
+
5. Run `yarn` when you're done and it'll copy vendor files over to build.
6. Go to the website directory, test it out by changing the `@expo/vector-icons` version to `"../"` (TODO: investigate this quirk!). If new icons were added, ensure that they work here.
- - While you're here, it would be kind of you to update the Expo SDK version to latest.
+
+- While you're here, it would be kind of you to update the Expo SDK version to latest.
+
7. Publish an alpha release, switch back the version in the website to that version.
8. Open a PR, have someone else like @brentvatne look at it. If it's good to go, publish the final version, update the website version again, then merge. The website will be deployed when you merge to master.
diff --git a/node_modules/@expo/vector-icons/build/Entypo.d.ts b/node_modules/@expo/vector-icons/build/Entypo.d.ts
index ae790a0..989710e 100644
--- a/node_modules/@expo/vector-icons/build/Entypo.d.ts
+++ b/node_modules/@expo/vector-icons/build/Entypo.d.ts
@@ -1,2 +1,2 @@
-declare const _default: import("./createIconSet").Icon<"link" | "email" | "image" | "text" | "menu" | "radio" | "switch" | "key" | "address" | "code" | "map" | "video" | "circle" | "mask" | "forward" | "back" | "retweet" | "minus" | "plus" | "info" | "check" | "book" | "swap" | "mail" | "home" | "laptop" | "star" | "save" | "user" | "phone" | "notification" | "inbox" | "lock" | "cloud" | "eye" | "camera" | "export" | "heart" | "calculator" | "github" | "upload" | "download" | "tag" | "calendar" | "database" | "flag" | "man" | "wallet" | "sound" | "login" | "edit" | "warning" | "dropbox" | "skype" | "youtube" | "twitter" | "behance" | "dribbble" | "instagram" | "500px" | "500px-with-circle" | "add-to-list" | "add-user" | "adjust" | "air" | "aircraft" | "aircraft-landing" | "aircraft-take-off" | "align-bottom" | "align-horizontal-middle" | "align-left" | "align-right" | "align-top" | "align-vertical-middle" | "app-store" | "archive" | "area-graph" | "arrow-bold-down" | "arrow-bold-left" | "arrow-bold-right" | "arrow-bold-up" | "arrow-down" | "arrow-left" | "arrow-long-down" | "arrow-long-left" | "arrow-long-right" | "arrow-long-up" | "arrow-right" | "arrow-up" | "arrow-with-circle-down" | "arrow-with-circle-left" | "arrow-with-circle-right" | "arrow-with-circle-up" | "attachment" | "awareness-ribbon" | "back-in-time" | "baidu" | "bar-graph" | "basecamp" | "battery" | "beamed-note" | "bell" | "blackboard" | "block" | "bookmark" | "bookmarks" | "bowl" | "box" | "briefcase" | "browser" | "brush" | "bucket" | "bug" | "cake" | "ccw" | "chat" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-small-down" | "chevron-small-left" | "chevron-small-right" | "chevron-small-up" | "chevron-thin-down" | "chevron-thin-left" | "chevron-thin-right" | "chevron-thin-up" | "chevron-up" | "chevron-with-circle-down" | "chevron-with-circle-left" | "chevron-with-circle-right" | "chevron-with-circle-up" | "circle-with-cross" | "circle-with-minus" | "circle-with-plus" | "circular-graph" | "clapperboard" | "classic-computer" | "clipboard" | "clock" | "cog" | "colours" | "compass" | "controller-fast-backward" | "controller-fast-forward" | "controller-jump-to-start" | "controller-next" | "controller-paus" | "controller-play" | "controller-record" | "controller-stop" | "controller-volume" | "copy" | "creative-cloud" | "creative-commons" | "creative-commons-attribution" | "creative-commons-noderivs" | "creative-commons-noncommercial-eu" | "creative-commons-noncommercial-us" | "creative-commons-public-domain" | "creative-commons-remix" | "creative-commons-share" | "creative-commons-sharealike" | "credit" | "credit-card" | "crop" | "cross" | "cup" | "cw" | "cycle" | "dial-pad" | "direction" | "document" | "document-landscape" | "documents" | "dot-single" | "dots-three-horizontal" | "dots-three-vertical" | "dots-two-horizontal" | "dots-two-vertical" | "dribbble-with-circle" | "drink" | "drive" | "drop" | "emoji-flirt" | "emoji-happy" | "emoji-neutral" | "emoji-sad" | "erase" | "eraser" | "evernote" | "eye-with-line" | "facebook" | "facebook-with-circle" | "feather" | "fingerprint" | "flash" | "flashlight" | "flat-brush" | "flattr" | "flickr" | "flickr-with-circle" | "flow-branch" | "flow-cascade" | "flow-line" | "flow-parallel" | "flow-tree" | "flower" | "folder" | "folder-images" | "folder-music" | "folder-video" | "foursquare" | "funnel" | "game-controller" | "gauge" | "github-with-circle" | "globe" | "google-" | "google--with-circle" | "google-drive" | "google-hangouts" | "google-play" | "graduation-cap" | "grid" | "grooveshark" | "hair-cross" | "hand" | "heart-outlined" | "help" | "help-with-circle" | "hour-glass" | "houzz" | "icloud" | "image-inverted" | "images" | "infinity" | "info-with-circle" | "instagram-with-circle" | "install" | "keyboard" | "lab-flask" | "landline" | "language" | "lastfm" | "lastfm-with-circle" | "layers" | "leaf" | "level-down" | "level-up" | "lifebuoy" | "light-bulb" | "light-down" | "light-up" | "line-graph" | "linkedin" | "linkedin-with-circle" | "list" | "location" | "location-pin" | "lock-open" | "log-out" | "loop" | "magnet" | "magnifying-glass" | "mail-with-circle" | "medal" | "medium" | "medium-with-circle" | "megaphone" | "merge" | "message" | "mic" | "mixi" | "mobile" | "modern-mic" | "moon" | "mouse" | "mouse-pointer" | "music" | "network" | "new" | "new-message" | "news" | "newsletter" | "note" | "notifications-off" | "old-mobile" | "old-phone" | "onedrive" | "open-book" | "palette" | "paper-plane" | "paypal" | "pencil" | "picasa" | "pie-chart" | "pin" | "pinterest" | "pinterest-with-circle" | "popup" | "power-plug" | "price-ribbon" | "price-tag" | "print" | "progress-empty" | "progress-full" | "progress-one" | "progress-two" | "publish" | "qq" | "qq-with-circle" | "quote" | "raft" | "raft-with-circle" | "rainbow" | "rdio" | "rdio-with-circle" | "remove-user" | "renren" | "reply" | "reply-all" | "resize-100-" | "resize-full-screen" | "rocket" | "round-brush" | "rss" | "ruler" | "scissors" | "scribd" | "select-arrows" | "share" | "share-alternative" | "shareable" | "shield" | "shop" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shuffle" | "signal" | "sina-weibo" | "skype-with-circle" | "slideshare" | "smashing" | "sound-mix" | "sound-mute" | "soundcloud" | "sports-club" | "spotify" | "spotify-with-circle" | "spreadsheet" | "squared-cross" | "squared-minus" | "squared-plus" | "star-outlined" | "stopwatch" | "stumbleupon" | "stumbleupon-with-circle" | "suitcase" | "swarm" | "sweden" | "tablet" | "tablet-mobile-combo" | "text-document" | "text-document-inverted" | "thermometer" | "thumbs-down" | "thumbs-up" | "thunder-cloud" | "ticket" | "time-slot" | "tools" | "traffic-cone" | "trash" | "tree" | "triangle-down" | "triangle-left" | "triangle-right" | "triangle-up" | "tripadvisor" | "trophy" | "tumblr" | "tumblr-with-circle" | "tv" | "twitter-with-circle" | "typing" | "uninstall" | "unread" | "untag" | "upload-to-cloud" | "users" | "v-card" | "video-camera" | "vimeo" | "vimeo-with-circle" | "vine" | "vine-with-circle" | "vinyl" | "vk" | "vk-alternitive" | "vk-with-circle" | "voicemail" | "water" | "windows-store" | "xing" | "xing-with-circle" | "yelp" | "youko" | "youko-with-circle" | "youtube-with-circle", "entypo">;
+declare const _default: import("./createIconSet").Icon<"link" | "email" | "image" | "text" | "menu" | "radio" | "switch" | "key" | "address" | "code" | "map" | "video" | "circle" | "mask" | "forward" | "back" | "retweet" | "minus" | "plus" | "info" | "check" | "book" | "swap" | "mail" | "home" | "laptop" | "star" | "save" | "user" | "phone" | "notification" | "inbox" | "lock" | "cloud" | "eye" | "camera" | "export" | "heart" | "calculator" | "github" | "upload" | "download" | "tag" | "calendar" | "database" | "flag" | "man" | "wallet" | "sound" | "login" | "edit" | "warning" | "dropbox" | "skype" | "youtube" | "twitter" | "behance" | "dribbble" | "instagram" | "500px" | "500px-with-circle" | "add-to-list" | "add-user" | "adjust" | "air" | "aircraft" | "aircraft-landing" | "aircraft-take-off" | "align-bottom" | "align-horizontal-middle" | "align-left" | "align-right" | "align-top" | "align-vertical-middle" | "app-store" | "archive" | "area-graph" | "arrow-bold-down" | "arrow-bold-left" | "arrow-bold-right" | "arrow-bold-up" | "arrow-down" | "arrow-left" | "arrow-long-down" | "arrow-long-left" | "arrow-long-right" | "arrow-long-up" | "arrow-right" | "arrow-up" | "arrow-with-circle-down" | "arrow-with-circle-left" | "arrow-with-circle-right" | "arrow-with-circle-up" | "attachment" | "awareness-ribbon" | "back-in-time" | "baidu" | "bar-graph" | "basecamp" | "battery" | "beamed-note" | "bell" | "blackboard" | "block" | "bookmark" | "bookmarks" | "bowl" | "box" | "briefcase" | "browser" | "brush" | "bucket" | "bug" | "cake" | "ccw" | "chat" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-small-down" | "chevron-small-left" | "chevron-small-right" | "chevron-small-up" | "chevron-thin-down" | "chevron-thin-left" | "chevron-thin-right" | "chevron-thin-up" | "chevron-up" | "chevron-with-circle-down" | "chevron-with-circle-left" | "chevron-with-circle-right" | "chevron-with-circle-up" | "circle-with-cross" | "circle-with-minus" | "circle-with-plus" | "circular-graph" | "clapperboard" | "classic-computer" | "clipboard" | "clock" | "cog" | "colours" | "compass" | "controller-fast-backward" | "controller-fast-forward" | "controller-jump-to-start" | "controller-next" | "controller-paus" | "controller-play" | "controller-record" | "controller-stop" | "controller-volume" | "copy" | "creative-cloud" | "creative-commons" | "creative-commons-attribution" | "creative-commons-noderivs" | "creative-commons-noncommercial-eu" | "creative-commons-noncommercial-us" | "creative-commons-public-domain" | "creative-commons-remix" | "creative-commons-share" | "creative-commons-sharealike" | "credit" | "credit-card" | "crop" | "cross" | "cup" | "cw" | "cycle" | "dial-pad" | "direction" | "document" | "document-landscape" | "documents" | "dot-single" | "dots-three-horizontal" | "dots-three-vertical" | "dots-two-horizontal" | "dots-two-vertical" | "dribbble-with-circle" | "drink" | "drive" | "drop" | "emoji-flirt" | "emoji-happy" | "emoji-neutral" | "emoji-sad" | "erase" | "eraser" | "evernote" | "eye-with-line" | "facebook" | "facebook-with-circle" | "feather" | "fingerprint" | "flash" | "flashlight" | "flat-brush" | "flattr" | "flickr" | "flickr-with-circle" | "flow-branch" | "flow-cascade" | "flow-line" | "flow-parallel" | "flow-tree" | "flower" | "folder" | "folder-images" | "folder-music" | "folder-video" | "foursquare" | "funnel" | "game-controller" | "gauge" | "github-with-circle" | "globe" | "google-" | "google--with-circle" | "google-drive" | "google-hangouts" | "google-play" | "graduation-cap" | "grid" | "grooveshark" | "hair-cross" | "hand" | "heart-outlined" | "help" | "help-with-circle" | "hour-glass" | "houzz" | "icloud" | "image-inverted" | "images" | "infinity" | "info-with-circle" | "instagram-with-circle" | "install" | "keyboard" | "lab-flask" | "landline" | "language" | "lastfm" | "lastfm-with-circle" | "layers" | "leaf" | "level-down" | "level-up" | "lifebuoy" | "light-bulb" | "light-down" | "light-up" | "line-graph" | "linkedin" | "linkedin-with-circle" | "list" | "location" | "location-pin" | "lock-open" | "log-out" | "loop" | "magnet" | "magnifying-glass" | "mail-with-circle" | "medal" | "medium" | "medium-with-circle" | "megaphone" | "merge" | "message" | "mic" | "mixi" | "mobile" | "modern-mic" | "moon" | "mouse" | "mouse-pointer" | "music" | "network" | "new" | "new-message" | "news" | "newsletter" | "note" | "notifications-off" | "old-mobile" | "old-phone" | "onedrive" | "open-book" | "palette" | "paper-plane" | "paypal" | "pencil" | "picasa" | "pie-chart" | "pin" | "pinterest" | "pinterest-with-circle" | "popup" | "power-plug" | "price-ribbon" | "price-tag" | "print" | "progress-empty" | "progress-full" | "progress-one" | "progress-two" | "publish" | "qq" | "qq-with-circle" | "quote" | "raft" | "raft-with-circle" | "rainbow" | "rdio" | "rdio-with-circle" | "remove-user" | "renren" | "reply" | "reply-all" | "resize-100" | "resize-full-screen" | "rocket" | "round-brush" | "rss" | "ruler" | "scissors" | "scribd" | "select-arrows" | "share" | "share-alternative" | "shareable" | "shield" | "shop" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shuffle" | "signal" | "sina-weibo" | "skype-with-circle" | "slideshare" | "smashing" | "sound-mix" | "sound-mute" | "soundcloud" | "sports-club" | "spotify" | "spotify-with-circle" | "spreadsheet" | "squared-cross" | "squared-minus" | "squared-plus" | "star-outlined" | "stopwatch" | "stumbleupon" | "stumbleupon-with-circle" | "suitcase" | "swarm" | "sweden" | "tablet" | "tablet-mobile-combo" | "text-document" | "text-document-inverted" | "thermometer" | "thumbs-down" | "thumbs-up" | "thunder-cloud" | "ticket" | "time-slot" | "tools" | "traffic-cone" | "trash" | "tree" | "triangle-down" | "triangle-left" | "triangle-right" | "triangle-up" | "tripadvisor" | "trophy" | "tumblr" | "tumblr-with-circle" | "tv" | "twitter-with-circle" | "typing" | "uninstall" | "unread" | "untag" | "upload-to-cloud" | "users" | "v-card" | "video-camera" | "vimeo" | "vimeo-with-circle" | "vine" | "vine-with-circle" | "vinyl" | "vk" | "vk-alternitive" | "vk-with-circle" | "voicemail" | "water" | "windows-store" | "xing" | "xing-with-circle" | "yelp" | "youko" | "youko-with-circle" | "youtube-with-circle", "entypo">;
export default _default;
diff --git a/node_modules/@expo/vector-icons/build/Fontisto.d.ts b/node_modules/@expo/vector-icons/build/Fontisto.d.ts
index fb8e4ba..85fe5b4 100644
--- a/node_modules/@expo/vector-icons/build/Fontisto.d.ts
+++ b/node_modules/@expo/vector-icons/build/Fontisto.d.ts
@@ -2,5 +2,5 @@
* Feather icon set component.
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
*/
-declare const iconSet: import("./createIconSet").Icon<"link" | "email" | "search" | "key" | "code" | "map" | "picture" | "ruby" | "ellipse" | "filter" | "line" | "stop" | "forward" | "info" | "check" | "close" | "question" | "pause" | "home" | "laptop" | "star" | "save" | "phone" | "paperclip" | "qrcode" | "eye" | "camera" | "windows" | "export" | "heart" | "calculator" | "chrome" | "github" | "upload" | "download" | "play" | "calendar" | "database" | "hourglass" | "flag" | "car" | "wallet" | "android" | "earth" | "wifi" | "google" | "amazon" | "codepen" | "dropbox" | "gitlab" | "skype" | "twitter" | "behance" | "dribbble" | "instagram" | "slack" | "500px" | "adjust" | "app-store" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "baidu" | "bell" | "bookmark" | "bug" | "clock" | "compass" | "copy" | "credit-card" | "crop" | "eraser" | "facebook" | "flash" | "flickr" | "folder" | "foursquare" | "google-drive" | "google-play" | "houzz" | "keyboard" | "language" | "linkedin" | "magnet" | "medium" | "mic" | "mobile" | "onedrive" | "paper-plane" | "paypal" | "pinterest" | "print" | "rainbow" | "reply" | "rocket" | "rss" | "scissors" | "share" | "shield" | "shopping-bag" | "shopping-basket" | "soundcloud" | "spotify" | "stopwatch" | "stumbleupon" | "suitcase" | "swarm" | "tablet" | "thermometer" | "ticket" | "trash" | "tripadvisor" | "tumblr" | "tv" | "vimeo" | "vine" | "vk" | "yelp" | "comment" | "like" | "redo" | "spinner" | "undo" | "airplay" | "anchor" | "bar-chart" | "bold" | "columns" | "film" | "italic" | "power" | "sun" | "trello" | "truck" | "twitch" | "umbrella" | "underline" | "wind" | "volume-off" | "volume-down" | "volume-up" | "font" | "text-height" | "text-width" | "outdent" | "indent" | "map-marker" | "backward" | "step-forward" | "eject" | "crosshairs" | "ban" | "asterisk" | "fire" | "plane" | "random" | "comments" | "star-half" | "strikethrough" | "google-plus" | "caret-down" | "caret-up" | "caret-left" | "caret-right" | "sitemap" | "paste" | "stethoscope" | "ambulance" | "angle-left" | "angle-right" | "angle-up" | "angle-down" | "desktop" | "quote-left" | "quote-right" | "superscript" | "subscript" | "maxcdn" | "html5" | "css3" | "euro" | "gbp" | "dollar" | "inr" | "yen" | "rouble" | "krw" | "bitcoin" | "youtube-play" | "stack-overflow" | "bitbucket" | "apple" | "linux" | "female" | "male" | "wheelchair" | "wordpress" | "yahoo" | "reddit" | "delicious" | "digg" | "joomla" | "paw" | "steam" | "recycle" | "automobile" | "taxi" | "deviantart" | "jsfiddle" | "circle-o-notch" | "git" | "hacker-news" | "history" | "paragraph" | "tty" | "google-wallet" | "at" | "area-chart" | "line-chart" | "toggle-off" | "toggle-on" | "bicycle" | "bus" | "ils" | "skyatlas" | "ship" | "user-secret" | "motorcycle" | "heartbeat" | "venus" | "mars" | "mercury" | "intersex" | "transgender" | "transgender-alt" | "venus-double" | "mars-double" | "venus-mars" | "mars-stroke" | "mars-stroke-v" | "mars-stroke-h" | "neuter" | "genderless" | "whatsapp" | "hotel" | "train" | "subway" | "opencart" | "battery-full" | "battery-three-quarters" | "battery-half" | "battery-quarter" | "battery-empty" | "hourglass-start" | "hourglass-half" | "hourglass-end" | "gg" | "odnoklassniki" | "safari" | "firefox" | "opera" | "internet-explorer" | "commenting" | "edge" | "usb" | "product-hunt" | "hashtag" | "bluetooth-b" | "blind" | "audio-description" | "braille" | "deaf" | "low-vision" | "snapchat" | "quora" | "telegram" | "podcast" | "imdb" | "meetup" | "adobe" | "algolia" | "apple-pay" | "atlassian" | "aws" | "blogger" | "cpanel" | "dailymotion" | "deskpro" | "discord" | "discourse" | "ember" | "flipboard" | "grunt" | "gulp" | "invision" | "java" | "jenkins" | "jira" | "kickstarter" | "laravel" | "less" | "magento" | "microsoft" | "npm" | "periscope" | "php" | "playstation" | "python" | "raspberry-pi" | "react" | "sass" | "shopify" | "sourcetree" | "swift" | "uber" | "ubuntu" | "unity" | "viber" | "vuejs" | "wix" | "xbox" | "yandex-international" | "yandex" | "yarn" | "dizzy" | "hospital" | "lightbulb" | "snowflake" | "atom" | "cocktail" | "dna" | "helicopter" | "map-marker-alt" | "meteor" | "mobile-alt" | "passport" | "pills" | "prescription" | "tablet-alt" | "tablets" | "ticket-alt" | "volume-mute" | "acrobat-reader" | "applemusic" | "bing" | "bower" | "disqus" | "graphql" | "hexo" | "hipchat" | "icq" | "jekyll" | "json" | "livestream" | "messenger" | "onenote" | "mongodb" | "netflix" | "nginx" | "origin" | "pingdom" | "rails" | "redis" | "redux" | "saucelabs" | "scorp" | "sentry" | "shazam" | "sinaweibo" | "slides" | "sublimetext" | "ted" | "tesla" | "tinder" | "treehouse" | "twoo" | "udacity" | "webstorm" | "babel" | "coffeescript" | "electronjs" | "mysql" | "oracle" | "unreal-engine" | "webpack" | "angelist" | "dockers" | "envato" | "stylus" | "travis" | "visual-studio" | "ampproject" | "angularjs" | "cloudflare" | "hangout" | "jquery" | "nodejs" | "svn" | "wetransfer" | "wifi-logo" | "wikipedia" | "cocoapods" | "composer" | "bell-alt" | "bookmark-alt" | "close-a" | "cursor" | "date" | "favorite" | "locked" | "minus-a" | "more-v-a" | "more-v" | "move-h-a" | "move-h" | "nav-icon-a" | "nav-icon-grid-a" | "nav-icon-grid" | "nav-icon-list-a" | "nav-icon-list" | "nav-icon" | "navigate" | "person" | "persons" | "plus-a" | "quote-a-left" | "quote-a-right" | "share-a" | "unlocked" | "world-o" | "world" | "zoom" | "pinboard" | "zoom-minus" | "zoom-plus" | "checkbox-active" | "checkbox-passive" | "radio-btn-active" | "radio-btn-passive" | "shopping-bag-1" | "shopping-barcode" | "shopping-basket-add" | "shopping-basket-remove" | "shopping-package" | "shopping-pos-machine" | "shopping-sale" | "shopping-store" | "angle-dobule-down" | "angle-dobule-left" | "angle-dobule-right" | "angle-dobule-up" | "arrow-down-l" | "arrow-expand" | "arrow-h" | "arrow-left-l" | "arrow-move" | "arrow-resize" | "arrow-return-left" | "arrow-return-right" | "arrow-right-l" | "arrow-swap" | "arrow-up-l" | "arrow-v" | "fi" | "fontisto" | "equalizer" | "headphone" | "music-note" | "play-list" | "player-settings" | "record" | "step-backwrad" | "broken-link" | "center-align" | "file-1" | "file-2" | "import" | "justify" | "left-align" | "link2" | "list-1" | "list-2" | "preview" | "print2" | "right-align" | "save-1" | "scissors2" | "table-1" | "table-2" | "cloud-down" | "cloud-refresh" | "cloud-up" | "cloudy-gusts" | "cloudy" | "day-cloudy" | "day-haze" | "day-lightning" | "day-rain" | "day-snow" | "day-sunny" | "fog" | "horizon-alt" | "horizon" | "lightning" | "lightnings" | "night-alt-cloudy" | "night-alt-lightning" | "night-alt-rain" | "night-alt-snow" | "night-clear" | "rain" | "rains" | "snow" | "snows" | "confused" | "expressionless" | "frowning" | "heart-eyes" | "laughing" | "mad" | "nervous" | "neutral" | "open-mouth" | "rage" | "slightly-smile" | "smiley" | "smiling" | "stuck-out-tongue" | "sunglasses" | "surprised" | "tongue" | "wink" | "zipper-mouth" | "aids" | "bandage" | "bed-patient" | "blood-drop" | "blood-test" | "blood" | "doctor" | "drug-pack" | "first-aid-alt" | "heart-alt" | "heartbeat-alt" | "helicopter-ambulance" | "injection-syringe" | "laboratory" | "nurse" | "nursing-home" | "paralysis-disability" | "pulse" | "surgical-knife" | "test-bottle" | "test-tube-alt" | "test-tube" | "thermometer-alt" | "american-express" | "iyzigo" | "mastercard" | "paypal-p" | "payu" | "troy" | "visa" | "dinners-club" | "discover" | "jcb" | "dislike" | "fa-american-sign-language-interpreting" | "universal-acces" | "pie-chart-1" | "pie-chart-2" | "tl" | "metro" | "yacht" | "beach-slipper" | "bus-ticket" | "compass-alt" | "direction-sign" | "do-not-disturb" | "flotation-ring" | "holiday-village" | "hot-air-balloon" | "hotel-alt" | "island" | "money-symbol" | "parasol" | "passport-alt" | "photograph" | "plane-ticket" | "room" | "sait-boat" | "snorkel" | "suitcase-alt" | "sunglasses-alt" | "swimsuit" | "tent" | "train-ticket" | "propeller-1" | "propeller-2" | "propeller-3" | "propeller-4" | "spinner-cog" | "spinner-fidget" | "spinner-refresh" | "spinner-rotate-forward" | "snowflake-1" | "snowflake-2" | "snowflake-3" | "snowflake-4" | "snowflake-5" | "snowflake-6" | "snowflake-7" | "snowflake-8" | "curve" | "rectangle", "Fontisto">;
+declare const iconSet: import("./createIconSet").Icon<"link" | "email" | "search" | "key" | "code" | "map" | "picture" | "ruby" | "ellipse" | "filter" | "line" | "stop" | "forward" | "info" | "check" | "close" | "question" | "pause" | "home" | "laptop" | "star" | "save" | "phone" | "paperclip" | "qrcode" | "eye" | "camera" | "windows" | "export" | "heart" | "calculator" | "chrome" | "github" | "upload" | "download" | "play" | "calendar" | "database" | "hourglass" | "flag" | "car" | "wallet" | "android" | "earth" | "wifi" | "google" | "amazon" | "codepen" | "dropbox" | "gitlab" | "skype" | "twitter" | "behance" | "dribbble" | "instagram" | "slack" | "500px" | "adjust" | "app-store" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "baidu" | "bell" | "bookmark" | "bug" | "clock" | "compass" | "copy" | "credit-card" | "crop" | "eraser" | "facebook" | "flash" | "flickr" | "folder" | "foursquare" | "google-drive" | "google-play" | "houzz" | "keyboard" | "language" | "linkedin" | "magnet" | "medium" | "mic" | "mobile" | "onedrive" | "paper-plane" | "paypal" | "pinterest" | "print" | "rainbow" | "reply" | "rocket" | "rss" | "scissors" | "share" | "shield" | "shopping-bag" | "shopping-basket" | "soundcloud" | "spotify" | "stopwatch" | "stumbleupon" | "suitcase" | "swarm" | "tablet" | "thermometer" | "ticket" | "trash" | "tripadvisor" | "tumblr" | "tv" | "vimeo" | "vine" | "vk" | "yelp" | "comment" | "like" | "redo" | "spinner" | "undo" | "airplay" | "anchor" | "bar-chart" | "bold" | "columns" | "film" | "italic" | "power" | "sun" | "trello" | "truck" | "twitch" | "umbrella" | "underline" | "wind" | "volume-off" | "volume-down" | "volume-up" | "font" | "text-height" | "text-width" | "outdent" | "indent" | "map-marker" | "backward" | "step-forward" | "eject" | "crosshairs" | "ban" | "asterisk" | "fire" | "plane" | "random" | "comments" | "star-half" | "strikethrough" | "google-plus" | "caret-down" | "caret-up" | "caret-left" | "caret-right" | "sitemap" | "paste" | "stethoscope" | "ambulance" | "angle-left" | "angle-right" | "angle-up" | "angle-down" | "desktop" | "quote-left" | "quote-right" | "superscript" | "subscript" | "maxcdn" | "html5" | "css3" | "euro" | "gbp" | "dollar" | "inr" | "yen" | "rouble" | "krw" | "bitcoin" | "youtube-play" | "stack-overflow" | "bitbucket" | "apple" | "linux" | "female" | "male" | "wheelchair" | "wordpress" | "yahoo" | "reddit" | "delicious" | "digg" | "joomla" | "paw" | "steam" | "recycle" | "automobile" | "taxi" | "deviantart" | "jsfiddle" | "circle-o-notch" | "git" | "hacker-news" | "history" | "paragraph" | "tty" | "google-wallet" | "at" | "area-chart" | "line-chart" | "toggle-off" | "toggle-on" | "bicycle" | "bus" | "ils" | "skyatlas" | "ship" | "user-secret" | "motorcycle" | "heartbeat" | "venus" | "mars" | "mercury" | "intersex" | "transgender" | "transgender-alt" | "venus-double" | "mars-double" | "venus-mars" | "mars-stroke" | "mars-stroke-v" | "mars-stroke-h" | "neuter" | "genderless" | "whatsapp" | "hotel" | "train" | "subway" | "opencart" | "battery-full" | "battery-three-quarters" | "battery-half" | "battery-quarter" | "battery-empty" | "hourglass-start" | "hourglass-half" | "hourglass-end" | "gg" | "odnoklassniki" | "safari" | "firefox" | "opera" | "internet-explorer" | "commenting" | "edge" | "usb" | "product-hunt" | "hashtag" | "bluetooth-b" | "blind" | "audio-description" | "braille" | "deaf" | "low-vision" | "snapchat" | "quora" | "telegram" | "podcast" | "imdb" | "meetup" | "algolia" | "apple-pay" | "atlassian" | "aws" | "blogger" | "cloudflare" | "cpanel" | "dailymotion" | "deskpro" | "discord" | "discourse" | "ember" | "flipboard" | "grunt" | "gulp" | "invision" | "java" | "jenkins" | "jira" | "kickstarter" | "laravel" | "less" | "magento" | "microsoft" | "npm" | "periscope" | "php" | "playstation" | "python" | "raspberry-pi" | "react" | "sass" | "shopify" | "sourcetree" | "swift" | "uber" | "ubuntu" | "unity" | "viber" | "vuejs" | "wix" | "xbox" | "yandex-international" | "yandex" | "yarn" | "dizzy" | "hospital" | "lightbulb" | "snowflake" | "atom" | "cocktail" | "dna" | "helicopter" | "map-marker-alt" | "meteor" | "mobile-alt" | "passport" | "pills" | "prescription" | "tablet-alt" | "tablets" | "ticket-alt" | "volume-mute" | "acrobat-reader" | "applemusic" | "bing" | "bower" | "disqus" | "graphql" | "hexo" | "hipchat" | "icq" | "jekyll" | "json" | "livestream" | "messenger" | "onenote" | "mongodb" | "netflix" | "nginx" | "origin" | "pingdom" | "rails" | "redis" | "redux" | "saucelabs" | "scorp" | "sentry" | "shazam" | "sinaweibo" | "slides" | "sublimetext" | "ted" | "tesla" | "tinder" | "treehouse" | "twoo" | "udacity" | "webstorm" | "adobe" | "babel" | "coffeescript" | "electronjs" | "mysql" | "oracle" | "unreal-engine" | "webpack" | "angelist" | "dockers" | "envato" | "stylus" | "travis" | "visual-studio" | "ampproject" | "angularjs" | "hangout" | "jquery" | "nodejs" | "svn" | "wetransfer" | "wifi-logo" | "wikipedia" | "cocoapods" | "composer" | "bell-alt" | "bookmark-alt" | "close-a" | "cursor" | "date" | "favorite" | "locked" | "minus-a" | "more-v-a" | "more-v" | "move-h-a" | "move-h" | "nav-icon-a" | "nav-icon-grid-a" | "nav-icon-grid" | "nav-icon-list-a" | "nav-icon-list" | "nav-icon" | "navigate" | "person" | "persons" | "plus-a" | "quote-a-left" | "quote-a-right" | "share-a" | "unlocked" | "world-o" | "world" | "zoom" | "pinboard" | "zoom-minus" | "zoom-plus" | "checkbox-active" | "checkbox-passive" | "radio-btn-active" | "radio-btn-passive" | "shopping-bag-1" | "shopping-barcode" | "shopping-basket-add" | "shopping-basket-remove" | "shopping-package" | "shopping-pos-machine" | "shopping-sale" | "shopping-store" | "angle-dobule-down" | "angle-dobule-left" | "angle-dobule-right" | "angle-dobule-up" | "arrow-down-l" | "arrow-expand" | "arrow-h" | "arrow-left-l" | "arrow-move" | "arrow-resize" | "arrow-return-left" | "arrow-return-right" | "arrow-right-l" | "arrow-swap" | "arrow-up-l" | "arrow-v" | "fi" | "fontisto" | "equalizer" | "headphone" | "music-note" | "play-list" | "player-settings" | "record" | "step-backwrad" | "broken-link" | "center-align" | "file-1" | "file-2" | "import" | "justify" | "left-align" | "link2" | "list-1" | "list-2" | "preview" | "print2" | "right-align" | "save-1" | "scissors2" | "table-1" | "table-2" | "cloud-down" | "cloud-refresh" | "cloud-up" | "cloudy-gusts" | "cloudy" | "day-cloudy" | "day-haze" | "day-lightning" | "day-rain" | "day-snow" | "day-sunny" | "fog" | "horizon-alt" | "horizon" | "lightning" | "lightnings" | "night-alt-cloudy" | "night-alt-lightning" | "night-alt-rain" | "night-alt-snow" | "night-clear" | "rain" | "rains" | "snow" | "snows" | "confused" | "expressionless" | "frowning" | "heart-eyes" | "laughing" | "mad" | "nervous" | "neutral" | "open-mouth" | "rage" | "slightly-smile" | "smiley" | "smiling" | "stuck-out-tongue" | "sunglasses" | "surprised" | "tongue" | "wink" | "zipper-mouth" | "aids" | "bandage" | "bed-patient" | "blood-drop" | "blood-test" | "blood" | "doctor" | "drug-pack" | "first-aid-alt" | "heart-alt" | "heartbeat-alt" | "helicopter-ambulance" | "injection-syringe" | "laboratory" | "nurse" | "nursing-home" | "paralysis-disability" | "pulse" | "surgical-knife" | "test-bottle" | "test-tube-alt" | "test-tube" | "thermometer-alt" | "american-express" | "iyzigo" | "mastercard" | "paypal-p" | "payu" | "troy" | "visa" | "dinners-club" | "discover" | "jcb" | "dislike" | "fa-american-sign-language-interpreting" | "universal-acces" | "pie-chart-1" | "pie-chart-2" | "tl" | "metro" | "yacht" | "beach-slipper" | "bus-ticket" | "compass-alt" | "direction-sign" | "do-not-disturb" | "flotation-ring" | "holiday-village" | "hot-air-balloon" | "hotel-alt" | "island" | "money-symbol" | "parasol" | "passport-alt" | "photograph" | "plane-ticket" | "room" | "sait-boat" | "snorkel" | "suitcase-alt" | "sunglasses-alt" | "swimsuit" | "tent" | "train-ticket" | "propeller-1" | "propeller-2" | "propeller-3" | "propeller-4" | "spinner-cog" | "spinner-fidget" | "spinner-refresh" | "spinner-rotate-forward" | "snowflake-1" | "snowflake-2" | "snowflake-3" | "snowflake-4" | "snowflake-5" | "snowflake-6" | "snowflake-7" | "snowflake-8" | "curve" | "rectangle", "Fontisto">;
export default iconSet;
diff --git a/node_modules/@expo/vector-icons/build/MaterialCommunityIcons.d.ts b/node_modules/@expo/vector-icons/build/MaterialCommunityIcons.d.ts
index 3402fe1..9552430 100644
--- a/node_modules/@expo/vector-icons/build/MaterialCommunityIcons.d.ts
+++ b/node_modules/@expo/vector-icons/build/MaterialCommunityIcons.d.ts
@@ -1,2 +1,2 @@
-declare const _default: import("./createIconSet").Icon<"function" | "head" | "link" | "email" | "image" | "text" | "alert" | "menu" | "radio" | "switch" | "tab" | "timer" | "key" | "details" | "iframe" | "label" | "map" | "script" | "select" | "table" | "video" | "svg" | "circle" | "ellipse" | "filter" | "marker" | "stop" | "forward" | "minus" | "plus" | "exclamation" | "check" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "phone" | "paperclip" | "inbox" | "lock" | "qrcode" | "cloud" | "eye" | "camera" | "export" | "delete" | "heart" | "calculator" | "github" | "upload" | "download" | "play" | "tag" | "calendar" | "database" | "barcode" | "flag" | "printer" | "car" | "gift" | "wallet" | "bank" | "android" | "trademark" | "copyright" | "earth" | "wifi" | "sync" | "login" | "logout" | "contacts" | "google" | "amazon" | "codepen" | "dropbox" | "gitlab" | "skype" | "youtube" | "wechat" | "twitter" | "instagram" | "slack" | "adjust" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "attachment" | "battery" | "bell" | "bookmark" | "bowl" | "box" | "briefcase" | "brush" | "bucket" | "bug" | "cake" | "chat" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "cog" | "compass" | "creative-commons" | "credit-card" | "crop" | "cup" | "eraser" | "evernote" | "facebook" | "feather" | "fingerprint" | "flash" | "flashlight" | "flower" | "folder" | "folder-music" | "gauge" | "google-drive" | "google-hangouts" | "google-play" | "grid" | "hand" | "help" | "infinity" | "keyboard" | "layers" | "leaf" | "lifebuoy" | "linkedin" | "lock-open" | "magnet" | "medal" | "merge" | "message" | "mouse" | "music" | "network" | "note" | "palette" | "pencil" | "pin" | "pinterest" | "power-plug" | "publish" | "reply" | "reply-all" | "rocket" | "rss" | "ruler" | "share" | "shield" | "shuffle" | "signal" | "sina-weibo" | "soundcloud" | "spotify" | "tablet" | "thermometer" | "ticket" | "tools" | "traffic-cone" | "tree" | "trophy" | "vimeo" | "vk" | "voicemail" | "water" | "xing" | "cart" | "comment" | "redo" | "refresh" | "undo" | "alert-circle" | "alert-octagon" | "anchor" | "arrow-down-circle" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "battery-charging" | "bell-off" | "bluetooth" | "book-open" | "camera-off" | "cast" | "check-circle" | "coffee" | "disc" | "eye-off" | "fast-forward" | "file" | "file-plus" | "film" | "folder-plus" | "headphones" | "help-circle" | "hexagon" | "minus-circle" | "monitor" | "navigation" | "octagon" | "package" | "pause-circle" | "percent" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "play-circle" | "plus-circle" | "power" | "repeat" | "rewind" | "send" | "server" | "shield-off" | "skip-forward" | "speaker" | "square" | "stop-circle" | "target" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "twitch" | "umbrella" | "video-off" | "watch" | "wifi-off" | "power-off" | "road" | "rotate-right" | "volume-off" | "map-marker" | "step-backward" | "step-forward" | "eject" | "crosshairs" | "asterisk" | "fire" | "folder-open" | "cogs" | "star-half" | "bullhorn" | "certificate" | "wrench" | "group" | "flask" | "google-plus" | "sort" | "rotate-left" | "gavel" | "bolt" | "sitemap" | "cloud-download" | "cloud-upload" | "stethoscope" | "ambulance" | "beer" | "angle-right" | "gamepad" | "flag-checkered" | "star-half-full" | "microphone" | "fire-extinguisher" | "bullseye" | "bitcoin" | "stack-overflow" | "bitbucket" | "apple" | "linux" | "stack-exchange" | "wordpress" | "openid" | "yahoo" | "reddit" | "drupal" | "fax" | "paw" | "cube" | "steam" | "recycle" | "taxi" | "deviantart" | "jsfiddle" | "git" | "history" | "bomb" | "binoculars" | "at" | "eyedropper" | "bicycle" | "bus" | "cart-plus" | "cart-arrow-down" | "diamond" | "whatsapp" | "bed" | "train" | "subway" | "y-combinator" | "odnoklassniki" | "firefox" | "opera" | "television" | "usb" | "braille" | "snapchat" | "font-awesome" | "id-card" | "quora" | "telegram" | "shower" | "podcast" | "window-maximize" | "window-minimize" | "window-restore" | "window-close" | "bandcamp" | "solid" | "web" | "adobe" | "angular" | "artstation" | "atlassian" | "aws" | "blogger" | "bootstrap" | "buffer" | "centos" | "digital-ocean" | "discord" | "docker" | "ember" | "ethereum" | "facebook-messenger" | "fedora" | "freebsd" | "goodreads" | "hubspot" | "jira" | "kickstarter" | "laravel" | "mastodon" | "microsoft" | "mixer" | "npm" | "patreon" | "raspberry-pi" | "react" | "redhat" | "salesforce" | "sass" | "stackpath" | "symfony" | "ubuntu" | "umbraco" | "unity" | "untappd" | "vuejs" | "waze" | "calendar-check" | "calendar-minus" | "calendar-plus" | "chart-bar" | "file-code" | "file-excel" | "file-image" | "file-pdf" | "file-powerpoint" | "file-video" | "file-word" | "hand-peace" | "handshake" | "hospital" | "lightbulb" | "newspaper" | "snowflake" | "atom" | "baby-carriage" | "baby" | "backspace" | "biohazard" | "blender" | "bone" | "border-all" | "border-none" | "border-style" | "brain" | "bread-slice" | "broom" | "calendar-week" | "cannabis" | "car-battery" | "car-side" | "caravan" | "carrot" | "cash-register" | "cat" | "chart-line" | "chart-pie" | "cheese" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "church" | "city" | "clipboard-check" | "clipboard-list" | "cookie" | "crown" | "dice-d20" | "dice-d6" | "directions" | "dna" | "dog" | "dolly" | "door-closed" | "door-open" | "dumbbell" | "egg" | "ethernet" | "fan" | "file-download" | "file-export" | "file-import" | "file-upload" | "fish" | "ghost" | "glasses" | "greater-than" | "hamburger" | "hammer" | "hard-hat" | "headset" | "heart-broken" | "helicopter" | "hiking" | "hockey-puck" | "hot-tub" | "ice-cream" | "khanda" | "less-than" | "lungs" | "memory" | "meteor" | "microscope" | "not-equal" | "parking" | "passport" | "peace" | "pen" | "pencil-ruler" | "piggy-bank" | "poll" | "prescription" | "receipt" | "ribbon" | "ring" | "robot" | "satellite" | "school" | "screwdriver" | "signature" | "skull-crossbones" | "skull" | "smog" | "smoking" | "snowman" | "solar-panel" | "spa" | "spider" | "store" | "table-tennis" | "toilet" | "toolbox" | "tooth" | "tractor" | "traffic-light" | "tram" | "vector-square" | "virus" | "volume-mute" | "warehouse" | "weight" | "yin-yang" | "disqus" | "graphql" | "netflix" | "origin" | "babel" | "webpack" | "angularjs" | "jquery" | "nodejs" | "wikipedia" | "arrow-expand" | "equalizer" | "music-note" | "record" | "import" | "cloud-refresh" | "sunglasses" | "bandage" | "doctor" | "pulse" | "test-tube" | "do-not-disturb" | "island" | "tent" | "rectangle" | "closed-caption" | "contrast" | "elevator" | "folder-lock" | "pound" | "puzzle" | "airplane" | "alarm" | "alert-circle-outline" | "alert-outline" | "apps" | "archive-outline" | "arrow-down-circle-outline" | "arrow-up-circle-outline" | "backspace-outline" | "baseball" | "basket" | "basket-outline" | "basketball" | "battery-charging-outline" | "beaker" | "beaker-outline" | "bed-outline" | "beer-outline" | "book-outline" | "bookmark-outline" | "briefcase-outline" | "bug-outline" | "calendar-outline" | "camera-outline" | "card" | "card-outline" | "cart-outline" | "cash" | "chevron-down-circle" | "chevron-down-circle-outline" | "chevron-up-circle" | "chevron-up-circle-outline" | "clipboard-outline" | "close-circle" | "close-circle-outline" | "close-outline" | "cloud-circle" | "cloud-download-outline" | "cloud-outline" | "cloud-upload-outline" | "cog-outline" | "compass-outline" | "cube-outline" | "download-outline" | "egg-outline" | "ellipse-outline" | "eye-off-outline" | "eye-outline" | "filter-outline" | "flag-outline" | "flash-off" | "flash-outline" | "flask-outline" | "flower-outline" | "folder-open-outline" | "folder-outline" | "football" | "gift-outline" | "golf" | "hand-left" | "hand-right" | "heart-circle" | "heart-circle-outline" | "heart-half" | "heart-half-outline" | "heart-outline" | "help-circle-outline" | "home-outline" | "image-outline" | "information" | "information-outline" | "key-outline" | "layers-outline" | "library" | "lock-open-outline" | "map-outline" | "medal-outline" | "nutrition" | "pause-circle-outline" | "pencil-outline" | "pin-outline" | "pizza" | "play-circle-outline" | "play-outline" | "podium" | "refresh-circle" | "reload" | "resize" | "rocket-outline" | "school-outline" | "send-outline" | "share-outline" | "shield-outline" | "skull-outline" | "speedometer" | "square-outline" | "star-outline" | "stop-circle-outline" | "swap-horizontal" | "swap-vertical" | "sync-circle" | "timer-outline" | "triangle-outline" | "trophy-outline" | "umbrella-outline" | "volume-high" | "volume-low" | "volume-medium" | "walk" | "wallet-outline" | "water-outline" | "ab-testing" | "abjad-arabic" | "abjad-hebrew" | "abugida-devanagari" | "abugida-thai" | "access-point" | "access-point-network" | "access-point-network-off" | "account" | "account-alert" | "account-alert-outline" | "account-arrow-left" | "account-arrow-left-outline" | "account-arrow-right" | "account-arrow-right-outline" | "account-box" | "account-box-multiple" | "account-box-multiple-outline" | "account-box-outline" | "account-cancel" | "account-cancel-outline" | "account-cash" | "account-cash-outline" | "account-check" | "account-check-outline" | "account-child" | "account-child-circle" | "account-child-outline" | "account-circle" | "account-circle-outline" | "account-clock" | "account-clock-outline" | "account-cog" | "account-cog-outline" | "account-convert" | "account-convert-outline" | "account-cowboy-hat" | "account-details" | "account-details-outline" | "account-edit" | "account-edit-outline" | "account-group" | "account-group-outline" | "account-hard-hat" | "account-heart" | "account-heart-outline" | "account-key" | "account-key-outline" | "account-lock" | "account-lock-outline" | "account-minus" | "account-minus-outline" | "account-multiple" | "account-multiple-check" | "account-multiple-check-outline" | "account-multiple-minus" | "account-multiple-minus-outline" | "account-multiple-outline" | "account-multiple-plus" | "account-multiple-plus-outline" | "account-multiple-remove" | "account-multiple-remove-outline" | "account-music" | "account-music-outline" | "account-network" | "account-network-outline" | "account-off" | "account-off-outline" | "account-outline" | "account-plus" | "account-plus-outline" | "account-question" | "account-question-outline" | "account-remove" | "account-remove-outline" | "account-search" | "account-search-outline" | "account-settings" | "account-settings-outline" | "account-star" | "account-star-outline" | "account-supervisor" | "account-supervisor-circle" | "account-supervisor-outline" | "account-switch" | "account-switch-outline" | "account-tie" | "account-tie-outline" | "account-tie-voice" | "account-tie-voice-off" | "account-tie-voice-off-outline" | "account-tie-voice-outline" | "account-voice" | "adobe-acrobat" | "air-conditioner" | "air-filter" | "air-horn" | "air-humidifier" | "air-humidifier-off" | "air-purifier" | "airbag" | "airballoon" | "airballoon-outline" | "airplane-landing" | "airplane-off" | "airplane-takeoff" | "airport" | "alarm-bell" | "alarm-check" | "alarm-light" | "alarm-light-outline" | "alarm-multiple" | "alarm-note" | "alarm-note-off" | "alarm-off" | "alarm-plus" | "alarm-snooze" | "album" | "alert-box" | "alert-box-outline" | "alert-circle-check" | "alert-circle-check-outline" | "alert-decagram" | "alert-decagram-outline" | "alert-minus" | "alert-minus-outline" | "alert-octagon-outline" | "alert-octagram" | "alert-octagram-outline" | "alert-plus" | "alert-plus-outline" | "alert-remove" | "alert-remove-outline" | "alert-rhombus" | "alert-rhombus-outline" | "alien" | "alien-outline" | "align-horizontal-center" | "align-horizontal-left" | "align-horizontal-right" | "align-vertical-bottom" | "align-vertical-center" | "align-vertical-top" | "all-inclusive" | "allergy" | "alpha" | "alpha-a" | "alpha-a-box" | "alpha-a-box-outline" | "alpha-a-circle" | "alpha-a-circle-outline" | "alpha-b" | "alpha-b-box" | "alpha-b-box-outline" | "alpha-b-circle" | "alpha-b-circle-outline" | "alpha-c" | "alpha-c-box" | "alpha-c-box-outline" | "alpha-c-circle" | "alpha-c-circle-outline" | "alpha-d" | "alpha-d-box" | "alpha-d-box-outline" | "alpha-d-circle" | "alpha-d-circle-outline" | "alpha-e" | "alpha-e-box" | "alpha-e-box-outline" | "alpha-e-circle" | "alpha-e-circle-outline" | "alpha-f" | "alpha-f-box" | "alpha-f-box-outline" | "alpha-f-circle" | "alpha-f-circle-outline" | "alpha-g" | "alpha-g-box" | "alpha-g-box-outline" | "alpha-g-circle" | "alpha-g-circle-outline" | "alpha-h" | "alpha-h-box" | "alpha-h-box-outline" | "alpha-h-circle" | "alpha-h-circle-outline" | "alpha-i" | "alpha-i-box" | "alpha-i-box-outline" | "alpha-i-circle" | "alpha-i-circle-outline" | "alpha-j" | "alpha-j-box" | "alpha-j-box-outline" | "alpha-j-circle" | "alpha-j-circle-outline" | "alpha-k" | "alpha-k-box" | "alpha-k-box-outline" | "alpha-k-circle" | "alpha-k-circle-outline" | "alpha-l" | "alpha-l-box" | "alpha-l-box-outline" | "alpha-l-circle" | "alpha-l-circle-outline" | "alpha-m" | "alpha-m-box" | "alpha-m-box-outline" | "alpha-m-circle" | "alpha-m-circle-outline" | "alpha-n" | "alpha-n-box" | "alpha-n-box-outline" | "alpha-n-circle" | "alpha-n-circle-outline" | "alpha-o" | "alpha-o-box" | "alpha-o-box-outline" | "alpha-o-circle" | "alpha-o-circle-outline" | "alpha-p" | "alpha-p-box" | "alpha-p-box-outline" | "alpha-p-circle" | "alpha-p-circle-outline" | "alpha-q" | "alpha-q-box" | "alpha-q-box-outline" | "alpha-q-circle" | "alpha-q-circle-outline" | "alpha-r" | "alpha-r-box" | "alpha-r-box-outline" | "alpha-r-circle" | "alpha-r-circle-outline" | "alpha-s" | "alpha-s-box" | "alpha-s-box-outline" | "alpha-s-circle" | "alpha-s-circle-outline" | "alpha-t" | "alpha-t-box" | "alpha-t-box-outline" | "alpha-t-circle" | "alpha-t-circle-outline" | "alpha-u" | "alpha-u-box" | "alpha-u-box-outline" | "alpha-u-circle" | "alpha-u-circle-outline" | "alpha-v" | "alpha-v-box" | "alpha-v-box-outline" | "alpha-v-circle" | "alpha-v-circle-outline" | "alpha-w" | "alpha-w-box" | "alpha-w-box-outline" | "alpha-w-circle" | "alpha-w-circle-outline" | "alpha-x" | "alpha-x-box" | "alpha-x-box-outline" | "alpha-x-circle" | "alpha-x-circle-outline" | "alpha-y" | "alpha-y-box" | "alpha-y-box-outline" | "alpha-y-circle" | "alpha-y-circle-outline" | "alpha-z" | "alpha-z-box" | "alpha-z-box-outline" | "alpha-z-circle" | "alpha-z-circle-outline" | "alphabet-aurebesh" | "alphabet-cyrillic" | "alphabet-greek" | "alphabet-latin" | "alphabet-piqad" | "alphabet-tengwar" | "alphabetical" | "alphabetical-off" | "alphabetical-variant" | "alphabetical-variant-off" | "altimeter" | "amazon-alexa" | "ammunition" | "ampersand" | "amplifier" | "amplifier-off" | "android-auto" | "android-debug-bridge" | "android-messages" | "android-studio" | "angle-acute" | "angle-obtuse" | "animation" | "animation-outline" | "animation-play" | "animation-play-outline" | "ansible" | "antenna" | "anvil" | "apache-kafka" | "api" | "api-off" | "apple-airplay" | "apple-finder" | "apple-icloud" | "apple-ios" | "apple-keyboard-caps" | "apple-keyboard-command" | "apple-keyboard-control" | "apple-keyboard-option" | "apple-keyboard-shift" | "apple-safari" | "application" | "application-export" | "application-import" | "approximately-equal" | "approximately-equal-box" | "apps-box" | "arch" | "archive-arrow-down" | "archive-arrow-down-outline" | "archive-arrow-up" | "archive-arrow-up-outline" | "arm-flex" | "arm-flex-outline" | "arrange-bring-forward" | "arrange-bring-to-front" | "arrange-send-backward" | "arrange-send-to-back" | "arrow-all" | "arrow-bottom-left" | "arrow-bottom-left-bold-outline" | "arrow-bottom-left-thick" | "arrow-bottom-right" | "arrow-bottom-right-bold-outline" | "arrow-bottom-right-thick" | "arrow-collapse" | "arrow-collapse-all" | "arrow-collapse-down" | "arrow-collapse-horizontal" | "arrow-collapse-left" | "arrow-collapse-right" | "arrow-collapse-up" | "arrow-collapse-vertical" | "arrow-decision" | "arrow-decision-auto" | "arrow-decision-auto-outline" | "arrow-decision-outline" | "arrow-down-bold" | "arrow-down-bold-box" | "arrow-down-bold-box-outline" | "arrow-down-bold-circle" | "arrow-down-bold-circle-outline" | "arrow-down-bold-hexagon-outline" | "arrow-down-bold-outline" | "arrow-down-box" | "arrow-down-drop-circle" | "arrow-down-drop-circle-outline" | "arrow-down-thick" | "arrow-expand-all" | "arrow-expand-down" | "arrow-expand-horizontal" | "arrow-expand-left" | "arrow-expand-right" | "arrow-expand-up" | "arrow-expand-vertical" | "arrow-horizontal-lock" | "arrow-left-bold" | "arrow-left-bold-box" | "arrow-left-bold-box-outline" | "arrow-left-bold-circle" | "arrow-left-bold-circle-outline" | "arrow-left-bold-hexagon-outline" | "arrow-left-bold-outline" | "arrow-left-box" | "arrow-left-circle-outline" | "arrow-left-drop-circle" | "arrow-left-drop-circle-outline" | "arrow-left-right" | "arrow-left-right-bold" | "arrow-left-right-bold-outline" | "arrow-left-thick" | "arrow-right-bold" | "arrow-right-bold-box" | "arrow-right-bold-box-outline" | "arrow-right-bold-circle" | "arrow-right-bold-circle-outline" | "arrow-right-bold-hexagon-outline" | "arrow-right-bold-outline" | "arrow-right-box" | "arrow-right-circle-outline" | "arrow-right-drop-circle" | "arrow-right-drop-circle-outline" | "arrow-right-thick" | "arrow-split-horizontal" | "arrow-split-vertical" | "arrow-top-left" | "arrow-top-left-bold-outline" | "arrow-top-left-bottom-right" | "arrow-top-left-bottom-right-bold" | "arrow-top-left-thick" | "arrow-top-right" | "arrow-top-right-bold-outline" | "arrow-top-right-bottom-left" | "arrow-top-right-bottom-left-bold" | "arrow-top-right-thick" | "arrow-up-bold" | "arrow-up-bold-box" | "arrow-up-bold-box-outline" | "arrow-up-bold-circle" | "arrow-up-bold-circle-outline" | "arrow-up-bold-hexagon-outline" | "arrow-up-bold-outline" | "arrow-up-box" | "arrow-up-down" | "arrow-up-down-bold" | "arrow-up-down-bold-outline" | "arrow-up-drop-circle" | "arrow-up-drop-circle-outline" | "arrow-up-thick" | "arrow-vertical-lock" | "aspect-ratio" | "assistant" | "atm" | "atom-variant" | "audio-video" | "audio-video-off" | "augmented-reality" | "auto-download" | "auto-fix" | "auto-upload" | "autorenew" | "av-timer" | "axe" | "axis" | "axis-arrow" | "axis-arrow-info" | "axis-arrow-lock" | "axis-lock" | "axis-x-arrow" | "axis-x-arrow-lock" | "axis-x-rotate-clockwise" | "axis-x-rotate-counterclockwise" | "axis-x-y-arrow-lock" | "axis-y-arrow" | "axis-y-arrow-lock" | "axis-y-rotate-clockwise" | "axis-y-rotate-counterclockwise" | "axis-z-arrow" | "axis-z-arrow-lock" | "axis-z-rotate-clockwise" | "axis-z-rotate-counterclockwise" | "baby-bottle" | "baby-bottle-outline" | "baby-buggy" | "baby-carriage-off" | "baby-face" | "baby-face-outline" | "backburger" | "backspace-reverse" | "backspace-reverse-outline" | "backup-restore" | "bacteria" | "bacteria-outline" | "badge-account" | "badge-account-alert" | "badge-account-alert-outline" | "badge-account-horizontal" | "badge-account-horizontal-outline" | "badge-account-outline" | "badminton" | "bag-carry-on" | "bag-carry-on-check" | "bag-carry-on-off" | "bag-checked" | "bag-personal" | "bag-personal-off" | "bag-personal-off-outline" | "bag-personal-outline" | "baguette" | "balloon" | "ballot" | "ballot-outline" | "ballot-recount" | "ballot-recount-outline" | "bank-minus" | "bank-outline" | "bank-plus" | "bank-remove" | "bank-transfer" | "bank-transfer-in" | "bank-transfer-out" | "barcode-off" | "barcode-scan" | "barley" | "barley-off" | "barn" | "barrel" | "baseball-bat" | "bash" | "basket-fill" | "basket-unfill" | "basketball-hoop" | "basketball-hoop-outline" | "bat" | "battery-10" | "battery-10-bluetooth" | "battery-20" | "battery-20-bluetooth" | "battery-30" | "battery-30-bluetooth" | "battery-40" | "battery-40-bluetooth" | "battery-50" | "battery-50-bluetooth" | "battery-60" | "battery-60-bluetooth" | "battery-70" | "battery-70-bluetooth" | "battery-80" | "battery-80-bluetooth" | "battery-90" | "battery-90-bluetooth" | "battery-alert" | "battery-alert-bluetooth" | "battery-alert-variant" | "battery-alert-variant-outline" | "battery-bluetooth" | "battery-bluetooth-variant" | "battery-charging-10" | "battery-charging-100" | "battery-charging-20" | "battery-charging-30" | "battery-charging-40" | "battery-charging-50" | "battery-charging-60" | "battery-charging-70" | "battery-charging-80" | "battery-charging-90" | "battery-charging-high" | "battery-charging-low" | "battery-charging-medium" | "battery-charging-wireless" | "battery-charging-wireless-10" | "battery-charging-wireless-20" | "battery-charging-wireless-30" | "battery-charging-wireless-40" | "battery-charging-wireless-50" | "battery-charging-wireless-60" | "battery-charging-wireless-70" | "battery-charging-wireless-80" | "battery-charging-wireless-90" | "battery-charging-wireless-alert" | "battery-charging-wireless-outline" | "battery-heart" | "battery-heart-outline" | "battery-heart-variant" | "battery-high" | "battery-low" | "battery-medium" | "battery-minus" | "battery-negative" | "battery-off" | "battery-off-outline" | "battery-outline" | "battery-plus" | "battery-positive" | "battery-unknown" | "battery-unknown-bluetooth" | "battlenet" | "beach" | "beaker-alert" | "beaker-alert-outline" | "beaker-check" | "beaker-check-outline" | "beaker-minus" | "beaker-minus-outline" | "beaker-plus" | "beaker-plus-outline" | "beaker-question" | "beaker-question-outline" | "beaker-remove" | "beaker-remove-outline" | "bed-double" | "bed-double-outline" | "bed-empty" | "bed-king" | "bed-king-outline" | "bed-queen" | "bed-queen-outline" | "bed-single" | "bed-single-outline" | "bee" | "bee-flower" | "beehive-off-outline" | "beehive-outline" | "bell-alert" | "bell-alert-outline" | "bell-cancel" | "bell-cancel-outline" | "bell-check" | "bell-check-outline" | "bell-circle" | "bell-circle-outline" | "bell-minus" | "bell-minus-outline" | "bell-off-outline" | "bell-outline" | "bell-plus" | "bell-plus-outline" | "bell-remove" | "bell-remove-outline" | "bell-ring" | "bell-ring-outline" | "bell-sleep" | "bell-sleep-outline" | "beta" | "betamax" | "biathlon" | "bicycle-basket" | "bike" | "bike-fast" | "billboard" | "billiards" | "billiards-rack" | "bio" | "black-mesa" | "blender-software" | "blinds" | "blinds-open" | "block-helper" | "blood-bag" | "bluetooth-audio" | "bluetooth-connect" | "bluetooth-off" | "bluetooth-settings" | "bluetooth-transfer" | "blur" | "blur-linear" | "blur-off" | "blur-radial" | "bolnisi-cross" | "bomb-off" | "book-account" | "book-account-outline" | "book-alphabet" | "book-cross" | "book-information-variant" | "book-lock" | "book-lock-open" | "book-minus" | "book-minus-multiple" | "book-minus-multiple-outline" | "book-multiple" | "book-multiple-outline" | "book-music" | "book-open-outline" | "book-open-page-variant" | "book-open-variant" | "book-play" | "book-play-outline" | "book-plus" | "book-plus-multiple" | "book-plus-multiple-outline" | "book-remove" | "book-remove-multiple" | "book-remove-multiple-outline" | "book-search" | "book-search-outline" | "book-variant" | "book-variant-multiple" | "bookmark-check" | "bookmark-check-outline" | "bookmark-minus" | "bookmark-minus-outline" | "bookmark-multiple" | "bookmark-multiple-outline" | "bookmark-music" | "bookmark-music-outline" | "bookmark-off" | "bookmark-off-outline" | "bookmark-plus" | "bookmark-plus-outline" | "bookmark-remove" | "bookmark-remove-outline" | "bookshelf" | "boom-gate" | "boom-gate-alert" | "boom-gate-alert-outline" | "boom-gate-down" | "boom-gate-down-outline" | "boom-gate-outline" | "boom-gate-up" | "boom-gate-up-outline" | "boombox" | "boomerang" | "border-all-variant" | "border-bottom" | "border-bottom-variant" | "border-color" | "border-horizontal" | "border-inside" | "border-left" | "border-left-variant" | "border-none-variant" | "border-outside" | "border-right" | "border-right-variant" | "border-top" | "border-top-variant" | "border-vertical" | "bottle-soda" | "bottle-soda-classic" | "bottle-soda-classic-outline" | "bottle-soda-outline" | "bottle-tonic" | "bottle-tonic-outline" | "bottle-tonic-plus" | "bottle-tonic-plus-outline" | "bottle-tonic-skull" | "bottle-tonic-skull-outline" | "bottle-wine" | "bottle-wine-outline" | "bow-tie" | "bowl-mix" | "bowl-mix-outline" | "bowl-outline" | "bowling" | "box-cutter" | "box-cutter-off" | "box-shadow" | "boxing-glove" | "bread-slice-outline" | "bridge" | "briefcase-account" | "briefcase-account-outline" | "briefcase-check" | "briefcase-check-outline" | "briefcase-clock" | "briefcase-clock-outline" | "briefcase-download" | "briefcase-download-outline" | "briefcase-edit" | "briefcase-edit-outline" | "briefcase-minus" | "briefcase-minus-outline" | "briefcase-plus" | "briefcase-plus-outline" | "briefcase-remove" | "briefcase-remove-outline" | "briefcase-search" | "briefcase-search-outline" | "briefcase-upload" | "briefcase-upload-outline" | "briefcase-variant" | "briefcase-variant-outline" | "brightness-1" | "brightness-2" | "brightness-3" | "brightness-4" | "brightness-5" | "brightness-6" | "brightness-7" | "brightness-auto" | "brightness-percent" | "bucket-outline" | "buddhism" | "buffet" | "bug-check" | "bug-check-outline" | "bugle" | "bulldozer" | "bullet" | "bulletin-board" | "bullhorn-outline" | "bullseye-arrow" | "bulma" | "bunk-bed" | "bunk-bed-outline" | "bus-alert" | "bus-articulated-end" | "bus-articulated-front" | "bus-clock" | "bus-double-decker" | "bus-marker" | "bus-multiple" | "bus-school" | "bus-side" | "bus-stop" | "bus-stop-covered" | "bus-stop-uncovered" | "cable-data" | "cached" | "cactus" | "cake-layered" | "cake-variant" | "calculator-variant" | "calendar-account" | "calendar-account-outline" | "calendar-alert" | "calendar-arrow-left" | "calendar-arrow-right" | "calendar-blank" | "calendar-blank-multiple" | "calendar-blank-outline" | "calendar-check-outline" | "calendar-clock" | "calendar-edit" | "calendar-export" | "calendar-heart" | "calendar-import" | "calendar-month" | "calendar-month-outline" | "calendar-multiple" | "calendar-multiple-check" | "calendar-multiselect" | "calendar-question" | "calendar-range" | "calendar-range-outline" | "calendar-refresh" | "calendar-refresh-outline" | "calendar-remove" | "calendar-remove-outline" | "calendar-search" | "calendar-star" | "calendar-sync" | "calendar-sync-outline" | "calendar-text" | "calendar-text-outline" | "calendar-today" | "calendar-week-begin" | "calendar-weekend" | "calendar-weekend-outline" | "call-made" | "call-merge" | "call-missed" | "call-received" | "call-split" | "camcorder" | "camcorder-off" | "camera-account" | "camera-burst" | "camera-control" | "camera-enhance" | "camera-enhance-outline" | "camera-front" | "camera-front-variant" | "camera-gopro" | "camera-image" | "camera-iris" | "camera-metering-center" | "camera-metering-matrix" | "camera-metering-partial" | "camera-metering-spot" | "camera-party-mode" | "camera-plus" | "camera-plus-outline" | "camera-rear" | "camera-rear-variant" | "camera-retake" | "camera-retake-outline" | "camera-switch" | "camera-switch-outline" | "camera-timer" | "camera-wireless" | "camera-wireless-outline" | "campfire" | "cancel" | "candle" | "candycane" | "caps-lock" | "car-2-plus" | "car-3-plus" | "car-arrow-left" | "car-arrow-right" | "car-back" | "car-brake-abs" | "car-brake-alert" | "car-brake-hold" | "car-brake-parking" | "car-brake-retarder" | "car-child-seat" | "car-clutch" | "car-cog" | "car-connected" | "car-convertible" | "car-coolant-level" | "car-cruise-control" | "car-defrost-front" | "car-defrost-rear" | "car-door" | "car-door-lock" | "car-electric" | "car-esp" | "car-estate" | "car-hatchback" | "car-info" | "car-key" | "car-light-dimmed" | "car-light-fog" | "car-light-high" | "car-limousine" | "car-multiple" | "car-off" | "car-parking-lights" | "car-pickup" | "car-seat" | "car-seat-cooler" | "car-seat-heater" | "car-settings" | "car-shift-pattern" | "car-sports" | "car-tire-alert" | "car-traction-control" | "car-turbocharger" | "car-wash" | "car-windshield" | "car-windshield-outline" | "carabiner" | "card-account-details" | "card-account-details-outline" | "card-account-details-star" | "card-account-details-star-outline" | "card-account-mail" | "card-account-mail-outline" | "card-account-phone" | "card-account-phone-outline" | "card-bulleted" | "card-bulleted-off" | "card-bulleted-off-outline" | "card-bulleted-outline" | "card-bulleted-settings" | "card-bulleted-settings-outline" | "card-plus" | "card-plus-outline" | "card-search" | "card-search-outline" | "card-text" | "card-text-outline" | "cards" | "cards-club" | "cards-diamond" | "cards-diamond-outline" | "cards-heart" | "cards-outline" | "cards-playing-outline" | "cards-spade" | "cards-variant" | "cart-arrow-right" | "cart-arrow-up" | "cart-minus" | "cart-off" | "cart-remove" | "case-sensitive-alt" | "cash-100" | "cash-marker" | "cash-minus" | "cash-multiple" | "cash-plus" | "cash-refund" | "cash-remove" | "cash-usd" | "cash-usd-outline" | "cassette" | "cast-audio" | "cast-connected" | "cast-education" | "cast-off" | "castle" | "cctv" | "ceiling-light" | "cellphone" | "cellphone-android" | "cellphone-arrow-down" | "cellphone-basic" | "cellphone-charging" | "cellphone-cog" | "cellphone-dock" | "cellphone-erase" | "cellphone-information" | "cellphone-iphone" | "cellphone-key" | "cellphone-link" | "cellphone-link-off" | "cellphone-lock" | "cellphone-message" | "cellphone-message-off" | "cellphone-nfc" | "cellphone-nfc-off" | "cellphone-off" | "cellphone-play" | "cellphone-screenshot" | "cellphone-settings" | "cellphone-sound" | "cellphone-text" | "cellphone-wireless" | "celtic-cross" | "certificate-outline" | "chair-rolling" | "chair-school" | "charity" | "chart-arc" | "chart-areaspline" | "chart-areaspline-variant" | "chart-bar-stacked" | "chart-bell-curve" | "chart-bell-curve-cumulative" | "chart-bubble" | "chart-donut" | "chart-donut-variant" | "chart-gantt" | "chart-histogram" | "chart-line-stacked" | "chart-line-variant" | "chart-multiline" | "chart-multiple" | "chart-ppf" | "chart-sankey" | "chart-sankey-variant" | "chart-scatter-plot" | "chart-scatter-plot-hexbin" | "chart-timeline" | "chart-timeline-variant" | "chart-tree" | "chat-alert" | "chat-alert-outline" | "chat-minus" | "chat-minus-outline" | "chat-outline" | "chat-plus" | "chat-plus-outline" | "chat-processing" | "chat-processing-outline" | "chat-remove" | "chat-remove-outline" | "chat-sleep" | "chat-sleep-outline" | "check-all" | "check-bold" | "check-box-multiple-outline" | "check-box-outline" | "check-circle-outline" | "check-decagram" | "check-network" | "check-network-outline" | "check-outline" | "check-underline" | "check-underline-circle" | "check-underline-circle-outline" | "checkbook" | "checkbox-blank" | "checkbox-blank-circle" | "checkbox-blank-circle-outline" | "checkbox-blank-off" | "checkbox-blank-off-outline" | "checkbox-blank-outline" | "checkbox-intermediate" | "checkbox-marked" | "checkbox-marked-circle" | "checkbox-marked-circle-outline" | "checkbox-marked-outline" | "checkbox-multiple-blank" | "checkbox-multiple-blank-circle" | "checkbox-multiple-blank-circle-outline" | "checkbox-multiple-blank-outline" | "checkbox-multiple-marked" | "checkbox-multiple-marked-circle" | "checkbox-multiple-marked-circle-outline" | "checkbox-multiple-marked-outline" | "checkerboard" | "checkerboard-minus" | "checkerboard-plus" | "checkerboard-remove" | "cheese-off" | "chef-hat" | "chemical-weapon" | "chevron-double-down" | "chevron-double-left" | "chevron-double-right" | "chevron-double-up" | "chevron-down-box" | "chevron-down-box-outline" | "chevron-left-box" | "chevron-left-box-outline" | "chevron-left-circle" | "chevron-left-circle-outline" | "chevron-right-box" | "chevron-right-box-outline" | "chevron-right-circle" | "chevron-right-circle-outline" | "chevron-triple-down" | "chevron-triple-left" | "chevron-triple-right" | "chevron-triple-up" | "chevron-up-box" | "chevron-up-box-outline" | "chili-hot" | "chili-medium" | "chili-mild" | "chili-off" | "chip" | "christianity" | "christianity-outline" | "cigar" | "cigar-off" | "circle-double" | "circle-edit-outline" | "circle-expand" | "circle-half" | "circle-half-full" | "circle-medium" | "circle-multiple" | "circle-multiple-outline" | "circle-off-outline" | "circle-outline" | "circle-slice-1" | "circle-slice-2" | "circle-slice-3" | "circle-slice-4" | "circle-slice-5" | "circle-slice-6" | "circle-slice-7" | "circle-slice-8" | "circle-small" | "circular-saw" | "city-variant" | "city-variant-outline" | "clipboard-account" | "clipboard-account-outline" | "clipboard-alert" | "clipboard-alert-outline" | "clipboard-arrow-down" | "clipboard-arrow-down-outline" | "clipboard-arrow-left" | "clipboard-arrow-left-outline" | "clipboard-arrow-right" | "clipboard-arrow-right-outline" | "clipboard-arrow-up" | "clipboard-arrow-up-outline" | "clipboard-check-multiple" | "clipboard-check-multiple-outline" | "clipboard-check-outline" | "clipboard-file" | "clipboard-file-outline" | "clipboard-flow" | "clipboard-flow-outline" | "clipboard-list-outline" | "clipboard-multiple" | "clipboard-multiple-outline" | "clipboard-play" | "clipboard-play-multiple" | "clipboard-play-multiple-outline" | "clipboard-play-outline" | "clipboard-plus" | "clipboard-plus-outline" | "clipboard-pulse" | "clipboard-pulse-outline" | "clipboard-text" | "clipboard-text-multiple" | "clipboard-text-multiple-outline" | "clipboard-text-outline" | "clipboard-text-play" | "clipboard-text-play-outline" | "clippy" | "clock-alert" | "clock-alert-outline" | "clock-check" | "clock-check-outline" | "clock-digital" | "clock-end" | "clock-fast" | "clock-in" | "clock-out" | "clock-outline" | "clock-start" | "clock-time-eight" | "clock-time-eight-outline" | "clock-time-eleven" | "clock-time-eleven-outline" | "clock-time-five" | "clock-time-five-outline" | "clock-time-four" | "clock-time-four-outline" | "clock-time-nine" | "clock-time-nine-outline" | "clock-time-one" | "clock-time-one-outline" | "clock-time-seven" | "clock-time-seven-outline" | "clock-time-six" | "clock-time-six-outline" | "clock-time-ten" | "clock-time-ten-outline" | "clock-time-three" | "clock-time-three-outline" | "clock-time-twelve" | "clock-time-twelve-outline" | "clock-time-two" | "clock-time-two-outline" | "close-box" | "close-box-multiple" | "close-box-multiple-outline" | "close-box-outline" | "close-circle-multiple" | "close-circle-multiple-outline" | "close-network" | "close-network-outline" | "close-octagon" | "close-octagon-outline" | "close-thick" | "closed-caption-outline" | "cloud-alert" | "cloud-braces" | "cloud-check" | "cloud-check-outline" | "cloud-lock" | "cloud-lock-outline" | "cloud-off-outline" | "cloud-print" | "cloud-print-outline" | "cloud-question" | "cloud-search" | "cloud-search-outline" | "cloud-sync" | "cloud-sync-outline" | "cloud-tags" | "clover" | "coach-lamp" | "coat-rack" | "code-array" | "code-braces" | "code-braces-box" | "code-brackets" | "code-equal" | "code-greater-than" | "code-greater-than-or-equal" | "code-json" | "code-less-than" | "code-less-than-or-equal" | "code-not-equal" | "code-not-equal-variant" | "code-parentheses" | "code-parentheses-box" | "code-string" | "code-tags" | "code-tags-check" | "coffee-maker" | "coffee-off" | "coffee-off-outline" | "coffee-outline" | "coffee-to-go" | "coffee-to-go-outline" | "coffin" | "cog-box" | "cog-clockwise" | "cog-counterclockwise" | "cog-off" | "cog-off-outline" | "cog-refresh" | "cog-refresh-outline" | "cog-sync" | "cog-sync-outline" | "cog-transfer" | "cog-transfer-outline" | "collage" | "collapse-all" | "collapse-all-outline" | "color-helper" | "comma" | "comma-box" | "comma-box-outline" | "comma-circle" | "comma-circle-outline" | "comment-account" | "comment-account-outline" | "comment-alert" | "comment-alert-outline" | "comment-arrow-left" | "comment-arrow-left-outline" | "comment-arrow-right" | "comment-arrow-right-outline" | "comment-check" | "comment-check-outline" | "comment-edit" | "comment-edit-outline" | "comment-eye" | "comment-eye-outline" | "comment-multiple" | "comment-multiple-outline" | "comment-outline" | "comment-plus" | "comment-plus-outline" | "comment-processing" | "comment-processing-outline" | "comment-question" | "comment-question-outline" | "comment-quote" | "comment-quote-outline" | "comment-remove" | "comment-remove-outline" | "comment-search" | "comment-search-outline" | "comment-text" | "comment-text-multiple" | "comment-text-multiple-outline" | "comment-text-outline" | "compare" | "compare-horizontal" | "compare-vertical" | "compass-off" | "compass-off-outline" | "compass-rose" | "concourse-ci" | "console" | "console-line" | "console-network" | "console-network-outline" | "consolidate" | "contactless-payment" | "contactless-payment-circle" | "contactless-payment-circle-outline" | "contacts-outline" | "contain" | "contain-end" | "contain-start" | "content-copy" | "content-cut" | "content-duplicate" | "content-paste" | "content-save" | "content-save-alert" | "content-save-alert-outline" | "content-save-all" | "content-save-all-outline" | "content-save-cog" | "content-save-cog-outline" | "content-save-edit" | "content-save-edit-outline" | "content-save-move" | "content-save-move-outline" | "content-save-outline" | "content-save-settings" | "content-save-settings-outline" | "contrast-box" | "contrast-circle" | "controller-classic" | "controller-classic-outline" | "coolant-temperature" | "cordova" | "corn" | "corn-off" | "cosine-wave" | "counter" | "cow" | "cpu-32-bit" | "cpu-64-bit" | "crane" | "creation" | "credit-card-check" | "credit-card-check-outline" | "credit-card-clock" | "credit-card-clock-outline" | "credit-card-marker" | "credit-card-marker-outline" | "credit-card-minus" | "credit-card-minus-outline" | "credit-card-multiple" | "credit-card-multiple-outline" | "credit-card-off" | "credit-card-off-outline" | "credit-card-outline" | "credit-card-plus" | "credit-card-plus-outline" | "credit-card-refund" | "credit-card-refund-outline" | "credit-card-remove" | "credit-card-remove-outline" | "credit-card-scan" | "credit-card-scan-outline" | "credit-card-settings" | "credit-card-settings-outline" | "credit-card-wireless" | "credit-card-wireless-off" | "credit-card-wireless-off-outline" | "credit-card-wireless-outline" | "cricket" | "crop-free" | "crop-landscape" | "crop-portrait" | "crop-rotate" | "crop-square" | "crosshairs-gps" | "crosshairs-off" | "crosshairs-question" | "crown-outline" | "cryengine" | "crystal-ball" | "cube-off" | "cube-off-outline" | "cube-scan" | "cube-send" | "cube-unfolded" | "cup-off" | "cup-off-outline" | "cup-outline" | "cup-water" | "cupboard" | "cupboard-outline" | "cupcake" | "curling" | "currency-bdt" | "currency-brl" | "currency-btc" | "currency-cny" | "currency-eth" | "currency-eur" | "currency-eur-off" | "currency-gbp" | "currency-ils" | "currency-inr" | "currency-jpy" | "currency-krw" | "currency-kzt" | "currency-ngn" | "currency-php" | "currency-rial" | "currency-rub" | "currency-sign" | "currency-try" | "currency-twd" | "currency-usd" | "currency-usd-circle" | "currency-usd-circle-outline" | "currency-usd-off" | "current-ac" | "current-dc" | "cursor-default" | "cursor-default-click" | "cursor-default-click-outline" | "cursor-default-gesture" | "cursor-default-gesture-outline" | "cursor-default-outline" | "cursor-move" | "cursor-pointer" | "cursor-text" | "database-check" | "database-edit" | "database-export" | "database-import" | "database-lock" | "database-marker" | "database-minus" | "database-plus" | "database-refresh" | "database-remove" | "database-search" | "database-settings" | "database-sync" | "death-star" | "death-star-variant" | "deathly-hallows" | "debian" | "debug-step-into" | "debug-step-out" | "debug-step-over" | "decagram" | "decagram-outline" | "decimal" | "decimal-comma" | "decimal-comma-decrease" | "decimal-comma-increase" | "decimal-decrease" | "decimal-increase" | "delete-alert" | "delete-alert-outline" | "delete-circle" | "delete-circle-outline" | "delete-empty" | "delete-empty-outline" | "delete-forever" | "delete-forever-outline" | "delete-off" | "delete-off-outline" | "delete-outline" | "delete-restore" | "delete-sweep" | "delete-sweep-outline" | "delete-variant" | "delta" | "desk" | "desk-lamp" | "deskphone" | "desktop-classic" | "desktop-mac" | "desktop-mac-dashboard" | "desktop-tower" | "desktop-tower-monitor" | "dev-to" | "developer-board" | "devices" | "diabetes" | "dialpad" | "diameter" | "diameter-outline" | "diameter-variant" | "diamond-outline" | "diamond-stone" | "dice-1" | "dice-1-outline" | "dice-2" | "dice-2-outline" | "dice-3" | "dice-3-outline" | "dice-4" | "dice-4-outline" | "dice-5" | "dice-5-outline" | "dice-6" | "dice-6-outline" | "dice-d10" | "dice-d10-outline" | "dice-d12" | "dice-d12-outline" | "dice-d20-outline" | "dice-d4" | "dice-d4-outline" | "dice-d6-outline" | "dice-d8" | "dice-d8-outline" | "dice-multiple" | "dice-multiple-outline" | "dip-switch" | "directions-fork" | "disc-alert" | "disc-player" | "dishwasher" | "dishwasher-alert" | "dishwasher-off" | "distribute-horizontal-center" | "distribute-horizontal-left" | "distribute-horizontal-right" | "distribute-vertical-bottom" | "distribute-vertical-center" | "distribute-vertical-top" | "diving-flippers" | "diving-helmet" | "diving-scuba" | "diving-scuba-flag" | "diving-scuba-tank" | "diving-scuba-tank-multiple" | "diving-snorkel" | "division" | "division-box" | "dlna" | "dns" | "dns-outline" | "do-not-disturb-off" | "dock-bottom" | "dock-left" | "dock-right" | "dock-window" | "dog-service" | "dog-side" | "dolby" | "domain" | "domain-off" | "domain-plus" | "domain-remove" | "dome-light" | "domino-mask" | "donkey" | "door" | "door-closed-lock" | "doorbell" | "doorbell-video" | "dot-net" | "dots-horizontal" | "dots-horizontal-circle" | "dots-horizontal-circle-outline" | "dots-vertical" | "dots-vertical-circle" | "dots-vertical-circle-outline" | "douban" | "download-box" | "download-box-outline" | "download-circle" | "download-circle-outline" | "download-lock" | "download-lock-outline" | "download-multiple" | "download-network" | "download-network-outline" | "download-off" | "download-off-outline" | "drag" | "drag-horizontal" | "drag-horizontal-variant" | "drag-variant" | "drag-vertical" | "drag-vertical-variant" | "drama-masks" | "draw" | "drawing" | "drawing-box" | "dresser" | "dresser-outline" | "drone" | "duck" | "dump-truck" | "ear-hearing" | "ear-hearing-off" | "earth-arrow-right" | "earth-box" | "earth-box-minus" | "earth-box-off" | "earth-box-plus" | "earth-box-remove" | "earth-minus" | "earth-off" | "earth-plus" | "earth-remove" | "egg-easter" | "egg-off" | "egg-off-outline" | "eight-track" | "eject-outline" | "electric-switch" | "electric-switch-closed" | "electron-framework" | "elephant" | "elevation-decline" | "elevation-rise" | "elevator-down" | "elevator-passenger" | "elevator-up" | "email-alert" | "email-alert-outline" | "email-box" | "email-check" | "email-check-outline" | "email-edit" | "email-edit-outline" | "email-lock" | "email-mark-as-unread" | "email-minus" | "email-minus-outline" | "email-multiple" | "email-multiple-outline" | "email-newsletter" | "email-off" | "email-off-outline" | "email-open" | "email-open-multiple" | "email-open-multiple-outline" | "email-open-outline" | "email-outline" | "email-plus" | "email-plus-outline" | "email-receive" | "email-receive-outline" | "email-search" | "email-search-outline" | "email-send" | "email-send-outline" | "email-sync" | "email-sync-outline" | "email-variant" | "emby" | "emoticon" | "emoticon-angry" | "emoticon-angry-outline" | "emoticon-confused" | "emoticon-confused-outline" | "emoticon-cool" | "emoticon-cool-outline" | "emoticon-cry" | "emoticon-cry-outline" | "emoticon-dead" | "emoticon-dead-outline" | "emoticon-devil" | "emoticon-devil-outline" | "emoticon-excited" | "emoticon-excited-outline" | "emoticon-frown" | "emoticon-frown-outline" | "emoticon-happy" | "emoticon-happy-outline" | "emoticon-kiss" | "emoticon-kiss-outline" | "emoticon-lol" | "emoticon-lol-outline" | "emoticon-neutral" | "emoticon-neutral-outline" | "emoticon-outline" | "emoticon-poop" | "emoticon-poop-outline" | "emoticon-sad" | "emoticon-sad-outline" | "emoticon-tongue" | "emoticon-tongue-outline" | "emoticon-wink" | "emoticon-wink-outline" | "engine" | "engine-off" | "engine-off-outline" | "engine-outline" | "epsilon" | "equal" | "equal-box" | "equalizer-outline" | "eraser-variant" | "escalator" | "escalator-box" | "escalator-down" | "escalator-up" | "eslint" | "et" | "ethernet-cable" | "ethernet-cable-off" | "ev-station" | "excavator" | "exclamation-thick" | "exit-run" | "exit-to-app" | "expand-all" | "expand-all-outline" | "expansion-card" | "expansion-card-variant" | "exponent" | "exponent-box" | "export-variant" | "eye-check" | "eye-check-outline" | "eye-circle" | "eye-circle-outline" | "eye-minus" | "eye-minus-outline" | "eye-plus" | "eye-plus-outline" | "eye-settings" | "eye-settings-outline" | "eyedropper-minus" | "eyedropper-off" | "eyedropper-plus" | "eyedropper-remove" | "eyedropper-variant" | "face" | "face-agent" | "face-outline" | "face-profile" | "face-profile-woman" | "face-recognition" | "face-woman" | "face-woman-outline" | "facebook-workplace" | "factory" | "fan-alert" | "fan-chevron-down" | "fan-chevron-up" | "fan-minus" | "fan-off" | "fan-plus" | "fan-remove" | "fan-speed-1" | "fan-speed-2" | "fan-speed-3" | "fast-forward-10" | "fast-forward-30" | "fast-forward-5" | "fast-forward-outline" | "feature-search" | "feature-search-outline" | "fencing" | "ferris-wheel" | "ferry" | "file-account" | "file-account-outline" | "file-alert" | "file-alert-outline" | "file-cabinet" | "file-cad" | "file-cad-box" | "file-cancel" | "file-cancel-outline" | "file-certificate" | "file-certificate-outline" | "file-chart" | "file-chart-outline" | "file-check" | "file-check-outline" | "file-clock" | "file-clock-outline" | "file-cloud" | "file-cloud-outline" | "file-code-outline" | "file-cog" | "file-cog-outline" | "file-compare" | "file-delimited" | "file-delimited-outline" | "file-document" | "file-document-edit" | "file-document-edit-outline" | "file-document-outline" | "file-download-outline" | "file-edit" | "file-edit-outline" | "file-excel-box" | "file-excel-box-outline" | "file-excel-outline" | "file-export-outline" | "file-eye" | "file-eye-outline" | "file-find" | "file-find-outline" | "file-hidden" | "file-image-outline" | "file-import-outline" | "file-key" | "file-key-outline" | "file-link" | "file-link-outline" | "file-lock" | "file-lock-outline" | "file-move" | "file-move-outline" | "file-multiple" | "file-multiple-outline" | "file-music" | "file-music-outline" | "file-outline" | "file-pdf-box" | "file-pdf-box-outline" | "file-pdf-outline" | "file-percent" | "file-percent-outline" | "file-phone" | "file-phone-outline" | "file-plus-outline" | "file-powerpoint-box" | "file-powerpoint-box-outline" | "file-powerpoint-outline" | "file-presentation-box" | "file-question" | "file-question-outline" | "file-refresh" | "file-refresh-outline" | "file-remove" | "file-remove-outline" | "file-replace" | "file-replace-outline" | "file-restore" | "file-restore-outline" | "file-search" | "file-search-outline" | "file-send" | "file-send-outline" | "file-settings" | "file-settings-outline" | "file-star" | "file-star-outline" | "file-swap" | "file-swap-outline" | "file-sync" | "file-sync-outline" | "file-table" | "file-table-box" | "file-table-box-multiple" | "file-table-box-multiple-outline" | "file-table-box-outline" | "file-table-outline" | "file-tree" | "file-tree-outline" | "file-undo" | "file-undo-outline" | "file-upload-outline" | "file-video-outline" | "file-word-box" | "file-word-box-outline" | "file-word-outline" | "filmstrip" | "filmstrip-box" | "filmstrip-box-multiple" | "filmstrip-off" | "filter-menu" | "filter-menu-outline" | "filter-minus" | "filter-minus-outline" | "filter-plus" | "filter-plus-outline" | "filter-remove" | "filter-remove-outline" | "filter-variant" | "filter-variant-minus" | "filter-variant-plus" | "filter-variant-remove" | "finance" | "find-replace" | "fingerprint-off" | "fire-hydrant" | "fire-hydrant-alert" | "fire-hydrant-off" | "fire-truck" | "firebase" | "fireplace" | "fireplace-off" | "firework" | "fish-off" | "fishbowl" | "fishbowl-outline" | "fit-to-page" | "fit-to-page-outline" | "flag-minus" | "flag-minus-outline" | "flag-plus" | "flag-plus-outline" | "flag-remove" | "flag-remove-outline" | "flag-triangle" | "flag-variant" | "flag-variant-outline" | "flare" | "flash-alert" | "flash-alert-outline" | "flash-auto" | "flash-circle" | "flash-red-eye" | "flashlight-off" | "flask-empty" | "flask-empty-minus" | "flask-empty-minus-outline" | "flask-empty-off" | "flask-empty-off-outline" | "flask-empty-outline" | "flask-empty-plus" | "flask-empty-plus-outline" | "flask-empty-remove" | "flask-empty-remove-outline" | "flask-minus" | "flask-minus-outline" | "flask-off" | "flask-off-outline" | "flask-plus" | "flask-plus-outline" | "flask-remove" | "flask-remove-outline" | "flask-round-bottom" | "flask-round-bottom-empty" | "flask-round-bottom-empty-outline" | "flask-round-bottom-outline" | "fleur-de-lis" | "flip-horizontal" | "flip-to-back" | "flip-to-front" | "flip-vertical" | "floor-lamp" | "floor-lamp-dual" | "floor-lamp-variant" | "floor-plan" | "floppy" | "floppy-variant" | "flower-poppy" | "flower-tulip" | "flower-tulip-outline" | "focus-auto" | "focus-field" | "focus-field-horizontal" | "focus-field-vertical" | "folder-account" | "folder-account-outline" | "folder-alert" | "folder-alert-outline" | "folder-clock" | "folder-clock-outline" | "folder-cog" | "folder-cog-outline" | "folder-download" | "folder-download-outline" | "folder-edit" | "folder-edit-outline" | "folder-google-drive" | "folder-heart" | "folder-heart-outline" | "folder-home" | "folder-home-outline" | "folder-image" | "folder-information" | "folder-information-outline" | "folder-key" | "folder-key-network" | "folder-key-network-outline" | "folder-key-outline" | "folder-lock-open" | "folder-marker" | "folder-marker-outline" | "folder-move" | "folder-move-outline" | "folder-multiple" | "folder-multiple-image" | "folder-multiple-outline" | "folder-multiple-plus" | "folder-multiple-plus-outline" | "folder-music-outline" | "folder-network" | "folder-network-outline" | "folder-plus-outline" | "folder-pound" | "folder-pound-outline" | "folder-refresh" | "folder-refresh-outline" | "folder-remove" | "folder-remove-outline" | "folder-search" | "folder-search-outline" | "folder-settings" | "folder-settings-outline" | "folder-star" | "folder-star-multiple" | "folder-star-multiple-outline" | "folder-star-outline" | "folder-swap" | "folder-swap-outline" | "folder-sync" | "folder-sync-outline" | "folder-table" | "folder-table-outline" | "folder-text" | "folder-text-outline" | "folder-upload" | "folder-upload-outline" | "folder-zip" | "folder-zip-outline" | "food" | "food-apple" | "food-apple-outline" | "food-croissant" | "food-drumstick" | "food-drumstick-off" | "food-drumstick-off-outline" | "food-drumstick-outline" | "food-fork-drink" | "food-off" | "food-steak" | "food-steak-off" | "food-variant" | "food-variant-off" | "foot-print" | "football-australian" | "football-helmet" | "forklift" | "form-dropdown" | "form-select" | "form-textarea" | "form-textbox" | "form-textbox-lock" | "form-textbox-password" | "format-align-bottom" | "format-align-center" | "format-align-justify" | "format-align-left" | "format-align-middle" | "format-align-right" | "format-align-top" | "format-annotation-minus" | "format-annotation-plus" | "format-bold" | "format-clear" | "format-color-fill" | "format-color-highlight" | "format-color-marker-cancel" | "format-color-text" | "format-columns" | "format-float-center" | "format-float-left" | "format-float-none" | "format-float-right" | "format-font" | "format-font-size-decrease" | "format-font-size-increase" | "format-header-1" | "format-header-2" | "format-header-3" | "format-header-4" | "format-header-5" | "format-header-6" | "format-header-decrease" | "format-header-equal" | "format-header-increase" | "format-header-pound" | "format-horizontal-align-center" | "format-horizontal-align-left" | "format-horizontal-align-right" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-letter-case" | "format-letter-case-lower" | "format-letter-case-upper" | "format-letter-ends-with" | "format-letter-matches" | "format-letter-starts-with" | "format-line-spacing" | "format-line-style" | "format-line-weight" | "format-list-bulleted" | "format-list-bulleted-square" | "format-list-bulleted-triangle" | "format-list-bulleted-type" | "format-list-checkbox" | "format-list-checks" | "format-list-numbered" | "format-list-numbered-rtl" | "format-list-text" | "format-overline" | "format-page-break" | "format-paint" | "format-paragraph" | "format-pilcrow" | "format-quote-close" | "format-quote-close-outline" | "format-quote-open" | "format-quote-open-outline" | "format-rotate-90" | "format-section" | "format-size" | "format-strikethrough" | "format-strikethrough-variant" | "format-subscript" | "format-superscript" | "format-text" | "format-text-rotation-angle-down" | "format-text-rotation-angle-up" | "format-text-rotation-down" | "format-text-rotation-down-vertical" | "format-text-rotation-none" | "format-text-rotation-up" | "format-text-rotation-vertical" | "format-text-variant" | "format-text-wrapping-clip" | "format-text-wrapping-overflow" | "format-text-wrapping-wrap" | "format-textbox" | "format-textdirection-l-to-r" | "format-textdirection-r-to-l" | "format-title" | "format-underline" | "format-vertical-align-bottom" | "format-vertical-align-center" | "format-vertical-align-top" | "format-wrap-inline" | "format-wrap-square" | "format-wrap-tight" | "format-wrap-top-bottom" | "forum" | "forum-outline" | "forwardburger" | "fountain" | "fountain-pen" | "fountain-pen-tip" | "frequently-asked-questions" | "fridge" | "fridge-alert" | "fridge-alert-outline" | "fridge-bottom" | "fridge-off" | "fridge-off-outline" | "fridge-outline" | "fridge-top" | "fruit-cherries" | "fruit-cherries-off" | "fruit-citrus" | "fruit-citrus-off" | "fruit-grapes" | "fruit-grapes-outline" | "fruit-pineapple" | "fruit-watermelon" | "fuel" | "fullscreen" | "fullscreen-exit" | "function-variant" | "furigana-horizontal" | "furigana-vertical" | "fuse" | "fuse-alert" | "fuse-blade" | "fuse-off" | "gamepad-circle" | "gamepad-circle-down" | "gamepad-circle-left" | "gamepad-circle-outline" | "gamepad-circle-right" | "gamepad-circle-up" | "gamepad-down" | "gamepad-left" | "gamepad-right" | "gamepad-round" | "gamepad-round-down" | "gamepad-round-left" | "gamepad-round-outline" | "gamepad-round-right" | "gamepad-round-up" | "gamepad-square" | "gamepad-square-outline" | "gamepad-up" | "gamepad-variant" | "gamepad-variant-outline" | "gamma" | "gantry-crane" | "garage" | "garage-alert" | "garage-alert-variant" | "garage-open" | "garage-open-variant" | "garage-variant" | "gas-cylinder" | "gas-station" | "gas-station-off" | "gas-station-off-outline" | "gas-station-outline" | "gate" | "gate-and" | "gate-arrow-right" | "gate-nand" | "gate-nor" | "gate-not" | "gate-open" | "gate-or" | "gate-xnor" | "gate-xor" | "gatsby" | "gauge-empty" | "gauge-full" | "gauge-low" | "gender-female" | "gender-male" | "gender-male-female" | "gender-male-female-variant" | "gender-non-binary" | "gender-transgender" | "gentoo" | "gesture" | "gesture-double-tap" | "gesture-pinch" | "gesture-spread" | "gesture-swipe" | "gesture-swipe-down" | "gesture-swipe-horizontal" | "gesture-swipe-left" | "gesture-swipe-right" | "gesture-swipe-up" | "gesture-swipe-vertical" | "gesture-tap" | "gesture-tap-box" | "gesture-tap-button" | "gesture-tap-hold" | "gesture-two-double-tap" | "gesture-two-tap" | "ghost-off" | "gif" | "glass-cocktail" | "glass-flute" | "glass-mug" | "glass-mug-variant" | "glass-pint-outline" | "glass-stange" | "glass-tulip" | "glass-wine" | "globe-light" | "globe-model" | "gmail" | "gnome" | "go-kart" | "go-kart-track" | "gog" | "gold" | "golf-cart" | "golf-tee" | "gondola" | "google-ads" | "google-analytics" | "google-assistant" | "google-cardboard" | "google-chrome" | "google-circles" | "google-circles-communities" | "google-circles-extended" | "google-circles-group" | "google-classroom" | "google-cloud" | "google-controller" | "google-controller-off" | "google-downasaur" | "google-earth" | "google-fit" | "google-glass" | "google-home" | "google-keep" | "google-lens" | "google-maps" | "google-my-business" | "google-nearby" | "google-photos" | "google-podcast" | "google-spreadsheet" | "google-street-view" | "google-translate" | "gradient" | "grain" | "graph" | "graph-outline" | "grave-stone" | "grease-pencil" | "greater-than-or-equal" | "grid-large" | "grid-off" | "grill" | "grill-outline" | "guitar-acoustic" | "guitar-electric" | "guitar-pick" | "guitar-pick-outline" | "guy-fawkes-mask" | "hail" | "hair-dryer" | "hair-dryer-outline" | "halloween" | "hammer-screwdriver" | "hammer-wrench" | "hand-heart" | "hand-okay" | "hand-peace-variant" | "hand-pointing-down" | "hand-pointing-left" | "hand-pointing-right" | "hand-pointing-up" | "hand-saw" | "hand-water" | "handball" | "handcuffs" | "hanger" | "harddisk" | "harddisk-plus" | "harddisk-remove" | "hat-fedora" | "hazard-lights" | "hdr" | "hdr-off" | "head-alert" | "head-alert-outline" | "head-check" | "head-check-outline" | "head-cog" | "head-cog-outline" | "head-dots-horizontal" | "head-dots-horizontal-outline" | "head-flash" | "head-flash-outline" | "head-heart" | "head-heart-outline" | "head-lightbulb" | "head-lightbulb-outline" | "head-minus" | "head-minus-outline" | "head-outline" | "head-plus" | "head-plus-outline" | "head-question" | "head-question-outline" | "head-remove" | "head-remove-outline" | "head-snowflake" | "head-snowflake-outline" | "head-sync" | "head-sync-outline" | "headphones-bluetooth" | "headphones-box" | "headphones-off" | "headphones-settings" | "headset-dock" | "headset-off" | "heart-box" | "heart-box-outline" | "heart-broken-outline" | "heart-flash" | "heart-half-full" | "heart-minus" | "heart-minus-outline" | "heart-multiple" | "heart-multiple-outline" | "heart-off" | "heart-off-outline" | "heart-plus" | "heart-plus-outline" | "heart-pulse" | "heart-remove" | "heart-remove-outline" | "help-box" | "help-network" | "help-network-outline" | "help-rhombus" | "help-rhombus-outline" | "hexadecimal" | "hexagon-multiple" | "hexagon-multiple-outline" | "hexagon-outline" | "hexagon-slice-1" | "hexagon-slice-2" | "hexagon-slice-3" | "hexagon-slice-4" | "hexagon-slice-5" | "hexagon-slice-6" | "hexagram" | "hexagram-outline" | "high-definition" | "high-definition-box" | "highway" | "hinduism" | "hockey-sticks" | "hololens" | "home-account" | "home-alert" | "home-analytics" | "home-assistant" | "home-automation" | "home-circle" | "home-circle-outline" | "home-city" | "home-city-outline" | "home-currency-usd" | "home-edit" | "home-edit-outline" | "home-export-outline" | "home-flood" | "home-floor-0" | "home-floor-1" | "home-floor-2" | "home-floor-3" | "home-floor-a" | "home-floor-b" | "home-floor-g" | "home-floor-l" | "home-floor-negative-1" | "home-group" | "home-heart" | "home-import-outline" | "home-lightbulb" | "home-lightbulb-outline" | "home-lock" | "home-lock-open" | "home-map-marker" | "home-minus" | "home-minus-outline" | "home-modern" | "home-plus" | "home-plus-outline" | "home-remove" | "home-remove-outline" | "home-roof" | "home-search" | "home-search-outline" | "home-thermometer" | "home-thermometer-outline" | "home-variant" | "home-variant-outline" | "hook" | "hook-off" | "hops" | "horizontal-rotate-clockwise" | "horizontal-rotate-counterclockwise" | "horseshoe" | "hospital-box" | "hospital-box-outline" | "hospital-building" | "hospital-marker" | "hours-24" | "hulu" | "human" | "human-baby-changing-table" | "human-child" | "human-female" | "human-female-boy" | "human-female-female" | "human-female-girl" | "human-greeting" | "human-handsdown" | "human-handsup" | "human-male" | "human-male-boy" | "human-male-child" | "human-male-female" | "human-male-girl" | "human-male-height" | "human-male-height-variant" | "human-male-male" | "human-pregnant" | "human-wheelchair" | "humble-bundle" | "hvac" | "hydraulic-oil-level" | "hydraulic-oil-temperature" | "hydro-power" | "ice-cream-off" | "ice-pop" | "identifier" | "ideogram-cjk" | "ideogram-cjk-variant" | "iframe-array" | "iframe-array-outline" | "iframe-braces" | "iframe-braces-outline" | "iframe-outline" | "iframe-parentheses" | "iframe-parentheses-outline" | "iframe-variable" | "iframe-variable-outline" | "image-album" | "image-area" | "image-area-close" | "image-auto-adjust" | "image-broken" | "image-broken-variant" | "image-edit" | "image-edit-outline" | "image-filter-black-white" | "image-filter-center-focus" | "image-filter-center-focus-strong" | "image-filter-center-focus-strong-outline" | "image-filter-center-focus-weak" | "image-filter-drama" | "image-filter-frames" | "image-filter-hdr" | "image-filter-none" | "image-filter-tilt-shift" | "image-filter-vintage" | "image-frame" | "image-minus" | "image-move" | "image-multiple" | "image-multiple-outline" | "image-off" | "image-off-outline" | "image-plus" | "image-remove" | "image-search" | "image-search-outline" | "image-size-select-actual" | "image-size-select-large" | "image-size-select-small" | "inbox-arrow-down" | "inbox-arrow-down-outline" | "inbox-arrow-up" | "inbox-arrow-up-outline" | "inbox-full" | "inbox-full-outline" | "inbox-multiple" | "inbox-multiple-outline" | "inbox-outline" | "incognito" | "incognito-circle" | "incognito-circle-off" | "incognito-off" | "information-variant" | "instrument-triangle" | "invert-colors" | "invert-colors-off" | "iobroker" | "ip" | "ip-network" | "ip-network-outline" | "ipod" | "islam" | "iv-bag" | "jabber" | "jeepney" | "jellyfish" | "jellyfish-outline" | "judaism" | "jump-rope" | "kabaddi" | "karate" | "keg" | "kettle" | "kettle-alert" | "kettle-alert-outline" | "kettle-off" | "kettle-off-outline" | "kettle-outline" | "kettle-steam" | "kettle-steam-outline" | "kettlebell" | "key-arrow-right" | "key-change" | "key-link" | "key-minus" | "key-plus" | "key-remove" | "key-star" | "key-variant" | "key-wireless" | "keyboard-backspace" | "keyboard-caps" | "keyboard-close" | "keyboard-esc" | "keyboard-f1" | "keyboard-f10" | "keyboard-f11" | "keyboard-f12" | "keyboard-f2" | "keyboard-f3" | "keyboard-f4" | "keyboard-f5" | "keyboard-f6" | "keyboard-f7" | "keyboard-f8" | "keyboard-f9" | "keyboard-off" | "keyboard-off-outline" | "keyboard-outline" | "keyboard-return" | "keyboard-settings" | "keyboard-settings-outline" | "keyboard-space" | "keyboard-tab" | "keyboard-variant" | "klingon" | "knife" | "knife-military" | "kodi" | "kubernetes" | "label-multiple" | "label-multiple-outline" | "label-off" | "label-off-outline" | "label-outline" | "label-percent" | "label-percent-outline" | "label-variant" | "label-variant-outline" | "ladybug" | "lambda" | "lamp" | "lan" | "lan-check" | "lan-connect" | "lan-disconnect" | "lan-pending" | "language-c" | "language-cpp" | "language-csharp" | "language-css3" | "language-fortran" | "language-go" | "language-haskell" | "language-html5" | "language-java" | "language-javascript" | "language-kotlin" | "language-lua" | "language-markdown" | "language-markdown-outline" | "language-php" | "language-python" | "language-r" | "language-ruby" | "language-ruby-on-rails" | "language-swift" | "language-typescript" | "language-xaml" | "laptop-chromebook" | "laptop-mac" | "laptop-off" | "laptop-windows" | "laser-pointer" | "lasso" | "lastpass" | "latitude" | "launch" | "lava-lamp" | "layers-minus" | "layers-off" | "layers-off-outline" | "layers-plus" | "layers-remove" | "layers-search" | "layers-search-outline" | "layers-triple" | "layers-triple-outline" | "lead-pencil" | "leaf-maple" | "leaf-maple-off" | "leaf-off" | "leak" | "leak-off" | "led-off" | "led-on" | "led-outline" | "led-strip" | "led-strip-variant" | "led-variant-off" | "led-variant-on" | "led-variant-outline" | "leek" | "less-than-or-equal" | "library-shelves" | "license" | "light-switch" | "lightbulb-cfl" | "lightbulb-cfl-off" | "lightbulb-cfl-spiral" | "lightbulb-cfl-spiral-off" | "lightbulb-group" | "lightbulb-group-off" | "lightbulb-group-off-outline" | "lightbulb-group-outline" | "lightbulb-multiple" | "lightbulb-multiple-off" | "lightbulb-multiple-off-outline" | "lightbulb-multiple-outline" | "lightbulb-off" | "lightbulb-off-outline" | "lightbulb-on" | "lightbulb-on-outline" | "lightbulb-outline" | "lighthouse" | "lighthouse-on" | "lightning-bolt" | "lightning-bolt-outline" | "lingerie" | "link-box" | "link-box-outline" | "link-box-variant" | "link-box-variant-outline" | "link-lock" | "link-off" | "link-plus" | "link-variant" | "link-variant-minus" | "link-variant-off" | "link-variant-plus" | "link-variant-remove" | "linux-mint" | "lipstick" | "litecoin" | "loading" | "location-enter" | "location-exit" | "lock-alert" | "lock-check" | "lock-clock" | "lock-open-alert" | "lock-open-check" | "lock-open-variant" | "lock-open-variant-outline" | "lock-outline" | "lock-pattern" | "lock-plus" | "lock-question" | "lock-reset" | "lock-smart" | "locker" | "locker-multiple" | "login-variant" | "logout-variant" | "longitude" | "looks" | "loupe" | "lumx" | "magnet-on" | "magnify" | "magnify-close" | "magnify-minus" | "magnify-minus-cursor" | "magnify-minus-outline" | "magnify-plus" | "magnify-plus-cursor" | "magnify-plus-outline" | "magnify-remove-cursor" | "magnify-remove-outline" | "magnify-scan" | "mailbox" | "mailbox-open" | "mailbox-open-outline" | "mailbox-open-up" | "mailbox-open-up-outline" | "mailbox-outline" | "mailbox-up" | "mailbox-up-outline" | "map-check" | "map-check-outline" | "map-clock" | "map-clock-outline" | "map-legend" | "map-marker-alert" | "map-marker-alert-outline" | "map-marker-check" | "map-marker-check-outline" | "map-marker-circle" | "map-marker-distance" | "map-marker-down" | "map-marker-left" | "map-marker-left-outline" | "map-marker-minus" | "map-marker-minus-outline" | "map-marker-multiple" | "map-marker-multiple-outline" | "map-marker-off" | "map-marker-off-outline" | "map-marker-outline" | "map-marker-path" | "map-marker-plus" | "map-marker-plus-outline" | "map-marker-question" | "map-marker-question-outline" | "map-marker-radius" | "map-marker-radius-outline" | "map-marker-remove" | "map-marker-remove-outline" | "map-marker-remove-variant" | "map-marker-right" | "map-marker-right-outline" | "map-marker-up" | "map-minus" | "map-plus" | "map-search" | "map-search-outline" | "mapbox" | "margin" | "marker-cancel" | "marker-check" | "material-design" | "material-ui" | "math-compass" | "math-cos" | "math-integral" | "math-integral-box" | "math-log" | "math-norm" | "math-norm-box" | "math-sin" | "math-tan" | "matrix" | "medical-bag" | "meditation" | "menu-down" | "menu-down-outline" | "menu-left" | "menu-left-outline" | "menu-open" | "menu-right" | "menu-right-outline" | "menu-swap" | "menu-swap-outline" | "menu-up" | "menu-up-outline" | "message-alert" | "message-alert-outline" | "message-arrow-left" | "message-arrow-left-outline" | "message-arrow-right" | "message-arrow-right-outline" | "message-bulleted" | "message-bulleted-off" | "message-cog" | "message-cog-outline" | "message-draw" | "message-image" | "message-image-outline" | "message-lock" | "message-lock-outline" | "message-minus" | "message-minus-outline" | "message-outline" | "message-plus" | "message-plus-outline" | "message-processing" | "message-processing-outline" | "message-reply" | "message-reply-text" | "message-settings" | "message-settings-outline" | "message-text" | "message-text-clock" | "message-text-clock-outline" | "message-text-lock" | "message-text-lock-outline" | "message-text-outline" | "message-video" | "metronome" | "metronome-tick" | "micro-sd" | "microphone-minus" | "microphone-off" | "microphone-outline" | "microphone-plus" | "microphone-settings" | "microphone-variant" | "microphone-variant-off" | "microsoft-access" | "microsoft-azure" | "microsoft-azure-devops" | "microsoft-bing" | "microsoft-dynamics-365" | "microsoft-edge" | "microsoft-edge-legacy" | "microsoft-excel" | "microsoft-internet-explorer" | "microsoft-office" | "microsoft-onedrive" | "microsoft-onenote" | "microsoft-outlook" | "microsoft-powerpoint" | "microsoft-sharepoint" | "microsoft-teams" | "microsoft-visual-studio" | "microsoft-visual-studio-code" | "microsoft-windows" | "microsoft-windows-classic" | "microsoft-word" | "microsoft-xbox" | "microsoft-xbox-controller" | "microsoft-xbox-controller-battery-alert" | "microsoft-xbox-controller-battery-charging" | "microsoft-xbox-controller-battery-empty" | "microsoft-xbox-controller-battery-full" | "microsoft-xbox-controller-battery-low" | "microsoft-xbox-controller-battery-medium" | "microsoft-xbox-controller-battery-unknown" | "microsoft-xbox-controller-menu" | "microsoft-xbox-controller-off" | "microsoft-xbox-controller-view" | "microsoft-yammer" | "microwave" | "microwave-off" | "middleware" | "middleware-outline" | "midi" | "midi-port" | "mine" | "minecraft" | "mini-sd" | "minidisc" | "minus-box" | "minus-box-multiple" | "minus-box-multiple-outline" | "minus-box-outline" | "minus-circle-multiple" | "minus-circle-multiple-outline" | "minus-circle-off" | "minus-circle-off-outline" | "minus-circle-outline" | "minus-network" | "minus-network-outline" | "mirror" | "mixed-martial-arts" | "mixed-reality" | "molecule" | "molecule-co" | "molecule-co2" | "monitor-cellphone" | "monitor-cellphone-star" | "monitor-clean" | "monitor-dashboard" | "monitor-edit" | "monitor-eye" | "monitor-lock" | "monitor-multiple" | "monitor-off" | "monitor-screenshot" | "monitor-share" | "monitor-speaker" | "monitor-speaker-off" | "monitor-star" | "moon-first-quarter" | "moon-full" | "moon-last-quarter" | "moon-new" | "moon-waning-crescent" | "moon-waning-gibbous" | "moon-waxing-crescent" | "moon-waxing-gibbous" | "moped" | "more" | "mother-heart" | "mother-nurse" | "motion-sensor" | "motion-sensor-off" | "motorbike" | "mouse-bluetooth" | "mouse-off" | "mouse-variant" | "mouse-variant-off" | "move-resize" | "move-resize-variant" | "movie" | "movie-edit" | "movie-edit-outline" | "movie-filter" | "movie-filter-outline" | "movie-open" | "movie-open-outline" | "movie-outline" | "movie-roll" | "movie-search" | "movie-search-outline" | "muffin" | "multiplication" | "multiplication-box" | "mushroom" | "mushroom-off" | "mushroom-off-outline" | "mushroom-outline" | "music-accidental-double-flat" | "music-accidental-double-sharp" | "music-accidental-flat" | "music-accidental-natural" | "music-accidental-sharp" | "music-box" | "music-box-multiple" | "music-box-multiple-outline" | "music-box-outline" | "music-circle" | "music-circle-outline" | "music-clef-alto" | "music-clef-bass" | "music-clef-treble" | "music-note-bluetooth" | "music-note-bluetooth-off" | "music-note-eighth" | "music-note-eighth-dotted" | "music-note-half" | "music-note-half-dotted" | "music-note-off" | "music-note-off-outline" | "music-note-outline" | "music-note-plus" | "music-note-quarter" | "music-note-quarter-dotted" | "music-note-sixteenth" | "music-note-sixteenth-dotted" | "music-note-whole" | "music-note-whole-dotted" | "music-off" | "music-rest-eighth" | "music-rest-half" | "music-rest-quarter" | "music-rest-sixteenth" | "music-rest-whole" | "nail" | "nas" | "nativescript" | "nature" | "nature-people" | "near-me" | "necklace" | "needle" | "network-off" | "network-off-outline" | "network-outline" | "network-strength-1" | "network-strength-1-alert" | "network-strength-2" | "network-strength-2-alert" | "network-strength-3" | "network-strength-3-alert" | "network-strength-4" | "network-strength-4-alert" | "network-strength-off" | "network-strength-off-outline" | "network-strength-outline" | "new-box" | "newspaper-minus" | "newspaper-plus" | "newspaper-variant" | "newspaper-variant-multiple" | "newspaper-variant-multiple-outline" | "newspaper-variant-outline" | "nfc" | "nfc-search-variant" | "nfc-tap" | "nfc-variant" | "nfc-variant-off" | "ninja" | "nintendo-game-boy" | "nintendo-switch" | "nintendo-wii" | "nintendo-wiiu" | "nix" | "noodles" | "not-equal-variant" | "note-multiple" | "note-multiple-outline" | "note-outline" | "note-plus" | "note-plus-outline" | "note-text" | "note-text-outline" | "notebook" | "notebook-multiple" | "notebook-outline" | "notification-clear-all" | "nuke" | "null" | "numeric" | "numeric-0" | "numeric-0-box" | "numeric-0-box-multiple" | "numeric-0-box-multiple-outline" | "numeric-0-box-outline" | "numeric-0-circle" | "numeric-0-circle-outline" | "numeric-1" | "numeric-1-box" | "numeric-1-box-multiple" | "numeric-1-box-multiple-outline" | "numeric-1-box-outline" | "numeric-1-circle" | "numeric-1-circle-outline" | "numeric-10" | "numeric-10-box" | "numeric-10-box-multiple" | "numeric-10-box-multiple-outline" | "numeric-10-box-outline" | "numeric-10-circle" | "numeric-10-circle-outline" | "numeric-2" | "numeric-2-box" | "numeric-2-box-multiple" | "numeric-2-box-multiple-outline" | "numeric-2-box-outline" | "numeric-2-circle" | "numeric-2-circle-outline" | "numeric-3" | "numeric-3-box" | "numeric-3-box-multiple" | "numeric-3-box-multiple-outline" | "numeric-3-box-outline" | "numeric-3-circle" | "numeric-3-circle-outline" | "numeric-4" | "numeric-4-box" | "numeric-4-box-multiple" | "numeric-4-box-multiple-outline" | "numeric-4-box-outline" | "numeric-4-circle" | "numeric-4-circle-outline" | "numeric-5" | "numeric-5-box" | "numeric-5-box-multiple" | "numeric-5-box-multiple-outline" | "numeric-5-box-outline" | "numeric-5-circle" | "numeric-5-circle-outline" | "numeric-6" | "numeric-6-box" | "numeric-6-box-multiple" | "numeric-6-box-multiple-outline" | "numeric-6-box-outline" | "numeric-6-circle" | "numeric-6-circle-outline" | "numeric-7" | "numeric-7-box" | "numeric-7-box-multiple" | "numeric-7-box-multiple-outline" | "numeric-7-box-outline" | "numeric-7-circle" | "numeric-7-circle-outline" | "numeric-8" | "numeric-8-box" | "numeric-8-box-multiple" | "numeric-8-box-multiple-outline" | "numeric-8-box-outline" | "numeric-8-circle" | "numeric-8-circle-outline" | "numeric-9" | "numeric-9-box" | "numeric-9-box-multiple" | "numeric-9-box-multiple-outline" | "numeric-9-box-outline" | "numeric-9-circle" | "numeric-9-circle-outline" | "numeric-9-plus" | "numeric-9-plus-box" | "numeric-9-plus-box-multiple" | "numeric-9-plus-box-multiple-outline" | "numeric-9-plus-box-outline" | "numeric-9-plus-circle" | "numeric-9-plus-circle-outline" | "numeric-negative-1" | "nut" | "nuxt" | "oar" | "ocarina" | "oci" | "ocr" | "octagon-outline" | "octagram" | "octagram-outline" | "offer" | "office-building" | "oil" | "oil-lamp" | "oil-level" | "oil-temperature" | "omega" | "one-up" | "onepassword" | "opacity" | "open-in-app" | "open-in-new" | "open-source-initiative" | "orbit" | "order-alphabetical-ascending" | "order-alphabetical-descending" | "order-bool-ascending" | "order-bool-ascending-variant" | "order-bool-descending" | "order-bool-descending-variant" | "order-numeric-ascending" | "order-numeric-descending" | "ornament" | "ornament-variant" | "outdoor-lamp" | "overscan" | "owl" | "pac-man" | "package-down" | "package-up" | "package-variant" | "package-variant-closed" | "page-first" | "page-last" | "page-layout-body" | "page-layout-footer" | "page-layout-header" | "page-layout-header-footer" | "page-layout-sidebar-left" | "page-layout-sidebar-right" | "page-next" | "page-next-outline" | "page-previous" | "page-previous-outline" | "pail" | "pail-minus" | "pail-minus-outline" | "pail-off" | "pail-off-outline" | "pail-outline" | "pail-plus" | "pail-plus-outline" | "pail-remove" | "pail-remove-outline" | "palette-advanced" | "palette-outline" | "palette-swatch" | "palette-swatch-outline" | "palm-tree" | "pan" | "pan-bottom-left" | "pan-bottom-right" | "pan-down" | "pan-horizontal" | "pan-left" | "pan-right" | "pan-top-left" | "pan-top-right" | "pan-up" | "pan-vertical" | "panda" | "pandora" | "panorama" | "panorama-fisheye" | "panorama-horizontal" | "panorama-vertical" | "panorama-wide-angle" | "paper-cut-vertical" | "paper-roll" | "paper-roll-outline" | "parachute" | "parachute-outline" | "party-popper" | "passport-biometric" | "pasta" | "patio-heater" | "pause-octagon" | "pause-octagon-outline" | "paw-off" | "pdf-box" | "peanut" | "peanut-off" | "peanut-off-outline" | "peanut-outline" | "pen-lock" | "pen-minus" | "pen-off" | "pen-plus" | "pen-remove" | "pencil-box" | "pencil-box-multiple" | "pencil-box-multiple-outline" | "pencil-box-outline" | "pencil-circle" | "pencil-circle-outline" | "pencil-lock" | "pencil-lock-outline" | "pencil-minus" | "pencil-minus-outline" | "pencil-off" | "pencil-off-outline" | "pencil-plus" | "pencil-plus-outline" | "pencil-remove" | "pencil-remove-outline" | "penguin" | "pentagon" | "pentagon-outline" | "percent-outline" | "periodic-table" | "perspective-less" | "perspective-more" | "pharmacy" | "phone-alert" | "phone-alert-outline" | "phone-bluetooth" | "phone-bluetooth-outline" | "phone-cancel" | "phone-cancel-outline" | "phone-check" | "phone-check-outline" | "phone-classic" | "phone-classic-off" | "phone-forward" | "phone-forward-outline" | "phone-hangup" | "phone-hangup-outline" | "phone-in-talk" | "phone-in-talk-outline" | "phone-incoming-outline" | "phone-lock" | "phone-lock-outline" | "phone-log" | "phone-log-outline" | "phone-message" | "phone-message-outline" | "phone-minus" | "phone-minus-outline" | "phone-missed-outline" | "phone-off-outline" | "phone-outgoing-outline" | "phone-outline" | "phone-paused" | "phone-paused-outline" | "phone-plus" | "phone-plus-outline" | "phone-return" | "phone-return-outline" | "phone-ring" | "phone-ring-outline" | "phone-rotate-landscape" | "phone-rotate-portrait" | "phone-settings" | "phone-settings-outline" | "phone-voip" | "pi" | "pi-box" | "pi-hole" | "piano" | "pickaxe" | "picture-in-picture-bottom-right" | "picture-in-picture-bottom-right-outline" | "picture-in-picture-top-right" | "picture-in-picture-top-right-outline" | "pier" | "pier-crane" | "pig" | "pig-variant" | "pill" | "pillar" | "pin-off" | "pin-off-outline" | "pine-tree" | "pine-tree-box" | "pine-tree-fire" | "pinwheel" | "pinwheel-outline" | "pipe" | "pipe-disconnected" | "pipe-leak" | "pipe-wrench" | "pirate" | "pistol" | "piston" | "play-box" | "play-box-multiple" | "play-box-multiple-outline" | "play-box-outline" | "play-network" | "play-network-outline" | "play-pause" | "play-protected-content" | "play-speed" | "playlist-check" | "playlist-edit" | "playlist-minus" | "playlist-music" | "playlist-music-outline" | "playlist-play" | "playlist-plus" | "playlist-remove" | "playlist-star" | "plex" | "plus-box" | "plus-box-multiple" | "plus-box-multiple-outline" | "plus-box-outline" | "plus-circle-multiple" | "plus-circle-multiple-outline" | "plus-circle-outline" | "plus-minus" | "plus-minus-box" | "plus-minus-variant" | "plus-network" | "plus-network-outline" | "plus-one" | "plus-outline" | "plus-thick" | "podium-bronze" | "podium-gold" | "podium-silver" | "point-of-sale" | "pokeball" | "pokemon-go" | "poker-chip" | "polaroid" | "police-badge" | "police-badge-outline" | "poll-box" | "poll-box-outline" | "polo" | "polymer" | "pool" | "popcorn" | "post" | "post-outline" | "postage-stamp" | "pot" | "pot-mix" | "pot-mix-outline" | "pot-outline" | "pot-steam" | "pot-steam-outline" | "pound-box" | "pound-box-outline" | "power-cycle" | "power-on" | "power-plug-off" | "power-plug-off-outline" | "power-plug-outline" | "power-settings" | "power-sleep" | "power-socket" | "power-socket-au" | "power-socket-de" | "power-socket-eu" | "power-socket-fr" | "power-socket-jp" | "power-socket-uk" | "power-socket-us" | "power-standby" | "powershell" | "presentation" | "presentation-play" | "printer-3d" | "printer-3d-nozzle" | "printer-3d-nozzle-alert" | "printer-3d-nozzle-alert-outline" | "printer-3d-nozzle-outline" | "printer-alert" | "printer-check" | "printer-eye" | "printer-off" | "printer-pos" | "printer-search" | "printer-settings" | "printer-wireless" | "priority-high" | "priority-low" | "professional-hexagon" | "progress-alert" | "progress-check" | "progress-clock" | "progress-close" | "progress-download" | "progress-upload" | "progress-wrench" | "projector" | "projector-screen" | "propane-tank" | "propane-tank-outline" | "protocol" | "pump" | "pumpkin" | "purse" | "purse-outline" | "puzzle-check" | "puzzle-check-outline" | "puzzle-edit" | "puzzle-edit-outline" | "puzzle-heart" | "puzzle-heart-outline" | "puzzle-minus" | "puzzle-minus-outline" | "puzzle-outline" | "puzzle-plus" | "puzzle-plus-outline" | "puzzle-remove" | "puzzle-remove-outline" | "puzzle-star" | "puzzle-star-outline" | "qi" | "qqchat" | "qrcode-edit" | "qrcode-minus" | "qrcode-plus" | "qrcode-remove" | "qrcode-scan" | "quadcopter" | "quality-high" | "quality-low" | "quality-medium" | "rabbit" | "racing-helmet" | "racquetball" | "radar" | "radiator" | "radiator-disabled" | "radiator-off" | "radio-am" | "radio-fm" | "radio-handheld" | "radio-off" | "radio-tower" | "radioactive" | "radioactive-off" | "radiobox-blank" | "radiobox-marked" | "radiology-box" | "radiology-box-outline" | "radius" | "radius-outline" | "railroad-light" | "ray-end" | "ray-end-arrow" | "ray-start" | "ray-start-arrow" | "ray-start-end" | "ray-vertex" | "read" | "record-circle" | "record-circle-outline" | "record-player" | "record-rec" | "rectangle-outline" | "recycle-variant" | "redo-variant" | "reflect-horizontal" | "reflect-vertical" | "regex" | "registered-trademark" | "relation-many-to-many" | "relation-many-to-one" | "relation-many-to-one-or-many" | "relation-many-to-only-one" | "relation-many-to-zero-or-many" | "relation-many-to-zero-or-one" | "relation-one-or-many-to-many" | "relation-one-or-many-to-one" | "relation-one-or-many-to-one-or-many" | "relation-one-or-many-to-only-one" | "relation-one-or-many-to-zero-or-many" | "relation-one-or-many-to-zero-or-one" | "relation-one-to-many" | "relation-one-to-one" | "relation-one-to-one-or-many" | "relation-one-to-only-one" | "relation-one-to-zero-or-many" | "relation-one-to-zero-or-one" | "relation-only-one-to-many" | "relation-only-one-to-one" | "relation-only-one-to-one-or-many" | "relation-only-one-to-only-one" | "relation-only-one-to-zero-or-many" | "relation-only-one-to-zero-or-one" | "relation-zero-or-many-to-many" | "relation-zero-or-many-to-one" | "relation-zero-or-many-to-one-or-many" | "relation-zero-or-many-to-only-one" | "relation-zero-or-many-to-zero-or-many" | "relation-zero-or-many-to-zero-or-one" | "relation-zero-or-one-to-many" | "relation-zero-or-one-to-one" | "relation-zero-or-one-to-one-or-many" | "relation-zero-or-one-to-only-one" | "relation-zero-or-one-to-zero-or-many" | "relation-zero-or-one-to-zero-or-one" | "relative-scale" | "reload-alert" | "reminder" | "remote" | "remote-desktop" | "remote-off" | "remote-tv" | "remote-tv-off" | "rename-box" | "reorder-horizontal" | "reorder-vertical" | "repeat-off" | "repeat-once" | "replay" | "reply-all-outline" | "reply-circle" | "reply-outline" | "reproduction" | "resistor" | "resistor-nodes" | "resize-bottom-right" | "responsive" | "restart" | "restart-alert" | "restart-off" | "restore" | "restore-alert" | "rewind-10" | "rewind-30" | "rewind-5" | "rewind-outline" | "rhombus" | "rhombus-medium" | "rhombus-medium-outline" | "rhombus-outline" | "rhombus-split" | "rhombus-split-outline" | "rice" | "rivet" | "road-variant" | "robber" | "robot-industrial" | "robot-mower" | "robot-mower-outline" | "robot-vacuum" | "robot-vacuum-variant" | "rocket-launch" | "rocket-launch-outline" | "rodent" | "roller-skate" | "roller-skate-off" | "rollerblade" | "rollerblade-off" | "rollupjs" | "roman-numeral-1" | "roman-numeral-10" | "roman-numeral-2" | "roman-numeral-3" | "roman-numeral-4" | "roman-numeral-5" | "roman-numeral-6" | "roman-numeral-7" | "roman-numeral-8" | "roman-numeral-9" | "room-service" | "room-service-outline" | "rotate-3d" | "rotate-3d-variant" | "rotate-left-variant" | "rotate-orbit" | "rotate-right-variant" | "rounded-corner" | "router" | "router-network" | "router-wireless" | "router-wireless-settings" | "routes" | "routes-clock" | "rowing" | "rss-box" | "rss-off" | "rug" | "rugby" | "ruler-square" | "ruler-square-compass" | "run" | "run-fast" | "rv-truck" | "sack" | "sack-percent" | "safe" | "safe-square" | "safe-square-outline" | "safety-goggles" | "sail-boat" | "sale" | "satellite-uplink" | "satellite-variant" | "sausage" | "saw-blade" | "sawtooth-wave" | "saxophone" | "scale" | "scale-balance" | "scale-bathroom" | "scale-off" | "scan-helper" | "scanner" | "scanner-off" | "scatter-plot" | "scatter-plot-outline" | "scissors-cutting" | "scooter" | "scoreboard" | "scoreboard-outline" | "screen-rotation" | "screen-rotation-lock" | "screw-flat-top" | "screw-lag" | "screw-machine-flat-top" | "screw-machine-round-top" | "screw-round-top" | "script-outline" | "script-text" | "script-text-outline" | "sd" | "seal" | "seal-variant" | "search-web" | "seat" | "seat-flat" | "seat-flat-angled" | "seat-individual-suite" | "seat-legroom-extra" | "seat-legroom-normal" | "seat-legroom-reduced" | "seat-outline" | "seat-passenger" | "seat-recline-extra" | "seat-recline-normal" | "seatbelt" | "security" | "security-network" | "seed" | "seed-off" | "seed-off-outline" | "seed-outline" | "segment" | "select-all" | "select-color" | "select-compare" | "select-drag" | "select-group" | "select-inverse" | "select-marker" | "select-multiple" | "select-multiple-marker" | "select-off" | "select-place" | "select-search" | "selection" | "selection-drag" | "selection-ellipse" | "selection-ellipse-arrow-inside" | "selection-marker" | "selection-multiple" | "selection-multiple-marker" | "selection-off" | "selection-search" | "semantic-web" | "send-check" | "send-check-outline" | "send-circle" | "send-circle-outline" | "send-clock" | "send-clock-outline" | "send-lock" | "send-lock-outline" | "serial-port" | "server-minus" | "server-network" | "server-network-off" | "server-off" | "server-plus" | "server-remove" | "server-security" | "set-all" | "set-center" | "set-center-right" | "set-left" | "set-left-center" | "set-left-right" | "set-merge" | "set-none" | "set-right" | "set-split" | "set-square" | "set-top-box" | "settings-helper" | "shaker" | "shaker-outline" | "shape" | "shape-circle-plus" | "shape-outline" | "shape-oval-plus" | "shape-plus" | "shape-polygon-plus" | "shape-rectangle-plus" | "shape-square-plus" | "share-all" | "share-all-outline" | "share-circle" | "share-off" | "share-off-outline" | "share-variant" | "sheep" | "shield-account" | "shield-account-outline" | "shield-airplane" | "shield-airplane-outline" | "shield-alert" | "shield-alert-outline" | "shield-bug" | "shield-bug-outline" | "shield-car" | "shield-check" | "shield-check-outline" | "shield-cross" | "shield-cross-outline" | "shield-edit" | "shield-edit-outline" | "shield-half" | "shield-half-full" | "shield-home" | "shield-home-outline" | "shield-key" | "shield-key-outline" | "shield-link-variant" | "shield-link-variant-outline" | "shield-lock" | "shield-lock-outline" | "shield-off-outline" | "shield-plus" | "shield-plus-outline" | "shield-refresh" | "shield-refresh-outline" | "shield-remove" | "shield-remove-outline" | "shield-search" | "shield-star" | "shield-star-outline" | "shield-sun" | "shield-sun-outline" | "shield-sync" | "shield-sync-outline" | "ship-wheel" | "shoe-formal" | "shoe-heel" | "shoe-print" | "shopping" | "shopping-music" | "shopping-outline" | "shopping-search" | "shovel" | "shovel-off" | "shower-head" | "shredder" | "shuffle-disabled" | "shuffle-variant" | "shuriken" | "sigma" | "sigma-lower" | "sign-caution" | "sign-direction" | "sign-direction-minus" | "sign-direction-plus" | "sign-direction-remove" | "sign-real-estate" | "sign-text" | "signal-2g" | "signal-3g" | "signal-4g" | "signal-5g" | "signal-cellular-1" | "signal-cellular-2" | "signal-cellular-3" | "signal-cellular-outline" | "signal-distance-variant" | "signal-hspa" | "signal-hspa-plus" | "signal-off" | "signal-variant" | "signature-freehand" | "signature-image" | "signature-text" | "silo" | "silverware" | "silverware-clean" | "silverware-fork" | "silverware-fork-knife" | "silverware-spoon" | "silverware-variant" | "sim" | "sim-alert" | "sim-off" | "simple-icons" | "sine-wave" | "size-l" | "size-m" | "size-s" | "size-xl" | "size-xs" | "size-xxl" | "size-xxs" | "size-xxxl" | "skate" | "skateboard" | "skew-less" | "skew-more" | "ski" | "ski-cross-country" | "ski-water" | "skip-backward" | "skip-backward-outline" | "skip-forward-outline" | "skip-next" | "skip-next-circle" | "skip-next-circle-outline" | "skip-next-outline" | "skip-previous" | "skip-previous-circle" | "skip-previous-circle-outline" | "skip-previous-outline" | "skull-crossbones-outline" | "skull-scan" | "skull-scan-outline" | "skype-business" | "slash-forward" | "slash-forward-box" | "sleep" | "sleep-off" | "slope-downhill" | "slope-uphill" | "slot-machine" | "slot-machine-outline" | "smart-card" | "smart-card-outline" | "smart-card-reader" | "smart-card-reader-outline" | "smoke-detector" | "smoking-off" | "smoking-pipe" | "smoking-pipe-off" | "snowboard" | "snowflake-alert" | "snowflake-melt" | "snowflake-variant" | "soccer" | "soccer-field" | "sofa" | "solar-panel-large" | "solar-power" | "soldering-iron" | "sony-playstation" | "sort-alphabetical-ascending" | "sort-alphabetical-ascending-variant" | "sort-alphabetical-descending" | "sort-alphabetical-descending-variant" | "sort-alphabetical-variant" | "sort-ascending" | "sort-bool-ascending" | "sort-bool-ascending-variant" | "sort-bool-descending" | "sort-bool-descending-variant" | "sort-descending" | "sort-numeric-ascending" | "sort-numeric-ascending-variant" | "sort-numeric-descending" | "sort-numeric-descending-variant" | "sort-numeric-variant" | "sort-reverse-variant" | "sort-variant" | "sort-variant-lock" | "sort-variant-lock-open" | "sort-variant-remove" | "source-branch" | "source-branch-check" | "source-branch-minus" | "source-branch-plus" | "source-branch-refresh" | "source-branch-remove" | "source-branch-sync" | "source-commit" | "source-commit-end" | "source-commit-end-local" | "source-commit-local" | "source-commit-next-local" | "source-commit-start" | "source-commit-start-next-local" | "source-fork" | "source-merge" | "source-pull" | "source-repository" | "source-repository-multiple" | "soy-sauce" | "soy-sauce-off" | "spa-outline" | "space-invaders" | "space-station" | "spade" | "speaker-bluetooth" | "speaker-multiple" | "speaker-off" | "speaker-wireless" | "speedometer-medium" | "speedometer-slow" | "spellcheck" | "spider-thread" | "spider-web" | "spoon-sugar" | "spotlight" | "spotlight-beam" | "spray" | "spray-bottle" | "sprinkler" | "sprinkler-variant" | "sprout" | "sprout-outline" | "square-edit-outline" | "square-medium" | "square-medium-outline" | "square-off" | "square-off-outline" | "square-root" | "square-root-box" | "square-small" | "square-wave" | "squeegee" | "ssh" | "stadium" | "stadium-variant" | "stairs" | "stairs-box" | "stairs-down" | "stairs-up" | "stamper" | "standard-definition" | "star-box" | "star-box-multiple" | "star-box-multiple-outline" | "star-box-outline" | "star-circle" | "star-circle-outline" | "star-face" | "star-four-points" | "star-four-points-outline" | "star-off" | "star-three-points" | "star-three-points-outline" | "state-machine" | "steering" | "steering-off" | "step-backward-2" | "step-forward-2" | "sticker" | "sticker-alert" | "sticker-alert-outline" | "sticker-check" | "sticker-check-outline" | "sticker-circle-outline" | "sticker-emoji" | "sticker-minus" | "sticker-minus-outline" | "sticker-outline" | "sticker-plus" | "sticker-plus-outline" | "sticker-remove" | "sticker-remove-outline" | "stocking" | "stomach" | "store-24-hour" | "store-outline" | "storefront" | "storefront-outline" | "stove" | "strategy" | "stretch-to-page" | "stretch-to-page-outline" | "string-lights" | "string-lights-off" | "subdirectory-arrow-left" | "subdirectory-arrow-right" | "subtitles" | "subtitles-outline" | "subway-alert-variant" | "subway-variant" | "summit" | "surround-sound" | "surround-sound-2-0" | "surround-sound-3-1" | "surround-sound-5-1" | "surround-sound-7-1" | "swap-horizontal-bold" | "swap-horizontal-circle" | "swap-horizontal-circle-outline" | "swap-horizontal-variant" | "swap-vertical-bold" | "swap-vertical-circle" | "swap-vertical-circle-outline" | "swap-vertical-variant" | "swim" | "sword" | "sword-cross" | "syllabary-hangul" | "syllabary-hiragana" | "syllabary-katakana" | "syllabary-katakana-halfwidth" | "sync-alert" | "sync-off" | "tab-minus" | "tab-plus" | "tab-remove" | "tab-unselected" | "table-account" | "table-alert" | "table-arrow-down" | "table-arrow-left" | "table-arrow-right" | "table-arrow-up" | "table-border" | "table-cancel" | "table-chair" | "table-check" | "table-clock" | "table-cog" | "table-column" | "table-column-plus-after" | "table-column-plus-before" | "table-column-remove" | "table-column-width" | "table-edit" | "table-eye" | "table-eye-off" | "table-furniture" | "table-headers-eye" | "table-headers-eye-off" | "table-heart" | "table-key" | "table-large" | "table-large-plus" | "table-large-remove" | "table-lock" | "table-merge-cells" | "table-minus" | "table-multiple" | "table-network" | "table-of-contents" | "table-off" | "table-plus" | "table-refresh" | "table-remove" | "table-row" | "table-row-height" | "table-row-plus-after" | "table-row-plus-before" | "table-row-remove" | "table-search" | "table-settings" | "table-split-cell" | "table-star" | "table-sync" | "tablet-android" | "tablet-cellphone" | "tablet-dashboard" | "tablet-ipad" | "taco" | "tag-faces" | "tag-heart" | "tag-heart-outline" | "tag-minus" | "tag-minus-outline" | "tag-multiple" | "tag-multiple-outline" | "tag-off" | "tag-off-outline" | "tag-outline" | "tag-plus" | "tag-plus-outline" | "tag-remove" | "tag-remove-outline" | "tag-text" | "tag-text-outline" | "tailwind" | "tank" | "tanker-truck" | "tape-measure" | "target-account" | "target-variant" | "tea" | "tea-outline" | "teach" | "teamviewer" | "telescope" | "television-ambient-light" | "television-box" | "television-classic" | "television-classic-off" | "television-clean" | "television-guide" | "television-off" | "television-pause" | "television-play" | "television-stop" | "temperature-celsius" | "temperature-fahrenheit" | "temperature-kelvin" | "tennis" | "tennis-ball" | "terraform" | "terrain" | "test-tube-empty" | "test-tube-off" | "text-box" | "text-box-check" | "text-box-check-outline" | "text-box-minus" | "text-box-minus-outline" | "text-box-multiple" | "text-box-multiple-outline" | "text-box-outline" | "text-box-plus" | "text-box-plus-outline" | "text-box-remove" | "text-box-remove-outline" | "text-box-search" | "text-box-search-outline" | "text-recognition" | "text-search" | "text-shadow" | "text-short" | "text-subject" | "text-to-speech" | "text-to-speech-off" | "texture" | "texture-box" | "theater" | "theme-light-dark" | "thermometer-alert" | "thermometer-chevron-down" | "thermometer-chevron-up" | "thermometer-high" | "thermometer-lines" | "thermometer-low" | "thermometer-minus" | "thermometer-plus" | "thermostat" | "thermostat-box" | "thought-bubble" | "thought-bubble-outline" | "thumb-down" | "thumb-down-outline" | "thumb-up" | "thumb-up-outline" | "thumbs-up-down" | "ticket-account" | "ticket-confirmation" | "ticket-confirmation-outline" | "ticket-outline" | "ticket-percent" | "ticket-percent-outline" | "tie" | "tilde" | "timelapse" | "timeline" | "timeline-alert" | "timeline-alert-outline" | "timeline-clock" | "timeline-clock-outline" | "timeline-help" | "timeline-help-outline" | "timeline-outline" | "timeline-plus" | "timeline-plus-outline" | "timeline-text" | "timeline-text-outline" | "timer-10" | "timer-3" | "timer-off" | "timer-off-outline" | "timer-sand" | "timer-sand-empty" | "timer-sand-full" | "timetable" | "toaster" | "toaster-off" | "toaster-oven" | "toggle-switch" | "toggle-switch-off" | "toggle-switch-off-outline" | "toggle-switch-outline" | "toolbox-outline" | "tooltip" | "tooltip-account" | "tooltip-edit" | "tooltip-edit-outline" | "tooltip-image" | "tooltip-image-outline" | "tooltip-outline" | "tooltip-plus" | "tooltip-plus-outline" | "tooltip-text" | "tooltip-text-outline" | "tooth-outline" | "toothbrush" | "toothbrush-electric" | "toothbrush-paste" | "tortoise" | "toslink" | "tournament" | "tow-truck" | "tower-beach" | "tower-fire" | "toy-brick" | "toy-brick-marker" | "toy-brick-marker-outline" | "toy-brick-minus" | "toy-brick-minus-outline" | "toy-brick-outline" | "toy-brick-plus" | "toy-brick-plus-outline" | "toy-brick-remove" | "toy-brick-remove-outline" | "toy-brick-search" | "toy-brick-search-outline" | "track-light" | "trackpad" | "trackpad-lock" | "tractor-variant" | "train-car" | "train-variant" | "tram-side" | "transcribe" | "transcribe-close" | "transfer" | "transfer-down" | "transfer-left" | "transfer-right" | "transfer-up" | "transit-connection" | "transit-connection-variant" | "transit-detour" | "transit-transfer" | "transition" | "transition-masked" | "translate" | "translate-off" | "transmission-tower" | "trash-can" | "trash-can-outline" | "tray" | "tray-alert" | "tray-full" | "tray-minus" | "tray-plus" | "tray-remove" | "treasure-chest" | "tree-outline" | "trending-neutral" | "triangle-wave" | "triforce" | "trophy-award" | "trophy-broken" | "trophy-variant" | "trophy-variant-outline" | "truck-check" | "truck-check-outline" | "truck-delivery" | "truck-delivery-outline" | "truck-fast" | "truck-fast-outline" | "truck-outline" | "truck-trailer" | "trumpet" | "tshirt-crew" | "tshirt-crew-outline" | "tshirt-v" | "tshirt-v-outline" | "tumble-dryer" | "tumble-dryer-alert" | "tumble-dryer-off" | "tune" | "tune-vertical" | "turnstile" | "turnstile-outline" | "turtle" | "twitter-retweet" | "two-factor-authentication" | "typewriter" | "ubisoft" | "ufo" | "ufo-outline" | "ultra-high-definition" | "umbrella-closed" | "umbrella-closed-outline" | "umbrella-closed-variant" | "undo-variant" | "unfold-less-horizontal" | "unfold-less-vertical" | "unfold-more-horizontal" | "unfold-more-vertical" | "ungroup" | "unicode" | "unreal" | "update" | "upload-lock" | "upload-lock-outline" | "upload-multiple" | "upload-network" | "upload-network-outline" | "upload-off" | "upload-off-outline" | "upload-outline" | "usb-flash-drive" | "usb-flash-drive-outline" | "usb-port" | "valve" | "valve-closed" | "valve-open" | "van-passenger" | "van-utility" | "vanish" | "vanity-light" | "variable" | "variable-box" | "vector-arrange-above" | "vector-arrange-below" | "vector-bezier" | "vector-circle" | "vector-circle-variant" | "vector-combine" | "vector-curve" | "vector-difference" | "vector-difference-ab" | "vector-difference-ba" | "vector-ellipse" | "vector-intersection" | "vector-line" | "vector-link" | "vector-point" | "vector-polygon" | "vector-polyline" | "vector-polyline-edit" | "vector-polyline-minus" | "vector-polyline-plus" | "vector-polyline-remove" | "vector-radius" | "vector-rectangle" | "vector-selection" | "vector-triangle" | "vector-union" | "vhs" | "vibrate" | "vibrate-off" | "video-3d" | "video-3d-off" | "video-3d-variant" | "video-4k-box" | "video-account" | "video-box" | "video-box-off" | "video-check" | "video-check-outline" | "video-image" | "video-input-antenna" | "video-input-component" | "video-input-hdmi" | "video-input-scart" | "video-input-svideo" | "video-minus" | "video-minus-outline" | "video-off-outline" | "video-outline" | "video-plus" | "video-plus-outline" | "video-stabilization" | "video-switch" | "video-switch-outline" | "video-vintage" | "video-wireless" | "video-wireless-outline" | "view-agenda" | "view-agenda-outline" | "view-array" | "view-array-outline" | "view-carousel" | "view-carousel-outline" | "view-column" | "view-column-outline" | "view-comfy" | "view-comfy-outline" | "view-compact" | "view-compact-outline" | "view-dashboard" | "view-dashboard-outline" | "view-dashboard-variant" | "view-dashboard-variant-outline" | "view-day" | "view-day-outline" | "view-grid" | "view-grid-outline" | "view-grid-plus" | "view-grid-plus-outline" | "view-headline" | "view-list" | "view-list-outline" | "view-module" | "view-module-outline" | "view-parallel" | "view-parallel-outline" | "view-quilt" | "view-quilt-outline" | "view-sequential" | "view-sequential-outline" | "view-split-horizontal" | "view-split-vertical" | "view-stream" | "view-stream-outline" | "view-week" | "view-week-outline" | "violin" | "virtual-reality" | "virus-outline" | "vlc" | "voice-off" | "volleyball" | "volume-minus" | "volume-plus" | "volume-source" | "volume-variant-off" | "volume-vibrate" | "vote" | "vote-outline" | "vpn" | "vuetify" | "wall" | "wall-sconce" | "wall-sconce-flat" | "wall-sconce-flat-variant" | "wall-sconce-round" | "wall-sconce-round-variant" | "wallet-giftcard" | "wallet-membership" | "wallet-plus" | "wallet-plus-outline" | "wallet-travel" | "wallpaper" | "wan" | "wardrobe" | "wardrobe-outline" | "washing-machine" | "washing-machine-alert" | "washing-machine-off" | "watch-export" | "watch-export-variant" | "watch-import" | "watch-import-variant" | "watch-variant" | "watch-vibrate" | "watch-vibrate-off" | "water-boiler" | "water-boiler-alert" | "water-boiler-off" | "water-off" | "water-percent" | "water-polo" | "water-pump" | "water-pump-off" | "water-well" | "water-well-outline" | "watering-can" | "watering-can-outline" | "watermark" | "wave" | "waveform" | "waves" | "weather-cloudy" | "weather-cloudy-alert" | "weather-cloudy-arrow-right" | "weather-fog" | "weather-hail" | "weather-hazy" | "weather-hurricane" | "weather-lightning" | "weather-lightning-rainy" | "weather-night" | "weather-night-partly-cloudy" | "weather-partly-cloudy" | "weather-partly-lightning" | "weather-partly-rainy" | "weather-partly-snowy" | "weather-partly-snowy-rainy" | "weather-pouring" | "weather-rainy" | "weather-snowy" | "weather-snowy-heavy" | "weather-snowy-rainy" | "weather-sunny" | "weather-sunny-alert" | "weather-sunset" | "weather-sunset-down" | "weather-sunset-up" | "weather-tornado" | "weather-windy" | "weather-windy-variant" | "web-box" | "web-clock" | "webcam" | "webhook" | "webrtc" | "weight-gram" | "weight-kilogram" | "weight-lifter" | "weight-pound" | "wheelchair-accessibility" | "whistle" | "whistle-outline" | "white-balance-auto" | "white-balance-incandescent" | "white-balance-iridescent" | "white-balance-sunny" | "widgets" | "widgets-outline" | "wifi-star" | "wifi-strength-1" | "wifi-strength-1-alert" | "wifi-strength-1-lock" | "wifi-strength-2" | "wifi-strength-2-alert" | "wifi-strength-2-lock" | "wifi-strength-3" | "wifi-strength-3-alert" | "wifi-strength-3-lock" | "wifi-strength-4" | "wifi-strength-4-alert" | "wifi-strength-4-lock" | "wifi-strength-alert-outline" | "wifi-strength-lock-outline" | "wifi-strength-off" | "wifi-strength-off-outline" | "wifi-strength-outline" | "wind-turbine" | "window-closed" | "window-closed-variant" | "window-open" | "window-open-variant" | "window-shutter" | "window-shutter-alert" | "window-shutter-open" | "wiper" | "wiper-wash" | "wizard-hat" | "wrap" | "wrap-disabled" | "wrench-outline" | "xamarin" | "xamarin-outline" | "xml" | "xmpp" | "yeast" | "yoga" | "youtube-gaming" | "youtube-studio" | "youtube-subscription" | "youtube-tv" | "z-wave" | "zend" | "zigbee" | "zip-box" | "zip-box-outline" | "zip-disk" | "zodiac-aquarius" | "zodiac-aries" | "zodiac-cancer" | "zodiac-capricorn" | "zodiac-gemini" | "zodiac-leo" | "zodiac-libra" | "zodiac-pisces" | "zodiac-sagittarius" | "zodiac-scorpio" | "zodiac-taurus" | "zodiac-virgo" | "blank", "material-community">;
+declare const _default: import("./createIconSet").Icon<"symbol" | "function" | "head" | "link" | "email" | "image" | "text" | "alert" | "menu" | "radio" | "switch" | "tab" | "timer" | "key" | "details" | "label" | "map" | "script" | "select" | "table" | "video" | "svg" | "circle" | "ellipse" | "filter" | "marker" | "stop" | "forward" | "minus" | "plus" | "exclamation" | "check" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "phone" | "paperclip" | "inbox" | "lock" | "qrcode" | "cloud" | "eye" | "camera" | "export" | "delete" | "heart" | "calculator" | "github" | "upload" | "download" | "play" | "tag" | "calendar" | "database" | "barcode" | "flag" | "printer" | "car" | "gift" | "wallet" | "bank" | "android" | "trademark" | "copyright" | "earth" | "wifi" | "sync" | "login" | "logout" | "contacts" | "google" | "codepen" | "dropbox" | "gitlab" | "skype" | "youtube" | "wechat" | "twitter" | "instagram" | "slack" | "adjust" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "attachment" | "battery" | "bell" | "bookmark" | "bowl" | "box" | "briefcase" | "brush" | "bucket" | "bug" | "cake" | "chat" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "cog" | "compass" | "creative-commons" | "credit-card" | "crop" | "cross" | "cup" | "eraser" | "evernote" | "facebook" | "feather" | "fingerprint" | "flash" | "flashlight" | "flower" | "folder" | "folder-music" | "gauge" | "google-drive" | "google-hangouts" | "google-play" | "grid" | "help" | "infinity" | "keyboard" | "layers" | "leaf" | "lifebuoy" | "linkedin" | "lock-open" | "magnet" | "medal" | "merge" | "message" | "mouse" | "music" | "network" | "note" | "palette" | "pencil" | "pin" | "pinterest" | "power-plug" | "publish" | "reply" | "reply-all" | "rocket" | "rss" | "ruler" | "share" | "shield" | "shuffle" | "signal" | "sina-weibo" | "soundcloud" | "spotify" | "tablet" | "thermometer" | "ticket" | "tools" | "traffic-cone" | "tree" | "trophy" | "vimeo" | "voicemail" | "water" | "cart" | "comment" | "redo" | "refresh" | "undo" | "alert-circle" | "alert-octagon" | "anchor" | "arrow-down-circle" | "arrow-down-left" | "arrow-down-right" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "arrow-up-left" | "arrow-up-right" | "battery-charging" | "bell-off" | "bluetooth" | "book-open" | "camera-off" | "cast" | "check-circle" | "coffee" | "disc" | "eye-off" | "fast-forward" | "file" | "file-plus" | "film" | "folder-plus" | "headphones" | "help-circle" | "hexagon" | "minus-circle" | "monitor" | "navigation" | "octagon" | "package" | "pause-circle" | "percent" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "play-circle" | "plus-circle" | "power" | "repeat" | "rewind" | "send" | "server" | "shield-off" | "skip-forward" | "speaker" | "square" | "stop-circle" | "target" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "twitch" | "umbrella" | "video-off" | "watch" | "wifi-off" | "power-off" | "road" | "rotate-right" | "volume-off" | "map-marker" | "step-backward" | "step-forward" | "eject" | "crosshairs" | "asterisk" | "fire" | "folder-open" | "cogs" | "star-half" | "bullhorn" | "certificate" | "wrench" | "group" | "flask" | "google-plus" | "sort" | "rotate-left" | "gavel" | "bolt" | "sitemap" | "cloud-download" | "cloud-upload" | "stethoscope" | "ambulance" | "beer" | "angle-right" | "gamepad" | "flag-checkered" | "star-half-full" | "microphone" | "fire-extinguisher" | "bullseye" | "bitcoin" | "stack-overflow" | "bitbucket" | "apple" | "linux" | "stack-exchange" | "wordpress" | "openid" | "yahoo" | "reddit" | "drupal" | "fax" | "paw" | "cube" | "steam" | "recycle" | "taxi" | "deviantart" | "jsfiddle" | "git" | "history" | "bomb" | "binoculars" | "at" | "eyedropper" | "bicycle" | "bus" | "cart-plus" | "cart-arrow-down" | "diamond" | "whatsapp" | "bed" | "train" | "subway" | "odnoklassniki" | "firefox" | "opera" | "television" | "usb" | "braille" | "snapchat" | "font-awesome" | "id-card" | "quora" | "shower" | "bathtub" | "podcast" | "window-maximize" | "window-minimize" | "window-restore" | "window-close" | "solid" | "web" | "angular" | "artstation" | "atlassian" | "aws" | "bootstrap" | "centos" | "digital-ocean" | "discord" | "docker" | "ember" | "ethereum" | "facebook-messenger" | "fedora" | "freebsd" | "goodreads" | "hubspot" | "jira" | "kickstarter" | "laravel" | "mastodon" | "microsoft" | "npm" | "patreon" | "raspberry-pi" | "react" | "redhat" | "salesforce" | "sass" | "stackpath" | "symfony" | "ubuntu" | "umbraco" | "unity" | "vuejs" | "waze" | "calendar-check" | "calendar-minus" | "calendar-plus" | "chart-bar" | "file-code" | "file-excel" | "file-image" | "file-powerpoint" | "file-video" | "file-word" | "hand-peace" | "handshake" | "hospital" | "lightbulb" | "newspaper" | "snowflake" | "atom" | "baby-carriage" | "baby" | "backspace" | "bacteria" | "biohazard" | "blender" | "bone" | "border-all" | "border-none" | "border-style" | "brain" | "bread-slice" | "broom" | "calendar-week" | "cannabis" | "car-battery" | "car-side" | "caravan" | "carrot" | "cash-register" | "cat" | "chart-line" | "chart-pie" | "cheese" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "church" | "city" | "clipboard-check" | "clipboard-list" | "cookie" | "crown" | "dharmachakra" | "dice-d20" | "dice-d6" | "directions" | "dna" | "dog" | "dolly" | "door-closed" | "door-open" | "dumbbell" | "egg" | "ethernet" | "fan" | "file-download" | "file-export" | "file-import" | "file-upload" | "fish" | "ghost" | "glasses" | "greater-than" | "hamburger" | "hammer" | "hard-hat" | "headset" | "heart-broken" | "helicopter" | "hiking" | "hockey-puck" | "horse" | "hot-tub" | "ice-cream" | "khanda" | "less-than" | "lungs" | "memory" | "menorah" | "meteor" | "microscope" | "mortar-pestle" | "mosque" | "not-equal" | "om" | "parking" | "passport" | "peace" | "pen" | "pencil-ruler" | "piggy-bank" | "poll" | "prescription" | "receipt" | "ribbon" | "ring" | "robot" | "satellite" | "school" | "screwdriver" | "signature" | "skull-crossbones" | "skull" | "smog" | "smoking" | "snowman" | "solar-panel" | "spa" | "spider" | "store" | "table-tennis" | "toilet" | "toolbox" | "tooth" | "tractor" | "traffic-light" | "tram" | "umbrella-beach" | "vector-square" | "virus" | "volume-mute" | "warehouse" | "weight" | "yin-yang" | "disqus" | "graphql" | "netflix" | "origin" | "babel" | "webpack" | "angularjs" | "jquery" | "nodejs" | "wikipedia" | "arrow-expand" | "equalizer" | "music-note" | "record" | "import" | "cloud-refresh" | "sunglasses" | "bandage" | "doctor" | "pulse" | "test-tube" | "island" | "tent" | "rectangle" | "closed-caption" | "comment-minus" | "contrast" | "elevator" | "folder-lock" | "pound" | "puzzle" | "airplane" | "alarm" | "alert-circle-outline" | "alert-outline" | "apps" | "archive-outline" | "arrow-down-circle-outline" | "arrow-up-circle-outline" | "backspace-outline" | "baseball" | "basket" | "basket-outline" | "basketball" | "battery-charging-outline" | "beaker" | "beaker-outline" | "bed-outline" | "beer-outline" | "book-outline" | "bookmark-outline" | "briefcase-outline" | "bug-outline" | "calendar-outline" | "camera-outline" | "car-outline" | "card" | "card-outline" | "cart-outline" | "cash" | "checkbox-outline" | "chevron-down-circle" | "chevron-down-circle-outline" | "chevron-up-circle" | "chevron-up-circle-outline" | "clipboard-outline" | "close-circle" | "close-circle-outline" | "close-outline" | "cloud-circle" | "cloud-download-outline" | "cloud-outline" | "cloud-upload-outline" | "cog-outline" | "compass-outline" | "cube-outline" | "download-outline" | "egg-outline" | "ellipse-outline" | "eye-off-outline" | "eye-outline" | "filter-outline" | "flag-outline" | "flash-off" | "flash-outline" | "flask-outline" | "flower-outline" | "folder-open-outline" | "folder-outline" | "football" | "gift-outline" | "golf" | "heart-circle" | "heart-circle-outline" | "heart-half" | "heart-half-outline" | "heart-outline" | "help-circle-outline" | "home-outline" | "image-outline" | "information" | "information-outline" | "key-outline" | "layers-outline" | "library" | "lock-open-outline" | "map-outline" | "medal-outline" | "nutrition" | "pause-circle-outline" | "paw-outline" | "pencil-outline" | "pin-outline" | "pizza" | "play-circle-outline" | "play-outline" | "podium" | "refresh-circle" | "reload" | "resize" | "rocket-outline" | "school-outline" | "send-outline" | "share-outline" | "shield-outline" | "skull-outline" | "speedometer" | "square-outline" | "star-outline" | "stop-circle-outline" | "swap-horizontal" | "swap-vertical" | "sync-circle" | "timer-outline" | "triangle-outline" | "trophy-outline" | "umbrella-outline" | "volume-high" | "volume-low" | "volume-medium" | "walk" | "wallet-outline" | "water-outline" | "ab-testing" | "abacus" | "abjad-arabic" | "abjad-hebrew" | "abugida-devanagari" | "abugida-thai" | "access-point" | "access-point-check" | "access-point-minus" | "access-point-network" | "access-point-network-off" | "access-point-off" | "access-point-plus" | "access-point-remove" | "account" | "account-alert" | "account-alert-outline" | "account-arrow-down" | "account-arrow-down-outline" | "account-arrow-left" | "account-arrow-left-outline" | "account-arrow-right" | "account-arrow-right-outline" | "account-arrow-up" | "account-arrow-up-outline" | "account-box" | "account-box-multiple" | "account-box-multiple-outline" | "account-box-outline" | "account-cancel" | "account-cancel-outline" | "account-cash" | "account-cash-outline" | "account-check" | "account-check-outline" | "account-child" | "account-child-circle" | "account-child-outline" | "account-circle" | "account-circle-outline" | "account-clock" | "account-clock-outline" | "account-cog" | "account-cog-outline" | "account-convert" | "account-convert-outline" | "account-cowboy-hat" | "account-cowboy-hat-outline" | "account-details" | "account-details-outline" | "account-edit" | "account-edit-outline" | "account-eye" | "account-eye-outline" | "account-filter" | "account-filter-outline" | "account-group" | "account-group-outline" | "account-hard-hat" | "account-heart" | "account-heart-outline" | "account-injury" | "account-injury-outline" | "account-key" | "account-key-outline" | "account-lock" | "account-lock-open" | "account-lock-open-outline" | "account-lock-outline" | "account-minus" | "account-minus-outline" | "account-multiple" | "account-multiple-check" | "account-multiple-check-outline" | "account-multiple-minus" | "account-multiple-minus-outline" | "account-multiple-outline" | "account-multiple-plus" | "account-multiple-plus-outline" | "account-multiple-remove" | "account-multiple-remove-outline" | "account-music" | "account-music-outline" | "account-network" | "account-network-outline" | "account-off" | "account-off-outline" | "account-outline" | "account-plus" | "account-plus-outline" | "account-question" | "account-question-outline" | "account-reactivate" | "account-reactivate-outline" | "account-remove" | "account-remove-outline" | "account-search" | "account-search-outline" | "account-settings" | "account-settings-outline" | "account-star" | "account-star-outline" | "account-supervisor" | "account-supervisor-circle" | "account-supervisor-circle-outline" | "account-supervisor-outline" | "account-switch" | "account-switch-outline" | "account-sync" | "account-sync-outline" | "account-tie" | "account-tie-hat" | "account-tie-hat-outline" | "account-tie-outline" | "account-tie-voice" | "account-tie-voice-off" | "account-tie-voice-off-outline" | "account-tie-voice-outline" | "account-voice" | "account-voice-off" | "account-wrench" | "account-wrench-outline" | "advertisements" | "advertisements-off" | "air-conditioner" | "air-filter" | "air-horn" | "air-humidifier" | "air-humidifier-off" | "air-purifier" | "airbag" | "airballoon" | "airballoon-outline" | "airplane-alert" | "airplane-check" | "airplane-clock" | "airplane-cog" | "airplane-edit" | "airplane-landing" | "airplane-marker" | "airplane-minus" | "airplane-off" | "airplane-plus" | "airplane-remove" | "airplane-search" | "airplane-settings" | "airplane-takeoff" | "airport" | "alarm-bell" | "alarm-check" | "alarm-light" | "alarm-light-off" | "alarm-light-off-outline" | "alarm-light-outline" | "alarm-multiple" | "alarm-note" | "alarm-note-off" | "alarm-off" | "alarm-panel" | "alarm-panel-outline" | "alarm-plus" | "alarm-snooze" | "album" | "alert-box" | "alert-box-outline" | "alert-circle-check" | "alert-circle-check-outline" | "alert-decagram" | "alert-decagram-outline" | "alert-minus" | "alert-minus-outline" | "alert-octagon-outline" | "alert-octagram" | "alert-octagram-outline" | "alert-plus" | "alert-plus-outline" | "alert-remove" | "alert-remove-outline" | "alert-rhombus" | "alert-rhombus-outline" | "alien" | "alien-outline" | "align-horizontal-center" | "align-horizontal-distribute" | "align-horizontal-left" | "align-horizontal-right" | "align-vertical-bottom" | "align-vertical-center" | "align-vertical-distribute" | "align-vertical-top" | "all-inclusive" | "all-inclusive-box" | "all-inclusive-box-outline" | "allergy" | "alpha" | "alpha-a" | "alpha-a-box" | "alpha-a-box-outline" | "alpha-a-circle" | "alpha-a-circle-outline" | "alpha-b" | "alpha-b-box" | "alpha-b-box-outline" | "alpha-b-circle" | "alpha-b-circle-outline" | "alpha-c" | "alpha-c-box" | "alpha-c-box-outline" | "alpha-c-circle" | "alpha-c-circle-outline" | "alpha-d" | "alpha-d-box" | "alpha-d-box-outline" | "alpha-d-circle" | "alpha-d-circle-outline" | "alpha-e" | "alpha-e-box" | "alpha-e-box-outline" | "alpha-e-circle" | "alpha-e-circle-outline" | "alpha-f" | "alpha-f-box" | "alpha-f-box-outline" | "alpha-f-circle" | "alpha-f-circle-outline" | "alpha-g" | "alpha-g-box" | "alpha-g-box-outline" | "alpha-g-circle" | "alpha-g-circle-outline" | "alpha-h" | "alpha-h-box" | "alpha-h-box-outline" | "alpha-h-circle" | "alpha-h-circle-outline" | "alpha-i" | "alpha-i-box" | "alpha-i-box-outline" | "alpha-i-circle" | "alpha-i-circle-outline" | "alpha-j" | "alpha-j-box" | "alpha-j-box-outline" | "alpha-j-circle" | "alpha-j-circle-outline" | "alpha-k" | "alpha-k-box" | "alpha-k-box-outline" | "alpha-k-circle" | "alpha-k-circle-outline" | "alpha-l" | "alpha-l-box" | "alpha-l-box-outline" | "alpha-l-circle" | "alpha-l-circle-outline" | "alpha-m" | "alpha-m-box" | "alpha-m-box-outline" | "alpha-m-circle" | "alpha-m-circle-outline" | "alpha-n" | "alpha-n-box" | "alpha-n-box-outline" | "alpha-n-circle" | "alpha-n-circle-outline" | "alpha-o" | "alpha-o-box" | "alpha-o-box-outline" | "alpha-o-circle" | "alpha-o-circle-outline" | "alpha-p" | "alpha-p-box" | "alpha-p-box-outline" | "alpha-p-circle" | "alpha-p-circle-outline" | "alpha-q" | "alpha-q-box" | "alpha-q-box-outline" | "alpha-q-circle" | "alpha-q-circle-outline" | "alpha-r" | "alpha-r-box" | "alpha-r-box-outline" | "alpha-r-circle" | "alpha-r-circle-outline" | "alpha-s" | "alpha-s-box" | "alpha-s-box-outline" | "alpha-s-circle" | "alpha-s-circle-outline" | "alpha-t" | "alpha-t-box" | "alpha-t-box-outline" | "alpha-t-circle" | "alpha-t-circle-outline" | "alpha-u" | "alpha-u-box" | "alpha-u-box-outline" | "alpha-u-circle" | "alpha-u-circle-outline" | "alpha-v" | "alpha-v-box" | "alpha-v-box-outline" | "alpha-v-circle" | "alpha-v-circle-outline" | "alpha-w" | "alpha-w-box" | "alpha-w-box-outline" | "alpha-w-circle" | "alpha-w-circle-outline" | "alpha-x" | "alpha-x-box" | "alpha-x-box-outline" | "alpha-x-circle" | "alpha-x-circle-outline" | "alpha-y" | "alpha-y-box" | "alpha-y-box-outline" | "alpha-y-circle" | "alpha-y-circle-outline" | "alpha-z" | "alpha-z-box" | "alpha-z-box-outline" | "alpha-z-circle" | "alpha-z-circle-outline" | "alphabet-aurebesh" | "alphabet-cyrillic" | "alphabet-greek" | "alphabet-latin" | "alphabet-piqad" | "alphabet-tengwar" | "alphabetical" | "alphabetical-off" | "alphabetical-variant" | "alphabetical-variant-off" | "altimeter" | "ammunition" | "ampersand" | "amplifier" | "amplifier-off" | "android-messages" | "android-studio" | "angle-acute" | "angle-obtuse" | "animation" | "animation-outline" | "animation-play" | "animation-play-outline" | "ansible" | "antenna" | "anvil" | "apache-kafka" | "api" | "api-off" | "apple-finder" | "apple-icloud" | "apple-ios" | "apple-keyboard-caps" | "apple-keyboard-command" | "apple-keyboard-control" | "apple-keyboard-option" | "apple-keyboard-shift" | "apple-safari" | "application" | "application-array" | "application-array-outline" | "application-braces" | "application-braces-outline" | "application-brackets" | "application-brackets-outline" | "application-cog" | "application-cog-outline" | "application-edit" | "application-edit-outline" | "application-export" | "application-import" | "application-outline" | "application-parentheses" | "application-parentheses-outline" | "application-settings" | "application-settings-outline" | "application-variable" | "application-variable-outline" | "approximately-equal" | "approximately-equal-box" | "apps-box" | "arch" | "archive-alert" | "archive-alert-outline" | "archive-arrow-down" | "archive-arrow-down-outline" | "archive-arrow-up" | "archive-arrow-up-outline" | "archive-cancel" | "archive-cancel-outline" | "archive-check" | "archive-check-outline" | "archive-clock" | "archive-clock-outline" | "archive-cog" | "archive-cog-outline" | "archive-edit" | "archive-edit-outline" | "archive-eye" | "archive-eye-outline" | "archive-lock" | "archive-lock-open" | "archive-lock-open-outline" | "archive-lock-outline" | "archive-marker" | "archive-marker-outline" | "archive-minus" | "archive-minus-outline" | "archive-music" | "archive-music-outline" | "archive-off" | "archive-off-outline" | "archive-plus" | "archive-plus-outline" | "archive-refresh" | "archive-refresh-outline" | "archive-remove" | "archive-remove-outline" | "archive-search" | "archive-search-outline" | "archive-settings" | "archive-settings-outline" | "archive-star" | "archive-star-outline" | "archive-sync" | "archive-sync-outline" | "arm-flex" | "arm-flex-outline" | "arrange-bring-forward" | "arrange-bring-to-front" | "arrange-send-backward" | "arrange-send-to-back" | "arrow-all" | "arrow-bottom-left" | "arrow-bottom-left-bold-box" | "arrow-bottom-left-bold-box-outline" | "arrow-bottom-left-bold-outline" | "arrow-bottom-left-thick" | "arrow-bottom-left-thin" | "arrow-bottom-left-thin-circle-outline" | "arrow-bottom-right" | "arrow-bottom-right-bold-box" | "arrow-bottom-right-bold-box-outline" | "arrow-bottom-right-bold-outline" | "arrow-bottom-right-thick" | "arrow-bottom-right-thin" | "arrow-bottom-right-thin-circle-outline" | "arrow-collapse" | "arrow-collapse-all" | "arrow-collapse-down" | "arrow-collapse-horizontal" | "arrow-collapse-left" | "arrow-collapse-right" | "arrow-collapse-up" | "arrow-collapse-vertical" | "arrow-decision" | "arrow-decision-auto" | "arrow-decision-auto-outline" | "arrow-decision-outline" | "arrow-down-bold" | "arrow-down-bold-box" | "arrow-down-bold-box-outline" | "arrow-down-bold-circle" | "arrow-down-bold-circle-outline" | "arrow-down-bold-hexagon-outline" | "arrow-down-bold-outline" | "arrow-down-box" | "arrow-down-drop-circle" | "arrow-down-drop-circle-outline" | "arrow-down-left-bold" | "arrow-down-right-bold" | "arrow-down-thick" | "arrow-down-thin" | "arrow-down-thin-circle-outline" | "arrow-expand-all" | "arrow-expand-down" | "arrow-expand-horizontal" | "arrow-expand-left" | "arrow-expand-right" | "arrow-expand-up" | "arrow-expand-vertical" | "arrow-horizontal-lock" | "arrow-left-bold" | "arrow-left-bold-box" | "arrow-left-bold-box-outline" | "arrow-left-bold-circle" | "arrow-left-bold-circle-outline" | "arrow-left-bold-hexagon-outline" | "arrow-left-bold-outline" | "arrow-left-bottom" | "arrow-left-bottom-bold" | "arrow-left-box" | "arrow-left-circle-outline" | "arrow-left-drop-circle" | "arrow-left-drop-circle-outline" | "arrow-left-right" | "arrow-left-right-bold" | "arrow-left-right-bold-outline" | "arrow-left-thick" | "arrow-left-thin" | "arrow-left-thin-circle-outline" | "arrow-left-top" | "arrow-left-top-bold" | "arrow-projectile" | "arrow-projectile-multiple" | "arrow-right-bold" | "arrow-right-bold-box" | "arrow-right-bold-box-outline" | "arrow-right-bold-circle" | "arrow-right-bold-circle-outline" | "arrow-right-bold-hexagon-outline" | "arrow-right-bold-outline" | "arrow-right-bottom" | "arrow-right-bottom-bold" | "arrow-right-box" | "arrow-right-circle-outline" | "arrow-right-drop-circle" | "arrow-right-drop-circle-outline" | "arrow-right-thick" | "arrow-right-thin" | "arrow-right-thin-circle-outline" | "arrow-right-top" | "arrow-right-top-bold" | "arrow-split-horizontal" | "arrow-split-vertical" | "arrow-top-left" | "arrow-top-left-bold-box" | "arrow-top-left-bold-box-outline" | "arrow-top-left-bold-outline" | "arrow-top-left-bottom-right" | "arrow-top-left-bottom-right-bold" | "arrow-top-left-thick" | "arrow-top-left-thin" | "arrow-top-left-thin-circle-outline" | "arrow-top-right" | "arrow-top-right-bold-box" | "arrow-top-right-bold-box-outline" | "arrow-top-right-bold-outline" | "arrow-top-right-bottom-left" | "arrow-top-right-bottom-left-bold" | "arrow-top-right-thick" | "arrow-top-right-thin" | "arrow-top-right-thin-circle-outline" | "arrow-u-down-left" | "arrow-u-down-left-bold" | "arrow-u-down-right" | "arrow-u-down-right-bold" | "arrow-u-left-bottom" | "arrow-u-left-bottom-bold" | "arrow-u-left-top" | "arrow-u-left-top-bold" | "arrow-u-right-bottom" | "arrow-u-right-bottom-bold" | "arrow-u-right-top" | "arrow-u-right-top-bold" | "arrow-u-up-left" | "arrow-u-up-left-bold" | "arrow-u-up-right" | "arrow-u-up-right-bold" | "arrow-up-bold" | "arrow-up-bold-box" | "arrow-up-bold-box-outline" | "arrow-up-bold-circle" | "arrow-up-bold-circle-outline" | "arrow-up-bold-hexagon-outline" | "arrow-up-bold-outline" | "arrow-up-box" | "arrow-up-down" | "arrow-up-down-bold" | "arrow-up-down-bold-outline" | "arrow-up-drop-circle" | "arrow-up-drop-circle-outline" | "arrow-up-left-bold" | "arrow-up-right-bold" | "arrow-up-thick" | "arrow-up-thin" | "arrow-up-thin-circle-outline" | "arrow-vertical-lock" | "aspect-ratio" | "assistant" | "atm" | "atom-variant" | "audio-input-rca" | "audio-input-stereo-minijack" | "audio-input-xlr" | "audio-video" | "audio-video-off" | "augmented-reality" | "auto-download" | "auto-fix" | "auto-upload" | "autorenew" | "av-timer" | "axe" | "axe-battle" | "axis" | "axis-arrow" | "axis-arrow-info" | "axis-arrow-lock" | "axis-lock" | "axis-x-arrow" | "axis-x-arrow-lock" | "axis-x-rotate-clockwise" | "axis-x-rotate-counterclockwise" | "axis-x-y-arrow-lock" | "axis-y-arrow" | "axis-y-arrow-lock" | "axis-y-rotate-clockwise" | "axis-y-rotate-counterclockwise" | "axis-z-arrow" | "axis-z-arrow-lock" | "axis-z-rotate-clockwise" | "axis-z-rotate-counterclockwise" | "baby-bottle" | "baby-bottle-outline" | "baby-buggy" | "baby-carriage-off" | "baby-face" | "baby-face-outline" | "backburger" | "backspace-reverse" | "backspace-reverse-outline" | "backup-restore" | "bacteria-outline" | "badge-account" | "badge-account-alert" | "badge-account-alert-outline" | "badge-account-horizontal" | "badge-account-horizontal-outline" | "badge-account-outline" | "badminton" | "bag-carry-on" | "bag-carry-on-check" | "bag-carry-on-off" | "bag-checked" | "bag-personal" | "bag-personal-off" | "bag-personal-off-outline" | "bag-personal-outline" | "bag-suitcase" | "bag-suitcase-off" | "bag-suitcase-off-outline" | "bag-suitcase-outline" | "baguette" | "balcony" | "balloon" | "ballot" | "ballot-outline" | "ballot-recount" | "ballot-recount-outline" | "bank-check" | "bank-minus" | "bank-off" | "bank-off-outline" | "bank-outline" | "bank-plus" | "bank-remove" | "bank-transfer" | "bank-transfer-in" | "bank-transfer-out" | "barcode-off" | "barcode-scan" | "barley" | "barley-off" | "barn" | "barrel" | "baseball-bat" | "baseball-diamond" | "baseball-diamond-outline" | "bash" | "basket-check" | "basket-check-outline" | "basket-fill" | "basket-minus" | "basket-minus-outline" | "basket-off" | "basket-off-outline" | "basket-plus" | "basket-plus-outline" | "basket-remove" | "basket-remove-outline" | "basket-unfill" | "basketball-hoop" | "basketball-hoop-outline" | "bat" | "bathtub-outline" | "battery-10" | "battery-10-bluetooth" | "battery-20" | "battery-20-bluetooth" | "battery-30" | "battery-30-bluetooth" | "battery-40" | "battery-40-bluetooth" | "battery-50" | "battery-50-bluetooth" | "battery-60" | "battery-60-bluetooth" | "battery-70" | "battery-70-bluetooth" | "battery-80" | "battery-80-bluetooth" | "battery-90" | "battery-90-bluetooth" | "battery-alert" | "battery-alert-bluetooth" | "battery-alert-variant" | "battery-alert-variant-outline" | "battery-arrow-down" | "battery-arrow-down-outline" | "battery-arrow-up" | "battery-arrow-up-outline" | "battery-bluetooth" | "battery-bluetooth-variant" | "battery-charging-10" | "battery-charging-100" | "battery-charging-20" | "battery-charging-30" | "battery-charging-40" | "battery-charging-50" | "battery-charging-60" | "battery-charging-70" | "battery-charging-80" | "battery-charging-90" | "battery-charging-high" | "battery-charging-low" | "battery-charging-medium" | "battery-charging-wireless" | "battery-charging-wireless-10" | "battery-charging-wireless-20" | "battery-charging-wireless-30" | "battery-charging-wireless-40" | "battery-charging-wireless-50" | "battery-charging-wireless-60" | "battery-charging-wireless-70" | "battery-charging-wireless-80" | "battery-charging-wireless-90" | "battery-charging-wireless-alert" | "battery-charging-wireless-outline" | "battery-check" | "battery-check-outline" | "battery-heart" | "battery-heart-outline" | "battery-heart-variant" | "battery-high" | "battery-lock" | "battery-lock-open" | "battery-low" | "battery-medium" | "battery-minus" | "battery-minus-outline" | "battery-minus-variant" | "battery-negative" | "battery-off" | "battery-off-outline" | "battery-outline" | "battery-plus" | "battery-plus-outline" | "battery-plus-variant" | "battery-positive" | "battery-remove" | "battery-remove-outline" | "battery-sync" | "battery-sync-outline" | "battery-unknown" | "battery-unknown-bluetooth" | "beach" | "beaker-alert" | "beaker-alert-outline" | "beaker-check" | "beaker-check-outline" | "beaker-minus" | "beaker-minus-outline" | "beaker-plus" | "beaker-plus-outline" | "beaker-question" | "beaker-question-outline" | "beaker-remove" | "beaker-remove-outline" | "bed-double" | "bed-double-outline" | "bed-empty" | "bed-king" | "bed-king-outline" | "bed-queen" | "bed-queen-outline" | "bed-single" | "bed-single-outline" | "bee" | "bee-flower" | "beehive-off-outline" | "beehive-outline" | "beekeeper" | "bell-alert" | "bell-alert-outline" | "bell-badge" | "bell-badge-outline" | "bell-cancel" | "bell-cancel-outline" | "bell-check" | "bell-check-outline" | "bell-circle" | "bell-circle-outline" | "bell-minus" | "bell-minus-outline" | "bell-off-outline" | "bell-outline" | "bell-plus" | "bell-plus-outline" | "bell-remove" | "bell-remove-outline" | "bell-ring" | "bell-ring-outline" | "bell-sleep" | "bell-sleep-outline" | "beta" | "betamax" | "biathlon" | "bicycle-basket" | "bicycle-cargo" | "bicycle-electric" | "bicycle-penny-farthing" | "bike" | "bike-fast" | "billboard" | "billiards" | "billiards-rack" | "bio" | "bird" | "black-mesa" | "blender-outline" | "blender-software" | "blinds" | "blinds-open" | "block-helper" | "blood-bag" | "bluetooth-audio" | "bluetooth-connect" | "bluetooth-off" | "bluetooth-settings" | "bluetooth-transfer" | "blur" | "blur-linear" | "blur-off" | "blur-radial" | "bomb-off" | "book-account" | "book-account-outline" | "book-alert" | "book-alert-outline" | "book-alphabet" | "book-arrow-down" | "book-arrow-down-outline" | "book-arrow-left" | "book-arrow-left-outline" | "book-arrow-right" | "book-arrow-right-outline" | "book-arrow-up" | "book-arrow-up-outline" | "book-cancel" | "book-cancel-outline" | "book-check" | "book-check-outline" | "book-clock" | "book-clock-outline" | "book-cog" | "book-cog-outline" | "book-cross" | "book-edit" | "book-edit-outline" | "book-education" | "book-education-outline" | "book-information-variant" | "book-lock" | "book-lock-open" | "book-lock-open-outline" | "book-lock-outline" | "book-marker" | "book-marker-outline" | "book-minus" | "book-minus-multiple" | "book-minus-multiple-outline" | "book-minus-outline" | "book-multiple" | "book-multiple-outline" | "book-music" | "book-music-outline" | "book-off" | "book-off-outline" | "book-open-blank-variant" | "book-open-outline" | "book-open-page-variant" | "book-open-page-variant-outline" | "book-open-variant" | "book-play" | "book-play-outline" | "book-plus" | "book-plus-multiple" | "book-plus-multiple-outline" | "book-plus-outline" | "book-refresh" | "book-refresh-outline" | "book-remove" | "book-remove-multiple" | "book-remove-multiple-outline" | "book-remove-outline" | "book-search" | "book-search-outline" | "book-settings" | "book-settings-outline" | "book-sync" | "book-sync-outline" | "book-variant" | "book-variant-multiple" | "bookmark-box-multiple" | "bookmark-box-multiple-outline" | "bookmark-check" | "bookmark-check-outline" | "bookmark-minus" | "bookmark-minus-outline" | "bookmark-multiple" | "bookmark-multiple-outline" | "bookmark-music" | "bookmark-music-outline" | "bookmark-off" | "bookmark-off-outline" | "bookmark-plus" | "bookmark-plus-outline" | "bookmark-remove" | "bookmark-remove-outline" | "bookshelf" | "boom-gate" | "boom-gate-alert" | "boom-gate-alert-outline" | "boom-gate-arrow-down" | "boom-gate-arrow-down-outline" | "boom-gate-arrow-up" | "boom-gate-arrow-up-outline" | "boom-gate-outline" | "boom-gate-up" | "boom-gate-up-outline" | "boombox" | "boomerang" | "border-all-variant" | "border-bottom" | "border-bottom-variant" | "border-color" | "border-horizontal" | "border-inside" | "border-left" | "border-left-variant" | "border-none-variant" | "border-outside" | "border-right" | "border-right-variant" | "border-top" | "border-top-variant" | "border-vertical" | "bottle-soda" | "bottle-soda-classic" | "bottle-soda-classic-outline" | "bottle-soda-outline" | "bottle-tonic" | "bottle-tonic-outline" | "bottle-tonic-plus" | "bottle-tonic-plus-outline" | "bottle-tonic-skull" | "bottle-tonic-skull-outline" | "bottle-wine" | "bottle-wine-outline" | "bow-arrow" | "bow-tie" | "bowl-mix" | "bowl-mix-outline" | "bowl-outline" | "bowling" | "box-cutter" | "box-cutter-off" | "box-shadow" | "boxing-glove" | "bread-slice-outline" | "bridge" | "briefcase-account" | "briefcase-account-outline" | "briefcase-check" | "briefcase-check-outline" | "briefcase-clock" | "briefcase-clock-outline" | "briefcase-download" | "briefcase-download-outline" | "briefcase-edit" | "briefcase-edit-outline" | "briefcase-eye" | "briefcase-eye-outline" | "briefcase-minus" | "briefcase-minus-outline" | "briefcase-off" | "briefcase-off-outline" | "briefcase-plus" | "briefcase-plus-outline" | "briefcase-remove" | "briefcase-remove-outline" | "briefcase-search" | "briefcase-search-outline" | "briefcase-upload" | "briefcase-upload-outline" | "briefcase-variant" | "briefcase-variant-off" | "briefcase-variant-off-outline" | "briefcase-variant-outline" | "brightness-1" | "brightness-2" | "brightness-3" | "brightness-4" | "brightness-5" | "brightness-6" | "brightness-7" | "brightness-auto" | "brightness-percent" | "broadcast" | "broadcast-off" | "brush-off" | "brush-variant" | "bucket-outline" | "buffet" | "bug-check" | "bug-check-outline" | "bugle" | "bulldozer" | "bullet" | "bulletin-board" | "bullhorn-outline" | "bullhorn-variant" | "bullhorn-variant-outline" | "bullseye-arrow" | "bulma" | "bunk-bed" | "bunk-bed-outline" | "bus-alert" | "bus-articulated-end" | "bus-articulated-front" | "bus-clock" | "bus-double-decker" | "bus-electric" | "bus-marker" | "bus-multiple" | "bus-school" | "bus-side" | "bus-stop" | "bus-stop-covered" | "bus-stop-uncovered" | "butterfly" | "butterfly-outline" | "cabin-a-frame" | "cable-data" | "cached" | "cactus" | "cake-layered" | "cake-variant" | "cake-variant-outline" | "calculator-variant" | "calculator-variant-outline" | "calendar-account" | "calendar-account-outline" | "calendar-alert" | "calendar-arrow-left" | "calendar-arrow-right" | "calendar-blank" | "calendar-blank-multiple" | "calendar-blank-outline" | "calendar-check-outline" | "calendar-clock" | "calendar-clock-outline" | "calendar-collapse-horizontal" | "calendar-cursor" | "calendar-edit" | "calendar-end" | "calendar-expand-horizontal" | "calendar-export" | "calendar-heart" | "calendar-import" | "calendar-lock" | "calendar-lock-outline" | "calendar-month" | "calendar-month-outline" | "calendar-multiple" | "calendar-multiple-check" | "calendar-multiselect" | "calendar-question" | "calendar-range" | "calendar-range-outline" | "calendar-refresh" | "calendar-refresh-outline" | "calendar-remove" | "calendar-remove-outline" | "calendar-search" | "calendar-star" | "calendar-start" | "calendar-sync" | "calendar-sync-outline" | "calendar-text" | "calendar-text-outline" | "calendar-today" | "calendar-week-begin" | "calendar-weekend" | "calendar-weekend-outline" | "call-made" | "call-merge" | "call-missed" | "call-received" | "call-split" | "camcorder" | "camcorder-off" | "camera-account" | "camera-burst" | "camera-control" | "camera-document" | "camera-document-off" | "camera-enhance" | "camera-enhance-outline" | "camera-flip" | "camera-flip-outline" | "camera-front" | "camera-front-variant" | "camera-gopro" | "camera-image" | "camera-iris" | "camera-marker" | "camera-marker-outline" | "camera-metering-center" | "camera-metering-matrix" | "camera-metering-partial" | "camera-metering-spot" | "camera-off-outline" | "camera-party-mode" | "camera-plus" | "camera-plus-outline" | "camera-rear" | "camera-rear-variant" | "camera-retake" | "camera-retake-outline" | "camera-switch" | "camera-switch-outline" | "camera-timer" | "camera-wireless" | "camera-wireless-outline" | "campfire" | "cancel" | "candelabra" | "candelabra-fire" | "candle" | "candy" | "candy-off" | "candy-off-outline" | "candy-outline" | "candycane" | "cannabis-off" | "caps-lock" | "car-2-plus" | "car-3-plus" | "car-arrow-left" | "car-arrow-right" | "car-back" | "car-brake-abs" | "car-brake-alert" | "car-brake-fluid-level" | "car-brake-hold" | "car-brake-low-pressure" | "car-brake-parking" | "car-brake-retarder" | "car-brake-temperature" | "car-brake-worn-linings" | "car-child-seat" | "car-clock" | "car-clutch" | "car-cog" | "car-connected" | "car-convertible" | "car-coolant-level" | "car-cruise-control" | "car-defrost-front" | "car-defrost-rear" | "car-door" | "car-door-lock" | "car-electric" | "car-electric-outline" | "car-emergency" | "car-esp" | "car-estate" | "car-hatchback" | "car-info" | "car-key" | "car-lifted-pickup" | "car-light-alert" | "car-light-dimmed" | "car-light-fog" | "car-light-high" | "car-limousine" | "car-multiple" | "car-off" | "car-parking-lights" | "car-pickup" | "car-seat" | "car-seat-cooler" | "car-seat-heater" | "car-select" | "car-settings" | "car-shift-pattern" | "car-speed-limiter" | "car-sports" | "car-tire-alert" | "car-traction-control" | "car-turbocharger" | "car-wash" | "car-windshield" | "car-windshield-outline" | "car-wireless" | "car-wrench" | "carabiner" | "card-account-details" | "card-account-details-outline" | "card-account-details-star" | "card-account-details-star-outline" | "card-account-mail" | "card-account-mail-outline" | "card-account-phone" | "card-account-phone-outline" | "card-bulleted" | "card-bulleted-off" | "card-bulleted-off-outline" | "card-bulleted-outline" | "card-bulleted-settings" | "card-bulleted-settings-outline" | "card-minus" | "card-minus-outline" | "card-multiple" | "card-multiple-outline" | "card-off" | "card-off-outline" | "card-plus" | "card-plus-outline" | "card-remove" | "card-remove-outline" | "card-search" | "card-search-outline" | "card-text" | "card-text-outline" | "cards" | "cards-club" | "cards-club-outline" | "cards-diamond" | "cards-diamond-outline" | "cards-heart" | "cards-heart-outline" | "cards-outline" | "cards-playing" | "cards-playing-club" | "cards-playing-club-multiple" | "cards-playing-club-multiple-outline" | "cards-playing-club-outline" | "cards-playing-diamond" | "cards-playing-diamond-multiple" | "cards-playing-diamond-multiple-outline" | "cards-playing-diamond-outline" | "cards-playing-heart" | "cards-playing-heart-multiple" | "cards-playing-heart-multiple-outline" | "cards-playing-heart-outline" | "cards-playing-outline" | "cards-playing-spade" | "cards-playing-spade-multiple" | "cards-playing-spade-multiple-outline" | "cards-playing-spade-outline" | "cards-spade" | "cards-spade-outline" | "cards-variant" | "cart-arrow-right" | "cart-arrow-up" | "cart-check" | "cart-heart" | "cart-minus" | "cart-off" | "cart-remove" | "cart-variant" | "case-sensitive-alt" | "cash-100" | "cash-check" | "cash-fast" | "cash-lock" | "cash-lock-open" | "cash-marker" | "cash-minus" | "cash-multiple" | "cash-plus" | "cash-refund" | "cash-remove" | "cassette" | "cast-audio" | "cast-audio-variant" | "cast-connected" | "cast-education" | "cast-off" | "cast-variant" | "castle" | "cctv" | "cctv-off" | "ceiling-fan" | "ceiling-fan-light" | "ceiling-light" | "ceiling-light-multiple" | "ceiling-light-multiple-outline" | "ceiling-light-outline" | "cellphone" | "cellphone-arrow-down" | "cellphone-basic" | "cellphone-charging" | "cellphone-check" | "cellphone-cog" | "cellphone-dock" | "cellphone-information" | "cellphone-key" | "cellphone-link" | "cellphone-link-off" | "cellphone-lock" | "cellphone-marker" | "cellphone-message" | "cellphone-message-off" | "cellphone-nfc" | "cellphone-nfc-off" | "cellphone-off" | "cellphone-play" | "cellphone-remove" | "cellphone-screenshot" | "cellphone-settings" | "cellphone-sound" | "cellphone-text" | "cellphone-wireless" | "certificate-outline" | "chair-rolling" | "chair-school" | "chandelier" | "charity" | "chart-arc" | "chart-areaspline" | "chart-areaspline-variant" | "chart-bar-stacked" | "chart-bell-curve" | "chart-bell-curve-cumulative" | "chart-box" | "chart-box-outline" | "chart-box-plus-outline" | "chart-bubble" | "chart-donut" | "chart-donut-variant" | "chart-gantt" | "chart-histogram" | "chart-line-stacked" | "chart-line-variant" | "chart-multiline" | "chart-multiple" | "chart-ppf" | "chart-sankey" | "chart-sankey-variant" | "chart-scatter-plot" | "chart-scatter-plot-hexbin" | "chart-timeline" | "chart-timeline-variant" | "chart-timeline-variant-shimmer" | "chart-tree" | "chart-waterfall" | "chat-alert" | "chat-alert-outline" | "chat-minus" | "chat-minus-outline" | "chat-outline" | "chat-plus" | "chat-plus-outline" | "chat-processing" | "chat-processing-outline" | "chat-question" | "chat-question-outline" | "chat-remove" | "chat-remove-outline" | "chat-sleep" | "chat-sleep-outline" | "check-all" | "check-bold" | "check-circle-outline" | "check-decagram" | "check-decagram-outline" | "check-network" | "check-network-outline" | "check-outline" | "check-underline" | "check-underline-circle" | "check-underline-circle-outline" | "checkbook" | "checkbox-blank" | "checkbox-blank-badge" | "checkbox-blank-badge-outline" | "checkbox-blank-circle" | "checkbox-blank-circle-outline" | "checkbox-blank-off" | "checkbox-blank-off-outline" | "checkbox-blank-outline" | "checkbox-intermediate" | "checkbox-marked" | "checkbox-marked-circle" | "checkbox-marked-circle-outline" | "checkbox-marked-circle-plus-outline" | "checkbox-marked-outline" | "checkbox-multiple-blank" | "checkbox-multiple-blank-circle" | "checkbox-multiple-blank-circle-outline" | "checkbox-multiple-blank-outline" | "checkbox-multiple-marked" | "checkbox-multiple-marked-circle" | "checkbox-multiple-marked-circle-outline" | "checkbox-multiple-marked-outline" | "checkbox-multiple-outline" | "checkerboard" | "checkerboard-minus" | "checkerboard-plus" | "checkerboard-remove" | "cheese-off" | "chef-hat" | "chemical-weapon" | "chevron-double-down" | "chevron-double-left" | "chevron-double-right" | "chevron-double-up" | "chevron-down-box" | "chevron-down-box-outline" | "chevron-left-box" | "chevron-left-box-outline" | "chevron-left-circle" | "chevron-left-circle-outline" | "chevron-right-box" | "chevron-right-box-outline" | "chevron-right-circle" | "chevron-right-circle-outline" | "chevron-triple-down" | "chevron-triple-left" | "chevron-triple-right" | "chevron-triple-up" | "chevron-up-box" | "chevron-up-box-outline" | "chili-alert" | "chili-alert-outline" | "chili-hot" | "chili-hot-outline" | "chili-medium" | "chili-medium-outline" | "chili-mild" | "chili-mild-outline" | "chili-off" | "chili-off-outline" | "chip" | "cigar" | "cigar-off" | "circle-box" | "circle-box-outline" | "circle-double" | "circle-edit-outline" | "circle-expand" | "circle-half" | "circle-half-full" | "circle-medium" | "circle-multiple" | "circle-multiple-outline" | "circle-off-outline" | "circle-opacity" | "circle-outline" | "circle-slice-1" | "circle-slice-2" | "circle-slice-3" | "circle-slice-4" | "circle-slice-5" | "circle-slice-6" | "circle-slice-7" | "circle-slice-8" | "circle-small" | "circular-saw" | "city-variant" | "city-variant-outline" | "clipboard-account" | "clipboard-account-outline" | "clipboard-alert" | "clipboard-alert-outline" | "clipboard-arrow-down" | "clipboard-arrow-down-outline" | "clipboard-arrow-left" | "clipboard-arrow-left-outline" | "clipboard-arrow-right" | "clipboard-arrow-right-outline" | "clipboard-arrow-up" | "clipboard-arrow-up-outline" | "clipboard-check-multiple" | "clipboard-check-multiple-outline" | "clipboard-check-outline" | "clipboard-clock" | "clipboard-clock-outline" | "clipboard-edit" | "clipboard-edit-outline" | "clipboard-file" | "clipboard-file-outline" | "clipboard-flow" | "clipboard-flow-outline" | "clipboard-list-outline" | "clipboard-minus" | "clipboard-minus-outline" | "clipboard-multiple" | "clipboard-multiple-outline" | "clipboard-off" | "clipboard-off-outline" | "clipboard-play" | "clipboard-play-multiple" | "clipboard-play-multiple-outline" | "clipboard-play-outline" | "clipboard-plus" | "clipboard-plus-outline" | "clipboard-pulse" | "clipboard-pulse-outline" | "clipboard-remove" | "clipboard-remove-outline" | "clipboard-search" | "clipboard-search-outline" | "clipboard-text" | "clipboard-text-clock" | "clipboard-text-clock-outline" | "clipboard-text-multiple" | "clipboard-text-multiple-outline" | "clipboard-text-off" | "clipboard-text-off-outline" | "clipboard-text-outline" | "clipboard-text-play" | "clipboard-text-play-outline" | "clipboard-text-search" | "clipboard-text-search-outline" | "clippy" | "clock-alert" | "clock-alert-outline" | "clock-check" | "clock-check-outline" | "clock-digital" | "clock-edit" | "clock-edit-outline" | "clock-end" | "clock-fast" | "clock-in" | "clock-minus" | "clock-minus-outline" | "clock-out" | "clock-outline" | "clock-plus" | "clock-plus-outline" | "clock-remove" | "clock-remove-outline" | "clock-start" | "clock-time-eight" | "clock-time-eight-outline" | "clock-time-eleven" | "clock-time-eleven-outline" | "clock-time-five" | "clock-time-five-outline" | "clock-time-four" | "clock-time-four-outline" | "clock-time-nine" | "clock-time-nine-outline" | "clock-time-one" | "clock-time-one-outline" | "clock-time-seven" | "clock-time-seven-outline" | "clock-time-six" | "clock-time-six-outline" | "clock-time-ten" | "clock-time-ten-outline" | "clock-time-three" | "clock-time-three-outline" | "clock-time-twelve" | "clock-time-twelve-outline" | "clock-time-two" | "clock-time-two-outline" | "close-box" | "close-box-multiple" | "close-box-multiple-outline" | "close-box-outline" | "close-circle-multiple" | "close-circle-multiple-outline" | "close-network" | "close-network-outline" | "close-octagon" | "close-octagon-outline" | "close-thick" | "closed-caption-outline" | "cloud-alert" | "cloud-braces" | "cloud-check" | "cloud-check-outline" | "cloud-lock" | "cloud-lock-outline" | "cloud-off-outline" | "cloud-print" | "cloud-print-outline" | "cloud-question" | "cloud-search" | "cloud-search-outline" | "cloud-sync" | "cloud-sync-outline" | "cloud-tags" | "clover" | "coach-lamp" | "coat-rack" | "code-array" | "code-braces" | "code-braces-box" | "code-brackets" | "code-equal" | "code-greater-than" | "code-greater-than-or-equal" | "code-json" | "code-less-than" | "code-less-than-or-equal" | "code-not-equal" | "code-not-equal-variant" | "code-parentheses" | "code-parentheses-box" | "code-string" | "code-tags" | "code-tags-check" | "coffee-maker" | "coffee-maker-check" | "coffee-maker-check-outline" | "coffee-maker-outline" | "coffee-off" | "coffee-off-outline" | "coffee-outline" | "coffee-to-go" | "coffee-to-go-outline" | "coffin" | "cog-box" | "cog-clockwise" | "cog-counterclockwise" | "cog-off" | "cog-off-outline" | "cog-pause" | "cog-pause-outline" | "cog-play" | "cog-play-outline" | "cog-refresh" | "cog-refresh-outline" | "cog-stop" | "cog-stop-outline" | "cog-sync" | "cog-sync-outline" | "cog-transfer" | "cog-transfer-outline" | "collage" | "collapse-all" | "collapse-all-outline" | "color-helper" | "comma" | "comma-box" | "comma-box-outline" | "comma-circle" | "comma-circle-outline" | "comment-account" | "comment-account-outline" | "comment-alert" | "comment-alert-outline" | "comment-arrow-left" | "comment-arrow-left-outline" | "comment-arrow-right" | "comment-arrow-right-outline" | "comment-bookmark" | "comment-bookmark-outline" | "comment-check" | "comment-check-outline" | "comment-edit" | "comment-edit-outline" | "comment-eye" | "comment-eye-outline" | "comment-flash" | "comment-flash-outline" | "comment-minus-outline" | "comment-multiple" | "comment-multiple-outline" | "comment-off" | "comment-off-outline" | "comment-outline" | "comment-plus" | "comment-plus-outline" | "comment-processing" | "comment-processing-outline" | "comment-question" | "comment-question-outline" | "comment-quote" | "comment-quote-outline" | "comment-remove" | "comment-remove-outline" | "comment-search" | "comment-search-outline" | "comment-text" | "comment-text-multiple" | "comment-text-multiple-outline" | "comment-text-outline" | "compare" | "compare-horizontal" | "compare-remove" | "compare-vertical" | "compass-off" | "compass-off-outline" | "compass-rose" | "cone" | "cone-off" | "connection" | "console" | "console-line" | "console-network" | "console-network-outline" | "consolidate" | "contactless-payment" | "contactless-payment-circle" | "contactless-payment-circle-outline" | "contacts-outline" | "contain" | "contain-end" | "contain-start" | "content-copy" | "content-cut" | "content-duplicate" | "content-paste" | "content-save" | "content-save-alert" | "content-save-alert-outline" | "content-save-all" | "content-save-all-outline" | "content-save-check" | "content-save-check-outline" | "content-save-cog" | "content-save-cog-outline" | "content-save-edit" | "content-save-edit-outline" | "content-save-move" | "content-save-move-outline" | "content-save-off" | "content-save-off-outline" | "content-save-outline" | "content-save-settings" | "content-save-settings-outline" | "contrast-box" | "contrast-circle" | "controller-classic" | "controller-classic-outline" | "cookie-alert" | "cookie-alert-outline" | "cookie-check" | "cookie-check-outline" | "cookie-clock" | "cookie-clock-outline" | "cookie-cog" | "cookie-cog-outline" | "cookie-edit" | "cookie-edit-outline" | "cookie-lock" | "cookie-lock-outline" | "cookie-minus" | "cookie-minus-outline" | "cookie-off" | "cookie-off-outline" | "cookie-outline" | "cookie-plus" | "cookie-plus-outline" | "cookie-refresh" | "cookie-refresh-outline" | "cookie-remove" | "cookie-remove-outline" | "cookie-settings" | "cookie-settings-outline" | "coolant-temperature" | "copyleft" | "cordova" | "corn" | "corn-off" | "cosine-wave" | "counter" | "countertop" | "countertop-outline" | "cow" | "cow-off" | "cpu-32-bit" | "cpu-64-bit" | "cradle" | "cradle-outline" | "crane" | "creation" | "credit-card-check" | "credit-card-check-outline" | "credit-card-chip" | "credit-card-chip-outline" | "credit-card-clock" | "credit-card-clock-outline" | "credit-card-edit" | "credit-card-edit-outline" | "credit-card-fast" | "credit-card-fast-outline" | "credit-card-lock" | "credit-card-lock-outline" | "credit-card-marker" | "credit-card-marker-outline" | "credit-card-minus" | "credit-card-minus-outline" | "credit-card-multiple" | "credit-card-multiple-outline" | "credit-card-off" | "credit-card-off-outline" | "credit-card-outline" | "credit-card-plus" | "credit-card-plus-outline" | "credit-card-refresh" | "credit-card-refresh-outline" | "credit-card-refund" | "credit-card-refund-outline" | "credit-card-remove" | "credit-card-remove-outline" | "credit-card-scan" | "credit-card-scan-outline" | "credit-card-search" | "credit-card-search-outline" | "credit-card-settings" | "credit-card-settings-outline" | "credit-card-sync" | "credit-card-sync-outline" | "credit-card-wireless" | "credit-card-wireless-off" | "credit-card-wireless-off-outline" | "credit-card-wireless-outline" | "cricket" | "crop-free" | "crop-landscape" | "crop-portrait" | "crop-rotate" | "crop-square" | "cross-bolnisi" | "cross-celtic" | "cross-outline" | "crosshairs-gps" | "crosshairs-off" | "crosshairs-question" | "crowd" | "crown-circle" | "crown-circle-outline" | "crown-outline" | "cryengine" | "crystal-ball" | "cube-off" | "cube-off-outline" | "cube-scan" | "cube-send" | "cube-unfolded" | "cup-off" | "cup-off-outline" | "cup-outline" | "cup-water" | "cupboard" | "cupboard-outline" | "cupcake" | "curling" | "currency-bdt" | "currency-brl" | "currency-btc" | "currency-cny" | "currency-eth" | "currency-eur" | "currency-eur-off" | "currency-gbp" | "currency-ils" | "currency-inr" | "currency-jpy" | "currency-krw" | "currency-kzt" | "currency-mnt" | "currency-ngn" | "currency-php" | "currency-rial" | "currency-rub" | "currency-rupee" | "currency-sign" | "currency-try" | "currency-twd" | "currency-usd" | "currency-usd-off" | "current-ac" | "current-dc" | "cursor-default" | "cursor-default-click" | "cursor-default-click-outline" | "cursor-default-gesture" | "cursor-default-gesture-outline" | "cursor-default-outline" | "cursor-move" | "cursor-pointer" | "cursor-text" | "curtains" | "curtains-closed" | "cylinder" | "cylinder-off" | "dance-ballroom" | "dance-pole" | "data-matrix" | "data-matrix-edit" | "data-matrix-minus" | "data-matrix-plus" | "data-matrix-remove" | "data-matrix-scan" | "database-alert" | "database-alert-outline" | "database-arrow-down" | "database-arrow-down-outline" | "database-arrow-left" | "database-arrow-left-outline" | "database-arrow-right" | "database-arrow-right-outline" | "database-arrow-up" | "database-arrow-up-outline" | "database-check" | "database-check-outline" | "database-clock" | "database-clock-outline" | "database-cog" | "database-cog-outline" | "database-edit" | "database-edit-outline" | "database-export" | "database-export-outline" | "database-eye" | "database-eye-off" | "database-eye-off-outline" | "database-eye-outline" | "database-import" | "database-import-outline" | "database-lock" | "database-lock-outline" | "database-marker" | "database-marker-outline" | "database-minus" | "database-minus-outline" | "database-off" | "database-off-outline" | "database-outline" | "database-plus" | "database-plus-outline" | "database-refresh" | "database-refresh-outline" | "database-remove" | "database-remove-outline" | "database-search" | "database-search-outline" | "database-settings" | "database-settings-outline" | "database-sync" | "database-sync-outline" | "death-star" | "death-star-variant" | "deathly-hallows" | "debian" | "debug-step-into" | "debug-step-out" | "debug-step-over" | "decagram" | "decagram-outline" | "decimal" | "decimal-comma" | "decimal-comma-decrease" | "decimal-comma-increase" | "decimal-decrease" | "decimal-increase" | "delete-alert" | "delete-alert-outline" | "delete-circle" | "delete-circle-outline" | "delete-clock" | "delete-clock-outline" | "delete-empty" | "delete-empty-outline" | "delete-forever" | "delete-forever-outline" | "delete-off" | "delete-off-outline" | "delete-outline" | "delete-restore" | "delete-sweep" | "delete-sweep-outline" | "delete-variant" | "delta" | "desk" | "desk-lamp" | "deskphone" | "desktop-classic" | "desktop-mac" | "desktop-mac-dashboard" | "desktop-tower" | "desktop-tower-monitor" | "dev-to" | "developer-board" | "devices" | "diabetes" | "dialpad" | "diameter" | "diameter-outline" | "diameter-variant" | "diamond-outline" | "diamond-stone" | "dice-1" | "dice-1-outline" | "dice-2" | "dice-2-outline" | "dice-3" | "dice-3-outline" | "dice-4" | "dice-4-outline" | "dice-5" | "dice-5-outline" | "dice-6" | "dice-6-outline" | "dice-d10" | "dice-d10-outline" | "dice-d12" | "dice-d12-outline" | "dice-d20-outline" | "dice-d4" | "dice-d4-outline" | "dice-d6-outline" | "dice-d8" | "dice-d8-outline" | "dice-multiple" | "dice-multiple-outline" | "dip-switch" | "directions-fork" | "disc-alert" | "disc-player" | "dishwasher" | "dishwasher-alert" | "dishwasher-off" | "distribute-horizontal-center" | "distribute-horizontal-left" | "distribute-horizontal-right" | "distribute-vertical-bottom" | "distribute-vertical-center" | "distribute-vertical-top" | "diversify" | "diving" | "diving-flippers" | "diving-helmet" | "diving-scuba" | "diving-scuba-flag" | "diving-scuba-tank" | "diving-scuba-tank-multiple" | "diving-snorkel" | "division" | "division-box" | "dlna" | "dns" | "dns-outline" | "dock-bottom" | "dock-left" | "dock-right" | "dock-top" | "dock-window" | "dog-service" | "dog-side" | "dog-side-off" | "dolby" | "dolphin" | "domain" | "domain-off" | "domain-plus" | "domain-remove" | "dome-light" | "domino-mask" | "donkey" | "door" | "door-closed-lock" | "door-sliding" | "door-sliding-lock" | "door-sliding-open" | "doorbell" | "doorbell-video" | "dot-net" | "dots-circle" | "dots-grid" | "dots-hexagon" | "dots-horizontal" | "dots-horizontal-circle" | "dots-horizontal-circle-outline" | "dots-square" | "dots-triangle" | "dots-vertical" | "dots-vertical-circle" | "dots-vertical-circle-outline" | "download-box" | "download-box-outline" | "download-circle" | "download-circle-outline" | "download-lock" | "download-lock-outline" | "download-multiple" | "download-network" | "download-network-outline" | "download-off" | "download-off-outline" | "drag" | "drag-horizontal" | "drag-horizontal-variant" | "drag-variant" | "drag-vertical" | "drag-vertical-variant" | "drama-masks" | "draw" | "draw-pen" | "drawing" | "drawing-box" | "dresser" | "dresser-outline" | "drone" | "duck" | "dump-truck" | "ear-hearing" | "ear-hearing-off" | "earbuds" | "earbuds-off" | "earbuds-off-outline" | "earbuds-outline" | "earth-arrow-right" | "earth-box" | "earth-box-minus" | "earth-box-off" | "earth-box-plus" | "earth-box-remove" | "earth-minus" | "earth-off" | "earth-plus" | "earth-remove" | "egg-easter" | "egg-fried" | "egg-off" | "egg-off-outline" | "eiffel-tower" | "eight-track" | "eject-outline" | "electric-switch" | "electric-switch-closed" | "electron-framework" | "elephant" | "elevation-decline" | "elevation-rise" | "elevator-down" | "elevator-passenger" | "elevator-passenger-off" | "elevator-passenger-off-outline" | "elevator-passenger-outline" | "elevator-up" | "email-alert" | "email-alert-outline" | "email-box" | "email-check" | "email-check-outline" | "email-edit" | "email-edit-outline" | "email-fast" | "email-fast-outline" | "email-lock" | "email-mark-as-unread" | "email-minus" | "email-minus-outline" | "email-multiple" | "email-multiple-outline" | "email-newsletter" | "email-off" | "email-off-outline" | "email-open" | "email-open-multiple" | "email-open-multiple-outline" | "email-open-outline" | "email-outline" | "email-plus" | "email-plus-outline" | "email-receive" | "email-receive-outline" | "email-remove" | "email-remove-outline" | "email-seal" | "email-seal-outline" | "email-search" | "email-search-outline" | "email-send" | "email-send-outline" | "email-sync" | "email-sync-outline" | "email-variant" | "emby" | "emoticon" | "emoticon-angry" | "emoticon-angry-outline" | "emoticon-confused" | "emoticon-confused-outline" | "emoticon-cool" | "emoticon-cool-outline" | "emoticon-cry" | "emoticon-cry-outline" | "emoticon-dead" | "emoticon-dead-outline" | "emoticon-devil" | "emoticon-devil-outline" | "emoticon-excited" | "emoticon-excited-outline" | "emoticon-frown" | "emoticon-frown-outline" | "emoticon-happy" | "emoticon-happy-outline" | "emoticon-kiss" | "emoticon-kiss-outline" | "emoticon-lol" | "emoticon-lol-outline" | "emoticon-neutral" | "emoticon-neutral-outline" | "emoticon-outline" | "emoticon-poop" | "emoticon-poop-outline" | "emoticon-sad" | "emoticon-sad-outline" | "emoticon-sick" | "emoticon-sick-outline" | "emoticon-tongue" | "emoticon-tongue-outline" | "emoticon-wink" | "emoticon-wink-outline" | "engine" | "engine-off" | "engine-off-outline" | "engine-outline" | "epsilon" | "equal" | "equal-box" | "equalizer-outline" | "eraser-variant" | "escalator" | "escalator-box" | "escalator-down" | "escalator-up" | "eslint" | "et" | "ethernet-cable" | "ethernet-cable-off" | "ev-plug-ccs1" | "ev-plug-ccs2" | "ev-plug-chademo" | "ev-plug-tesla" | "ev-plug-type1" | "ev-plug-type2" | "ev-station" | "excavator" | "exclamation-thick" | "exit-run" | "exit-to-app" | "expand-all" | "expand-all-outline" | "expansion-card" | "expansion-card-variant" | "exponent" | "exponent-box" | "export-variant" | "eye-arrow-left" | "eye-arrow-left-outline" | "eye-arrow-right" | "eye-arrow-right-outline" | "eye-check" | "eye-check-outline" | "eye-circle" | "eye-circle-outline" | "eye-minus" | "eye-minus-outline" | "eye-plus" | "eye-plus-outline" | "eye-refresh" | "eye-refresh-outline" | "eye-remove" | "eye-remove-outline" | "eye-settings" | "eye-settings-outline" | "eyedropper-minus" | "eyedropper-off" | "eyedropper-plus" | "eyedropper-remove" | "eyedropper-variant" | "face-agent" | "face-man" | "face-man-outline" | "face-man-profile" | "face-man-shimmer" | "face-man-shimmer-outline" | "face-mask" | "face-mask-outline" | "face-recognition" | "face-woman" | "face-woman-outline" | "face-woman-profile" | "face-woman-shimmer" | "face-woman-shimmer-outline" | "facebook-gaming" | "facebook-workplace" | "factory" | "family-tree" | "fan-alert" | "fan-auto" | "fan-chevron-down" | "fan-chevron-up" | "fan-minus" | "fan-off" | "fan-plus" | "fan-remove" | "fan-speed-1" | "fan-speed-2" | "fan-speed-3" | "fast-forward-10" | "fast-forward-15" | "fast-forward-30" | "fast-forward-5" | "fast-forward-60" | "fast-forward-outline" | "feature-search" | "feature-search-outline" | "fence" | "fence-electric" | "fencing" | "ferris-wheel" | "ferry" | "file-account" | "file-account-outline" | "file-alert" | "file-alert-outline" | "file-cabinet" | "file-cad" | "file-cad-box" | "file-cancel" | "file-cancel-outline" | "file-certificate" | "file-certificate-outline" | "file-chart" | "file-chart-outline" | "file-check" | "file-check-outline" | "file-clock" | "file-clock-outline" | "file-cloud" | "file-cloud-outline" | "file-code-outline" | "file-cog" | "file-cog-outline" | "file-compare" | "file-delimited" | "file-delimited-outline" | "file-document" | "file-document-edit" | "file-document-edit-outline" | "file-document-multiple" | "file-document-multiple-outline" | "file-document-outline" | "file-download-outline" | "file-edit" | "file-edit-outline" | "file-excel-box" | "file-excel-box-outline" | "file-excel-outline" | "file-export-outline" | "file-eye" | "file-eye-outline" | "file-find" | "file-find-outline" | "file-gif-box" | "file-hidden" | "file-image-marker" | "file-image-marker-outline" | "file-image-minus" | "file-image-minus-outline" | "file-image-outline" | "file-image-plus" | "file-image-plus-outline" | "file-image-remove" | "file-image-remove-outline" | "file-import-outline" | "file-jpg-box" | "file-key" | "file-key-outline" | "file-link" | "file-link-outline" | "file-lock" | "file-lock-outline" | "file-marker" | "file-marker-outline" | "file-move" | "file-move-outline" | "file-multiple" | "file-multiple-outline" | "file-music" | "file-music-outline" | "file-outline" | "file-pdf-box" | "file-percent" | "file-percent-outline" | "file-phone" | "file-phone-outline" | "file-plus-outline" | "file-png-box" | "file-powerpoint-box" | "file-powerpoint-box-outline" | "file-powerpoint-outline" | "file-presentation-box" | "file-question" | "file-question-outline" | "file-refresh" | "file-refresh-outline" | "file-remove" | "file-remove-outline" | "file-replace" | "file-replace-outline" | "file-restore" | "file-restore-outline" | "file-search" | "file-search-outline" | "file-send" | "file-send-outline" | "file-settings" | "file-settings-outline" | "file-sign" | "file-star" | "file-star-outline" | "file-swap" | "file-swap-outline" | "file-sync" | "file-sync-outline" | "file-table" | "file-table-box" | "file-table-box-multiple" | "file-table-box-multiple-outline" | "file-table-box-outline" | "file-table-outline" | "file-tree" | "file-tree-outline" | "file-undo" | "file-undo-outline" | "file-upload-outline" | "file-video-outline" | "file-word-box" | "file-word-box-outline" | "file-word-outline" | "filmstrip" | "filmstrip-box" | "filmstrip-box-multiple" | "filmstrip-off" | "filter-check" | "filter-check-outline" | "filter-menu" | "filter-menu-outline" | "filter-minus" | "filter-minus-outline" | "filter-off" | "filter-off-outline" | "filter-plus" | "filter-plus-outline" | "filter-remove" | "filter-remove-outline" | "filter-variant" | "filter-variant-minus" | "filter-variant-plus" | "filter-variant-remove" | "finance" | "find-replace" | "fingerprint-off" | "fire-alert" | "fire-circle" | "fire-hydrant" | "fire-hydrant-alert" | "fire-hydrant-off" | "fire-off" | "fire-truck" | "firebase" | "fireplace" | "fireplace-off" | "firewire" | "firework" | "firework-off" | "fish-off" | "fishbowl" | "fishbowl-outline" | "fit-to-page" | "fit-to-page-outline" | "fit-to-screen" | "fit-to-screen-outline" | "flag-minus" | "flag-minus-outline" | "flag-off" | "flag-off-outline" | "flag-plus" | "flag-plus-outline" | "flag-remove" | "flag-remove-outline" | "flag-triangle" | "flag-variant" | "flag-variant-outline" | "flare" | "flash-alert" | "flash-alert-outline" | "flash-auto" | "flash-red-eye" | "flashlight-off" | "flask-empty" | "flask-empty-minus" | "flask-empty-minus-outline" | "flask-empty-off" | "flask-empty-off-outline" | "flask-empty-outline" | "flask-empty-plus" | "flask-empty-plus-outline" | "flask-empty-remove" | "flask-empty-remove-outline" | "flask-minus" | "flask-minus-outline" | "flask-off" | "flask-off-outline" | "flask-plus" | "flask-plus-outline" | "flask-remove" | "flask-remove-outline" | "flask-round-bottom" | "flask-round-bottom-empty" | "flask-round-bottom-empty-outline" | "flask-round-bottom-outline" | "fleur-de-lis" | "flip-horizontal" | "flip-to-back" | "flip-to-front" | "flip-vertical" | "floor-lamp" | "floor-lamp-dual" | "floor-lamp-dual-outline" | "floor-lamp-outline" | "floor-lamp-torchiere" | "floor-lamp-torchiere-outline" | "floor-lamp-torchiere-variant" | "floor-lamp-torchiere-variant-outline" | "floor-plan" | "floppy" | "floppy-variant" | "flower-pollen" | "flower-pollen-outline" | "flower-poppy" | "flower-tulip" | "flower-tulip-outline" | "focus-auto" | "focus-field" | "focus-field-horizontal" | "focus-field-vertical" | "folder-account" | "folder-account-outline" | "folder-alert" | "folder-alert-outline" | "folder-check" | "folder-check-outline" | "folder-clock" | "folder-clock-outline" | "folder-cog" | "folder-cog-outline" | "folder-download" | "folder-download-outline" | "folder-edit" | "folder-edit-outline" | "folder-eye" | "folder-eye-outline" | "folder-google-drive" | "folder-heart" | "folder-heart-outline" | "folder-hidden" | "folder-home" | "folder-home-outline" | "folder-image" | "folder-information" | "folder-information-outline" | "folder-key" | "folder-key-network" | "folder-key-network-outline" | "folder-key-outline" | "folder-lock-open" | "folder-marker" | "folder-marker-outline" | "folder-move" | "folder-move-outline" | "folder-multiple" | "folder-multiple-image" | "folder-multiple-outline" | "folder-multiple-plus" | "folder-multiple-plus-outline" | "folder-music-outline" | "folder-network" | "folder-network-outline" | "folder-plus-outline" | "folder-pound" | "folder-pound-outline" | "folder-refresh" | "folder-refresh-outline" | "folder-remove" | "folder-remove-outline" | "folder-search" | "folder-search-outline" | "folder-settings" | "folder-settings-outline" | "folder-star" | "folder-star-multiple" | "folder-star-multiple-outline" | "folder-star-outline" | "folder-swap" | "folder-swap-outline" | "folder-sync" | "folder-sync-outline" | "folder-table" | "folder-table-outline" | "folder-text" | "folder-text-outline" | "folder-upload" | "folder-upload-outline" | "folder-zip" | "folder-zip-outline" | "food" | "food-apple" | "food-apple-outline" | "food-croissant" | "food-drumstick" | "food-drumstick-off" | "food-drumstick-off-outline" | "food-drumstick-outline" | "food-fork-drink" | "food-halal" | "food-hot-dog" | "food-kosher" | "food-off" | "food-off-outline" | "food-outline" | "food-steak" | "food-steak-off" | "food-takeout-box" | "food-takeout-box-outline" | "food-turkey" | "food-variant" | "food-variant-off" | "foot-print" | "football-australian" | "football-helmet" | "forest" | "forklift" | "form-dropdown" | "form-select" | "form-textarea" | "form-textbox" | "form-textbox-lock" | "form-textbox-password" | "format-align-bottom" | "format-align-center" | "format-align-justify" | "format-align-left" | "format-align-middle" | "format-align-right" | "format-align-top" | "format-annotation-minus" | "format-annotation-plus" | "format-bold" | "format-clear" | "format-color-fill" | "format-color-highlight" | "format-color-marker-cancel" | "format-color-text" | "format-columns" | "format-float-center" | "format-float-left" | "format-float-none" | "format-float-right" | "format-font" | "format-font-size-decrease" | "format-font-size-increase" | "format-header-1" | "format-header-2" | "format-header-3" | "format-header-4" | "format-header-5" | "format-header-6" | "format-header-decrease" | "format-header-equal" | "format-header-increase" | "format-header-pound" | "format-horizontal-align-center" | "format-horizontal-align-left" | "format-horizontal-align-right" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-letter-case" | "format-letter-case-lower" | "format-letter-case-upper" | "format-letter-ends-with" | "format-letter-matches" | "format-letter-spacing" | "format-letter-starts-with" | "format-line-spacing" | "format-line-style" | "format-line-weight" | "format-list-bulleted" | "format-list-bulleted-square" | "format-list-bulleted-triangle" | "format-list-bulleted-type" | "format-list-checkbox" | "format-list-checks" | "format-list-group" | "format-list-numbered" | "format-list-numbered-rtl" | "format-list-text" | "format-overline" | "format-page-break" | "format-page-split" | "format-paint" | "format-paragraph" | "format-pilcrow" | "format-quote-close" | "format-quote-close-outline" | "format-quote-open" | "format-quote-open-outline" | "format-rotate-90" | "format-section" | "format-size" | "format-strikethrough" | "format-strikethrough-variant" | "format-subscript" | "format-superscript" | "format-text" | "format-text-rotation-angle-down" | "format-text-rotation-angle-up" | "format-text-rotation-down" | "format-text-rotation-down-vertical" | "format-text-rotation-none" | "format-text-rotation-up" | "format-text-rotation-vertical" | "format-text-variant" | "format-text-variant-outline" | "format-text-wrapping-clip" | "format-text-wrapping-overflow" | "format-text-wrapping-wrap" | "format-textbox" | "format-textdirection-l-to-r" | "format-textdirection-r-to-l" | "format-title" | "format-underline" | "format-underline-wavy" | "format-vertical-align-bottom" | "format-vertical-align-center" | "format-vertical-align-top" | "format-wrap-inline" | "format-wrap-square" | "format-wrap-tight" | "format-wrap-top-bottom" | "forum" | "forum-outline" | "forwardburger" | "fountain" | "fountain-pen" | "fountain-pen-tip" | "fraction-one-half" | "french-fries" | "frequently-asked-questions" | "fridge" | "fridge-alert" | "fridge-alert-outline" | "fridge-bottom" | "fridge-industrial" | "fridge-industrial-alert" | "fridge-industrial-alert-outline" | "fridge-industrial-off" | "fridge-industrial-off-outline" | "fridge-industrial-outline" | "fridge-off" | "fridge-off-outline" | "fridge-outline" | "fridge-top" | "fridge-variant" | "fridge-variant-alert" | "fridge-variant-alert-outline" | "fridge-variant-off" | "fridge-variant-off-outline" | "fridge-variant-outline" | "fruit-cherries" | "fruit-cherries-off" | "fruit-citrus" | "fruit-citrus-off" | "fruit-grapes" | "fruit-grapes-outline" | "fruit-pineapple" | "fruit-watermelon" | "fuel" | "fuel-cell" | "fullscreen" | "fullscreen-exit" | "function-variant" | "furigana-horizontal" | "furigana-vertical" | "fuse" | "fuse-alert" | "fuse-blade" | "fuse-off" | "gamepad-circle" | "gamepad-circle-down" | "gamepad-circle-left" | "gamepad-circle-outline" | "gamepad-circle-right" | "gamepad-circle-up" | "gamepad-down" | "gamepad-left" | "gamepad-outline" | "gamepad-right" | "gamepad-round" | "gamepad-round-down" | "gamepad-round-left" | "gamepad-round-outline" | "gamepad-round-right" | "gamepad-round-up" | "gamepad-square" | "gamepad-square-outline" | "gamepad-up" | "gamepad-variant" | "gamepad-variant-outline" | "gamma" | "gantry-crane" | "garage" | "garage-alert" | "garage-alert-variant" | "garage-lock" | "garage-open" | "garage-open-variant" | "garage-variant" | "garage-variant-lock" | "gas-cylinder" | "gas-station" | "gas-station-off" | "gas-station-off-outline" | "gas-station-outline" | "gate" | "gate-alert" | "gate-and" | "gate-arrow-left" | "gate-arrow-right" | "gate-nand" | "gate-nor" | "gate-not" | "gate-open" | "gate-or" | "gate-xnor" | "gate-xor" | "gatsby" | "gauge-empty" | "gauge-full" | "gauge-low" | "gender-female" | "gender-male" | "gender-male-female" | "gender-male-female-variant" | "gender-non-binary" | "gender-transgender" | "gentoo" | "gesture" | "gesture-double-tap" | "gesture-pinch" | "gesture-spread" | "gesture-swipe" | "gesture-swipe-down" | "gesture-swipe-horizontal" | "gesture-swipe-left" | "gesture-swipe-right" | "gesture-swipe-up" | "gesture-swipe-vertical" | "gesture-tap" | "gesture-tap-box" | "gesture-tap-button" | "gesture-tap-hold" | "gesture-two-double-tap" | "gesture-two-tap" | "ghost-off" | "ghost-off-outline" | "ghost-outline" | "gift-off" | "gift-off-outline" | "gift-open" | "gift-open-outline" | "glass-cocktail" | "glass-cocktail-off" | "glass-flute" | "glass-fragile" | "glass-mug" | "glass-mug-off" | "glass-mug-variant" | "glass-mug-variant-off" | "glass-pint-outline" | "glass-stange" | "glass-tulip" | "glass-wine" | "globe-light" | "globe-model" | "gmail" | "gnome" | "go-kart" | "go-kart-track" | "gog" | "gold" | "golf-cart" | "golf-tee" | "gondola" | "google-ads" | "google-analytics" | "google-assistant" | "google-cardboard" | "google-chrome" | "google-circles" | "google-circles-communities" | "google-circles-extended" | "google-circles-group" | "google-classroom" | "google-cloud" | "google-controller" | "google-controller-off" | "google-downasaur" | "google-earth" | "google-fit" | "google-glass" | "google-home" | "google-keep" | "google-lens" | "google-maps" | "google-my-business" | "google-nearby" | "google-podcast" | "google-spreadsheet" | "google-street-view" | "google-translate" | "gradient-horizontal" | "gradient-vertical" | "grain" | "graph" | "graph-outline" | "grass" | "grave-stone" | "grease-pencil" | "greater-than-or-equal" | "greenhouse" | "grid-large" | "grid-off" | "grill" | "grill-outline" | "guitar-acoustic" | "guitar-electric" | "guitar-pick" | "guitar-pick-outline" | "guy-fawkes-mask" | "hail" | "hair-dryer" | "hair-dryer-outline" | "halloween" | "hamburger-check" | "hamburger-minus" | "hamburger-off" | "hamburger-plus" | "hamburger-remove" | "hammer-screwdriver" | "hammer-sickle" | "hammer-wrench" | "hand-back-left" | "hand-back-left-off" | "hand-back-left-off-outline" | "hand-back-left-outline" | "hand-back-right" | "hand-back-right-off" | "hand-back-right-off-outline" | "hand-back-right-outline" | "hand-clap" | "hand-coin" | "hand-coin-outline" | "hand-extended" | "hand-extended-outline" | "hand-front-left" | "hand-front-left-outline" | "hand-front-right" | "hand-front-right-outline" | "hand-heart" | "hand-heart-outline" | "hand-okay" | "hand-peace-variant" | "hand-pointing-down" | "hand-pointing-left" | "hand-pointing-right" | "hand-pointing-up" | "hand-saw" | "hand-wash" | "hand-wash-outline" | "hand-water" | "hand-wave" | "hand-wave-outline" | "handball" | "handcuffs" | "hands-pray" | "handshake-outline" | "hanger" | "harddisk" | "harddisk-plus" | "harddisk-remove" | "hat-fedora" | "hazard-lights" | "hdr" | "hdr-off" | "head-alert" | "head-alert-outline" | "head-check" | "head-check-outline" | "head-cog" | "head-cog-outline" | "head-dots-horizontal" | "head-dots-horizontal-outline" | "head-flash" | "head-flash-outline" | "head-heart" | "head-heart-outline" | "head-lightbulb" | "head-lightbulb-outline" | "head-minus" | "head-minus-outline" | "head-outline" | "head-plus" | "head-plus-outline" | "head-question" | "head-question-outline" | "head-remove" | "head-remove-outline" | "head-snowflake" | "head-snowflake-outline" | "head-sync" | "head-sync-outline" | "headphones-bluetooth" | "headphones-box" | "headphones-off" | "headphones-settings" | "headset-dock" | "headset-off" | "heart-box" | "heart-box-outline" | "heart-broken-outline" | "heart-cog" | "heart-cog-outline" | "heart-flash" | "heart-half-full" | "heart-minus" | "heart-minus-outline" | "heart-multiple" | "heart-multiple-outline" | "heart-off" | "heart-off-outline" | "heart-plus" | "heart-plus-outline" | "heart-pulse" | "heart-remove" | "heart-remove-outline" | "heart-settings" | "heart-settings-outline" | "help-box" | "help-network" | "help-network-outline" | "help-rhombus" | "help-rhombus-outline" | "hexadecimal" | "hexagon-multiple" | "hexagon-multiple-outline" | "hexagon-outline" | "hexagon-slice-1" | "hexagon-slice-2" | "hexagon-slice-3" | "hexagon-slice-4" | "hexagon-slice-5" | "hexagon-slice-6" | "hexagram" | "hexagram-outline" | "high-definition" | "high-definition-box" | "highway" | "hockey-sticks" | "hololens" | "home-account" | "home-alert" | "home-alert-outline" | "home-analytics" | "home-assistant" | "home-automation" | "home-battery" | "home-battery-outline" | "home-circle" | "home-circle-outline" | "home-city" | "home-city-outline" | "home-edit" | "home-edit-outline" | "home-export-outline" | "home-flood" | "home-floor-0" | "home-floor-1" | "home-floor-2" | "home-floor-3" | "home-floor-a" | "home-floor-b" | "home-floor-g" | "home-floor-l" | "home-floor-negative-1" | "home-group" | "home-group-minus" | "home-group-plus" | "home-group-remove" | "home-heart" | "home-import-outline" | "home-lightbulb" | "home-lightbulb-outline" | "home-lightning-bolt" | "home-lightning-bolt-outline" | "home-lock" | "home-lock-open" | "home-map-marker" | "home-minus" | "home-minus-outline" | "home-modern" | "home-plus" | "home-plus-outline" | "home-remove" | "home-remove-outline" | "home-roof" | "home-search" | "home-search-outline" | "home-switch" | "home-switch-outline" | "home-thermometer" | "home-thermometer-outline" | "home-variant" | "home-variant-outline" | "hook" | "hook-off" | "hoop-house" | "hops" | "horizontal-rotate-clockwise" | "horizontal-rotate-counterclockwise" | "horse-human" | "horse-variant" | "horse-variant-fast" | "horseshoe" | "hospital-box" | "hospital-box-outline" | "hospital-building" | "hospital-marker" | "hours-24" | "hulu" | "human" | "human-baby-changing-table" | "human-cane" | "human-capacity-decrease" | "human-capacity-increase" | "human-child" | "human-dolly" | "human-edit" | "human-female" | "human-female-boy" | "human-female-dance" | "human-female-female" | "human-female-girl" | "human-greeting" | "human-greeting-proximity" | "human-greeting-variant" | "human-handsdown" | "human-handsup" | "human-male" | "human-male-board" | "human-male-board-poll" | "human-male-boy" | "human-male-child" | "human-male-female" | "human-male-female-child" | "human-male-girl" | "human-male-height" | "human-male-height-variant" | "human-male-male" | "human-non-binary" | "human-pregnant" | "human-queue" | "human-scooter" | "human-wheelchair" | "human-white-cane" | "humble-bundle" | "hvac" | "hvac-off" | "hydraulic-oil-level" | "hydraulic-oil-temperature" | "hydro-power" | "hydrogen-station" | "ice-cream-off" | "ice-pop" | "identifier" | "ideogram-cjk" | "ideogram-cjk-variant" | "image-album" | "image-area" | "image-area-close" | "image-auto-adjust" | "image-broken" | "image-broken-variant" | "image-edit" | "image-edit-outline" | "image-filter-black-white" | "image-filter-center-focus" | "image-filter-center-focus-strong" | "image-filter-center-focus-strong-outline" | "image-filter-center-focus-weak" | "image-filter-drama" | "image-filter-frames" | "image-filter-hdr" | "image-filter-none" | "image-filter-tilt-shift" | "image-filter-vintage" | "image-frame" | "image-marker" | "image-marker-outline" | "image-minus" | "image-move" | "image-multiple" | "image-multiple-outline" | "image-off" | "image-off-outline" | "image-plus" | "image-remove" | "image-search" | "image-search-outline" | "image-size-select-actual" | "image-size-select-large" | "image-size-select-small" | "image-text" | "inbox-arrow-down" | "inbox-arrow-down-outline" | "inbox-arrow-up" | "inbox-arrow-up-outline" | "inbox-full" | "inbox-full-outline" | "inbox-multiple" | "inbox-multiple-outline" | "inbox-outline" | "inbox-remove" | "inbox-remove-outline" | "incognito" | "incognito-circle" | "incognito-circle-off" | "incognito-off" | "induction" | "information-off" | "information-off-outline" | "information-variant" | "instrument-triangle" | "integrated-circuit-chip" | "invert-colors" | "invert-colors-off" | "iobroker" | "ip" | "ip-network" | "ip-network-outline" | "ip-outline" | "ipod" | "iron" | "iron-board" | "iron-outline" | "iv-bag" | "jabber" | "jeepney" | "jellyfish" | "jellyfish-outline" | "jump-rope" | "kabaddi" | "kangaroo" | "karate" | "kayaking" | "keg" | "kettle" | "kettle-alert" | "kettle-alert-outline" | "kettle-off" | "kettle-off-outline" | "kettle-outline" | "kettle-pour-over" | "kettle-steam" | "kettle-steam-outline" | "kettlebell" | "key-alert" | "key-alert-outline" | "key-arrow-right" | "key-chain" | "key-chain-variant" | "key-change" | "key-link" | "key-minus" | "key-plus" | "key-remove" | "key-star" | "key-variant" | "key-wireless" | "keyboard-backspace" | "keyboard-caps" | "keyboard-close" | "keyboard-esc" | "keyboard-f1" | "keyboard-f10" | "keyboard-f11" | "keyboard-f12" | "keyboard-f2" | "keyboard-f3" | "keyboard-f4" | "keyboard-f5" | "keyboard-f6" | "keyboard-f7" | "keyboard-f8" | "keyboard-f9" | "keyboard-off" | "keyboard-off-outline" | "keyboard-outline" | "keyboard-return" | "keyboard-settings" | "keyboard-settings-outline" | "keyboard-space" | "keyboard-tab" | "keyboard-tab-reverse" | "keyboard-variant" | "kite" | "kite-outline" | "kitesurfing" | "klingon" | "knife" | "knife-military" | "koala" | "kodi" | "kubernetes" | "label-multiple" | "label-multiple-outline" | "label-off" | "label-off-outline" | "label-outline" | "label-percent" | "label-percent-outline" | "label-variant" | "label-variant-outline" | "ladder" | "ladybug" | "lambda" | "lamp" | "lamp-outline" | "lamps" | "lamps-outline" | "lan" | "lan-check" | "lan-connect" | "lan-disconnect" | "lan-pending" | "language-c" | "language-cpp" | "language-csharp" | "language-css3" | "language-fortran" | "language-go" | "language-haskell" | "language-html5" | "language-java" | "language-javascript" | "language-kotlin" | "language-lua" | "language-markdown" | "language-markdown-outline" | "language-php" | "language-python" | "language-r" | "language-ruby" | "language-ruby-on-rails" | "language-rust" | "language-swift" | "language-typescript" | "language-xaml" | "laptop-off" | "laser-pointer" | "lasso" | "lastpass" | "latitude" | "launch" | "lava-lamp" | "layers-edit" | "layers-minus" | "layers-off" | "layers-off-outline" | "layers-plus" | "layers-remove" | "layers-search" | "layers-search-outline" | "layers-triple" | "layers-triple-outline" | "lead-pencil" | "leaf-circle" | "leaf-circle-outline" | "leaf-maple" | "leaf-maple-off" | "leaf-off" | "leak" | "leak-off" | "led-off" | "led-on" | "led-outline" | "led-strip" | "led-strip-variant" | "led-variant-off" | "led-variant-on" | "led-variant-outline" | "leek" | "less-than-or-equal" | "library-shelves" | "license" | "light-flood-down" | "light-flood-up" | "light-recessed" | "light-switch" | "lightbulb-auto" | "lightbulb-auto-outline" | "lightbulb-cfl" | "lightbulb-cfl-off" | "lightbulb-cfl-spiral" | "lightbulb-cfl-spiral-off" | "lightbulb-fluorescent-tube" | "lightbulb-fluorescent-tube-outline" | "lightbulb-group" | "lightbulb-group-off" | "lightbulb-group-off-outline" | "lightbulb-group-outline" | "lightbulb-multiple" | "lightbulb-multiple-off" | "lightbulb-multiple-off-outline" | "lightbulb-multiple-outline" | "lightbulb-off" | "lightbulb-off-outline" | "lightbulb-on" | "lightbulb-on-outline" | "lightbulb-outline" | "lightbulb-spot" | "lightbulb-spot-off" | "lightbulb-variant" | "lightbulb-variant-outline" | "lighthouse" | "lighthouse-on" | "lightning-bolt" | "lightning-bolt-circle" | "lightning-bolt-outline" | "line-scan" | "lingerie" | "link-box" | "link-box-outline" | "link-box-variant" | "link-box-variant-outline" | "link-lock" | "link-off" | "link-plus" | "link-variant" | "link-variant-minus" | "link-variant-off" | "link-variant-plus" | "link-variant-remove" | "linux-mint" | "lipstick" | "liquid-spot" | "liquor" | "list-status" | "litecoin" | "loading" | "location-enter" | "location-exit" | "lock-alert" | "lock-alert-outline" | "lock-check" | "lock-check-outline" | "lock-clock" | "lock-minus" | "lock-minus-outline" | "lock-off" | "lock-off-outline" | "lock-open-alert" | "lock-open-alert-outline" | "lock-open-check" | "lock-open-check-outline" | "lock-open-minus" | "lock-open-minus-outline" | "lock-open-plus" | "lock-open-plus-outline" | "lock-open-remove" | "lock-open-remove-outline" | "lock-open-variant" | "lock-open-variant-outline" | "lock-outline" | "lock-pattern" | "lock-plus" | "lock-plus-outline" | "lock-question" | "lock-remove" | "lock-remove-outline" | "lock-reset" | "lock-smart" | "locker" | "locker-multiple" | "login-variant" | "logout-variant" | "longitude" | "looks" | "lotion" | "lotion-outline" | "lotion-plus" | "lotion-plus-outline" | "loupe" | "lumx" | "mace" | "magazine-pistol" | "magazine-rifle" | "magic-staff" | "magnet-on" | "magnify" | "magnify-close" | "magnify-expand" | "magnify-minus" | "magnify-minus-cursor" | "magnify-minus-outline" | "magnify-plus" | "magnify-plus-cursor" | "magnify-plus-outline" | "magnify-remove-cursor" | "magnify-remove-outline" | "magnify-scan" | "mailbox" | "mailbox-open" | "mailbox-open-outline" | "mailbox-open-up" | "mailbox-open-up-outline" | "mailbox-outline" | "mailbox-up" | "mailbox-up-outline" | "manjaro" | "map-check" | "map-check-outline" | "map-clock" | "map-clock-outline" | "map-legend" | "map-marker-account" | "map-marker-account-outline" | "map-marker-alert" | "map-marker-alert-outline" | "map-marker-check" | "map-marker-check-outline" | "map-marker-circle" | "map-marker-distance" | "map-marker-down" | "map-marker-left" | "map-marker-left-outline" | "map-marker-minus" | "map-marker-minus-outline" | "map-marker-multiple" | "map-marker-multiple-outline" | "map-marker-off" | "map-marker-off-outline" | "map-marker-outline" | "map-marker-path" | "map-marker-plus" | "map-marker-plus-outline" | "map-marker-question" | "map-marker-question-outline" | "map-marker-radius" | "map-marker-radius-outline" | "map-marker-remove" | "map-marker-remove-outline" | "map-marker-remove-variant" | "map-marker-right" | "map-marker-right-outline" | "map-marker-star" | "map-marker-star-outline" | "map-marker-up" | "map-minus" | "map-plus" | "map-search" | "map-search-outline" | "mapbox" | "margin" | "marker-cancel" | "marker-check" | "material-design" | "material-ui" | "math-compass" | "math-cos" | "math-integral" | "math-integral-box" | "math-log" | "math-norm" | "math-norm-box" | "math-sin" | "math-tan" | "matrix" | "medical-bag" | "meditation" | "menorah-fire" | "menu-down" | "menu-down-outline" | "menu-left" | "menu-left-outline" | "menu-open" | "menu-right" | "menu-right-outline" | "menu-swap" | "menu-swap-outline" | "menu-up" | "menu-up-outline" | "message-alert" | "message-alert-outline" | "message-arrow-left" | "message-arrow-left-outline" | "message-arrow-right" | "message-arrow-right-outline" | "message-badge" | "message-badge-outline" | "message-bookmark" | "message-bookmark-outline" | "message-bulleted" | "message-bulleted-off" | "message-cog" | "message-cog-outline" | "message-draw" | "message-flash" | "message-flash-outline" | "message-image" | "message-image-outline" | "message-lock" | "message-lock-outline" | "message-minus" | "message-minus-outline" | "message-off" | "message-off-outline" | "message-outline" | "message-plus" | "message-plus-outline" | "message-processing" | "message-processing-outline" | "message-question" | "message-question-outline" | "message-reply" | "message-reply-outline" | "message-reply-text" | "message-reply-text-outline" | "message-settings" | "message-settings-outline" | "message-star" | "message-star-outline" | "message-text" | "message-text-clock" | "message-text-clock-outline" | "message-text-lock" | "message-text-lock-outline" | "message-text-outline" | "message-video" | "metronome" | "metronome-tick" | "micro-sd" | "microphone-minus" | "microphone-off" | "microphone-outline" | "microphone-plus" | "microphone-question" | "microphone-question-outline" | "microphone-settings" | "microphone-variant" | "microphone-variant-off" | "microsoft-access" | "microsoft-azure" | "microsoft-azure-devops" | "microsoft-bing" | "microsoft-dynamics-365" | "microsoft-edge" | "microsoft-excel" | "microsoft-internet-explorer" | "microsoft-office" | "microsoft-onedrive" | "microsoft-onenote" | "microsoft-outlook" | "microsoft-powerpoint" | "microsoft-sharepoint" | "microsoft-teams" | "microsoft-visual-studio" | "microsoft-visual-studio-code" | "microsoft-windows" | "microsoft-windows-classic" | "microsoft-word" | "microsoft-xbox" | "microsoft-xbox-controller" | "microsoft-xbox-controller-battery-alert" | "microsoft-xbox-controller-battery-charging" | "microsoft-xbox-controller-battery-empty" | "microsoft-xbox-controller-battery-full" | "microsoft-xbox-controller-battery-low" | "microsoft-xbox-controller-battery-medium" | "microsoft-xbox-controller-battery-unknown" | "microsoft-xbox-controller-menu" | "microsoft-xbox-controller-off" | "microsoft-xbox-controller-view" | "microwave" | "microwave-off" | "middleware" | "middleware-outline" | "midi" | "midi-port" | "mine" | "minecraft" | "mini-sd" | "minidisc" | "minus-box" | "minus-box-multiple" | "minus-box-multiple-outline" | "minus-box-outline" | "minus-circle-multiple" | "minus-circle-multiple-outline" | "minus-circle-off" | "minus-circle-off-outline" | "minus-circle-outline" | "minus-network" | "minus-network-outline" | "minus-thick" | "mirror" | "mirror-rectangle" | "mirror-variant" | "mixed-martial-arts" | "mixed-reality" | "molecule" | "molecule-co" | "molecule-co2" | "monitor-cellphone" | "monitor-cellphone-star" | "monitor-dashboard" | "monitor-edit" | "monitor-eye" | "monitor-lock" | "monitor-multiple" | "monitor-off" | "monitor-screenshot" | "monitor-share" | "monitor-shimmer" | "monitor-small" | "monitor-speaker" | "monitor-speaker-off" | "monitor-star" | "moon-first-quarter" | "moon-full" | "moon-last-quarter" | "moon-new" | "moon-waning-crescent" | "moon-waning-gibbous" | "moon-waxing-crescent" | "moon-waxing-gibbous" | "moped" | "moped-electric" | "moped-electric-outline" | "moped-outline" | "more" | "mortar-pestle-plus" | "mother-heart" | "mother-nurse" | "motion" | "motion-outline" | "motion-pause" | "motion-pause-outline" | "motion-play" | "motion-play-outline" | "motion-sensor" | "motion-sensor-off" | "motorbike" | "motorbike-electric" | "mouse-bluetooth" | "mouse-move-down" | "mouse-move-up" | "mouse-move-vertical" | "mouse-off" | "mouse-variant" | "mouse-variant-off" | "move-resize" | "move-resize-variant" | "movie" | "movie-check" | "movie-check-outline" | "movie-cog" | "movie-cog-outline" | "movie-edit" | "movie-edit-outline" | "movie-filter" | "movie-filter-outline" | "movie-minus" | "movie-minus-outline" | "movie-off" | "movie-off-outline" | "movie-open" | "movie-open-check" | "movie-open-check-outline" | "movie-open-cog" | "movie-open-cog-outline" | "movie-open-edit" | "movie-open-edit-outline" | "movie-open-minus" | "movie-open-minus-outline" | "movie-open-off" | "movie-open-off-outline" | "movie-open-outline" | "movie-open-play" | "movie-open-play-outline" | "movie-open-plus" | "movie-open-plus-outline" | "movie-open-remove" | "movie-open-remove-outline" | "movie-open-settings" | "movie-open-settings-outline" | "movie-open-star" | "movie-open-star-outline" | "movie-outline" | "movie-play" | "movie-play-outline" | "movie-plus" | "movie-plus-outline" | "movie-remove" | "movie-remove-outline" | "movie-roll" | "movie-search" | "movie-search-outline" | "movie-settings" | "movie-settings-outline" | "movie-star" | "movie-star-outline" | "mower" | "mower-bag" | "muffin" | "multicast" | "multiplication" | "multiplication-box" | "mushroom" | "mushroom-off" | "mushroom-off-outline" | "mushroom-outline" | "music-accidental-double-flat" | "music-accidental-double-sharp" | "music-accidental-flat" | "music-accidental-natural" | "music-accidental-sharp" | "music-box" | "music-box-multiple" | "music-box-multiple-outline" | "music-box-outline" | "music-circle" | "music-circle-outline" | "music-clef-alto" | "music-clef-bass" | "music-clef-treble" | "music-note-bluetooth" | "music-note-bluetooth-off" | "music-note-eighth" | "music-note-eighth-dotted" | "music-note-half" | "music-note-half-dotted" | "music-note-off" | "music-note-off-outline" | "music-note-outline" | "music-note-plus" | "music-note-quarter" | "music-note-quarter-dotted" | "music-note-sixteenth" | "music-note-sixteenth-dotted" | "music-note-whole" | "music-note-whole-dotted" | "music-off" | "music-rest-eighth" | "music-rest-half" | "music-rest-quarter" | "music-rest-sixteenth" | "music-rest-whole" | "mustache" | "nail" | "nas" | "nativescript" | "nature" | "nature-people" | "navigation-outline" | "navigation-variant" | "navigation-variant-outline" | "near-me" | "necklace" | "needle" | "network-off" | "network-off-outline" | "network-outline" | "network-strength-1" | "network-strength-1-alert" | "network-strength-2" | "network-strength-2-alert" | "network-strength-3" | "network-strength-3-alert" | "network-strength-4" | "network-strength-4-alert" | "network-strength-4-cog" | "network-strength-off" | "network-strength-off-outline" | "network-strength-outline" | "new-box" | "newspaper-check" | "newspaper-minus" | "newspaper-plus" | "newspaper-remove" | "newspaper-variant" | "newspaper-variant-multiple" | "newspaper-variant-multiple-outline" | "newspaper-variant-outline" | "nfc" | "nfc-search-variant" | "nfc-tap" | "nfc-variant" | "nfc-variant-off" | "ninja" | "nintendo-game-boy" | "nintendo-switch" | "nintendo-wii" | "nintendo-wiiu" | "nix" | "noodles" | "not-equal-variant" | "note-alert" | "note-alert-outline" | "note-check" | "note-check-outline" | "note-edit" | "note-edit-outline" | "note-minus" | "note-minus-outline" | "note-multiple" | "note-multiple-outline" | "note-off" | "note-off-outline" | "note-outline" | "note-plus" | "note-plus-outline" | "note-remove" | "note-remove-outline" | "note-search" | "note-search-outline" | "note-text" | "note-text-outline" | "notebook" | "notebook-check" | "notebook-check-outline" | "notebook-edit" | "notebook-edit-outline" | "notebook-minus" | "notebook-minus-outline" | "notebook-multiple" | "notebook-outline" | "notebook-plus" | "notebook-plus-outline" | "notebook-remove" | "notebook-remove-outline" | "notification-clear-all" | "nuke" | "null" | "numeric" | "numeric-0" | "numeric-0-box" | "numeric-0-box-multiple" | "numeric-0-box-multiple-outline" | "numeric-0-box-outline" | "numeric-0-circle" | "numeric-0-circle-outline" | "numeric-1" | "numeric-1-box" | "numeric-1-box-multiple" | "numeric-1-box-multiple-outline" | "numeric-1-box-outline" | "numeric-1-circle" | "numeric-1-circle-outline" | "numeric-10" | "numeric-10-box" | "numeric-10-box-multiple" | "numeric-10-box-multiple-outline" | "numeric-10-box-outline" | "numeric-10-circle" | "numeric-10-circle-outline" | "numeric-2" | "numeric-2-box" | "numeric-2-box-multiple" | "numeric-2-box-multiple-outline" | "numeric-2-box-outline" | "numeric-2-circle" | "numeric-2-circle-outline" | "numeric-3" | "numeric-3-box" | "numeric-3-box-multiple" | "numeric-3-box-multiple-outline" | "numeric-3-box-outline" | "numeric-3-circle" | "numeric-3-circle-outline" | "numeric-4" | "numeric-4-box" | "numeric-4-box-multiple" | "numeric-4-box-multiple-outline" | "numeric-4-box-outline" | "numeric-4-circle" | "numeric-4-circle-outline" | "numeric-5" | "numeric-5-box" | "numeric-5-box-multiple" | "numeric-5-box-multiple-outline" | "numeric-5-box-outline" | "numeric-5-circle" | "numeric-5-circle-outline" | "numeric-6" | "numeric-6-box" | "numeric-6-box-multiple" | "numeric-6-box-multiple-outline" | "numeric-6-box-outline" | "numeric-6-circle" | "numeric-6-circle-outline" | "numeric-7" | "numeric-7-box" | "numeric-7-box-multiple" | "numeric-7-box-multiple-outline" | "numeric-7-box-outline" | "numeric-7-circle" | "numeric-7-circle-outline" | "numeric-8" | "numeric-8-box" | "numeric-8-box-multiple" | "numeric-8-box-multiple-outline" | "numeric-8-box-outline" | "numeric-8-circle" | "numeric-8-circle-outline" | "numeric-9" | "numeric-9-box" | "numeric-9-box-multiple" | "numeric-9-box-multiple-outline" | "numeric-9-box-outline" | "numeric-9-circle" | "numeric-9-circle-outline" | "numeric-9-plus" | "numeric-9-plus-box" | "numeric-9-plus-box-multiple" | "numeric-9-plus-box-multiple-outline" | "numeric-9-plus-box-outline" | "numeric-9-plus-circle" | "numeric-9-plus-circle-outline" | "numeric-negative-1" | "numeric-positive-1" | "nut" | "nuxt" | "oar" | "ocarina" | "oci" | "ocr" | "octagon-outline" | "octagram" | "octagram-outline" | "octahedron" | "octahedron-off" | "offer" | "office-building" | "office-building-cog" | "office-building-cog-outline" | "office-building-marker" | "office-building-marker-outline" | "office-building-outline" | "oil" | "oil-lamp" | "oil-level" | "oil-temperature" | "omega" | "one-up" | "onepassword" | "opacity" | "open-in-app" | "open-in-new" | "open-source-initiative" | "orbit" | "orbit-variant" | "order-alphabetical-ascending" | "order-alphabetical-descending" | "order-bool-ascending" | "order-bool-ascending-variant" | "order-bool-descending" | "order-bool-descending-variant" | "order-numeric-ascending" | "order-numeric-descending" | "ornament" | "ornament-variant" | "outdoor-lamp" | "overscan" | "owl" | "pac-man" | "package-down" | "package-up" | "package-variant" | "package-variant-closed" | "page-first" | "page-last" | "page-layout-body" | "page-layout-footer" | "page-layout-header" | "page-layout-header-footer" | "page-layout-sidebar-left" | "page-layout-sidebar-right" | "page-next" | "page-next-outline" | "page-previous" | "page-previous-outline" | "pail" | "pail-minus" | "pail-minus-outline" | "pail-off" | "pail-off-outline" | "pail-outline" | "pail-plus" | "pail-plus-outline" | "pail-remove" | "pail-remove-outline" | "palette-advanced" | "palette-outline" | "palette-swatch" | "palette-swatch-outline" | "palette-swatch-variant" | "palm-tree" | "pan" | "pan-bottom-left" | "pan-bottom-right" | "pan-down" | "pan-horizontal" | "pan-left" | "pan-right" | "pan-top-left" | "pan-top-right" | "pan-up" | "pan-vertical" | "panda" | "pandora" | "panorama" | "panorama-fisheye" | "panorama-horizontal" | "panorama-horizontal-outline" | "panorama-outline" | "panorama-sphere" | "panorama-sphere-outline" | "panorama-variant" | "panorama-variant-outline" | "panorama-vertical" | "panorama-vertical-outline" | "panorama-wide-angle" | "panorama-wide-angle-outline" | "paper-cut-vertical" | "paper-roll" | "paper-roll-outline" | "parachute" | "parachute-outline" | "paragliding" | "party-popper" | "passport-biometric" | "pasta" | "patio-heater" | "pause-octagon" | "pause-octagon-outline" | "paw-off" | "paw-off-outline" | "peanut" | "peanut-off" | "peanut-off-outline" | "peanut-outline" | "pen-lock" | "pen-minus" | "pen-off" | "pen-plus" | "pen-remove" | "pencil-box" | "pencil-box-multiple" | "pencil-box-multiple-outline" | "pencil-box-outline" | "pencil-circle" | "pencil-circle-outline" | "pencil-lock" | "pencil-lock-outline" | "pencil-minus" | "pencil-minus-outline" | "pencil-off" | "pencil-off-outline" | "pencil-plus" | "pencil-plus-outline" | "pencil-remove" | "pencil-remove-outline" | "penguin" | "pentagon" | "pentagon-outline" | "pentagram" | "percent-outline" | "periodic-table" | "perspective-less" | "perspective-more" | "ph" | "phone-alert" | "phone-alert-outline" | "phone-bluetooth" | "phone-bluetooth-outline" | "phone-cancel" | "phone-cancel-outline" | "phone-check" | "phone-check-outline" | "phone-classic" | "phone-classic-off" | "phone-dial" | "phone-dial-outline" | "phone-forward" | "phone-forward-outline" | "phone-hangup" | "phone-hangup-outline" | "phone-in-talk" | "phone-in-talk-outline" | "phone-incoming-outline" | "phone-lock" | "phone-lock-outline" | "phone-log" | "phone-log-outline" | "phone-message" | "phone-message-outline" | "phone-minus" | "phone-minus-outline" | "phone-missed-outline" | "phone-off-outline" | "phone-outgoing-outline" | "phone-outline" | "phone-paused" | "phone-paused-outline" | "phone-plus" | "phone-plus-outline" | "phone-refresh" | "phone-refresh-outline" | "phone-remove" | "phone-remove-outline" | "phone-return" | "phone-return-outline" | "phone-ring" | "phone-ring-outline" | "phone-rotate-landscape" | "phone-rotate-portrait" | "phone-settings" | "phone-settings-outline" | "phone-sync" | "phone-sync-outline" | "phone-voip" | "pi" | "pi-box" | "pi-hole" | "piano" | "piano-off" | "pickaxe" | "picture-in-picture-bottom-right" | "picture-in-picture-bottom-right-outline" | "picture-in-picture-top-right" | "picture-in-picture-top-right-outline" | "pier" | "pier-crane" | "pig" | "pig-variant" | "pig-variant-outline" | "piggy-bank-outline" | "pill" | "pillar" | "pin-off" | "pin-off-outline" | "pine-tree" | "pine-tree-box" | "pine-tree-fire" | "pinwheel" | "pinwheel-outline" | "pipe" | "pipe-disconnected" | "pipe-leak" | "pipe-valve" | "pipe-wrench" | "pirate" | "pistol" | "piston" | "pitchfork" | "play-box" | "play-box-multiple" | "play-box-multiple-outline" | "play-box-outline" | "play-network" | "play-network-outline" | "play-pause" | "play-protected-content" | "play-speed" | "playlist-check" | "playlist-edit" | "playlist-minus" | "playlist-music" | "playlist-music-outline" | "playlist-play" | "playlist-plus" | "playlist-remove" | "playlist-star" | "plex" | "pliers" | "plus-box" | "plus-box-multiple" | "plus-box-multiple-outline" | "plus-box-outline" | "plus-circle-multiple" | "plus-circle-multiple-outline" | "plus-circle-outline" | "plus-minus" | "plus-minus-box" | "plus-minus-variant" | "plus-network" | "plus-network-outline" | "plus-outline" | "plus-thick" | "podium-bronze" | "podium-gold" | "podium-silver" | "point-of-sale" | "pokeball" | "pokemon-go" | "poker-chip" | "polaroid" | "police-badge" | "police-badge-outline" | "police-station" | "polo" | "polymer" | "pool" | "popcorn" | "post" | "post-outline" | "postage-stamp" | "pot" | "pot-mix" | "pot-mix-outline" | "pot-outline" | "pot-steam" | "pot-steam-outline" | "pound-box" | "pound-box-outline" | "power-cycle" | "power-on" | "power-plug-off" | "power-plug-off-outline" | "power-plug-outline" | "power-settings" | "power-sleep" | "power-socket" | "power-socket-au" | "power-socket-ch" | "power-socket-de" | "power-socket-eu" | "power-socket-fr" | "power-socket-it" | "power-socket-jp" | "power-socket-uk" | "power-socket-us" | "power-standby" | "powershell" | "presentation" | "presentation-play" | "pretzel" | "printer-3d" | "printer-3d-nozzle" | "printer-3d-nozzle-alert" | "printer-3d-nozzle-alert-outline" | "printer-3d-nozzle-heat" | "printer-3d-nozzle-heat-outline" | "printer-3d-nozzle-outline" | "printer-alert" | "printer-check" | "printer-eye" | "printer-off" | "printer-off-outline" | "printer-outline" | "printer-pos" | "printer-search" | "printer-settings" | "printer-wireless" | "priority-high" | "priority-low" | "professional-hexagon" | "progress-alert" | "progress-check" | "progress-clock" | "progress-close" | "progress-download" | "progress-pencil" | "progress-question" | "progress-star" | "progress-upload" | "progress-wrench" | "projector" | "projector-screen" | "projector-screen-off" | "projector-screen-off-outline" | "projector-screen-outline" | "projector-screen-variant" | "projector-screen-variant-off" | "projector-screen-variant-off-outline" | "projector-screen-variant-outline" | "propane-tank" | "propane-tank-outline" | "protocol" | "publish-off" | "pump" | "pumpkin" | "purse" | "purse-outline" | "puzzle-check" | "puzzle-check-outline" | "puzzle-edit" | "puzzle-edit-outline" | "puzzle-heart" | "puzzle-heart-outline" | "puzzle-minus" | "puzzle-minus-outline" | "puzzle-outline" | "puzzle-plus" | "puzzle-plus-outline" | "puzzle-remove" | "puzzle-remove-outline" | "puzzle-star" | "puzzle-star-outline" | "pyramid" | "pyramid-off" | "qi" | "qqchat" | "qrcode-edit" | "qrcode-minus" | "qrcode-plus" | "qrcode-remove" | "qrcode-scan" | "quadcopter" | "quality-high" | "quality-low" | "quality-medium" | "rabbit" | "racing-helmet" | "racquetball" | "radar" | "radiator" | "radiator-disabled" | "radiator-off" | "radio-am" | "radio-fm" | "radio-handheld" | "radio-off" | "radio-tower" | "radioactive" | "radioactive-circle" | "radioactive-circle-outline" | "radioactive-off" | "radiobox-blank" | "radiobox-marked" | "radiology-box" | "radiology-box-outline" | "radius" | "radius-outline" | "railroad-light" | "rake" | "ray-end" | "ray-end-arrow" | "ray-start" | "ray-start-arrow" | "ray-start-end" | "ray-start-vertex-end" | "ray-vertex" | "razor-double-edge" | "razor-single-edge" | "read" | "record-circle" | "record-circle-outline" | "record-player" | "record-rec" | "rectangle-outline" | "recycle-variant" | "redo-variant" | "reflect-horizontal" | "reflect-vertical" | "refresh-auto" | "regex" | "registered-trademark" | "reiterate" | "relation-many-to-many" | "relation-many-to-one" | "relation-many-to-one-or-many" | "relation-many-to-only-one" | "relation-many-to-zero-or-many" | "relation-many-to-zero-or-one" | "relation-one-or-many-to-many" | "relation-one-or-many-to-one" | "relation-one-or-many-to-one-or-many" | "relation-one-or-many-to-only-one" | "relation-one-or-many-to-zero-or-many" | "relation-one-or-many-to-zero-or-one" | "relation-one-to-many" | "relation-one-to-one" | "relation-one-to-one-or-many" | "relation-one-to-only-one" | "relation-one-to-zero-or-many" | "relation-one-to-zero-or-one" | "relation-only-one-to-many" | "relation-only-one-to-one" | "relation-only-one-to-one-or-many" | "relation-only-one-to-only-one" | "relation-only-one-to-zero-or-many" | "relation-only-one-to-zero-or-one" | "relation-zero-or-many-to-many" | "relation-zero-or-many-to-one" | "relation-zero-or-many-to-one-or-many" | "relation-zero-or-many-to-only-one" | "relation-zero-or-many-to-zero-or-many" | "relation-zero-or-many-to-zero-or-one" | "relation-zero-or-one-to-many" | "relation-zero-or-one-to-one" | "relation-zero-or-one-to-one-or-many" | "relation-zero-or-one-to-only-one" | "relation-zero-or-one-to-zero-or-many" | "relation-zero-or-one-to-zero-or-one" | "relative-scale" | "reload-alert" | "reminder" | "remote" | "remote-desktop" | "remote-off" | "remote-tv" | "remote-tv-off" | "rename-box" | "reorder-horizontal" | "reorder-vertical" | "repeat-off" | "repeat-once" | "repeat-variant" | "replay" | "reply-all-outline" | "reply-circle" | "reply-outline" | "reproduction" | "resistor" | "resistor-nodes" | "resize-bottom-right" | "responsive" | "restart" | "restart-alert" | "restart-off" | "restore" | "restore-alert" | "rewind-10" | "rewind-15" | "rewind-30" | "rewind-5" | "rewind-60" | "rewind-outline" | "rhombus" | "rhombus-medium" | "rhombus-medium-outline" | "rhombus-outline" | "rhombus-split" | "rhombus-split-outline" | "rice" | "rickshaw" | "rickshaw-electric" | "rivet" | "road-variant" | "robber" | "robot-angry" | "robot-angry-outline" | "robot-confused" | "robot-confused-outline" | "robot-dead" | "robot-dead-outline" | "robot-excited" | "robot-excited-outline" | "robot-happy" | "robot-happy-outline" | "robot-industrial" | "robot-love" | "robot-love-outline" | "robot-mower" | "robot-mower-outline" | "robot-off" | "robot-off-outline" | "robot-outline" | "robot-vacuum" | "robot-vacuum-variant" | "rocket-launch" | "rocket-launch-outline" | "rodent" | "roller-skate" | "roller-skate-off" | "rollerblade" | "rollerblade-off" | "rollupjs" | "roman-numeral-1" | "roman-numeral-10" | "roman-numeral-2" | "roman-numeral-3" | "roman-numeral-4" | "roman-numeral-5" | "roman-numeral-6" | "roman-numeral-7" | "roman-numeral-8" | "roman-numeral-9" | "room-service" | "room-service-outline" | "rotate-360" | "rotate-3d" | "rotate-3d-variant" | "rotate-left-variant" | "rotate-orbit" | "rotate-right-variant" | "rounded-corner" | "router" | "router-network" | "router-wireless" | "router-wireless-off" | "router-wireless-settings" | "routes" | "routes-clock" | "rowing" | "rss-box" | "rss-off" | "rug" | "rugby" | "ruler-square" | "ruler-square-compass" | "run" | "run-fast" | "rv-truck" | "sack" | "sack-percent" | "safe" | "safe-square" | "safe-square-outline" | "safety-goggles" | "sail-boat" | "sale" | "satellite-uplink" | "satellite-variant" | "sausage" | "sausage-off" | "saw-blade" | "sawtooth-wave" | "saxophone" | "scale" | "scale-balance" | "scale-bathroom" | "scale-off" | "scale-unbalanced" | "scan-helper" | "scanner" | "scanner-off" | "scatter-plot" | "scatter-plot-outline" | "scent" | "scent-off" | "scissors-cutting" | "scooter" | "scooter-electric" | "scoreboard" | "scoreboard-outline" | "screen-rotation" | "screen-rotation-lock" | "screw-flat-top" | "screw-lag" | "screw-machine-flat-top" | "screw-machine-round-top" | "screw-round-top" | "script-outline" | "script-text" | "script-text-key" | "script-text-key-outline" | "script-text-outline" | "script-text-play" | "script-text-play-outline" | "sd" | "seal" | "seal-variant" | "search-web" | "seat" | "seat-flat" | "seat-flat-angled" | "seat-individual-suite" | "seat-legroom-extra" | "seat-legroom-normal" | "seat-legroom-reduced" | "seat-outline" | "seat-passenger" | "seat-recline-extra" | "seat-recline-normal" | "seatbelt" | "security" | "security-network" | "seed" | "seed-off" | "seed-off-outline" | "seed-outline" | "seesaw" | "segment" | "select-all" | "select-color" | "select-compare" | "select-drag" | "select-group" | "select-inverse" | "select-marker" | "select-multiple" | "select-multiple-marker" | "select-off" | "select-place" | "select-remove" | "select-search" | "selection" | "selection-drag" | "selection-ellipse" | "selection-ellipse-arrow-inside" | "selection-ellipse-remove" | "selection-marker" | "selection-multiple" | "selection-multiple-marker" | "selection-off" | "selection-remove" | "selection-search" | "semantic-web" | "send-check" | "send-check-outline" | "send-circle" | "send-circle-outline" | "send-clock" | "send-clock-outline" | "send-lock" | "send-lock-outline" | "serial-port" | "server-minus" | "server-network" | "server-network-off" | "server-off" | "server-plus" | "server-remove" | "server-security" | "set-all" | "set-center" | "set-center-right" | "set-left" | "set-left-center" | "set-left-right" | "set-merge" | "set-none" | "set-right" | "set-split" | "set-square" | "set-top-box" | "settings-helper" | "shaker" | "shaker-outline" | "shape" | "shape-circle-plus" | "shape-outline" | "shape-oval-plus" | "shape-plus" | "shape-polygon-plus" | "shape-rectangle-plus" | "shape-square-plus" | "shape-square-rounded-plus" | "share-all" | "share-all-outline" | "share-circle" | "share-off" | "share-off-outline" | "share-variant" | "share-variant-outline" | "shark" | "shark-fin" | "shark-fin-outline" | "shark-off" | "sheep" | "shield-account" | "shield-account-outline" | "shield-account-variant" | "shield-account-variant-outline" | "shield-airplane" | "shield-airplane-outline" | "shield-alert" | "shield-alert-outline" | "shield-bug" | "shield-bug-outline" | "shield-car" | "shield-check" | "shield-check-outline" | "shield-cross" | "shield-cross-outline" | "shield-crown" | "shield-crown-outline" | "shield-edit" | "shield-edit-outline" | "shield-half" | "shield-half-full" | "shield-home" | "shield-home-outline" | "shield-key" | "shield-key-outline" | "shield-link-variant" | "shield-link-variant-outline" | "shield-lock" | "shield-lock-open" | "shield-lock-open-outline" | "shield-lock-outline" | "shield-moon" | "shield-moon-outline" | "shield-off-outline" | "shield-plus" | "shield-plus-outline" | "shield-refresh" | "shield-refresh-outline" | "shield-remove" | "shield-remove-outline" | "shield-search" | "shield-star" | "shield-star-outline" | "shield-sun" | "shield-sun-outline" | "shield-sword" | "shield-sword-outline" | "shield-sync" | "shield-sync-outline" | "shimmer" | "ship-wheel" | "shipping-pallet" | "shoe-ballet" | "shoe-cleat" | "shoe-formal" | "shoe-heel" | "shoe-print" | "shoe-sneaker" | "shopping" | "shopping-music" | "shopping-outline" | "shopping-search" | "shore" | "shovel" | "shovel-off" | "shower-head" | "shredder" | "shuffle-disabled" | "shuffle-variant" | "shuriken" | "sickle" | "sigma" | "sigma-lower" | "sign-caution" | "sign-direction" | "sign-direction-minus" | "sign-direction-plus" | "sign-direction-remove" | "sign-pole" | "sign-real-estate" | "sign-text" | "signal-2g" | "signal-3g" | "signal-4g" | "signal-5g" | "signal-cellular-1" | "signal-cellular-2" | "signal-cellular-3" | "signal-cellular-outline" | "signal-distance-variant" | "signal-hspa" | "signal-hspa-plus" | "signal-off" | "signal-variant" | "signature-freehand" | "signature-image" | "signature-text" | "silo" | "silverware" | "silverware-clean" | "silverware-fork" | "silverware-fork-knife" | "silverware-spoon" | "silverware-variant" | "sim" | "sim-alert" | "sim-alert-outline" | "sim-off" | "sim-off-outline" | "sim-outline" | "simple-icons" | "sine-wave" | "sitemap-outline" | "size-l" | "size-m" | "size-s" | "size-xl" | "size-xs" | "size-xxl" | "size-xxs" | "size-xxxl" | "skate" | "skate-off" | "skateboard" | "skateboarding" | "skew-less" | "skew-more" | "ski" | "ski-cross-country" | "ski-water" | "skip-backward" | "skip-backward-outline" | "skip-forward-outline" | "skip-next" | "skip-next-circle" | "skip-next-circle-outline" | "skip-next-outline" | "skip-previous" | "skip-previous-circle" | "skip-previous-circle-outline" | "skip-previous-outline" | "skull-crossbones-outline" | "skull-scan" | "skull-scan-outline" | "skype-business" | "slash-forward" | "slash-forward-box" | "sledding" | "sleep" | "sleep-off" | "slide" | "slope-downhill" | "slope-uphill" | "slot-machine" | "slot-machine-outline" | "smart-card" | "smart-card-off" | "smart-card-off-outline" | "smart-card-outline" | "smart-card-reader" | "smart-card-reader-outline" | "smoke" | "smoke-detector" | "smoke-detector-alert" | "smoke-detector-alert-outline" | "smoke-detector-off" | "smoke-detector-off-outline" | "smoke-detector-outline" | "smoke-detector-variant" | "smoke-detector-variant-alert" | "smoke-detector-variant-off" | "smoking-off" | "smoking-pipe" | "smoking-pipe-off" | "snail" | "snake" | "snowboard" | "snowflake-alert" | "snowflake-melt" | "snowflake-off" | "snowflake-variant" | "snowmobile" | "soccer" | "soccer-field" | "social-distance-2-meters" | "social-distance-6-feet" | "sofa" | "sofa-outline" | "sofa-single" | "sofa-single-outline" | "solar-panel-large" | "solar-power" | "soldering-iron" | "sony-playstation" | "sort-alphabetical-ascending" | "sort-alphabetical-ascending-variant" | "sort-alphabetical-descending" | "sort-alphabetical-descending-variant" | "sort-alphabetical-variant" | "sort-ascending" | "sort-bool-ascending" | "sort-bool-ascending-variant" | "sort-bool-descending" | "sort-bool-descending-variant" | "sort-calendar-ascending" | "sort-calendar-descending" | "sort-clock-ascending" | "sort-clock-ascending-outline" | "sort-clock-descending" | "sort-clock-descending-outline" | "sort-descending" | "sort-numeric-ascending" | "sort-numeric-ascending-variant" | "sort-numeric-descending" | "sort-numeric-descending-variant" | "sort-numeric-variant" | "sort-reverse-variant" | "sort-variant" | "sort-variant-lock" | "sort-variant-lock-open" | "sort-variant-remove" | "soundbar" | "source-branch" | "source-branch-check" | "source-branch-minus" | "source-branch-plus" | "source-branch-refresh" | "source-branch-remove" | "source-branch-sync" | "source-commit" | "source-commit-end" | "source-commit-end-local" | "source-commit-local" | "source-commit-next-local" | "source-commit-start" | "source-commit-start-next-local" | "source-fork" | "source-merge" | "source-pull" | "source-repository" | "source-repository-multiple" | "soy-sauce" | "soy-sauce-off" | "spa-outline" | "space-invaders" | "space-station" | "spade" | "speaker-bluetooth" | "speaker-multiple" | "speaker-off" | "speaker-wireless" | "spear" | "speedometer-medium" | "speedometer-slow" | "spellcheck" | "sphere" | "sphere-off" | "spider-thread" | "spider-web" | "spirit-level" | "spoon-sugar" | "spotlight" | "spotlight-beam" | "spray" | "spray-bottle" | "sprinkler" | "sprinkler-fire" | "sprinkler-variant" | "sprout" | "sprout-outline" | "square-circle" | "square-edit-outline" | "square-medium" | "square-medium-outline" | "square-off" | "square-off-outline" | "square-opacity" | "square-root" | "square-root-box" | "square-rounded" | "square-rounded-outline" | "square-small" | "square-wave" | "squeegee" | "ssh" | "stadium" | "stadium-variant" | "stairs" | "stairs-box" | "stairs-down" | "stairs-up" | "stamper" | "standard-definition" | "star-box" | "star-box-multiple" | "star-box-multiple-outline" | "star-box-outline" | "star-check" | "star-check-outline" | "star-circle" | "star-circle-outline" | "star-cog" | "star-cog-outline" | "star-crescent" | "star-david" | "star-face" | "star-four-points" | "star-four-points-outline" | "star-minus" | "star-minus-outline" | "star-off" | "star-off-outline" | "star-plus" | "star-plus-outline" | "star-remove" | "star-remove-outline" | "star-settings" | "star-settings-outline" | "star-shooting" | "star-shooting-outline" | "star-three-points" | "star-three-points-outline" | "state-machine" | "steering" | "steering-off" | "step-backward-2" | "step-forward-2" | "sticker" | "sticker-alert" | "sticker-alert-outline" | "sticker-check" | "sticker-check-outline" | "sticker-circle-outline" | "sticker-emoji" | "sticker-minus" | "sticker-minus-outline" | "sticker-outline" | "sticker-plus" | "sticker-plus-outline" | "sticker-remove" | "sticker-remove-outline" | "sticker-text" | "sticker-text-outline" | "stocking" | "stomach" | "stool" | "stool-outline" | "store-24-hour" | "store-alert" | "store-alert-outline" | "store-check" | "store-check-outline" | "store-clock" | "store-clock-outline" | "store-cog" | "store-cog-outline" | "store-edit" | "store-edit-outline" | "store-marker" | "store-marker-outline" | "store-minus" | "store-minus-outline" | "store-off" | "store-off-outline" | "store-outline" | "store-plus" | "store-plus-outline" | "store-remove" | "store-remove-outline" | "store-search" | "store-search-outline" | "store-settings" | "store-settings-outline" | "storefront" | "storefront-outline" | "stove" | "strategy" | "stretch-to-page" | "stretch-to-page-outline" | "string-lights" | "string-lights-off" | "subdirectory-arrow-left" | "subdirectory-arrow-right" | "submarine" | "subtitles" | "subtitles-outline" | "subway-alert-variant" | "subway-variant" | "summit" | "sun-compass" | "sun-snowflake" | "sun-thermometer" | "sun-thermometer-outline" | "sun-wireless" | "sun-wireless-outline" | "surfing" | "surround-sound" | "surround-sound-2-0" | "surround-sound-2-1" | "surround-sound-3-1" | "surround-sound-5-1" | "surround-sound-5-1-2" | "surround-sound-7-1" | "swap-horizontal-bold" | "swap-horizontal-circle" | "swap-horizontal-circle-outline" | "swap-horizontal-variant" | "swap-vertical-bold" | "swap-vertical-circle" | "swap-vertical-circle-outline" | "swap-vertical-variant" | "swim" | "sword" | "sword-cross" | "syllabary-hangul" | "syllabary-hiragana" | "syllabary-katakana" | "syllabary-katakana-halfwidth" | "sync-alert" | "sync-off" | "tab-minus" | "tab-plus" | "tab-remove" | "tab-search" | "tab-unselected" | "table-account" | "table-alert" | "table-arrow-down" | "table-arrow-left" | "table-arrow-right" | "table-arrow-up" | "table-border" | "table-cancel" | "table-chair" | "table-check" | "table-clock" | "table-cog" | "table-column" | "table-column-plus-after" | "table-column-plus-before" | "table-column-remove" | "table-column-width" | "table-edit" | "table-eye" | "table-eye-off" | "table-furniture" | "table-headers-eye" | "table-headers-eye-off" | "table-heart" | "table-key" | "table-large" | "table-large-plus" | "table-large-remove" | "table-lock" | "table-merge-cells" | "table-minus" | "table-multiple" | "table-network" | "table-of-contents" | "table-off" | "table-picnic" | "table-pivot" | "table-plus" | "table-refresh" | "table-remove" | "table-row" | "table-row-height" | "table-row-plus-after" | "table-row-plus-before" | "table-row-remove" | "table-search" | "table-settings" | "table-split-cell" | "table-star" | "table-sync" | "tablet-android" | "tablet-cellphone" | "tablet-dashboard" | "taco" | "tag-arrow-down" | "tag-arrow-down-outline" | "tag-arrow-left" | "tag-arrow-left-outline" | "tag-arrow-right" | "tag-arrow-right-outline" | "tag-arrow-up" | "tag-arrow-up-outline" | "tag-faces" | "tag-heart" | "tag-heart-outline" | "tag-minus" | "tag-minus-outline" | "tag-multiple" | "tag-multiple-outline" | "tag-off" | "tag-off-outline" | "tag-outline" | "tag-plus" | "tag-plus-outline" | "tag-remove" | "tag-remove-outline" | "tag-search" | "tag-search-outline" | "tag-text" | "tag-text-outline" | "tailwind" | "tangram" | "tank" | "tanker-truck" | "tape-drive" | "tape-measure" | "target-account" | "target-variant" | "tea" | "tea-outline" | "teamviewer" | "teddy-bear" | "telescope" | "television-ambient-light" | "television-box" | "television-classic" | "television-classic-off" | "television-guide" | "television-off" | "television-pause" | "television-play" | "television-shimmer" | "television-stop" | "temperature-celsius" | "temperature-fahrenheit" | "temperature-kelvin" | "tennis" | "tennis-ball" | "terraform" | "terrain" | "test-tube-empty" | "test-tube-off" | "text-account" | "text-box" | "text-box-check" | "text-box-check-outline" | "text-box-minus" | "text-box-minus-outline" | "text-box-multiple" | "text-box-multiple-outline" | "text-box-outline" | "text-box-plus" | "text-box-plus-outline" | "text-box-remove" | "text-box-remove-outline" | "text-box-search" | "text-box-search-outline" | "text-long" | "text-recognition" | "text-search" | "text-shadow" | "text-short" | "text-to-speech" | "text-to-speech-off" | "texture" | "texture-box" | "theater" | "theme-light-dark" | "thermometer-alert" | "thermometer-bluetooth" | "thermometer-chevron-down" | "thermometer-chevron-up" | "thermometer-high" | "thermometer-lines" | "thermometer-low" | "thermometer-minus" | "thermometer-off" | "thermometer-plus" | "thermostat" | "thermostat-box" | "thought-bubble" | "thought-bubble-outline" | "thumb-down" | "thumb-down-outline" | "thumb-up" | "thumb-up-outline" | "thumbs-up-down" | "thumbs-up-down-outline" | "ticket-account" | "ticket-confirmation" | "ticket-confirmation-outline" | "ticket-outline" | "ticket-percent" | "ticket-percent-outline" | "tie" | "tilde" | "tilde-off" | "timelapse" | "timeline" | "timeline-alert" | "timeline-alert-outline" | "timeline-check" | "timeline-check-outline" | "timeline-clock" | "timeline-clock-outline" | "timeline-help" | "timeline-help-outline" | "timeline-minus" | "timeline-minus-outline" | "timeline-outline" | "timeline-plus" | "timeline-plus-outline" | "timeline-remove" | "timeline-remove-outline" | "timeline-text" | "timeline-text-outline" | "timer-10" | "timer-3" | "timer-cog" | "timer-cog-outline" | "timer-off" | "timer-off-outline" | "timer-sand" | "timer-sand-complete" | "timer-sand-empty" | "timer-sand-full" | "timer-sand-paused" | "timer-settings" | "timer-settings-outline" | "timetable" | "tire" | "toaster" | "toaster-off" | "toaster-oven" | "toggle-switch" | "toggle-switch-off" | "toggle-switch-off-outline" | "toggle-switch-outline" | "toolbox-outline" | "tooltip" | "tooltip-account" | "tooltip-cellphone" | "tooltip-check" | "tooltip-check-outline" | "tooltip-edit" | "tooltip-edit-outline" | "tooltip-image" | "tooltip-image-outline" | "tooltip-minus" | "tooltip-minus-outline" | "tooltip-outline" | "tooltip-plus" | "tooltip-plus-outline" | "tooltip-remove" | "tooltip-remove-outline" | "tooltip-text" | "tooltip-text-outline" | "tooth-outline" | "toothbrush" | "toothbrush-electric" | "toothbrush-paste" | "torch" | "tortoise" | "toslink" | "tournament" | "tow-truck" | "tower-beach" | "tower-fire" | "town-hall" | "toy-brick" | "toy-brick-marker" | "toy-brick-marker-outline" | "toy-brick-minus" | "toy-brick-minus-outline" | "toy-brick-outline" | "toy-brick-plus" | "toy-brick-plus-outline" | "toy-brick-remove" | "toy-brick-remove-outline" | "toy-brick-search" | "toy-brick-search-outline" | "track-light" | "trackpad" | "trackpad-lock" | "tractor-variant" | "traffic-light-outline" | "train-car" | "train-car-passenger" | "train-car-passenger-door" | "train-car-passenger-door-open" | "train-car-passenger-variant" | "train-variant" | "tram-side" | "transcribe" | "transcribe-close" | "transfer" | "transfer-down" | "transfer-left" | "transfer-right" | "transfer-up" | "transit-connection" | "transit-connection-horizontal" | "transit-connection-variant" | "transit-detour" | "transit-skip" | "transit-transfer" | "transition" | "transition-masked" | "translate" | "translate-off" | "transmission-tower" | "transmission-tower-export" | "transmission-tower-import" | "trash-can" | "trash-can-outline" | "tray" | "tray-alert" | "tray-arrow-down" | "tray-arrow-up" | "tray-full" | "tray-minus" | "tray-plus" | "tray-remove" | "treasure-chest" | "tree-outline" | "trending-neutral" | "triangle-wave" | "triforce" | "trophy-award" | "trophy-broken" | "trophy-variant" | "trophy-variant-outline" | "truck-cargo-container" | "truck-check" | "truck-check-outline" | "truck-delivery" | "truck-delivery-outline" | "truck-fast" | "truck-fast-outline" | "truck-flatbed" | "truck-minus" | "truck-minus-outline" | "truck-outline" | "truck-plus" | "truck-plus-outline" | "truck-remove" | "truck-remove-outline" | "truck-snowflake" | "truck-trailer" | "trumpet" | "tshirt-crew" | "tshirt-crew-outline" | "tshirt-v" | "tshirt-v-outline" | "tumble-dryer" | "tumble-dryer-alert" | "tumble-dryer-off" | "tune" | "tune-variant" | "tune-vertical" | "tune-vertical-variant" | "tunnel" | "tunnel-outline" | "turkey" | "turnstile" | "turnstile-outline" | "turtle" | "two-factor-authentication" | "typewriter" | "ubisoft" | "ufo" | "ufo-outline" | "ultra-high-definition" | "umbrella-beach-outline" | "umbrella-closed" | "umbrella-closed-outline" | "umbrella-closed-variant" | "undo-variant" | "unfold-less-horizontal" | "unfold-less-vertical" | "unfold-more-horizontal" | "unfold-more-vertical" | "ungroup" | "unicode" | "unicorn" | "unicorn-variant" | "unicycle" | "unreal" | "update" | "upload-lock" | "upload-lock-outline" | "upload-multiple" | "upload-network" | "upload-network-outline" | "upload-off" | "upload-off-outline" | "upload-outline" | "usb-flash-drive" | "usb-flash-drive-outline" | "usb-port" | "vacuum" | "vacuum-outline" | "valve" | "valve-closed" | "valve-open" | "van-passenger" | "van-utility" | "vanish" | "vanish-quarter" | "vanity-light" | "variable" | "variable-box" | "vector-arrange-above" | "vector-arrange-below" | "vector-bezier" | "vector-circle" | "vector-circle-variant" | "vector-combine" | "vector-curve" | "vector-difference" | "vector-difference-ab" | "vector-difference-ba" | "vector-ellipse" | "vector-intersection" | "vector-line" | "vector-link" | "vector-point" | "vector-polygon" | "vector-polygon-variant" | "vector-polyline" | "vector-polyline-edit" | "vector-polyline-minus" | "vector-polyline-plus" | "vector-polyline-remove" | "vector-radius" | "vector-rectangle" | "vector-selection" | "vector-square-close" | "vector-square-edit" | "vector-square-minus" | "vector-square-open" | "vector-square-plus" | "vector-square-remove" | "vector-triangle" | "vector-union" | "vhs" | "vibrate" | "vibrate-off" | "video-3d" | "video-3d-off" | "video-3d-variant" | "video-4k-box" | "video-account" | "video-box" | "video-box-off" | "video-check" | "video-check-outline" | "video-high-definition" | "video-image" | "video-input-antenna" | "video-input-component" | "video-input-hdmi" | "video-input-scart" | "video-input-svideo" | "video-marker" | "video-marker-outline" | "video-minus" | "video-minus-outline" | "video-off-outline" | "video-outline" | "video-plus" | "video-plus-outline" | "video-stabilization" | "video-switch" | "video-switch-outline" | "video-vintage" | "video-wireless" | "video-wireless-outline" | "view-agenda" | "view-agenda-outline" | "view-array" | "view-array-outline" | "view-carousel" | "view-carousel-outline" | "view-column" | "view-column-outline" | "view-comfy" | "view-comfy-outline" | "view-compact" | "view-compact-outline" | "view-dashboard" | "view-dashboard-edit" | "view-dashboard-edit-outline" | "view-dashboard-outline" | "view-dashboard-variant" | "view-dashboard-variant-outline" | "view-day" | "view-day-outline" | "view-gallery" | "view-gallery-outline" | "view-grid" | "view-grid-outline" | "view-grid-plus" | "view-grid-plus-outline" | "view-headline" | "view-list" | "view-list-outline" | "view-module" | "view-module-outline" | "view-parallel" | "view-parallel-outline" | "view-quilt" | "view-quilt-outline" | "view-sequential" | "view-sequential-outline" | "view-split-horizontal" | "view-split-vertical" | "view-stream" | "view-stream-outline" | "view-week" | "view-week-outline" | "violin" | "virtual-reality" | "virus-off" | "virus-off-outline" | "virus-outline" | "vlc" | "volleyball" | "volume-minus" | "volume-plus" | "volume-source" | "volume-variant-off" | "volume-vibrate" | "vote" | "vote-outline" | "vpn" | "vuetify" | "wall" | "wall-sconce" | "wall-sconce-flat" | "wall-sconce-flat-outline" | "wall-sconce-flat-variant" | "wall-sconce-flat-variant-outline" | "wall-sconce-outline" | "wall-sconce-round" | "wall-sconce-round-outline" | "wall-sconce-round-variant" | "wall-sconce-round-variant-outline" | "wallet-giftcard" | "wallet-membership" | "wallet-plus" | "wallet-plus-outline" | "wallet-travel" | "wallpaper" | "wan" | "wardrobe" | "wardrobe-outline" | "washing-machine" | "washing-machine-alert" | "washing-machine-off" | "watch-export" | "watch-export-variant" | "watch-import" | "watch-import-variant" | "watch-variant" | "watch-vibrate" | "watch-vibrate-off" | "water-alert" | "water-alert-outline" | "water-boiler" | "water-boiler-alert" | "water-boiler-off" | "water-check" | "water-check-outline" | "water-circle" | "water-minus" | "water-minus-outline" | "water-off" | "water-off-outline" | "water-opacity" | "water-percent" | "water-percent-alert" | "water-plus" | "water-plus-outline" | "water-polo" | "water-pump" | "water-pump-off" | "water-remove" | "water-remove-outline" | "water-sync" | "water-well" | "water-well-outline" | "waterfall" | "watering-can" | "watering-can-outline" | "watermark" | "wave" | "waveform" | "waves" | "waves-arrow-left" | "waves-arrow-right" | "waves-arrow-up" | "weather-cloudy" | "weather-cloudy-alert" | "weather-cloudy-arrow-right" | "weather-cloudy-clock" | "weather-fog" | "weather-hail" | "weather-hazy" | "weather-hurricane" | "weather-lightning" | "weather-lightning-rainy" | "weather-night" | "weather-night-partly-cloudy" | "weather-partly-cloudy" | "weather-partly-lightning" | "weather-partly-rainy" | "weather-partly-snowy" | "weather-partly-snowy-rainy" | "weather-pouring" | "weather-rainy" | "weather-snowy" | "weather-snowy-heavy" | "weather-snowy-rainy" | "weather-sunny" | "weather-sunny-alert" | "weather-sunny-off" | "weather-sunset" | "weather-sunset-down" | "weather-sunset-up" | "weather-tornado" | "weather-windy" | "weather-windy-variant" | "web-box" | "web-cancel" | "web-check" | "web-clock" | "web-minus" | "web-off" | "web-plus" | "web-refresh" | "web-remove" | "web-sync" | "webcam" | "webcam-off" | "webhook" | "webrtc" | "weight-gram" | "weight-kilogram" | "weight-lifter" | "weight-pound" | "wheel-barrow" | "wheelchair-accessibility" | "whistle" | "whistle-outline" | "white-balance-auto" | "white-balance-incandescent" | "white-balance-iridescent" | "white-balance-sunny" | "widgets" | "widgets-outline" | "wifi-alert" | "wifi-arrow-down" | "wifi-arrow-left" | "wifi-arrow-left-right" | "wifi-arrow-right" | "wifi-arrow-up" | "wifi-arrow-up-down" | "wifi-cancel" | "wifi-check" | "wifi-cog" | "wifi-lock" | "wifi-lock-open" | "wifi-marker" | "wifi-minus" | "wifi-plus" | "wifi-refresh" | "wifi-remove" | "wifi-settings" | "wifi-star" | "wifi-strength-1" | "wifi-strength-1-alert" | "wifi-strength-1-lock" | "wifi-strength-1-lock-open" | "wifi-strength-2" | "wifi-strength-2-alert" | "wifi-strength-2-lock" | "wifi-strength-2-lock-open" | "wifi-strength-3" | "wifi-strength-3-alert" | "wifi-strength-3-lock" | "wifi-strength-3-lock-open" | "wifi-strength-4" | "wifi-strength-4-alert" | "wifi-strength-4-lock" | "wifi-strength-4-lock-open" | "wifi-strength-alert-outline" | "wifi-strength-lock-open-outline" | "wifi-strength-lock-outline" | "wifi-strength-off" | "wifi-strength-off-outline" | "wifi-strength-outline" | "wifi-sync" | "wind-turbine" | "wind-turbine-alert" | "wind-turbine-check" | "window-closed" | "window-closed-variant" | "window-open" | "window-open-variant" | "window-shutter" | "window-shutter-alert" | "window-shutter-open" | "windsock" | "wiper" | "wiper-wash" | "wiper-wash-alert" | "wizard-hat" | "wrap" | "wrap-disabled" | "wrench-clock" | "wrench-outline" | "xamarin" | "xml" | "xmpp" | "yeast" | "yoga" | "youtube-gaming" | "youtube-studio" | "youtube-subscription" | "youtube-tv" | "yurt" | "z-wave" | "zend" | "zigbee" | "zip-box" | "zip-box-outline" | "zip-disk" | "zodiac-aquarius" | "zodiac-aries" | "zodiac-cancer" | "zodiac-capricorn" | "zodiac-gemini" | "zodiac-leo" | "zodiac-libra" | "zodiac-pisces" | "zodiac-sagittarius" | "zodiac-scorpio" | "zodiac-taurus" | "zodiac-virgo" | "blank", "material-community">;
export default _default;
diff --git a/node_modules/@expo/vector-icons/build/MaterialIcons.d.ts b/node_modules/@expo/vector-icons/build/MaterialIcons.d.ts
index 0b64891..4adf5c0 100644
--- a/node_modules/@expo/vector-icons/build/MaterialIcons.d.ts
+++ b/node_modules/@expo/vector-icons/build/MaterialIcons.d.ts
@@ -1,2 +1,2 @@
-declare const _default: import("./createIconSet").Icon<"style" | "accessible" | "link" | "email" | "search" | "image" | "menu" | "radio" | "tab" | "timer" | "article" | "code" | "details" | "input" | "label" | "map" | "source" | "title" | "circle" | "filter" | "stop" | "forward" | "info" | "check" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "phone" | "inbox" | "lock" | "cloud" | "camera" | "delete" | "tag" | "flag" | "android" | "copyright" | "wifi" | "sync" | "login" | "logout" | "contacts" | "edit" | "warning" | "dashboard" | "adjust" | "archive" | "arrow-left" | "arrow-right" | "attachment" | "block" | "bookmark" | "bookmarks" | "brush" | "cake" | "chat" | "chevron-left" | "chevron-right" | "credit-card" | "crop" | "facebook" | "fingerprint" | "folder" | "help" | "keyboard" | "language" | "layers" | "list" | "location-pin" | "lock-open" | "loop" | "message" | "mic" | "mouse" | "note" | "notifications-off" | "palette" | "pie-chart" | "print" | "publish" | "reply" | "reply-all" | "share" | "shield" | "shop" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shuffle" | "tablet" | "tv" | "voicemail" | "comment" | "redo" | "refresh" | "undo" | "airplay" | "anchor" | "bar-chart" | "bluetooth" | "cast" | "check-circle" | "cloud-off" | "fast-forward" | "maximize" | "mic-off" | "minimize" | "monitor" | "navigation" | "phone-forwarded" | "phone-missed" | "power" | "repeat" | "send" | "settings" | "smartphone" | "speaker" | "stop-circle" | "trending-down" | "trending-up" | "umbrella" | "watch" | "wifi-off" | "zoom-in" | "zoom-out" | "remove" | "power-off" | "rotate-right" | "list-alt" | "volume-off" | "volume-down" | "volume-up" | "photo" | "eject" | "expand" | "compress" | "folder-open" | "star-half" | "arrow-circle-up" | "arrow-circle-down" | "group" | "reorder" | "money" | "sort" | "rotate-left" | "gavel" | "bolt" | "cloud-download" | "cloud-upload" | "gamepad" | "superscript" | "subscript" | "fire-extinguisher" | "euro" | "support" | "history" | "tty" | "toggle-off" | "toggle-on" | "motorcycle" | "hotel" | "train" | "subway" | "battery-full" | "usb" | "bathtub" | "web" | "lightbulb" | "backspace" | "border-all" | "border-style" | "charging-station" | "directions" | "file-download" | "file-upload" | "headset" | "hot-tub" | "memory" | "poll" | "portrait" | "receipt" | "satellite" | "school" | "sd-card" | "sim-card" | "sms" | "soap" | "spa" | "store" | "stream" | "sync-alt" | "tram" | "volume-mute" | "messenger" | "favorite" | "person" | "equalizer" | "music-note" | "preview" | "do-not-disturb" | "room" | "closed-caption" | "elevator" | "foundation" | "add" | "add-circle" | "add-circle-outline" | "alarm" | "analytics" | "apps" | "arrow-back" | "arrow-forward" | "bookmark-outline" | "build" | "business" | "call" | "cloud-circle" | "cloud-done" | "create" | "flash-off" | "help-outline" | "mail-outline" | "notifications" | "pause-circle-outline" | "people" | "people-outline" | "person-add" | "person-outline" | "person-remove" | "play-circle-outline" | "qr-code" | "radio-button-off" | "radio-button-on" | "remove-circle" | "remove-circle-outline" | "restaurant" | "star-outline" | "today" | "videocam" | "ios-share" | "account-box" | "account-circle" | "alarm-off" | "album" | "align-horizontal-center" | "align-horizontal-left" | "align-horizontal-right" | "align-vertical-bottom" | "align-vertical-center" | "align-vertical-top" | "all-inclusive" | "animation" | "api" | "aspect-ratio" | "assistant" | "atm" | "autorenew" | "av-timer" | "ballot" | "battery-alert" | "battery-unknown" | "bluetooth-audio" | "blur-linear" | "blur-off" | "border-bottom" | "border-color" | "border-horizontal" | "border-left" | "border-right" | "border-top" | "border-vertical" | "brightness-1" | "brightness-2" | "brightness-3" | "brightness-4" | "brightness-5" | "brightness-6" | "brightness-7" | "brightness-auto" | "bus-alert" | "cached" | "calendar-today" | "call-made" | "call-merge" | "call-missed" | "call-received" | "call-split" | "camera-enhance" | "camera-front" | "camera-rear" | "cancel" | "cast-connected" | "check-circle-outline" | "compare" | "content-copy" | "content-cut" | "content-paste" | "crop-free" | "crop-landscape" | "crop-portrait" | "crop-rotate" | "crop-square" | "delete-forever" | "delete-outline" | "delete-sweep" | "desktop-mac" | "developer-board" | "devices" | "dialpad" | "dns" | "do-not-disturb-off" | "domain" | "escalator" | "ev-station" | "exit-to-app" | "face" | "find-replace" | "fire-hydrant" | "fireplace" | "flare" | "flash-auto" | "flip-to-back" | "flip-to-front" | "format-align-center" | "format-align-justify" | "format-align-left" | "format-align-right" | "format-bold" | "format-clear" | "format-color-fill" | "format-color-text" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-line-spacing" | "format-list-bulleted" | "format-list-numbered" | "format-list-numbered-rtl" | "format-paint" | "format-size" | "format-strikethrough" | "format-textdirection-l-to-r" | "format-textdirection-r-to-l" | "format-underline" | "forum" | "fullscreen" | "fullscreen-exit" | "gesture" | "gif" | "gradient" | "grain" | "grid-off" | "hail" | "hdr-off" | "headset-off" | "hvac" | "image-search" | "invert-colors" | "invert-colors-off" | "keyboard-backspace" | "keyboard-return" | "keyboard-tab" | "label-off" | "label-outline" | "laptop-chromebook" | "laptop-mac" | "laptop-windows" | "launch" | "lightbulb-outline" | "link-off" | "lock-clock" | "lock-outline" | "looks" | "loupe" | "margin" | "menu-open" | "microwave" | "moped" | "more" | "movie" | "movie-filter" | "music-off" | "nature" | "nature-people" | "near-me" | "nfc" | "opacity" | "open-in-new" | "panorama" | "panorama-fisheye" | "panorama-horizontal" | "panorama-vertical" | "panorama-wide-angle" | "phone-in-talk" | "phone-paused" | "playlist-play" | "plus-one" | "point-of-sale" | "polymer" | "pool" | "priority-high" | "replay" | "restore" | "room-service" | "rounded-corner" | "router" | "rowing" | "scanner" | "scatter-plot" | "screen-rotation" | "sd" | "security" | "segment" | "select-all" | "skip-next" | "skip-previous" | "spellcheck" | "stairs" | "storefront" | "subdirectory-arrow-left" | "subdirectory-arrow-right" | "subtitles" | "surround-sound" | "swap-horizontal-circle" | "swap-vertical-circle" | "tab-unselected" | "tablet-android" | "tag-faces" | "terrain" | "texture" | "thumb-down" | "thumb-up" | "thumbs-up-down" | "timelapse" | "timeline" | "timer-10" | "timer-3" | "timer-off" | "translate" | "trending-neutral" | "tune" | "update" | "view-agenda" | "view-array" | "view-carousel" | "view-column" | "view-comfy" | "view-compact" | "view-day" | "view-headline" | "view-list" | "view-module" | "view-quilt" | "view-stream" | "view-week" | "wallet-giftcard" | "wallet-membership" | "wallet-travel" | "wallpaper" | "waves" | "widgets" | "360" | "10k" | "10mp" | "11mp" | "12mp" | "13mp" | "14mp" | "15mp" | "16mp" | "17mp" | "18mp" | "19mp" | "1k" | "1k-plus" | "20mp" | "21mp" | "22mp" | "23mp" | "24mp" | "2k" | "2k-plus" | "2mp" | "3d-rotation" | "3k" | "3k-plus" | "3mp" | "4k" | "4k-plus" | "4mp" | "5g" | "5k" | "5k-plus" | "5mp" | "6-ft-apart" | "6k" | "6k-plus" | "6mp" | "7k" | "7k-plus" | "7mp" | "8k" | "8k-plus" | "8mp" | "9k" | "9k-plus" | "9mp" | "ac-unit" | "access-alarm" | "access-alarms" | "access-time" | "accessibility" | "accessibility-new" | "accessible-forward" | "account-balance" | "account-balance-wallet" | "account-tree" | "ad-units" | "adb" | "add-a-photo" | "add-alarm" | "add-alert" | "add-box" | "add-business" | "add-call" | "add-chart" | "add-comment" | "add-ic-call" | "add-link" | "add-location" | "add-location-alt" | "add-moderator" | "add-photo-alternate" | "add-road" | "add-shopping-cart" | "add-task" | "add-to-drive" | "add-to-home-screen" | "add-to-photos" | "add-to-queue" | "addchart" | "admin-panel-settings" | "agriculture" | "airline-seat-flat" | "airline-seat-flat-angled" | "airline-seat-individual-suite" | "airline-seat-legroom-extra" | "airline-seat-legroom-normal" | "airline-seat-legroom-reduced" | "airline-seat-recline-extra" | "airline-seat-recline-normal" | "airplanemode-active" | "airplanemode-inactive" | "airplanemode-off" | "airplanemode-on" | "airport-shuttle" | "alarm-add" | "alarm-on" | "all-inbox" | "all-out" | "alt-route" | "alternate-email" | "amp-stories" | "announcement" | "apartment" | "app-blocking" | "app-registration" | "app-settings-alt" | "approval" | "architecture" | "arrow-back-ios" | "arrow-downward" | "arrow-drop-down" | "arrow-drop-down-circle" | "arrow-drop-up" | "arrow-forward-ios" | "arrow-right-alt" | "arrow-upward" | "art-track" | "assessment" | "assignment" | "assignment-ind" | "assignment-late" | "assignment-return" | "assignment-returned" | "assignment-turned-in" | "assistant-direction" | "assistant-navigation" | "assistant-photo" | "attach-email" | "attach-file" | "attach-money" | "attractions" | "audiotrack" | "auto-awesome" | "auto-awesome-mosaic" | "auto-awesome-motion" | "auto-delete" | "auto-fix-high" | "auto-fix-normal" | "auto-fix-off" | "auto-stories" | "baby-changing-station" | "backpack" | "backup" | "backup-table" | "badge" | "bakery-dining" | "batch-prediction" | "battery-charging-full" | "battery-std" | "beach-access" | "bedtime" | "beenhere" | "bento" | "bike-scooter" | "biotech" | "block-flipped" | "bluetooth-connected" | "bluetooth-disabled" | "bluetooth-searching" | "blur-circular" | "blur-on" | "book-online" | "bookmark-border" | "border-clear" | "border-inner" | "border-outer" | "branding-watermark" | "breakfast-dining" | "brightness-high" | "brightness-low" | "brightness-medium" | "broken-image" | "browser-not-supported" | "brunch-dining" | "bubble-chart" | "bug-report" | "build-circle" | "burst-mode" | "business-center" | "calculate" | "calendar-view-day" | "call-end" | "call-missed-outgoing" | "call-to-action" | "camera-alt" | "camera-roll" | "campaign" | "cancel-presentation" | "cancel-schedule-send" | "car-rental" | "car-repair" | "card-giftcard" | "card-membership" | "card-travel" | "carpenter" | "cases" | "casino" | "cast-for-education" | "category" | "celebration" | "cell-wifi" | "center-focus-strong" | "center-focus-weak" | "change-history" | "chat-bubble" | "chat-bubble-outline" | "check-box" | "check-box-outline-blank" | "checkroom" | "child-care" | "child-friendly" | "chrome-reader-mode" | "circle-notifications" | "class" | "clean-hands" | "cleaning-services" | "clear" | "clear-all" | "close-fullscreen" | "closed-caption-disabled" | "closed-caption-off" | "cloud-queue" | "collections" | "collections-bookmark" | "color-lens" | "colorize" | "comment-bank" | "commute" | "compare-arrows" | "compass-calibration" | "computer" | "confirmation-num" | "confirmation-number" | "connect-without-contact" | "connected-tv" | "construction" | "contact-mail" | "contact-page" | "contact-phone" | "contact-support" | "contactless" | "control-camera" | "control-point" | "control-point-duplicate" | "coronavirus" | "corporate-fare" | "countertops" | "create-new-folder" | "crop-16-9" | "crop-3-2" | "crop-5-4" | "crop-7-5" | "crop-din" | "crop-original" | "dangerous" | "dashboard-customize" | "data-usage" | "date-range" | "deck" | "dehaze" | "delivery-dining" | "departure-board" | "description" | "design-services" | "desktop-access-disabled" | "desktop-windows" | "developer-mode" | "device-hub" | "device-thermostat" | "device-unknown" | "devices-other" | "dialer-sip" | "dinner-dining" | "directions-bike" | "directions-boat" | "directions-bus" | "directions-car" | "directions-ferry" | "directions-off" | "directions-railway" | "directions-run" | "directions-subway" | "directions-train" | "directions-transit" | "directions-walk" | "dirty-lens" | "disabled-by-default" | "disc-full" | "dnd-forwardslash" | "do-not-disturb-alt" | "do-not-disturb-on" | "do-not-step" | "do-not-touch" | "dock" | "domain-disabled" | "domain-verification" | "done" | "done-all" | "done-outline" | "donut-large" | "donut-small" | "double-arrow" | "drafts" | "drag-handle" | "drag-indicator" | "drive-eta" | "drive-file-move" | "drive-file-move-outline" | "drive-file-rename-outline" | "drive-folder-upload" | "dry" | "dry-cleaning" | "duo" | "dvr" | "dynamic-feed" | "dynamic-form" | "east" | "eco" | "edit-attributes" | "edit-location" | "edit-off" | "edit-road" | "elderly" | "electric-bike" | "electric-car" | "electric-moped" | "electric-rickshaw" | "electric-scooter" | "electrical-services" | "emoji-emotions" | "emoji-events" | "emoji-flags" | "emoji-food-beverage" | "emoji-nature" | "emoji-objects" | "emoji-people" | "emoji-symbols" | "emoji-transportation" | "engineering" | "enhance-photo-translate" | "enhanced-encryption" | "error" | "error-outline" | "escalator-warning" | "euro-symbol" | "event" | "event-available" | "event-busy" | "event-note" | "event-seat" | "expand-less" | "expand-more" | "explicit" | "explore" | "explore-off" | "exposure" | "exposure-minus-1" | "exposure-minus-2" | "exposure-neg-1" | "exposure-neg-2" | "exposure-plus-1" | "exposure-plus-2" | "exposure-zero" | "extension" | "face-retouching-natural" | "fact-check" | "family-restroom" | "fast-rewind" | "fastfood" | "favorite-border" | "favorite-outline" | "featured-play-list" | "featured-video" | "feedback" | "fence" | "festival" | "fiber-dvr" | "fiber-manual-record" | "fiber-new" | "fiber-pin" | "fiber-smart-record" | "file-copy" | "file-download-done" | "file-present" | "filter-1" | "filter-2" | "filter-3" | "filter-4" | "filter-5" | "filter-6" | "filter-7" | "filter-8" | "filter-9" | "filter-9-plus" | "filter-alt" | "filter-b-and-w" | "filter-center-focus" | "filter-drama" | "filter-frames" | "filter-hdr" | "filter-list" | "filter-list-alt" | "filter-none" | "filter-tilt-shift" | "filter-vintage" | "find-in-page" | "first-page" | "fit-screen" | "fitness-center" | "flaky" | "flash-on" | "flight" | "flight-land" | "flight-takeoff" | "flip" | "flip-camera-android" | "flip-camera-ios" | "folder-shared" | "folder-special" | "follow-the-signs" | "font-download" | "food-bank" | "format-color-reset" | "format-quote" | "format-shapes" | "format-underlined" | "forward-10" | "forward-30" | "forward-5" | "forward-to-inbox" | "free-breakfast" | "functions" | "g-translate" | "games" | "get-app" | "goat" | "golf-course" | "gps-fixed" | "gps-not-fixed" | "gps-off" | "grade" | "grading" | "graphic-eq" | "grass" | "grid-on" | "grid-view" | "group-add" | "group-work" | "groups" | "handyman" | "hardware" | "hd" | "hdr-enhanced-select" | "hdr-on" | "hdr-strong" | "hdr-weak" | "headset-mic" | "healing" | "hearing" | "hearing-disabled" | "height" | "help-center" | "high-quality" | "highlight" | "highlight-alt" | "highlight-off" | "highlight-remove" | "history-edu" | "history-toggle-off" | "home-filled" | "home-repair-service" | "home-work" | "horizontal-distribute" | "horizontal-rule" | "horizontal-split" | "hourglass-bottom" | "hourglass-disabled" | "hourglass-empty" | "hourglass-full" | "hourglass-top" | "house" | "house-siding" | "how-to-reg" | "how-to-vote" | "http" | "https" | "icecream" | "image-aspect-ratio" | "image-not-supported" | "imagesearch-roller" | "import-contacts" | "import-export" | "important-devices" | "indeterminate-check-box" | "info-outline" | "insert-chart" | "insert-chart-outlined" | "insert-comment" | "insert-drive-file" | "insert-emoticon" | "insert-invitation" | "insert-link" | "insert-photo" | "insights" | "integration-instructions" | "inventory" | "invert-colors-on" | "iso" | "keyboard-arrow-down" | "keyboard-arrow-left" | "keyboard-arrow-right" | "keyboard-arrow-up" | "keyboard-capslock" | "keyboard-control" | "keyboard-hide" | "keyboard-voice" | "king-bed" | "kitchen" | "label-important" | "label-important-outline" | "landscape" | "last-page" | "layers-clear" | "leaderboard" | "leak-add" | "leak-remove" | "leave-bags-at-home" | "legend-toggle" | "lens" | "library-add" | "library-add-check" | "library-books" | "library-music" | "line-style" | "line-weight" | "linear-scale" | "linked-camera" | "liquor" | "live-help" | "live-tv" | "local-activity" | "local-airport" | "local-atm" | "local-attraction" | "local-bar" | "local-cafe" | "local-car-wash" | "local-convenience-store" | "local-dining" | "local-drink" | "local-fire-department" | "local-florist" | "local-gas-station" | "local-grocery-store" | "local-hospital" | "local-hotel" | "local-laundry-service" | "local-library" | "local-mall" | "local-movies" | "local-offer" | "local-parking" | "local-pharmacy" | "local-phone" | "local-pizza" | "local-play" | "local-police" | "local-post-office" | "local-print-shop" | "local-printshop" | "local-restaurant" | "local-see" | "local-shipping" | "local-taxi" | "location-city" | "location-disabled" | "location-history" | "location-off" | "location-on" | "location-searching" | "looks-3" | "looks-4" | "looks-5" | "looks-6" | "looks-one" | "looks-two" | "low-priority" | "loyalty" | "luggage" | "lunch-dining" | "maps-ugc" | "mark-as-unread" | "mark-chat-read" | "mark-chat-unread" | "mark-email-read" | "mark-email-unread" | "markunread" | "markunread-mailbox" | "masks" | "mediation" | "medical-services" | "meeting-room" | "menu-book" | "merge-type" | "messenger-outline" | "mic-external-off" | "mic-external-on" | "mic-none" | "military-tech" | "miscellaneous-services" | "missed-video-call" | "mms" | "mobile-friendly" | "mobile-off" | "mobile-screen-share" | "mode-comment" | "mode-edit" | "model-training" | "monetization-on" | "money-off" | "monochrome-photos" | "mood" | "mood-bad" | "more-horiz" | "more-time" | "more-vert" | "motion-photos-off" | "motion-photos-on" | "motion-photos-pause" | "motion-photos-paused" | "move-to-inbox" | "movie-creation" | "mp" | "multiline-chart" | "multiple-stop" | "multitrack-audio" | "museum" | "music-video" | "my-library-add" | "my-library-books" | "my-library-music" | "my-location" | "nat" | "navigate-before" | "navigate-next" | "near-me-disabled" | "network-cell" | "network-check" | "network-locked" | "network-wifi" | "new-releases" | "next-plan" | "next-week" | "night-shelter" | "nightlife" | "nightlight-round" | "nights-stay" | "no-backpack" | "no-cell" | "no-drinks" | "no-encryption" | "no-flash" | "no-food" | "no-luggage" | "no-meals" | "no-meals-ouline" | "no-meeting-room" | "no-photography" | "no-sim" | "no-stroller" | "no-transfer" | "north" | "north-east" | "north-west" | "not-accessible" | "not-interested" | "not-listed-location" | "not-started" | "note-add" | "notes" | "notification-important" | "notifications-active" | "notifications-none" | "notifications-on" | "notifications-paused" | "now-wallpaper" | "now-widgets" | "offline-bolt" | "offline-pin" | "offline-share" | "ondemand-video" | "online-prediction" | "open-in-browser" | "open-in-full" | "open-with" | "outbond" | "outbox" | "outdoor-grill" | "outgoing-mail" | "outlet" | "outlined-flag" | "padding" | "pages" | "pageview" | "pan-tool" | "panorama-fish-eye" | "panorama-horizontal-select" | "panorama-photosphere" | "panorama-photosphere-select" | "panorama-vertical-select" | "panorama-wide-angle-select" | "park" | "party-mode" | "pause-circle-filled" | "pause-presentation" | "payment" | "payments" | "pedal-bike" | "pending" | "pending-actions" | "people-alt" | "perm-camera-mic" | "perm-contact-cal" | "perm-contact-calendar" | "perm-data-setting" | "perm-device-info" | "perm-device-information" | "perm-identity" | "perm-media" | "perm-phone-msg" | "perm-scan-wifi" | "person-add-alt" | "person-add-alt-1" | "person-add-disabled" | "person-pin" | "person-pin-circle" | "person-remove-alt-1" | "person-search" | "personal-video" | "pest-control" | "pest-control-rodent" | "pets" | "phone-android" | "phone-bluetooth-speaker" | "phone-callback" | "phone-disabled" | "phone-enabled" | "phone-iphone" | "phone-locked" | "phonelink" | "phonelink-erase" | "phonelink-lock" | "phonelink-off" | "phonelink-ring" | "phonelink-setup" | "photo-album" | "photo-camera" | "photo-camera-back" | "photo-camera-front" | "photo-filter" | "photo-library" | "photo-size-select-actual" | "photo-size-select-large" | "photo-size-select-small" | "picture-as-pdf" | "picture-in-picture" | "picture-in-picture-alt" | "pie-chart-outlined" | "pin-drop" | "pivot-table-chart" | "place" | "plagiarism" | "play-arrow" | "play-circle-fill" | "play-circle-filled" | "play-disabled" | "play-for-work" | "playlist-add" | "playlist-add-check" | "plumbing" | "policy" | "portable-wifi-off" | "post-add" | "power-input" | "power-settings-new" | "pregnant-woman" | "present-to-all" | "print-disabled" | "privacy-tip" | "psychology" | "public" | "public-off" | "published-with-changes" | "push-pin" | "qr-code-2" | "qr-code-scanner" | "query-builder" | "question-answer" | "queue" | "queue-music" | "queue-play-next" | "quick-contacts-dialer" | "quick-contacts-mail" | "quickreply" | "radio-button-checked" | "radio-button-unchecked" | "railway-alert" | "ramen-dining" | "rate-review" | "read-more" | "receipt-long" | "recent-actors" | "recommend" | "record-voice-over" | "redeem" | "reduce-capacity" | "remove-done" | "remove-from-queue" | "remove-moderator" | "remove-red-eye" | "remove-shopping-cart" | "repeat-on" | "repeat-one" | "repeat-one-on" | "replay-10" | "replay-30" | "replay-5" | "replay-circle-filled" | "report" | "report-off" | "report-problem" | "request-page" | "request-quote" | "reset-tv" | "restaurant-menu" | "restore-from-trash" | "restore-page" | "rice-bowl" | "ring-volume" | "roofing" | "room-preferences" | "rotate-90-degrees-ccw" | "rss-feed" | "rtt" | "rule" | "rule-folder" | "run-circle" | "rv-hookup" | "sanitizer" | "save-alt" | "saved-search" | "schedule" | "schedule-send" | "science" | "score" | "screen-lock-landscape" | "screen-lock-portrait" | "screen-lock-rotation" | "screen-search-desktop" | "screen-share" | "sd-storage" | "search-off" | "self-improvement" | "send-and-archive" | "send-to-mobile" | "sensor-door" | "sensor-window" | "sentiment-dissatisfied" | "sentiment-neutral" | "sentiment-satisfied" | "sentiment-satisfied-alt" | "sentiment-very-dissatisfied" | "sentiment-very-satisfied" | "set-meal" | "settings-applications" | "settings-backup-restore" | "settings-bluetooth" | "settings-brightness" | "settings-cell" | "settings-display" | "settings-ethernet" | "settings-input-antenna" | "settings-input-component" | "settings-input-composite" | "settings-input-hdmi" | "settings-input-svideo" | "settings-overscan" | "settings-phone" | "settings-power" | "settings-remote" | "settings-system-daydream" | "settings-voice" | "shop-two" | "short-text" | "show-chart" | "shuffle-on" | "shutter-speed" | "sick" | "signal-cellular-0-bar" | "signal-cellular-4-bar" | "signal-cellular-alt" | "signal-cellular-connected-no-internet-4-bar" | "signal-cellular-no-sim" | "signal-cellular-null" | "signal-cellular-off" | "signal-wifi-0-bar" | "signal-wifi-4-bar" | "signal-wifi-4-bar-lock" | "signal-wifi-off" | "sim-card-alert" | "single-bed" | "slideshow" | "slow-motion-video" | "smart-button" | "smoke-free" | "smoking-rooms" | "sms-failed" | "snippet-folder" | "snooze" | "sort-by-alpha" | "south" | "south-east" | "south-west" | "space-bar" | "speaker-group" | "speaker-notes" | "speaker-notes-off" | "speaker-phone" | "speed" | "sports" | "sports-bar" | "sports-baseball" | "sports-basketball" | "sports-cricket" | "sports-esports" | "sports-football" | "sports-golf" | "sports-handball" | "sports-hockey" | "sports-kabaddi" | "sports-mma" | "sports-motorsports" | "sports-rugby" | "sports-soccer" | "sports-tennis" | "sports-volleyball" | "square-foot" | "stacked-bar-chart" | "stacked-line-chart" | "star-border" | "star-rate" | "stars" | "stay-current-landscape" | "stay-current-portrait" | "stay-primary-landscape" | "stay-primary-portrait" | "sticky-note-2" | "stop-screen-share" | "storage" | "store-mall-directory" | "straighten" | "streetview" | "strikethrough-s" | "stroller" | "subject" | "subscriptions" | "subtitles-off" | "supervised-user-circle" | "supervisor-account" | "support-agent" | "swap-calls" | "swap-horiz" | "swap-vert" | "swap-vert-circle" | "swipe" | "switch-account" | "switch-camera" | "switch-left" | "switch-right" | "switch-video" | "sync-disabled" | "sync-problem" | "system-update" | "system-update-alt" | "system-update-tv" | "table-chart" | "table-rows" | "table-view" | "tablet-mac" | "takeout-dining" | "tap-and-play" | "tapas" | "taxi-alert" | "text-fields" | "text-format" | "text-rotate-up" | "text-rotate-vertical" | "text-rotation-angledown" | "text-rotation-angleup" | "text-rotation-down" | "text-rotation-none" | "text-snippet" | "textsms" | "theater-comedy" | "theaters" | "thumb-down-alt" | "thumb-down-off-alt" | "thumb-up-alt" | "thumb-up-off-alt" | "time-to-leave" | "toc" | "toll" | "tonality" | "topic" | "touch-app" | "tour" | "toys" | "track-changes" | "traffic" | "transfer-within-a-station" | "transform" | "transit-enterexit" | "trending-flat" | "trip-origin" | "turned-in" | "turned-in-not" | "tv-off" | "two-wheeler" | "unarchive" | "unfold-less" | "unfold-more" | "unpublished" | "unsubscribe" | "update-disabled" | "upgrade" | "upload-file" | "verified" | "verified-user" | "vertical-align-bottom" | "vertical-align-center" | "vertical-align-top" | "vertical-distribute" | "vertical-split" | "vibration" | "video-call" | "video-collection" | "video-label" | "video-library" | "video-settings" | "videocam-off" | "videogame-asset" | "view-comfortable" | "view-in-ar" | "view-sidebar" | "vignette" | "visibility" | "visibility-off" | "voice-chat" | "voice-over-off" | "volunteer-activism" | "vpn-key" | "vpn-lock" | "wash" | "watch-later" | "water-damage" | "waterfall-chart" | "wb-auto" | "wb-cloudy" | "wb-incandescent" | "wb-iridescent" | "wb-shade" | "wb-sunny" | "wb-twighlight" | "wc" | "web-asset" | "weekend" | "west" | "whatshot" | "wheelchair-pickup" | "where-to-vote" | "wifi-calling" | "wifi-lock" | "wifi-protected-setup" | "wifi-tethering" | "wine-bar" | "work" | "work-off" | "work-outline" | "workspaces-filled" | "workspaces-outline" | "wrap-text" | "wrong-location" | "wysiwyg" | "youtube-searched-for" | "zoom-out-map", "material">;
+declare const _default: import("./createIconSet").Icon<"style" | "accessible" | "link" | "email" | "search" | "image" | "menu" | "radio" | "tab" | "timer" | "article" | "code" | "details" | "input" | "label" | "map" | "source" | "title" | "circle" | "filter" | "stop" | "forward" | "info" | "check" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "phone" | "inbox" | "lock" | "cloud" | "camera" | "delete" | "tag" | "flag" | "android" | "copyright" | "wifi" | "sync" | "login" | "logout" | "contacts" | "edit" | "warning" | "dashboard" | "adjust" | "archive" | "arrow-left" | "arrow-right" | "attachment" | "block" | "bookmark" | "bookmarks" | "brush" | "cake" | "chat" | "chevron-left" | "chevron-right" | "credit-card" | "crop" | "facebook" | "fingerprint" | "folder" | "help" | "keyboard" | "language" | "layers" | "list" | "location-pin" | "lock-open" | "loop" | "message" | "mic" | "mouse" | "note" | "notifications-off" | "palette" | "pie-chart" | "print" | "publish" | "reply" | "reply-all" | "share" | "shield" | "shop" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shuffle" | "tablet" | "tv" | "voicemail" | "comment" | "redo" | "refresh" | "undo" | "airplay" | "anchor" | "bar-chart" | "bluetooth" | "cast" | "check-circle" | "cloud-off" | "fast-forward" | "maximize" | "mic-off" | "minimize" | "monitor" | "navigation" | "phone-forwarded" | "phone-missed" | "power" | "repeat" | "send" | "settings" | "smartphone" | "speaker" | "stop-circle" | "trending-down" | "trending-up" | "umbrella" | "watch" | "wifi-off" | "zoom-in" | "zoom-out" | "remove" | "power-off" | "rotate-right" | "list-alt" | "volume-off" | "volume-down" | "volume-up" | "photo" | "eject" | "expand" | "compress" | "folder-open" | "star-half" | "arrow-circle-up" | "arrow-circle-down" | "group" | "reorder" | "money" | "sort" | "rotate-left" | "gavel" | "bolt" | "cloud-download" | "cloud-upload" | "gamepad" | "superscript" | "subscript" | "fire-extinguisher" | "euro" | "support" | "history" | "tty" | "toggle-off" | "toggle-on" | "motorcycle" | "hotel" | "train" | "subway" | "battery-full" | "usb" | "bathtub" | "web" | "lightbulb" | "backspace" | "border-all" | "border-style" | "charging-station" | "directions" | "file-download" | "file-upload" | "headset" | "hot-tub" | "memory" | "poll" | "portrait" | "receipt" | "satellite" | "school" | "sd-card" | "sim-card" | "sms" | "soap" | "spa" | "store" | "stream" | "sync-alt" | "tram" | "volume-mute" | "messenger" | "favorite" | "person" | "equalizer" | "music-note" | "preview" | "do-not-disturb" | "room" | "closed-caption" | "elevator" | "foundation" | "add" | "add-circle" | "add-circle-outline" | "alarm" | "analytics" | "apps" | "arrow-back" | "arrow-forward" | "bookmark-outline" | "build" | "business" | "call" | "cloud-circle" | "cloud-done" | "create" | "flash-off" | "help-outline" | "mail-outline" | "notifications" | "pause-circle-outline" | "people" | "people-outline" | "person-add" | "person-outline" | "person-remove" | "play-circle-outline" | "qr-code" | "radio-button-off" | "radio-button-on" | "remove-circle" | "remove-circle-outline" | "restaurant" | "star-outline" | "today" | "videocam" | "ios-share" | "account-box" | "account-circle" | "alarm-off" | "album" | "align-horizontal-center" | "align-horizontal-left" | "align-horizontal-right" | "align-vertical-bottom" | "align-vertical-center" | "align-vertical-top" | "all-inclusive" | "animation" | "api" | "aspect-ratio" | "assistant" | "atm" | "autorenew" | "av-timer" | "ballot" | "battery-alert" | "battery-unknown" | "bluetooth-audio" | "blur-linear" | "blur-off" | "border-bottom" | "border-color" | "border-horizontal" | "border-left" | "border-right" | "border-top" | "border-vertical" | "brightness-1" | "brightness-2" | "brightness-3" | "brightness-4" | "brightness-5" | "brightness-6" | "brightness-7" | "brightness-auto" | "bus-alert" | "cached" | "calendar-today" | "call-made" | "call-merge" | "call-missed" | "call-received" | "call-split" | "camera-enhance" | "camera-front" | "camera-rear" | "cancel" | "cast-connected" | "check-circle-outline" | "compare" | "content-copy" | "content-cut" | "content-paste" | "crop-free" | "crop-landscape" | "crop-portrait" | "crop-rotate" | "crop-square" | "delete-forever" | "delete-outline" | "delete-sweep" | "desktop-mac" | "developer-board" | "devices" | "dialpad" | "dns" | "domain" | "escalator" | "ev-station" | "exit-to-app" | "fence" | "find-replace" | "fire-hydrant" | "fireplace" | "flare" | "flash-auto" | "flip-to-back" | "flip-to-front" | "format-align-center" | "format-align-justify" | "format-align-left" | "format-align-right" | "format-bold" | "format-clear" | "format-color-fill" | "format-color-text" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-line-spacing" | "format-list-bulleted" | "format-list-numbered" | "format-list-numbered-rtl" | "format-paint" | "format-size" | "format-strikethrough" | "format-textdirection-l-to-r" | "format-textdirection-r-to-l" | "format-underline" | "forum" | "fullscreen" | "fullscreen-exit" | "gesture" | "grain" | "grass" | "grid-off" | "hail" | "hdr-off" | "headset-off" | "hvac" | "image-search" | "invert-colors" | "invert-colors-off" | "keyboard-backspace" | "keyboard-return" | "keyboard-tab" | "label-off" | "label-outline" | "launch" | "lightbulb-outline" | "link-off" | "liquor" | "lock-clock" | "lock-outline" | "looks" | "loupe" | "margin" | "menu-open" | "microwave" | "moped" | "more" | "movie" | "movie-filter" | "music-off" | "nature" | "nature-people" | "near-me" | "nfc" | "opacity" | "open-in-new" | "panorama" | "panorama-fisheye" | "panorama-horizontal" | "panorama-vertical" | "panorama-wide-angle" | "phone-in-talk" | "phone-paused" | "playlist-play" | "point-of-sale" | "polymer" | "pool" | "priority-high" | "replay" | "restore" | "room-service" | "rounded-corner" | "router" | "rowing" | "scanner" | "scatter-plot" | "screen-rotation" | "sd" | "security" | "segment" | "select-all" | "skip-next" | "skip-previous" | "spellcheck" | "stairs" | "storefront" | "subdirectory-arrow-left" | "subdirectory-arrow-right" | "subtitles" | "surround-sound" | "swap-horizontal-circle" | "swap-vertical-circle" | "tab-unselected" | "tablet-android" | "tag-faces" | "terrain" | "texture" | "thumb-down" | "thumb-up" | "thumbs-up-down" | "timelapse" | "timeline" | "timer-10" | "timer-3" | "timer-off" | "translate" | "trending-neutral" | "tune" | "update" | "view-agenda" | "view-array" | "view-carousel" | "view-column" | "view-comfy" | "view-compact" | "view-day" | "view-headline" | "view-list" | "view-module" | "view-quilt" | "view-stream" | "view-week" | "wallet-giftcard" | "wallet-membership" | "wallet-travel" | "wallpaper" | "waves" | "widgets" | "wifi-lock" | "360" | "10k" | "10mp" | "11mp" | "12mp" | "13mp" | "14mp" | "15mp" | "16mp" | "17mp" | "18mp" | "19mp" | "1k" | "1k-plus" | "20mp" | "21mp" | "22mp" | "23mp" | "24mp" | "2k" | "2k-plus" | "2mp" | "3d-rotation" | "3k" | "3k-plus" | "3mp" | "4k" | "4k-plus" | "4mp" | "5g" | "5k" | "5k-plus" | "5mp" | "6-ft-apart" | "6k" | "6k-plus" | "6mp" | "7k" | "7k-plus" | "7mp" | "8k" | "8k-plus" | "8mp" | "9k" | "9k-plus" | "9mp" | "ac-unit" | "access-alarm" | "access-alarms" | "access-time" | "accessibility" | "accessibility-new" | "accessible-forward" | "account-balance" | "account-balance-wallet" | "account-tree" | "ad-units" | "adb" | "add-a-photo" | "add-alarm" | "add-alert" | "add-box" | "add-business" | "add-call" | "add-chart" | "add-comment" | "add-ic-call" | "add-link" | "add-location" | "add-location-alt" | "add-moderator" | "add-photo-alternate" | "add-road" | "add-shopping-cart" | "add-task" | "add-to-drive" | "add-to-home-screen" | "add-to-photos" | "add-to-queue" | "addchart" | "admin-panel-settings" | "agriculture" | "airline-seat-flat" | "airline-seat-flat-angled" | "airline-seat-individual-suite" | "airline-seat-legroom-extra" | "airline-seat-legroom-normal" | "airline-seat-legroom-reduced" | "airline-seat-recline-extra" | "airline-seat-recline-normal" | "airplanemode-active" | "airplanemode-inactive" | "airplanemode-off" | "airplanemode-on" | "airport-shuttle" | "alarm-add" | "alarm-on" | "all-inbox" | "all-out" | "alt-route" | "alternate-email" | "amp-stories" | "announcement" | "apartment" | "app-blocking" | "app-registration" | "app-settings-alt" | "approval" | "architecture" | "arrow-back-ios" | "arrow-downward" | "arrow-drop-down" | "arrow-drop-down-circle" | "arrow-drop-up" | "arrow-forward-ios" | "arrow-right-alt" | "arrow-upward" | "art-track" | "assessment" | "assignment" | "assignment-ind" | "assignment-late" | "assignment-return" | "assignment-returned" | "assignment-turned-in" | "assistant-direction" | "assistant-navigation" | "assistant-photo" | "attach-email" | "attach-file" | "attach-money" | "attractions" | "audiotrack" | "auto-awesome" | "auto-awesome-mosaic" | "auto-awesome-motion" | "auto-delete" | "auto-fix-high" | "auto-fix-normal" | "auto-fix-off" | "auto-stories" | "baby-changing-station" | "backpack" | "backup" | "backup-table" | "badge" | "bakery-dining" | "batch-prediction" | "battery-charging-full" | "battery-std" | "beach-access" | "bedtime" | "beenhere" | "bento" | "bike-scooter" | "biotech" | "block-flipped" | "bluetooth-connected" | "bluetooth-disabled" | "bluetooth-searching" | "blur-circular" | "blur-on" | "book-online" | "bookmark-border" | "border-clear" | "border-inner" | "border-outer" | "branding-watermark" | "breakfast-dining" | "brightness-high" | "brightness-low" | "brightness-medium" | "broken-image" | "browser-not-supported" | "brunch-dining" | "bubble-chart" | "bug-report" | "build-circle" | "burst-mode" | "business-center" | "calculate" | "calendar-view-day" | "call-end" | "call-missed-outgoing" | "call-to-action" | "camera-alt" | "camera-roll" | "campaign" | "cancel-presentation" | "cancel-schedule-send" | "car-rental" | "car-repair" | "card-giftcard" | "card-membership" | "card-travel" | "carpenter" | "cases" | "casino" | "cast-for-education" | "category" | "celebration" | "cell-wifi" | "center-focus-strong" | "center-focus-weak" | "change-history" | "chat-bubble" | "chat-bubble-outline" | "check-box" | "check-box-outline-blank" | "checkroom" | "child-care" | "child-friendly" | "chrome-reader-mode" | "circle-notifications" | "class" | "clean-hands" | "cleaning-services" | "clear" | "clear-all" | "close-fullscreen" | "closed-caption-disabled" | "closed-caption-off" | "cloud-queue" | "collections" | "collections-bookmark" | "color-lens" | "colorize" | "comment-bank" | "commute" | "compare-arrows" | "compass-calibration" | "computer" | "confirmation-num" | "confirmation-number" | "connect-without-contact" | "connected-tv" | "construction" | "contact-mail" | "contact-page" | "contact-phone" | "contact-support" | "contactless" | "control-camera" | "control-point" | "control-point-duplicate" | "coronavirus" | "corporate-fare" | "countertops" | "create-new-folder" | "crop-16-9" | "crop-3-2" | "crop-5-4" | "crop-7-5" | "crop-din" | "crop-original" | "dangerous" | "dashboard-customize" | "data-usage" | "date-range" | "deck" | "dehaze" | "delivery-dining" | "departure-board" | "description" | "design-services" | "desktop-access-disabled" | "desktop-windows" | "developer-mode" | "device-hub" | "device-thermostat" | "device-unknown" | "devices-other" | "dialer-sip" | "dinner-dining" | "directions-bike" | "directions-boat" | "directions-bus" | "directions-car" | "directions-ferry" | "directions-off" | "directions-railway" | "directions-run" | "directions-subway" | "directions-train" | "directions-transit" | "directions-walk" | "dirty-lens" | "disabled-by-default" | "disc-full" | "dnd-forwardslash" | "do-not-disturb-alt" | "do-not-disturb-off" | "do-not-disturb-on" | "do-not-step" | "do-not-touch" | "dock" | "domain-disabled" | "domain-verification" | "done" | "done-all" | "done-outline" | "donut-large" | "donut-small" | "double-arrow" | "drafts" | "drag-handle" | "drag-indicator" | "drive-eta" | "drive-file-move" | "drive-file-move-outline" | "drive-file-rename-outline" | "drive-folder-upload" | "dry" | "dry-cleaning" | "duo" | "dvr" | "dynamic-feed" | "dynamic-form" | "east" | "eco" | "edit-attributes" | "edit-location" | "edit-off" | "edit-road" | "elderly" | "electric-bike" | "electric-car" | "electric-moped" | "electric-rickshaw" | "electric-scooter" | "electrical-services" | "emoji-emotions" | "emoji-events" | "emoji-flags" | "emoji-food-beverage" | "emoji-nature" | "emoji-objects" | "emoji-people" | "emoji-symbols" | "emoji-transportation" | "engineering" | "enhance-photo-translate" | "enhanced-encryption" | "error" | "error-outline" | "escalator-warning" | "euro-symbol" | "event" | "event-available" | "event-busy" | "event-note" | "event-seat" | "expand-less" | "expand-more" | "explicit" | "explore" | "explore-off" | "exposure" | "exposure-minus-1" | "exposure-minus-2" | "exposure-neg-1" | "exposure-neg-2" | "exposure-plus-1" | "exposure-plus-2" | "exposure-zero" | "extension" | "face" | "face-retouching-natural" | "fact-check" | "family-restroom" | "fast-rewind" | "fastfood" | "favorite-border" | "favorite-outline" | "featured-play-list" | "featured-video" | "feedback" | "festival" | "fiber-dvr" | "fiber-manual-record" | "fiber-new" | "fiber-pin" | "fiber-smart-record" | "file-copy" | "file-download-done" | "file-present" | "filter-1" | "filter-2" | "filter-3" | "filter-4" | "filter-5" | "filter-6" | "filter-7" | "filter-8" | "filter-9" | "filter-9-plus" | "filter-alt" | "filter-b-and-w" | "filter-center-focus" | "filter-drama" | "filter-frames" | "filter-hdr" | "filter-list" | "filter-list-alt" | "filter-none" | "filter-tilt-shift" | "filter-vintage" | "find-in-page" | "first-page" | "fit-screen" | "fitness-center" | "flaky" | "flash-on" | "flight" | "flight-land" | "flight-takeoff" | "flip" | "flip-camera-android" | "flip-camera-ios" | "folder-shared" | "folder-special" | "follow-the-signs" | "font-download" | "food-bank" | "format-color-reset" | "format-quote" | "format-shapes" | "format-underlined" | "forward-10" | "forward-30" | "forward-5" | "forward-to-inbox" | "free-breakfast" | "functions" | "g-translate" | "games" | "get-app" | "gif" | "goat" | "golf-course" | "gps-fixed" | "gps-not-fixed" | "gps-off" | "grade" | "gradient" | "grading" | "graphic-eq" | "grid-on" | "grid-view" | "group-add" | "group-work" | "groups" | "handyman" | "hardware" | "hd" | "hdr-enhanced-select" | "hdr-on" | "hdr-strong" | "hdr-weak" | "headset-mic" | "healing" | "hearing" | "hearing-disabled" | "height" | "help-center" | "high-quality" | "highlight" | "highlight-alt" | "highlight-off" | "highlight-remove" | "history-edu" | "history-toggle-off" | "home-filled" | "home-repair-service" | "home-work" | "horizontal-distribute" | "horizontal-rule" | "horizontal-split" | "hourglass-bottom" | "hourglass-disabled" | "hourglass-empty" | "hourglass-full" | "hourglass-top" | "house" | "house-siding" | "how-to-reg" | "how-to-vote" | "http" | "https" | "icecream" | "image-aspect-ratio" | "image-not-supported" | "imagesearch-roller" | "import-contacts" | "import-export" | "important-devices" | "indeterminate-check-box" | "info-outline" | "insert-chart" | "insert-chart-outlined" | "insert-comment" | "insert-drive-file" | "insert-emoticon" | "insert-invitation" | "insert-link" | "insert-photo" | "insights" | "integration-instructions" | "inventory" | "invert-colors-on" | "iso" | "keyboard-arrow-down" | "keyboard-arrow-left" | "keyboard-arrow-right" | "keyboard-arrow-up" | "keyboard-capslock" | "keyboard-control" | "keyboard-hide" | "keyboard-voice" | "king-bed" | "kitchen" | "label-important" | "label-important-outline" | "landscape" | "laptop-chromebook" | "laptop-mac" | "laptop-windows" | "last-page" | "layers-clear" | "leaderboard" | "leak-add" | "leak-remove" | "leave-bags-at-home" | "legend-toggle" | "lens" | "library-add" | "library-add-check" | "library-books" | "library-music" | "line-style" | "line-weight" | "linear-scale" | "linked-camera" | "live-help" | "live-tv" | "local-activity" | "local-airport" | "local-atm" | "local-attraction" | "local-bar" | "local-cafe" | "local-car-wash" | "local-convenience-store" | "local-dining" | "local-drink" | "local-fire-department" | "local-florist" | "local-gas-station" | "local-grocery-store" | "local-hospital" | "local-hotel" | "local-laundry-service" | "local-library" | "local-mall" | "local-movies" | "local-offer" | "local-parking" | "local-pharmacy" | "local-phone" | "local-pizza" | "local-play" | "local-police" | "local-post-office" | "local-print-shop" | "local-printshop" | "local-restaurant" | "local-see" | "local-shipping" | "local-taxi" | "location-city" | "location-disabled" | "location-history" | "location-off" | "location-on" | "location-searching" | "looks-3" | "looks-4" | "looks-5" | "looks-6" | "looks-one" | "looks-two" | "low-priority" | "loyalty" | "luggage" | "lunch-dining" | "maps-ugc" | "mark-as-unread" | "mark-chat-read" | "mark-chat-unread" | "mark-email-read" | "mark-email-unread" | "markunread" | "markunread-mailbox" | "masks" | "mediation" | "medical-services" | "meeting-room" | "menu-book" | "merge-type" | "messenger-outline" | "mic-external-off" | "mic-external-on" | "mic-none" | "military-tech" | "miscellaneous-services" | "missed-video-call" | "mms" | "mobile-friendly" | "mobile-off" | "mobile-screen-share" | "mode-comment" | "mode-edit" | "model-training" | "monetization-on" | "money-off" | "monochrome-photos" | "mood" | "mood-bad" | "more-horiz" | "more-time" | "more-vert" | "motion-photos-off" | "motion-photos-on" | "motion-photos-pause" | "motion-photos-paused" | "move-to-inbox" | "movie-creation" | "mp" | "multiline-chart" | "multiple-stop" | "multitrack-audio" | "museum" | "music-video" | "my-library-add" | "my-library-books" | "my-library-music" | "my-location" | "nat" | "navigate-before" | "navigate-next" | "near-me-disabled" | "network-cell" | "network-check" | "network-locked" | "network-wifi" | "new-releases" | "next-plan" | "next-week" | "night-shelter" | "nightlife" | "nightlight-round" | "nights-stay" | "no-backpack" | "no-cell" | "no-drinks" | "no-encryption" | "no-flash" | "no-food" | "no-luggage" | "no-meals" | "no-meals-ouline" | "no-meeting-room" | "no-photography" | "no-sim" | "no-stroller" | "no-transfer" | "north" | "north-east" | "north-west" | "not-accessible" | "not-interested" | "not-listed-location" | "not-started" | "note-add" | "notes" | "notification-important" | "notifications-active" | "notifications-none" | "notifications-on" | "notifications-paused" | "now-wallpaper" | "now-widgets" | "offline-bolt" | "offline-pin" | "offline-share" | "ondemand-video" | "online-prediction" | "open-in-browser" | "open-in-full" | "open-with" | "outbond" | "outbox" | "outdoor-grill" | "outgoing-mail" | "outlet" | "outlined-flag" | "padding" | "pages" | "pageview" | "pan-tool" | "panorama-fish-eye" | "panorama-horizontal-select" | "panorama-photosphere" | "panorama-photosphere-select" | "panorama-vertical-select" | "panorama-wide-angle-select" | "park" | "party-mode" | "pause-circle-filled" | "pause-presentation" | "payment" | "payments" | "pedal-bike" | "pending" | "pending-actions" | "people-alt" | "perm-camera-mic" | "perm-contact-cal" | "perm-contact-calendar" | "perm-data-setting" | "perm-device-info" | "perm-device-information" | "perm-identity" | "perm-media" | "perm-phone-msg" | "perm-scan-wifi" | "person-add-alt" | "person-add-alt-1" | "person-add-disabled" | "person-pin" | "person-pin-circle" | "person-remove-alt-1" | "person-search" | "personal-video" | "pest-control" | "pest-control-rodent" | "pets" | "phone-android" | "phone-bluetooth-speaker" | "phone-callback" | "phone-disabled" | "phone-enabled" | "phone-iphone" | "phone-locked" | "phonelink" | "phonelink-erase" | "phonelink-lock" | "phonelink-off" | "phonelink-ring" | "phonelink-setup" | "photo-album" | "photo-camera" | "photo-camera-back" | "photo-camera-front" | "photo-filter" | "photo-library" | "photo-size-select-actual" | "photo-size-select-large" | "photo-size-select-small" | "picture-as-pdf" | "picture-in-picture" | "picture-in-picture-alt" | "pie-chart-outlined" | "pin-drop" | "pivot-table-chart" | "place" | "plagiarism" | "play-arrow" | "play-circle-fill" | "play-circle-filled" | "play-disabled" | "play-for-work" | "playlist-add" | "playlist-add-check" | "plumbing" | "plus-one" | "policy" | "portable-wifi-off" | "post-add" | "power-input" | "power-settings-new" | "pregnant-woman" | "present-to-all" | "print-disabled" | "privacy-tip" | "psychology" | "public" | "public-off" | "published-with-changes" | "push-pin" | "qr-code-2" | "qr-code-scanner" | "query-builder" | "question-answer" | "queue" | "queue-music" | "queue-play-next" | "quick-contacts-dialer" | "quick-contacts-mail" | "quickreply" | "radio-button-checked" | "radio-button-unchecked" | "railway-alert" | "ramen-dining" | "rate-review" | "read-more" | "receipt-long" | "recent-actors" | "recommend" | "record-voice-over" | "redeem" | "reduce-capacity" | "remove-done" | "remove-from-queue" | "remove-moderator" | "remove-red-eye" | "remove-shopping-cart" | "repeat-on" | "repeat-one" | "repeat-one-on" | "replay-10" | "replay-30" | "replay-5" | "replay-circle-filled" | "report" | "report-off" | "report-problem" | "request-page" | "request-quote" | "reset-tv" | "restaurant-menu" | "restore-from-trash" | "restore-page" | "rice-bowl" | "ring-volume" | "roofing" | "room-preferences" | "rotate-90-degrees-ccw" | "rss-feed" | "rtt" | "rule" | "rule-folder" | "run-circle" | "rv-hookup" | "sanitizer" | "save-alt" | "saved-search" | "schedule" | "schedule-send" | "science" | "score" | "screen-lock-landscape" | "screen-lock-portrait" | "screen-lock-rotation" | "screen-search-desktop" | "screen-share" | "sd-storage" | "search-off" | "self-improvement" | "send-and-archive" | "send-to-mobile" | "sensor-door" | "sensor-window" | "sentiment-dissatisfied" | "sentiment-neutral" | "sentiment-satisfied" | "sentiment-satisfied-alt" | "sentiment-very-dissatisfied" | "sentiment-very-satisfied" | "set-meal" | "settings-applications" | "settings-backup-restore" | "settings-bluetooth" | "settings-brightness" | "settings-cell" | "settings-display" | "settings-ethernet" | "settings-input-antenna" | "settings-input-component" | "settings-input-composite" | "settings-input-hdmi" | "settings-input-svideo" | "settings-overscan" | "settings-phone" | "settings-power" | "settings-remote" | "settings-system-daydream" | "settings-voice" | "shop-two" | "short-text" | "show-chart" | "shuffle-on" | "shutter-speed" | "sick" | "signal-cellular-0-bar" | "signal-cellular-4-bar" | "signal-cellular-alt" | "signal-cellular-connected-no-internet-4-bar" | "signal-cellular-no-sim" | "signal-cellular-null" | "signal-cellular-off" | "signal-wifi-0-bar" | "signal-wifi-4-bar" | "signal-wifi-4-bar-lock" | "signal-wifi-off" | "sim-card-alert" | "single-bed" | "slideshow" | "slow-motion-video" | "smart-button" | "smoke-free" | "smoking-rooms" | "sms-failed" | "snippet-folder" | "snooze" | "sort-by-alpha" | "south" | "south-east" | "south-west" | "space-bar" | "speaker-group" | "speaker-notes" | "speaker-notes-off" | "speaker-phone" | "speed" | "sports" | "sports-bar" | "sports-baseball" | "sports-basketball" | "sports-cricket" | "sports-esports" | "sports-football" | "sports-golf" | "sports-handball" | "sports-hockey" | "sports-kabaddi" | "sports-mma" | "sports-motorsports" | "sports-rugby" | "sports-soccer" | "sports-tennis" | "sports-volleyball" | "square-foot" | "stacked-bar-chart" | "stacked-line-chart" | "star-border" | "star-rate" | "stars" | "stay-current-landscape" | "stay-current-portrait" | "stay-primary-landscape" | "stay-primary-portrait" | "sticky-note-2" | "stop-screen-share" | "storage" | "store-mall-directory" | "straighten" | "streetview" | "strikethrough-s" | "stroller" | "subject" | "subscriptions" | "subtitles-off" | "supervised-user-circle" | "supervisor-account" | "support-agent" | "swap-calls" | "swap-horiz" | "swap-vert" | "swap-vert-circle" | "swipe" | "switch-account" | "switch-camera" | "switch-left" | "switch-right" | "switch-video" | "sync-disabled" | "sync-problem" | "system-update" | "system-update-alt" | "system-update-tv" | "table-chart" | "table-rows" | "table-view" | "tablet-mac" | "takeout-dining" | "tap-and-play" | "tapas" | "taxi-alert" | "text-fields" | "text-format" | "text-rotate-up" | "text-rotate-vertical" | "text-rotation-angledown" | "text-rotation-angleup" | "text-rotation-down" | "text-rotation-none" | "text-snippet" | "textsms" | "theater-comedy" | "theaters" | "thumb-down-alt" | "thumb-down-off-alt" | "thumb-up-alt" | "thumb-up-off-alt" | "time-to-leave" | "toc" | "toll" | "tonality" | "topic" | "touch-app" | "tour" | "toys" | "track-changes" | "traffic" | "transfer-within-a-station" | "transform" | "transit-enterexit" | "trending-flat" | "trip-origin" | "turned-in" | "turned-in-not" | "tv-off" | "two-wheeler" | "unarchive" | "unfold-less" | "unfold-more" | "unpublished" | "unsubscribe" | "update-disabled" | "upgrade" | "upload-file" | "verified" | "verified-user" | "vertical-align-bottom" | "vertical-align-center" | "vertical-align-top" | "vertical-distribute" | "vertical-split" | "vibration" | "video-call" | "video-collection" | "video-label" | "video-library" | "video-settings" | "videocam-off" | "videogame-asset" | "view-comfortable" | "view-in-ar" | "view-sidebar" | "vignette" | "visibility" | "visibility-off" | "voice-chat" | "voice-over-off" | "volunteer-activism" | "vpn-key" | "vpn-lock" | "wash" | "watch-later" | "water-damage" | "waterfall-chart" | "wb-auto" | "wb-cloudy" | "wb-incandescent" | "wb-iridescent" | "wb-shade" | "wb-sunny" | "wb-twighlight" | "wc" | "web-asset" | "weekend" | "west" | "whatshot" | "wheelchair-pickup" | "where-to-vote" | "wifi-calling" | "wifi-protected-setup" | "wifi-tethering" | "wine-bar" | "work" | "work-off" | "work-outline" | "workspaces-filled" | "workspaces-outline" | "wrap-text" | "wrong-location" | "wysiwyg" | "youtube-searched-for" | "zoom-out-map", "material">;
export default _default;
diff --git a/node_modules/@expo/vector-icons/build/Octicons.d.ts b/node_modules/@expo/vector-icons/build/Octicons.d.ts
index 21b418a..257a048 100644
--- a/node_modules/@expo/vector-icons/build/Octicons.d.ts
+++ b/node_modules/@expo/vector-icons/build/Octicons.d.ts
@@ -1,2 +1,2 @@
-declare const _default: import("./createIconSet").Icon<"link" | "search" | "alert" | "key" | "code" | "ruby" | "stop" | "plus" | "info" | "check" | "book" | "question" | "mail" | "home" | "star" | "inbox" | "lock" | "eye" | "heart" | "play" | "tag" | "calendar" | "database" | "gift" | "sync" | "dashboard" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bell" | "bookmark" | "briefcase" | "browser" | "bug" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "credit-card" | "globe" | "keyboard" | "light-bulb" | "location" | "megaphone" | "note" | "pencil" | "pin" | "quote" | "reply" | "rocket" | "rss" | "shield" | "tools" | "triangle-down" | "triangle-left" | "triangle-right" | "triangle-up" | "comment" | "gear" | "bold" | "file" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "italic" | "package" | "server" | "settings" | "terminal" | "watch" | "x" | "zap" | "sign-out" | "sign-in" | "cloud-download" | "cloud-upload" | "mortar-board" | "history" | "plug" | "markdown" | "file-code" | "file-pdf" | "person" | "smiley" | "pulse" | "beaker" | "flame" | "git-compare" | "logo-github" | "clippy" | "graph" | "mirror" | "radio-tower" | "telescope" | "horizontal-rule" | "report" | "verified" | "arrow-both" | "arrow-small-down" | "arrow-small-left" | "arrow-small-right" | "arrow-small-up" | "broadcast" | "checklist" | "circle-slash" | "circuit-board" | "comment-discussion" | "dash" | "desktop-download" | "device-camera" | "device-camera-video" | "device-desktop" | "device-mobile" | "diff" | "diff-added" | "diff-ignored" | "diff-modified" | "diff-removed" | "diff-renamed" | "ellipsis" | "eye-closed" | "file-binary" | "file-directory" | "file-media" | "file-submodule" | "file-symlink-directory" | "file-symlink-file" | "file-zip" | "fold" | "fold-down" | "fold-up" | "gist" | "gist-secret" | "github-action" | "grabber" | "hubot" | "issue-closed" | "issue-opened" | "issue-reopened" | "jersey" | "kebab-horizontal" | "kebab-vertical" | "law" | "link-external" | "list-ordered" | "list-unordered" | "logo-gist" | "mail-read" | "mark-github" | "mention" | "milestone" | "mute" | "no-newline" | "octoface" | "organization" | "paintcan" | "plus-small" | "primitive-dot" | "primitive-square" | "project" | "repo" | "repo-clone" | "repo-force-push" | "repo-forked" | "repo-pull" | "repo-push" | "request-changes" | "screen-full" | "screen-normal" | "squirrel" | "tasklist" | "text-size" | "three-bars" | "thumbsdown" | "thumbsup" | "trashcan" | "unfold" | "unmute" | "unverified" | "versions", "octicons">;
+declare const _default: import("./createIconSet").Icon<"number" | "link" | "search" | "image" | "alert" | "key" | "code" | "meter" | "ruby" | "table" | "video" | "circle" | "filter" | "stop" | "plus" | "info" | "check" | "book" | "question" | "mail" | "home" | "star" | "inbox" | "lock" | "eye" | "heart" | "upload" | "download" | "unlock" | "play" | "tag" | "calendar" | "database" | "hourglass" | "gift" | "sync" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bell" | "bookmark" | "briefcase" | "browser" | "bug" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "copy" | "credit-card" | "globe" | "infinity" | "light-bulb" | "location" | "megaphone" | "moon" | "note" | "pencil" | "pin" | "quote" | "reply" | "rocket" | "rss" | "share" | "shield" | "stopwatch" | "tools" | "trash" | "triangle-down" | "triangle-left" | "triangle-right" | "triangle-up" | "comment" | "gear" | "bold" | "check-circle" | "columns" | "cpu" | "file" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "hash" | "italic" | "package" | "plus-circle" | "server" | "square" | "sun" | "terminal" | "x" | "x-circle" | "zap" | "sign-out" | "sign-in" | "strikethrough" | "sort-desc" | "sort-asc" | "paste" | "mortar-board" | "history" | "plug" | "bell-slash" | "diamond" | "id-badge" | "markdown" | "file-code" | "heading" | "person" | "smiley" | "pulse" | "apps" | "beaker" | "duplicate" | "flame" | "git-compare" | "logo-github" | "people" | "person-add" | "broadcast" | "graph" | "mirror" | "shield-check" | "shield-lock" | "telescope" | "webhook" | "accessibility" | "horizontal-rule" | "report" | "verified" | "arrow-both" | "arrow-switch" | "bell-fill" | "blocked" | "bookmark-slash" | "check-circle-fill" | "checklist" | "circle-slash" | "code-of-conduct" | "code-review" | "code-square" | "codescan" | "codescan-checkmark" | "codespaces" | "comment-discussion" | "container" | "cross-reference" | "dash" | "dependabot" | "desktop-download" | "device-camera" | "device-camera-video" | "device-desktop" | "device-mobile" | "diff" | "diff-added" | "diff-ignored" | "diff-modified" | "diff-removed" | "diff-renamed" | "dot" | "dot-fill" | "ellipsis" | "eye-closed" | "feed-discussion" | "feed-heart" | "feed-person" | "feed-repo" | "feed-rocket" | "feed-star" | "feed-tag" | "file-badge" | "file-binary" | "file-diff" | "file-directory" | "file-submodule" | "file-symlink-file" | "file-zip" | "fold" | "fold-down" | "fold-up" | "git-pull-request-closed" | "git-pull-request-draft" | "grabber" | "heart-fill" | "hubot" | "issue-closed" | "issue-draft" | "issue-opened" | "issue-reopened" | "iterations" | "kebab-horizontal" | "key-asterisk" | "law" | "link-external" | "list-ordered" | "list-unordered" | "log" | "logo-gist" | "mark-github" | "mention" | "milestone" | "multi-select" | "mute" | "no-entry" | "north-star" | "organization" | "package-dependencies" | "package-dependents" | "paintbrush" | "paper-airplane" | "person-fill" | "project" | "repo" | "repo-clone" | "repo-deleted" | "repo-forked" | "repo-pull" | "repo-push" | "repo-template" | "rows" | "screen-full" | "screen-normal" | "share-android" | "shield-x" | "sidebar-collapse" | "sidebar-expand" | "single-select" | "skip" | "square-fill" | "squirrel" | "stack" | "star-fill" | "tab-external" | "tasklist" | "telescope-fill" | "three-bars" | "thumbsdown" | "thumbsup" | "typography" | "unfold" | "unmute" | "unverified" | "versions" | "workflow" | "x-circle-fill", "octicons">;
export default _default;
diff --git a/node_modules/@expo/vector-icons/build/SimpleLineIcons.d.ts b/node_modules/@expo/vector-icons/build/SimpleLineIcons.d.ts
index e88be13..59759ef 100644
--- a/node_modules/@expo/vector-icons/build/SimpleLineIcons.d.ts
+++ b/node_modules/@expo/vector-icons/build/SimpleLineIcons.d.ts
@@ -1,2 +1,2 @@
-declare const _default: import("./createIconSet").Icon<"link" | "menu" | "key" | "map" | "picture" | "minus" | "plus" | "info" | "exclamation" | "check" | "close" | "question" | "home" | "star" | "user" | "phone" | "lock" | "eye" | "camera" | "heart" | "calculator" | "tag" | "calendar" | "hourglass" | "flag" | "printer" | "wallet" | "login" | "logout" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bell" | "briefcase" | "clock" | "compass" | "credit-card" | "crop" | "cup" | "direction" | "drop" | "folder" | "game-controller" | "globe" | "grid" | "layers" | "list" | "location-pin" | "lock-open" | "loop" | "magnet" | "mouse" | "note" | "paper-plane" | "paypal" | "pencil" | "pie-chart" | "pin" | "rocket" | "share" | "shield" | "shuffle" | "trash" | "trophy" | "chart" | "envelope" | "like" | "refresh" | "anchor" | "arrow-down-circle" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "book-open" | "disc" | "film" | "power" | "settings" | "target" | "umbrella" | "volume-1" | "volume-2" | "volume-off" | "ban" | "fire" | "plane" | "feed" | "wrench" | "cloud-download" | "cloud-upload" | "microphone" | "support" | "share-alt" | "diamond" | "envelope-open" | "directions" | "ghost" | "cursor" | "equalizer" | "dislike" | "puzzle" | "social-behance" | "social-dribbble" | "social-dropbox" | "social-facebook" | "social-github" | "social-instagram" | "social-linkedin" | "social-pinterest" | "social-reddit" | "social-skype" | "social-spotify" | "social-steam" | "social-stumbleupon" | "social-tumblr" | "social-twitter" | "social-youtube" | "basket" | "bulb" | "options" | "people" | "reload" | "speedometer" | "cursor-move" | "graph" | "notebook" | "badge" | "call-end" | "event" | "organization" | "user-female" | "user-follow" | "user-following" | "user-unfollow" | "emotsmile" | "call-in" | "call-out" | "options-vertical" | "screen-smartphone" | "screen-desktop" | "mustache" | "energy" | "chemistry" | "screen-tablet" | "magic-wand" | "graduation" | "eyeglass" | "envelope-letter" | "vector" | "speech" | "present" | "playlist" | "handbag" | "globe-alt" | "folder-alt" | "drawer" | "docs" | "doc" | "bubbles" | "basket-loaded" | "bag" | "action-undo" | "action-redo" | "frame" | "size-fullscreen" | "size-actual" | "music-tone-alt" | "music-tone" | "earphones-alt" | "earphones" | "control-start" | "control-rewind" | "control-play" | "control-pause" | "control-forward" | "control-end" | "bubble" | "camrecorder" | "magnifier" | "magnifier-add" | "magnifier-remove" | "paper-clip" | "symbol-female" | "symbol-male" | "social-google" | "social-foursqare" | "social-soundcloud" | "social-vkontakte", "simple-line-icons">;
+declare const _default: import("./createIconSet").Icon<"link" | "menu" | "key" | "map" | "picture" | "minus" | "plus" | "info" | "exclamation" | "check" | "close" | "question" | "home" | "star" | "user" | "phone" | "lock" | "eye" | "camera" | "heart" | "calculator" | "tag" | "calendar" | "hourglass" | "flag" | "printer" | "wallet" | "login" | "logout" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bell" | "briefcase" | "clock" | "compass" | "credit-card" | "crop" | "cup" | "direction" | "drop" | "folder" | "game-controller" | "globe" | "grid" | "layers" | "list" | "location-pin" | "lock-open" | "loop" | "magnet" | "mouse" | "note" | "paper-plane" | "paypal" | "pencil" | "pie-chart" | "pin" | "rocket" | "share" | "shield" | "shuffle" | "trash" | "trophy" | "chart" | "envelope" | "like" | "refresh" | "anchor" | "arrow-down-circle" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "book-open" | "disc" | "film" | "power" | "settings" | "target" | "umbrella" | "volume-1" | "volume-2" | "volume-off" | "ban" | "fire" | "plane" | "feed" | "wrench" | "cloud-download" | "cloud-upload" | "microphone" | "support" | "share-alt" | "diamond" | "envelope-open" | "directions" | "ghost" | "cursor" | "equalizer" | "dislike" | "puzzle" | "social-behance" | "social-dribbble" | "social-dropbox" | "social-facebook" | "social-github" | "social-instagram" | "social-linkedin" | "social-pinterest" | "social-reddit" | "social-skype" | "social-spotify" | "social-steam" | "social-stumbleupon" | "social-tumblr" | "social-twitter" | "social-youtube" | "basket" | "bulb" | "options" | "people" | "reload" | "speedometer" | "cursor-move" | "graph" | "mustache" | "notebook" | "badge" | "call-end" | "event" | "organization" | "user-female" | "user-follow" | "user-following" | "user-unfollow" | "emotsmile" | "call-in" | "call-out" | "options-vertical" | "screen-smartphone" | "screen-desktop" | "energy" | "chemistry" | "screen-tablet" | "magic-wand" | "graduation" | "eyeglass" | "envelope-letter" | "vector" | "speech" | "present" | "playlist" | "handbag" | "globe-alt" | "folder-alt" | "drawer" | "docs" | "doc" | "bubbles" | "basket-loaded" | "bag" | "action-undo" | "action-redo" | "frame" | "size-fullscreen" | "size-actual" | "music-tone-alt" | "music-tone" | "earphones-alt" | "earphones" | "control-start" | "control-rewind" | "control-play" | "control-pause" | "control-forward" | "control-end" | "bubble" | "camrecorder" | "magnifier" | "magnifier-add" | "magnifier-remove" | "paper-clip" | "symbol-female" | "symbol-male" | "social-google" | "social-foursqare" | "social-soundcloud" | "social-vkontakte", "simple-line-icons">;
export default _default;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/.eslintrc b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/.eslintrc
index 25fd957..98d9bc5 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/.eslintrc
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/.eslintrc
@@ -12,6 +12,9 @@
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/require-default-props": [0],
+ "react/static-property-placement": [0],
+ "react/jsx-props-no-spreading": [0],
+ "react/state-in-constructor": [0],
"import/no-extraneous-dependencies": [0],
"import/no-unresolved": [2, { "ignore": ["^react(-native)?$"] }],
"import/extensions": [2, { "js": "never", "json": "always" }],
@@ -23,9 +26,6 @@
"exports": "always-multiline",
"functions": "ignore"
}],
- "prettier/prettier": ["error", {
- "trailingComma": "es5",
- "singleQuote": true
- }]
+ "prettier/prettier": ["error"]
}
}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/AntDesign.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/AntDesign.js
index f27d01e..5880171 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/AntDesign.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/AntDesign.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'anticon', 'AntDesign.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/BUILDING_FEATHER.md b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/BUILDING_FEATHER.md
deleted file mode 100644
index dd9b7f5..0000000
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/BUILDING_FEATHER.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Generating Feather icon set
-
-### To build the Feather icon Set you will need:
-
-- [Inkscape](https://inkscape.org/)
-- [GNU Parallel](https://www.gnu.org/software/parallel/)
-- [Font Custom](https://github.com/FontCustom/fontcustom)
-- [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml) - Optional, but highly recommended
-
-1. Go to [Font Custom](https://github.com/FontCustom/fontcustom) and follow the installation instructions
-2. Generate the icon set with `yarn build-feather`
-
-Before we can build the icon set, you'll need to pre-process the icons. You can do this using Inkscape with help of Parallel.
-If you have Xvfb installed, you will see a progress bar in the console; if not, each icon will launch one Inkscape window to adjust the SVG.
-
-The building stage will create a folder called `Feather`. This will be removed at the end of the build.
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/CONTRIBUTING.md b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/CONTRIBUTING.md
index 68a59a2..d375b49 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/CONTRIBUTING.md
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/CONTRIBUTING.md
@@ -16,11 +16,11 @@ If you wish to submit a pull request for a new feature or issue, you should star
### Setup
-- Install [Node.js](https://nodejs.org/) if you have not already. (_We suggest you to use node v6.x.x_)
+- Install [Node.js](https://nodejs.org/) if you have not already. (_We suggest you to use node v16.x.x_)
- Fork the repo
- `git clone https://github.com/*yourusername*/react-native-vector-icons.git && cd react-native-vector-icons`
- `yarn install` OR `npm install`
- `npm test`
-- Optionally `brew install fontcustom && npm run build` if you've updated any icon sets.
+- Optionally install [Docker](https://www.docker.com/products/docker-desktop) and run `npm run build` OR `yarn build` if you've updated any icon sets.
One you have done this, create a new branch with a name that loosely describes the issue on which you will be working. Once you think you have the addressed the issue in question, submit a pull request to the `master` branch.
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Entypo.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Entypo.js
index b123010..b5407c7 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Entypo.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Entypo.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Entypo', 'Entypo.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/EvilIcons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/EvilIcons.js
index fa32a4d..8221cf3 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/EvilIcons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/EvilIcons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'EvilIcons', 'EvilIcons.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FONTAWESOME5.md b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FONTAWESOME5.md
index c77060f..75b0f5c 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FONTAWESOME5.md
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FONTAWESOME5.md
@@ -41,7 +41,7 @@ const icon = <FontAwesome5 name={'git'} brand />;
No specified type indicates Regular font.
-Button, TabBarItem etc. works the same way:
+Button works the same way:
```javascript
import FontAwesome5 from 'react-native-vector-icons/FontAwesome5';
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Feather.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Feather.js
index 23b9c85..609f02e 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Feather.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Feather.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Feather', 'Feather.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome.js
index f0f81fa..c0d9faa 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'FontAwesome', 'FontAwesome.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5.js
index 1962c4b..b4177b8 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5.js
@@ -15,8 +15,6 @@ const iconSet = createFA5iconSet(glyphMap, metadata, false);
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5Pro.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5Pro.js
index faa67f7..fcc88b0 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5Pro.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/FontAwesome5Pro.js
@@ -15,8 +15,6 @@ const iconSet = createFA5iconSet(glyphMap, metadata, true);
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fontisto.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fontisto.js
index f9fc238..efa11b4 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fontisto.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fontisto.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Fontisto', 'Fontisto.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Entypo.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Entypo.ttf
index 1c8f5e9..76d91cb 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Entypo.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Entypo.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf
index a3c58c5..49698e7 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf
index 948a2a6..fc567cd 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf
index abe99e2..d1ac9ba 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf
index 5b97903..f33e816 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf
index 522dc31..ba87359 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Octicons.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Octicons.ttf
index ceac75d..f8daedc 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Octicons.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Octicons.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Zocial.ttf b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Zocial.ttf
index e4ae46c..e2b5fbb 100644
Binary files a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Zocial.ttf and b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Zocial.ttf differ
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Foundation.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Foundation.js
index 9e3e349..9576bf9 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Foundation.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Foundation.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'fontcustom', 'Foundation.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Ionicons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Ionicons.js
index 3225733..96e45ab 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Ionicons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Ionicons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Ionicons', 'Ionicons.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialCommunityIcons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialCommunityIcons.js
index 371e42d..d014819 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialCommunityIcons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialCommunityIcons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Material Design Icons', 'MaterialCommun
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialIcons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialIcons.js
index ba5c91d..e343169 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialIcons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/MaterialIcons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Material Icons', 'MaterialIcons.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Octicons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Octicons.js
index 9cb69df..6db1740 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Octicons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Octicons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'Octicons', 'Octicons.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/RNIMigration.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/RNIMigration.js
index 1316994..1085dbb 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/RNIMigration.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/RNIMigration.js
@@ -1,4 +1,5 @@
import React, { PureComponent } from 'react';
+import PropTypes from 'prop-types';
import FontAwesome from 'react-native-vector-icons/FontAwesome';
import Foundation from 'react-native-vector-icons/Foundation';
import Ionicons from 'react-native-vector-icons/Ionicons';
@@ -18,6 +19,12 @@ const ICON_SET_MAP = {
// This is a composition is a drop in replacement for users migrating from the
// react-native-icons module. Please don't use this component for new apps/views.
export default class Icon extends PureComponent {
+ static propTypes = {
+ name: PropTypes.string.isRequired,
+ size: PropTypes.number,
+ color: PropTypes.string,
+ };
+
setNativeProps(nativeProps) {
if (this.iconRef) {
this.iconRef.setNativeProps(nativeProps);
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/SimpleLineIcons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/SimpleLineIcons.js
index cda57a4..7b7845c 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/SimpleLineIcons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/SimpleLineIcons.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'simple-line-icons', 'SimpleLineIcons.tt
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Zocial.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Zocial.js
index e308c69..07d03f8 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Zocial.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Zocial.js
@@ -11,8 +11,6 @@ const iconSet = createIconSet(glyphMap, 'zocial', 'Zocial.ttf');
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-icon.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-icon.js
index 4763dd4..2c41eff 100755
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-icon.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-icon.js
@@ -1,11 +1,11 @@
#!/usr/bin/env node
/* eslint-disable no-console */
-const omit = require('lodash.omit');
const fs = require('fs');
const path = require('path');
const yargs = require('yargs');
const generateIconSetFromCss = require('../lib/generate-icon-set-from-css');
+const { omit } = require('../lib/object-utils');
const { argv } = yargs
.usage(
@@ -16,7 +16,7 @@ const { argv } = yargs
.describe('p', 'CSS selector prefix')
.alias('p', 'prefix')
.default('t', path.resolve(__dirname, '..', 'templates/bundled-icon-set.tpl'))
- .describe('t', 'Template in lodash format')
+ .describe('t', 'Template in JS template string format')
.alias('t', 'template')
.describe('o', 'Save output to file, defaults to STDOUT')
.alias('o', 'output')
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-material-icons.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-material-icons.js
index 9c0221f..02147b0 100755
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-material-icons.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bin/generate-material-icons.js
@@ -1,11 +1,10 @@
#!/usr/bin/env node
/* eslint-disable no-console */
-const omit = require('lodash.omit');
-const lodashTemplate = require('lodash.template');
const fs = require('fs');
const path = require('path');
const yargs = require('yargs');
+const { omit } = require('../lib/object-utils');
const { argv } = yargs
.usage(
@@ -13,7 +12,7 @@ const { argv } = yargs
)
.demand(1)
.default('t', path.resolve(__dirname, '..', 'templates/bundled-icon-set.tpl'))
- .describe('t', 'Template in lodash format')
+ .describe('t', 'Template in JS template string format')
.alias('t', 'template')
.describe('o', 'Save output to file, defaults to STDOUT')
.alias('o', 'output')
@@ -40,15 +39,16 @@ if (argv.template) {
template = fs.readFileSync(argv.template, { encoding: 'utf8' });
}
-let data = omit(argv, '_ $0 o output t template g glyphmap'.split(' '));
+const data = omit(argv, '_ $0 o output t template g glyphmap'.split(' '));
const glyphMap = extractGlyphMapFromCodepoints(argv._[0]);
let content = JSON.stringify(glyphMap, null, ' ');
if (template) {
- const compiled = lodashTemplate(template);
- data = data || {};
- data.glyphMap = content;
- content = compiled(data);
+ const templateVariables = { glyphMap: content, ...data };
+ content = template.replace(
+ /\${([^}]*)}/g,
+ (_, key) => templateVariables[key]
+ );
}
if (argv.output) {
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bower.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bower.json
index 29a62a5..272f677 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bower.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/bower.json
@@ -15,8 +15,6 @@
"tests"
],
"devDependencies": {
- "css-social-buttons": "~1.0.0",
- "foundation-icon-fonts": "*",
- "simple-line-icons": "2.4.1"
+ "foundation-icon-fonts": "*"
}
}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/fonts.gradle b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/fonts.gradle
index 490756c..5485fac 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/fonts.gradle
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/fonts.gradle
@@ -1,58 +1,32 @@
/**
- * Task to copy icon font files
+ * Register font asset source folder
*/
+android.sourceSets.main.assets.srcDirs += file("$buildDir/intermediates/ReactNativeVectorIcons")
-def config = project.hasProperty("vectoricons") ? project.vectoricons : [];
-
-def iconFontsDir = config.iconFontsDir ?: "../../node_modules/react-native-vector-icons/Fonts";
-def iconFontNames = config.iconFontNames ?: [ "*.ttf" ];
-
-gradle.projectsEvaluated {
- android.applicationVariants.all { def variant ->
- def targetName = variant.name.capitalize()
- def targetPath = variant.dirName
-
- // Create task for copying fonts
- def currentFontTask = tasks.create(
- name: "copy${targetName}IconFonts",
- type: Copy) {
- into("${buildDir}/intermediates")
-
- iconFontNames.each { fontName ->
-
- from(iconFontsDir) {
- include(fontName)
- into("assets/${targetPath}/fonts/")
- }
-
- // Workaround for Android Gradle Plugin 3.2+ new asset directory
- from(iconFontsDir) {
- include(fontName)
- into("merged_assets/${variant.name}/merge${targetName}Assets/out/fonts/")
- }
-
- // Workaround for Android Gradle Plugin 3.4+ new asset directory
- from(iconFontsDir) {
+/**
+ * Task to copy icon font files
+ */
+afterEvaluate {
+ def config = project.hasProperty("vectoricons") ? project.vectoricons : [];
+ def iconFontsDir = config.iconFontsDir ?: "../../node_modules/react-native-vector-icons/Fonts";
+ def iconFontNames = config.iconFontNames ?: [ "*.ttf" ];
+
+ def fontCopyTask = tasks.create(
+ name: "copyReactNativeVectorIconFonts",
+ type: Copy) {
+ description = "copy vector icon fonts."
+ into "$buildDir/intermediates/ReactNativeVectorIcons/fonts"
+
+ iconFontNames.each { fontName ->
+ from(iconFontsDir) {
include(fontName)
- into("merged_assets/${variant.name}/out/fonts/")
- }
}
}
+ }
- currentFontTask.dependsOn("merge${targetName}Resources")
- currentFontTask.dependsOn("merge${targetName}Assets")
-
- [
- "processArmeabi-v7a${targetName}Resources",
- "processX86${targetName}Resources",
- "processUniversal${targetName}Resources",
- "process${targetName}Resources"
- ].each { name ->
- Task dependentTask = tasks.findByPath(name);
-
- if (dependentTask != null) {
- dependentTask.dependsOn(currentFontTask)
- }
- }
+ android.applicationVariants.all { def variant ->
+ def targetName = variant.name.capitalize()
+ def generateAssetsTask = tasks.findByName("generate${targetName}Assets")
+ generateAssetsTask.dependsOn(fontCopyTask)
}
}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Entypo.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Entypo.json
index f76c49a..533d922 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Entypo.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Entypo.json
@@ -305,7 +305,7 @@
"renren": 61999,
"reply": 62000,
"reply-all": 62001,
- "resize-100-": 62002,
+ "resize-100": 62002,
"resize-full-screen": 62003,
"retweet": 62004,
"rocket": 62005,
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json
index 98e065b..04a8ca0 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json
@@ -8,7 +8,6 @@
"address-card": 62139,
"adjust": 61506,
"adn": 61808,
- "adobe": 63352,
"adversal": 62314,
"affiliatetheme": 62315,
"air-freshener": 62928,
@@ -83,6 +82,8 @@
"backspace": 62810,
"backward": 61514,
"bacon": 63461,
+ "bacteria": 57433,
+ "bacterium": 57434,
"bahai": 63078,
"balance-scale": 62030,
"balance-scale-left": 62741,
@@ -146,7 +147,7 @@
"bowling-ball": 62518,
"box": 62566,
"box-open": 62622,
- "box-tissue": 63835,
+ "box-tissue": 57435,
"boxes": 62568,
"braille": 62113,
"brain": 62940,
@@ -270,6 +271,7 @@
"cloud-sun": 63172,
"cloud-sun-rain": 63299,
"cloud-upload-alt": 62338,
+ "cloudflare": 57469,
"cloudscale": 62339,
"cloudsmith": 62340,
"cloudversify": 62341,
@@ -338,10 +340,11 @@
"cuttlefish": 62348,
"d-and-d": 62349,
"d-and-d-beyond": 63178,
- "dailymotion": 63826,
+ "dailymotion": 57426,
"dashcube": 61968,
"database": 61888,
"deaf": 62116,
+ "deezer": 57463,
"delicious": 61861,
"democrat": 63303,
"deploydog": 62350,
@@ -403,6 +406,7 @@
"earlybirds": 62362,
"ebay": 62708,
"edge": 62082,
+ "edge-legacy": 57464,
"edit": 61508,
"egg": 63483,
"eject": 61522,
@@ -446,7 +450,7 @@
"fantasy-flight-games": 63196,
"fast-backward": 61513,
"fast-forward": 61520,
- "faucet": 63749,
+ "faucet": 57349,
"fax": 61868,
"feather": 62765,
"feather-alt": 62827,
@@ -487,7 +491,7 @@
"fire-alt": 63460,
"fire-extinguisher": 61748,
"firefox": 62057,
- "firefox-browser": 63751,
+ "firefox-browser": 57351,
"first-aid": 62585,
"first-order": 62128,
"first-order-alt": 62730,
@@ -567,6 +571,7 @@
"goodreads-g": 62377,
"google": 61856,
"google-drive": 62378,
+ "google-pay": 57465,
"google-play": 62379,
"google-plus": 62131,
"google-plus-g": 61653,
@@ -598,6 +603,7 @@
"grip-vertical": 62862,
"gripfire": 62380,
"grunt": 62381,
+ "guilded": 57470,
"guitar": 63398,
"gulp": 62382,
"h-square": 61693,
@@ -609,7 +615,7 @@
"hamsa": 63077,
"hand-holding": 62653,
"hand-holding-heart": 62654,
- "hand-holding-medical": 63836,
+ "hand-holding-medical": 57436,
"hand-holding-usd": 62656,
"hand-holding-water": 62657,
"hand-lizard": 62040,
@@ -623,14 +629,14 @@
"hand-pointer": 62042,
"hand-rock": 62037,
"hand-scissors": 62039,
- "hand-sparkles": 63837,
+ "hand-sparkles": 57437,
"hand-spock": 62041,
"hands": 62658,
"hands-helping": 62660,
- "hands-wash": 63838,
+ "hands-wash": 57438,
"handshake": 62133,
- "handshake-alt-slash": 63839,
- "handshake-slash": 63840,
+ "handshake-alt-slash": 57439,
+ "handshake-slash": 57440,
"hanukiah": 63206,
"hard-hat": 63495,
"hashtag": 62098,
@@ -638,10 +644,10 @@
"hat-cowboy-side": 63681,
"hat-wizard": 63208,
"hdd": 61600,
- "head-side-cough": 63841,
- "head-side-cough-slash": 63842,
- "head-side-mask": 63843,
- "head-side-virus": 63844,
+ "head-side-cough": 57441,
+ "head-side-cough-slash": 57442,
+ "head-side-mask": 57443,
+ "head-side-virus": 57444,
"heading": 61916,
"headphones": 61477,
"headphones-alt": 62863,
@@ -656,6 +662,7 @@
"hips": 62546,
"hire-a-helper": 62384,
"history": 61914,
+ "hive": 57471,
"hockey-puck": 62547,
"holly-berry": 63402,
"home": 61461,
@@ -676,7 +683,7 @@
"hourglass-half": 62034,
"hourglass-start": 62033,
"house-damage": 63217,
- "house-user": 63845,
+ "house-user": 57445,
"houzz": 62076,
"hryvnia": 63218,
"html5": 61755,
@@ -688,7 +695,7 @@
"id-badge": 62145,
"id-card": 62146,
"id-card-alt": 62591,
- "ideal": 63763,
+ "ideal": 57363,
"igloo": 63406,
"image": 61502,
"images": 62210,
@@ -699,8 +706,10 @@
"infinity": 62772,
"info": 61737,
"info-circle": 61530,
+ "innosoft": 57472,
"instagram": 61805,
- "instagram-square": 63829,
+ "instagram-square": 57429,
+ "instalod": 57473,
"intercom": 63407,
"internet-explorer": 62059,
"invision": 63408,
@@ -739,7 +748,7 @@
"language": 61867,
"laptop": 61705,
"laptop-code": 62972,
- "laptop-house": 63846,
+ "laptop-house": 57446,
"laptop-medical": 63506,
"laravel": 62397,
"lastfm": 61954,
@@ -780,7 +789,7 @@
"low-vision": 62120,
"luggage-cart": 62877,
"lungs": 62980,
- "lungs-virus": 63847,
+ "lungs-virus": 57447,
"lyft": 62403,
"magento": 62404,
"magic": 61648,
@@ -823,7 +832,7 @@
"menorah": 63094,
"mercury": 61987,
"meteor": 63315,
- "microblog": 63770,
+ "microblog": 57370,
"microchip": 62171,
"microphone": 61744,
"microphone-alt": 62409,
@@ -837,7 +846,7 @@
"mitten": 63413,
"mix": 62411,
"mixcloud": 62089,
- "mixer": 63830,
+ "mixer": 57430,
"mizuni": 62412,
"mobile": 61707,
"mobile-alt": 62413,
@@ -874,6 +883,7 @@
"nutritionix": 62422,
"object-group": 62023,
"object-ungroup": 62024,
+ "octopus-deploy": 57474,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"oil-can": 62995,
@@ -917,9 +927,10 @@
"pencil-alt": 62211,
"pencil-ruler": 62894,
"penny-arcade": 63236,
- "people-arrows": 63848,
+ "people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
+ "perbyte": 57475,
"percent": 62101,
"percentage": 62785,
"periscope": 62426,
@@ -939,7 +950,7 @@
"pied-piper-alt": 61864,
"pied-piper-hat": 62693,
"pied-piper-pp": 61863,
- "pied-piper-square": 63774,
+ "pied-piper-square": 57374,
"piggy-bank": 62675,
"pills": 62596,
"pinterest": 61650,
@@ -950,7 +961,7 @@
"plane": 61554,
"plane-arrival": 62895,
"plane-departure": 62896,
- "plane-slash": 63849,
+ "plane-slash": 57449,
"play": 61515,
"play-circle": 61764,
"playstation": 62431,
@@ -976,8 +987,8 @@
"procedures": 62599,
"product-hunt": 62088,
"project-diagram": 62786,
- "pump-medical": 63850,
- "pump-soap": 63851,
+ "pump-medical": 57450,
+ "pump-soap": 57451,
"pushed": 62433,
"puzzle-piece": 61742,
"python": 62434,
@@ -1041,6 +1052,7 @@
"ruler-vertical": 62792,
"running": 63244,
"rupee-sign": 61782,
+ "rust": 57466,
"sad-cry": 62899,
"sad-tear": 62900,
"safari": 62055,
@@ -1073,12 +1085,12 @@
"share-square": 61773,
"shekel-sign": 61963,
"shield-alt": 62445,
- "shield-virus": 63852,
+ "shield-virus": 57452,
"ship": 61978,
"shipping-fast": 62603,
"shirtsinbulk": 61972,
"shoe-prints": 62795,
- "shopify": 63831,
+ "shopify": 57431,
"shopping-bag": 62096,
"shopping-basket": 62097,
"shopping-cart": 61562,
@@ -1093,6 +1105,7 @@
"signature": 62903,
"sim-card": 63428,
"simplybuilt": 61973,
+ "sink": 57453,
"sistrix": 62446,
"sitemap": 61672,
"sith": 62738,
@@ -1124,7 +1137,7 @@
"snowflake": 62172,
"snowman": 63440,
"snowplow": 63442,
- "soap": 63854,
+ "soap": 57454,
"socks": 63126,
"solar-panel": 62906,
"sort": 61660,
@@ -1180,11 +1193,11 @@
"stop": 61517,
"stop-circle": 62093,
"stopwatch": 62194,
- "stopwatch-20": 63855,
+ "stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
- "store-alt-slash": 63856,
- "store-slash": 63857,
+ "store-alt-slash": 57456,
+ "store-slash": 57457,
"strava": 62504,
"stream": 62800,
"street-view": 61981,
@@ -1255,6 +1268,7 @@
"thumbs-up": 61796,
"thumbtack": 61581,
"ticket-alt": 62463,
+ "tiktok": 57467,
"times": 61453,
"times-circle": 61527,
"tint": 61507,
@@ -1264,7 +1278,7 @@
"toggle-on": 61957,
"toilet": 63448,
"toilet-paper": 63262,
- "toilet-paper-slash": 63858,
+ "toilet-paper-slash": 57458,
"toolbox": 62802,
"tools": 63449,
"tooth": 62921,
@@ -1274,7 +1288,7 @@
"trade-federation": 62739,
"trademark": 62044,
"traffic-light": 63031,
- "trailer": 63809,
+ "trailer": 57409,
"train": 62008,
"tram": 63450,
"transgender": 61988,
@@ -1307,16 +1321,18 @@
"umbraco": 63720,
"umbrella": 61673,
"umbrella-beach": 62922,
+ "uncharted": 57476,
"underline": 61645,
"undo": 61666,
"undo-alt": 62186,
"uniregistry": 62468,
- "unity": 63817,
+ "unity": 57417,
"universal-access": 62106,
"university": 61852,
"unlink": 61735,
"unlock": 61596,
"unlock-alt": 61758,
+ "unsplash": 57468,
"untappd": 62469,
"upload": 61587,
"ups": 63456,
@@ -1347,6 +1363,7 @@
"user-times": 62005,
"users": 61632,
"users-cog": 62729,
+ "users-slash": 57459,
"usps": 63457,
"ussunnah": 62471,
"utensil-spoon": 62181,
@@ -1356,6 +1373,8 @@
"venus": 61985,
"venus-double": 61990,
"venus-mars": 61992,
+ "vest": 57477,
+ "vest-patches": 57478,
"viacoin": 62007,
"viadeo": 62121,
"viadeo-square": 62122,
@@ -1369,9 +1388,9 @@
"vimeo-square": 61844,
"vimeo-v": 62077,
"vine": 61898,
- "virus": 63860,
- "virus-slash": 63861,
- "viruses": 63862,
+ "virus": 57460,
+ "virus-slash": 57461,
+ "viruses": 57462,
"vk": 61833,
"vnv": 62475,
"voicemail": 63639,
@@ -1386,6 +1405,7 @@
"walking": 62804,
"wallet": 62805,
"warehouse": 62612,
+ "watchman-monitoring": 57479,
"water": 63347,
"wave-square": 63550,
"waze": 63551,
@@ -1411,6 +1431,7 @@
"wine-glass-alt": 62926,
"wix": 62927,
"wizards-of-the-coast": 63280,
+ "wodu": 57480,
"wolf-pack-battalion": 62740,
"won-sign": 61785,
"wordpress": 61850,
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json
index ffd05af..bbbbf31 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json
@@ -5,7 +5,6 @@
"accusoft",
"acquisitions-incorporated",
"adn",
- "adobe",
"adversal",
"affiliatetheme",
"airbnb",
@@ -66,6 +65,7 @@
"centos",
"chrome",
"chromecast",
+ "cloudflare",
"cloudscale",
"cloudsmith",
"cloudversify",
@@ -98,6 +98,7 @@
"d-and-d",
"dailymotion",
"dashcube",
+ "deezer",
"delicious",
"deploydog",
"deskpro",
@@ -119,6 +120,7 @@
"dyalog",
"earlybirds",
"ebay",
+ "edge-legacy",
"edge",
"elementor",
"ello",
@@ -179,6 +181,7 @@
"goodreads-g",
"goodreads",
"google-drive",
+ "google-pay",
"google-play",
"google-plus-g",
"google-plus-square",
@@ -189,12 +192,14 @@
"grav",
"gripfire",
"grunt",
+ "guilded",
"gulp",
"hacker-news-square",
"hacker-news",
"hackerrank",
"hips",
"hire-a-helper",
+ "hive",
"hooli",
"hornbill",
"hotjar",
@@ -203,8 +208,10 @@
"hubspot",
"ideal",
"imdb",
+ "innosoft",
"instagram-square",
"instagram",
+ "instalod",
"intercom",
"internet-explorer",
"invision",
@@ -268,6 +275,7 @@
"npm",
"ns8",
"nutritionix",
+ "octopus-deploy",
"odnoklassniki-square",
"odnoklassniki",
"old-republic",
@@ -283,6 +291,7 @@
"patreon",
"paypal",
"penny-arcade",
+ "perbyte",
"periscope",
"phabricator",
"phoenix-framework",
@@ -322,6 +331,7 @@
"rev",
"rocketchat",
"rockrms",
+ "rust",
"safari",
"salesforce",
"sass",
@@ -379,6 +389,7 @@
"themeco",
"themeisle",
"think-peaks",
+ "tiktok",
"trade-federation",
"trello",
"tripadvisor",
@@ -392,8 +403,10 @@
"ubuntu",
"uikit",
"umbraco",
+ "uncharted",
"uniregistry",
"unity",
+ "unsplash",
"untappd",
"ups",
"usb",
@@ -411,6 +424,7 @@
"vk",
"vnv",
"vuejs",
+ "watchman-monitoring",
"waze",
"weebly",
"weibo",
@@ -422,6 +436,7 @@
"windows",
"wix",
"wizards-of-the-coast",
+ "wodu",
"wolf-pack-battalion",
"wordpress-simple",
"wordpress",
@@ -652,6 +667,8 @@
"backspace",
"backward",
"bacon",
+ "bacteria",
+ "bacterium",
"bahai",
"balance-scale-left",
"balance-scale-right",
@@ -1359,6 +1376,7 @@
"signal",
"signature",
"sim-card",
+ "sink",
"sitemap",
"skating",
"skiing-nordic",
@@ -1550,6 +1568,7 @@
"user-times",
"user",
"users-cog",
+ "users-slash",
"users",
"utensil-spoon",
"utensils",
@@ -1557,6 +1576,8 @@
"venus-double",
"venus-mars",
"venus",
+ "vest-patches",
+ "vest",
"vial",
"vials",
"video-slash",
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro.json
index 239b865..0fbe93a 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro.json
@@ -10,7 +10,6 @@
"address-card": 62139,
"adjust": 61506,
"adn": 61808,
- "adobe": 63352,
"adversal": 62314,
"affiliatetheme": 62315,
"air-conditioner": 63732,
@@ -135,8 +134,8 @@
"backspace": 62810,
"backward": 61514,
"bacon": 63461,
- "bacteria": 63833,
- "bacterium": 63834,
+ "bacteria": 57433,
+ "bacterium": 57434,
"badge": 62261,
"badge-check": 62262,
"badge-dollar": 63045,
@@ -261,7 +260,7 @@
"box-full": 62620,
"box-heart": 62621,
"box-open": 62622,
- "box-tissue": 63835,
+ "box-tissue": 57435,
"box-up": 62623,
"box-usd": 62624,
"boxes": 62568,
@@ -342,7 +341,7 @@
"car-tilt": 62949,
"car-wash": 62950,
"caravan": 63743,
- "caravan-alt": 63744,
+ "caravan-alt": 57344,
"caret-circle-down": 62253,
"caret-circle-left": 62254,
"caret-circle-right": 62256,
@@ -362,7 +361,7 @@
"cash-register": 63368,
"cassette-tape": 63659,
"cat": 63166,
- "cat-space": 63745,
+ "cat-space": 57345,
"cauldron": 63167,
"cc-amazon-pay": 62509,
"cc-amex": 61939,
@@ -470,6 +469,7 @@
"cloud-sun-rain": 63299,
"cloud-upload": 61678,
"cloud-upload-alt": 62338,
+ "cloudflare": 57469,
"clouds": 63300,
"clouds-moon": 63301,
"clouds-sun": 63302,
@@ -485,16 +485,16 @@
"codepen": 61899,
"codiepie": 62084,
"coffee": 61684,
- "coffee-pot": 63746,
+ "coffee-pot": 57346,
"coffee-togo": 63173,
"coffin": 63174,
- "coffin-cross": 63825,
+ "coffin-cross": 57425,
"cog": 61459,
"cogs": 61573,
"coin": 63580,
"coins": 62750,
"columns": 61659,
- "comet": 63747,
+ "comet": 57347,
"comment": 61557,
"comment-alt": 62074,
"comment-alt-check": 62626,
@@ -593,13 +593,14 @@
"d-and-d": 62349,
"d-and-d-beyond": 63178,
"dagger": 63179,
- "dailymotion": 63826,
+ "dailymotion": 57426,
"dashcube": 61968,
"database": 61888,
"deaf": 62116,
"debug": 63481,
"deer": 63374,
"deer-rudolph": 63375,
+ "deezer": 57463,
"delicious": 61861,
"democrat": 63303,
"deploydog": 62350,
@@ -689,6 +690,7 @@
"eclipse": 63305,
"eclipse-alt": 63306,
"edge": 62082,
+ "edge-legacy": 57464,
"edit": 61508,
"egg": 63483,
"egg-fried": 63484,
@@ -743,13 +745,13 @@
"facebook-messenger": 62367,
"facebook-square": 61570,
"fan": 63587,
- "fan-table": 63748,
+ "fan-table": 57348,
"fantasy-flight-games": 63196,
"farm": 63588,
"fast-backward": 61513,
"fast-forward": 61520,
- "faucet": 63749,
- "faucet-drip": 63750,
+ "faucet": 57349,
+ "faucet-drip": 57350,
"fax": 61868,
"feather": 62765,
"feather-alt": 62827,
@@ -808,7 +810,7 @@
"fire-extinguisher": 61748,
"fire-smoke": 63307,
"firefox": 62057,
- "firefox-browser": 63751,
+ "firefox-browser": 57351,
"fireplace": 63386,
"first-aid": 62585,
"first-order": 62128,
@@ -837,13 +839,13 @@
"fly": 62487,
"fog": 63310,
"folder": 61563,
- "folder-download": 63827,
+ "folder-download": 57427,
"folder-minus": 63069,
"folder-open": 61564,
"folder-plus": 63070,
"folder-times": 63071,
"folder-tree": 63490,
- "folder-upload": 63828,
+ "folder-upload": 57428,
"folders": 63072,
"font": 61489,
"font-awesome": 62132,
@@ -875,15 +877,15 @@
"futbol": 61923,
"galactic-republic": 62732,
"galactic-senate": 62733,
- "galaxy": 63752,
+ "galaxy": 57352,
"game-board": 63591,
"game-board-alt": 63592,
"game-console-handheld": 63675,
"gamepad": 61723,
"gamepad-alt": 63676,
- "garage": 63753,
- "garage-car": 63754,
- "garage-open": 63755,
+ "garage": 57353,
+ "garage-car": 57354,
+ "garage-open": 57355,
"gas-pump": 62767,
"gas-pump-slash": 62964,
"gavel": 61667,
@@ -932,6 +934,7 @@
"goodreads-g": 62377,
"google": 61856,
"google-drive": 62378,
+ "google-pay": 57465,
"google-play": 62379,
"google-plus": 62131,
"google-plus-g": 61653,
@@ -964,6 +967,7 @@
"grip-vertical": 62862,
"gripfire": 62380,
"grunt": 62381,
+ "guilded": 57470,
"guitar": 63398,
"guitar-electric": 63678,
"guitars": 63679,
@@ -985,7 +989,7 @@
"hand-holding-box": 62587,
"hand-holding-heart": 62654,
"hand-holding-magic": 63205,
- "hand-holding-medical": 63836,
+ "hand-holding-medical": 57436,
"hand-holding-seedling": 62655,
"hand-holding-usd": 62656,
"hand-holding-water": 62657,
@@ -1001,17 +1005,17 @@
"hand-receiving": 62588,
"hand-rock": 62037,
"hand-scissors": 62039,
- "hand-sparkles": 63837,
+ "hand-sparkles": 57437,
"hand-spock": 62041,
"hands": 62658,
"hands-heart": 62659,
"hands-helping": 62660,
"hands-usd": 62661,
- "hands-wash": 63838,
+ "hands-wash": 57438,
"handshake": 62133,
"handshake-alt": 62662,
- "handshake-alt-slash": 63839,
- "handshake-slash": 63840,
+ "handshake-alt-slash": 57439,
+ "handshake-slash": 57440,
"hanukiah": 63206,
"hard-hat": 63495,
"hashtag": 62098,
@@ -1025,12 +1029,12 @@
"hdd": 61600,
"head-side": 63209,
"head-side-brain": 63496,
- "head-side-cough": 63841,
- "head-side-cough-slash": 63842,
+ "head-side-cough": 57441,
+ "head-side-cough-slash": 57442,
"head-side-headphones": 63682,
- "head-side-mask": 63843,
+ "head-side-mask": 57443,
"head-side-medical": 63497,
- "head-side-virus": 63844,
+ "head-side-virus": 57444,
"head-vr": 63210,
"heading": 61916,
"headphones": 61477,
@@ -1042,7 +1046,7 @@
"heart-rate": 62968,
"heart-square": 62664,
"heartbeat": 61982,
- "heat": 63756,
+ "heat": 57356,
"helicopter": 62771,
"helmet-battle": 63211,
"hexagon": 62226,
@@ -1052,6 +1056,7 @@
"hips": 62546,
"hire-a-helper": 62384,
"history": 61914,
+ "hive": 57471,
"hockey-mask": 63214,
"hockey-puck": 62547,
"hockey-sticks": 62548,
@@ -1081,15 +1086,15 @@
"hourglass-end": 62035,
"hourglass-half": 62034,
"hourglass-start": 62033,
- "house": 63757,
+ "house": 57357,
"house-damage": 63217,
- "house-day": 63758,
+ "house-day": 57358,
"house-flood": 63311,
- "house-leave": 63759,
- "house-night": 63760,
- "house-return": 63761,
- "house-signal": 63762,
- "house-user": 63845,
+ "house-leave": 57359,
+ "house-night": 57360,
+ "house-return": 57361,
+ "house-signal": 57362,
+ "house-user": 57445,
"houzz": 62076,
"hryvnia": 63218,
"html5": 61755,
@@ -1105,7 +1110,7 @@
"id-badge": 62145,
"id-card": 62146,
"id-card-alt": 62591,
- "ideal": 63763,
+ "ideal": 57363,
"igloo": 63406,
"image": 61502,
"image-polaroid": 63684,
@@ -1122,8 +1127,10 @@
"info-circle": 61530,
"info-square": 62223,
"inhaler": 62969,
+ "innosoft": 57472,
"instagram": 61805,
- "instagram-square": 63829,
+ "instagram-square": 57429,
+ "instalod": 57473,
"integral": 63079,
"intercom": 63407,
"internet-explorer": 62059,
@@ -1174,14 +1181,14 @@
"korvue": 62511,
"lambda": 63086,
"lamp": 62666,
- "lamp-desk": 63764,
- "lamp-floor": 63765,
+ "lamp-desk": 57364,
+ "lamp-floor": 57365,
"landmark": 63087,
"landmark-alt": 63314,
"language": 61867,
"laptop": 61705,
"laptop-code": 62972,
- "laptop-house": 63846,
+ "laptop-house": 57446,
"laptop-medical": 63506,
"laravel": 62397,
"lasso": 63688,
@@ -1208,10 +1215,10 @@
"level-up": 61768,
"level-up-alt": 62399,
"life-ring": 61901,
- "light-ceiling": 63766,
- "light-switch": 63767,
- "light-switch-off": 63768,
- "light-switch-on": 63769,
+ "light-ceiling": 57366,
+ "light-switch": 57367,
+ "light-switch-off": 57368,
+ "light-switch-on": 57369,
"lightbulb": 61675,
"lightbulb-dollar": 63088,
"lightbulb-exclamation": 63089,
@@ -1254,7 +1261,7 @@
"luchador": 62549,
"luggage-cart": 62877,
"lungs": 62980,
- "lungs-virus": 63847,
+ "lungs-virus": 57447,
"lyft": 62403,
"mace": 63224,
"magento": 62404,
@@ -1312,7 +1319,7 @@
"menorah": 63094,
"mercury": 61987,
"meteor": 63315,
- "microblog": 63770,
+ "microblog": 57370,
"microchip": 62171,
"microphone": 61744,
"microphone-alt": 62409,
@@ -1321,7 +1328,7 @@
"microphone-stand": 63691,
"microscope": 62992,
"microsoft": 62410,
- "microwave": 63771,
+ "microwave": 57371,
"mind-share": 63095,
"minus": 61544,
"minus-circle": 61526,
@@ -1332,7 +1339,7 @@
"mitten": 63413,
"mix": 62411,
"mixcloud": 62089,
- "mixer": 63830,
+ "mixer": 57430,
"mizuni": 62412,
"mobile": 61707,
"mobile-alt": 62413,
@@ -1388,6 +1395,7 @@
"object-group": 62023,
"object-ungroup": 62024,
"octagon": 62214,
+ "octopus-deploy": 57474,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"oil-can": 62995,
@@ -1404,8 +1412,8 @@
"osi": 62490,
"otter": 63232,
"outdent": 61499,
- "outlet": 63772,
- "oven": 63773,
+ "outlet": 57372,
+ "oven": 57373,
"overline": 63606,
"page-break": 63607,
"page4": 62423,
@@ -1450,9 +1458,10 @@
"pencil-ruler": 62894,
"pennant": 62550,
"penny-arcade": 63236,
- "people-arrows": 63848,
+ "people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
+ "perbyte": 57475,
"percent": 62101,
"percentage": 62785,
"periscope": 62426,
@@ -1484,7 +1493,7 @@
"pied-piper-alt": 61864,
"pied-piper-hat": 62693,
"pied-piper-pp": 61863,
- "pied-piper-square": 63774,
+ "pied-piper-square": 57374,
"pig": 63238,
"piggy-bank": 62675,
"pills": 62596,
@@ -1498,9 +1507,9 @@
"plane-alt": 62430,
"plane-arrival": 62895,
"plane-departure": 62896,
- "plane-slash": 63849,
- "planet-moon": 63775,
- "planet-ringed": 63776,
+ "plane-slash": 57449,
+ "planet-moon": 57375,
+ "planet-ringed": 57376,
"play": 61515,
"play-circle": 61764,
"playstation": 62431,
@@ -1513,7 +1522,7 @@
"podcast": 62158,
"podium": 63104,
"podium-star": 63320,
- "police-box": 63777,
+ "police-box": 57377,
"poll": 63105,
"poll-h": 63106,
"poll-people": 63321,
@@ -1521,8 +1530,8 @@
"poo-storm": 63322,
"poop": 63001,
"popcorn": 63513,
- "portal-enter": 63778,
- "portal-exit": 63779,
+ "portal-enter": 57378,
+ "portal-exit": 57379,
"portrait": 62432,
"pound-sign": 61780,
"power-off": 61457,
@@ -1539,8 +1548,8 @@
"product-hunt": 62088,
"project-diagram": 62786,
"projector": 63702,
- "pump-medical": 63850,
- "pump-soap": 63851,
+ "pump-medical": 57450,
+ "pump-soap": 57451,
"pumpkin": 63239,
"pushed": 62433,
"puzzle-piece": 61742,
@@ -1560,7 +1569,7 @@
"rabbit": 63240,
"rabbit-fast": 63241,
"racquet": 62554,
- "radar": 63780,
+ "radar": 57380,
"radiation": 63417,
"radiation-alt": 63418,
"radio": 63703,
@@ -1572,7 +1581,7 @@
"random": 61556,
"raspberry-pi": 63419,
"ravelry": 62169,
- "raygun": 63781,
+ "raygun": 57381,
"react": 62491,
"reacteurope": 63325,
"readme": 62677,
@@ -1590,7 +1599,7 @@
"redhat": 63420,
"redo": 61470,
"redo-alt": 62201,
- "refrigerator": 63782,
+ "refrigerator": 57382,
"registered": 62045,
"remove-format": 63613,
"renren": 61835,
@@ -1614,7 +1623,7 @@
"road": 61464,
"robot": 62788,
"rocket": 61749,
- "rocket-launch": 63783,
+ "rocket-launch": 57383,
"rocketchat": 62440,
"rockrms": 62441,
"route": 62679,
@@ -1631,6 +1640,7 @@
"ruler-vertical": 62792,
"running": 63244,
"rupee-sign": 61782,
+ "rust": 57466,
"rv": 63422,
"sack": 63516,
"sack-dollar": 63517,
@@ -1675,11 +1685,11 @@
"sellsy": 61971,
"send-back": 63614,
"send-backward": 63615,
- "sensor": 63784,
- "sensor-alert": 63785,
- "sensor-fire": 63786,
- "sensor-on": 63787,
- "sensor-smoke": 63788,
+ "sensor": 57384,
+ "sensor-alert": 57385,
+ "sensor-fire": 57386,
+ "sensor-on": 57387,
+ "sensor-smoke": 57388,
"server": 62003,
"servicestack": 62444,
"shapes": 63007,
@@ -1694,14 +1704,14 @@
"shield-alt": 62445,
"shield-check": 62199,
"shield-cross": 63250,
- "shield-virus": 63852,
+ "shield-virus": 57452,
"ship": 61978,
"shipping-fast": 62603,
"shipping-timed": 62604,
"shirtsinbulk": 61972,
"shish-kebab": 63521,
"shoe-prints": 62795,
- "shopify": 63831,
+ "shopify": 57431,
"shopping-bag": 62096,
"shopping-basket": 62097,
"shopping-cart": 61562,
@@ -1735,9 +1745,9 @@
"signature": 62903,
"sim-card": 63428,
"simplybuilt": 61973,
- "sink": 63853,
- "siren": 63789,
- "siren-on": 63790,
+ "sink": 57453,
+ "siren": 57389,
+ "siren-on": 57390,
"sistrix": 62446,
"sitemap": 61672,
"sith": 62738,
@@ -1784,10 +1794,10 @@
"snowman": 63440,
"snowmobile": 63441,
"snowplow": 63442,
- "soap": 63854,
+ "soap": 57454,
"socks": 63126,
"solar-panel": 62906,
- "solar-system": 63791,
+ "solar-system": 57391,
"sort": 61660,
"sort-alpha-down": 61789,
"sort-alpha-down-alt": 63617,
@@ -1798,9 +1808,9 @@
"sort-amount-down-alt": 63620,
"sort-amount-up": 61793,
"sort-amount-up-alt": 63621,
- "sort-circle": 63792,
- "sort-circle-down": 63793,
- "sort-circle-up": 63794,
+ "sort-circle": 57392,
+ "sort-circle-down": 57393,
+ "sort-circle-up": 57394,
"sort-down": 61661,
"sort-numeric-down": 61794,
"sort-numeric-down-alt": 63622,
@@ -1820,8 +1830,8 @@
"sourcetree": 63443,
"spa": 62907,
"space-shuttle": 61847,
- "space-station-moon": 63795,
- "space-station-moon-alt": 63796,
+ "space-station-moon": 57395,
+ "space-station-moon-alt": 57396,
"spade": 62196,
"sparkles": 63632,
"speakap": 62451,
@@ -1837,7 +1847,7 @@
"splotch": 62908,
"spotify": 61884,
"spray-can": 62909,
- "sprinkler": 63797,
+ "sprinkler": 57397,
"square": 61640,
"square-full": 62556,
"square-root": 63127,
@@ -1857,12 +1867,12 @@
"star-half-alt": 62912,
"star-of-david": 63130,
"star-of-life": 63009,
- "star-shooting": 63798,
- "starfighter": 63799,
- "starfighter-alt": 63800,
+ "star-shooting": 57398,
+ "starfighter": 57399,
+ "starfighter-alt": 57400,
"stars": 63330,
- "starship": 63801,
- "starship-freighter": 63802,
+ "starship": 57401,
+ "starship-freighter": 57402,
"staylinked": 62453,
"steak": 63524,
"steam": 61878,
@@ -1879,11 +1889,11 @@
"stop": 61517,
"stop-circle": 62093,
"stopwatch": 62194,
- "stopwatch-20": 63855,
+ "stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
- "store-alt-slash": 63856,
- "store-slash": 63857,
+ "store-alt-slash": 57456,
+ "store-slash": 57457,
"strava": 62504,
"stream": 62800,
"street-view": 61981,
@@ -1916,10 +1926,10 @@
"swimmer": 62916,
"swimming-pool": 62917,
"sword": 63260,
- "sword-laser": 63803,
- "sword-laser-alt": 63804,
+ "sword-laser": 57403,
+ "sword-laser-alt": 57404,
"swords": 63261,
- "swords-laser": 63805,
+ "swords-laser": 57405,
"symfony": 63549,
"synagogue": 63131,
"sync": 61473,
@@ -1959,13 +1969,13 @@
"teeth-open": 63023,
"telegram": 62150,
"telegram-plane": 62462,
- "telescope": 63806,
- "temperature-down": 63807,
+ "telescope": 57406,
+ "temperature-down": 57407,
"temperature-frigid": 63336,
"temperature-high": 63337,
"temperature-hot": 63338,
"temperature-low": 63339,
- "temperature-up": 63808,
+ "temperature-up": 57408,
"tencent-weibo": 61909,
"tenge": 63447,
"tennis-ball": 62558,
@@ -1997,6 +2007,7 @@
"thunderstorm-sun": 63342,
"ticket": 61765,
"ticket-alt": 62463,
+ "tiktok": 57467,
"tilde": 63135,
"times": 61453,
"times-circle": 61527,
@@ -2015,7 +2026,7 @@
"toilet": 63448,
"toilet-paper": 63262,
"toilet-paper-alt": 63263,
- "toilet-paper-slash": 63858,
+ "toilet-paper-slash": 57458,
"tombstone": 63264,
"tombstone-alt": 63265,
"toolbox": 62802,
@@ -2033,16 +2044,16 @@
"traffic-light-go": 63032,
"traffic-light-slow": 63033,
"traffic-light-stop": 63034,
- "trailer": 63809,
+ "trailer": 57409,
"train": 62008,
"tram": 63450,
"transgender": 61988,
"transgender-alt": 61989,
- "transporter": 63810,
- "transporter-1": 63811,
- "transporter-2": 63812,
- "transporter-3": 63813,
- "transporter-empty": 63814,
+ "transporter": 57410,
+ "transporter-1": 57411,
+ "transporter-2": 57412,
+ "transporter-3": 57413,
+ "transporter-empty": 57414,
"trash": 61944,
"trash-alt": 62189,
"trash-restore": 63529,
@@ -2091,24 +2102,26 @@
"typo3": 62507,
"uber": 62466,
"ubuntu": 63455,
- "ufo": 63815,
- "ufo-beam": 63816,
+ "ufo": 57415,
+ "ufo-beam": 57416,
"uikit": 62467,
"umbraco": 63720,
"umbrella": 61673,
"umbrella-beach": 62922,
+ "uncharted": 57476,
"underline": 61645,
"undo": 61666,
"undo-alt": 62186,
"unicorn": 63271,
"union": 63138,
"uniregistry": 62468,
- "unity": 63817,
+ "unity": 57417,
"universal-access": 62106,
"university": 61852,
"unlink": 61735,
"unlock": 61596,
"unlock-alt": 61758,
+ "unsplash": 57468,
"untappd": 62469,
"upload": 61587,
"ups": 63456,
@@ -2117,7 +2130,7 @@
"usd-circle": 62184,
"usd-square": 62185,
"user": 61447,
- "user-alien": 63818,
+ "user-alien": 57418,
"user-alt": 62470,
"user-alt-slash": 62714,
"user-astronaut": 62715,
@@ -2142,21 +2155,21 @@
"user-ninja": 62724,
"user-nurse": 63535,
"user-plus": 62004,
- "user-robot": 63819,
+ "user-robot": 57419,
"user-secret": 61979,
"user-shield": 62725,
"user-slash": 62726,
"user-tag": 62727,
"user-tie": 62728,
"user-times": 62005,
- "user-unlock": 63832,
- "user-visor": 63820,
+ "user-unlock": 57432,
+ "user-visor": 57420,
"users": 61632,
"users-class": 63037,
"users-cog": 62729,
"users-crown": 63141,
"users-medical": 63536,
- "users-slash": 63859,
+ "users-slash": 57459,
"usps": 63457,
"ussunnah": 62471,
"utensil-fork": 62179,
@@ -2165,13 +2178,15 @@
"utensils": 62183,
"utensils-alt": 62182,
"vaadin": 62472,
- "vacuum": 63821,
- "vacuum-robot": 63822,
+ "vacuum": 57421,
+ "vacuum-robot": 57422,
"value-absolute": 63142,
"vector-square": 62923,
"venus": 61985,
"venus-double": 61990,
"venus-mars": 61992,
+ "vest": 57477,
+ "vest-patches": 57478,
"vhs": 63724,
"viacoin": 62007,
"viadeo": 62121,
@@ -2188,9 +2203,9 @@
"vimeo-v": 62077,
"vine": 61898,
"violin": 63725,
- "virus": 63860,
- "virus-slash": 63861,
- "viruses": 63862,
+ "virus": 57460,
+ "virus-slash": 57461,
+ "viruses": 57462,
"vk": 61833,
"vnv": 62475,
"voicemail": 63639,
@@ -2219,6 +2234,7 @@
"watch": 62177,
"watch-calculator": 63728,
"watch-fitness": 63038,
+ "watchman-monitoring": 57479,
"water": 63347,
"water-lower": 63348,
"water-rise": 63349,
@@ -2253,8 +2269,8 @@
"window": 62478,
"window-alt": 62479,
"window-close": 62480,
- "window-frame": 63823,
- "window-frame-open": 63824,
+ "window-frame": 57423,
+ "window-frame-open": 57424,
"window-maximize": 62160,
"window-minimize": 62161,
"window-restore": 62162,
@@ -2265,6 +2281,7 @@
"wine-glass-alt": 62926,
"wix": 62927,
"wizards-of-the-coast": 63280,
+ "wodu": 57480,
"wolf-pack-battalion": 62740,
"won-sign": 61785,
"wordpress": 61850,
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro_meta.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro_meta.json
index 0b3ef1d..b8a8523 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro_meta.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/FontAwesome5Pro_meta.json
@@ -5,7 +5,6 @@
"accusoft",
"acquisitions-incorporated",
"adn",
- "adobe",
"adversal",
"affiliatetheme",
"airbnb",
@@ -66,6 +65,7 @@
"centos",
"chrome",
"chromecast",
+ "cloudflare",
"cloudscale",
"cloudsmith",
"cloudversify",
@@ -98,6 +98,7 @@
"d-and-d",
"dailymotion",
"dashcube",
+ "deezer",
"delicious",
"deploydog",
"deskpro",
@@ -119,6 +120,7 @@
"dyalog",
"earlybirds",
"ebay",
+ "edge-legacy",
"edge",
"elementor",
"ello",
@@ -179,6 +181,7 @@
"goodreads-g",
"goodreads",
"google-drive",
+ "google-pay",
"google-play",
"google-plus-g",
"google-plus-square",
@@ -189,12 +192,14 @@
"grav",
"gripfire",
"grunt",
+ "guilded",
"gulp",
"hacker-news-square",
"hacker-news",
"hackerrank",
"hips",
"hire-a-helper",
+ "hive",
"hooli",
"hornbill",
"hotjar",
@@ -203,8 +208,10 @@
"hubspot",
"ideal",
"imdb",
+ "innosoft",
"instagram-square",
"instagram",
+ "instalod",
"intercom",
"internet-explorer",
"invision",
@@ -268,6 +275,7 @@
"npm",
"ns8",
"nutritionix",
+ "octopus-deploy",
"odnoklassniki-square",
"odnoklassniki",
"old-republic",
@@ -283,6 +291,7 @@
"patreon",
"paypal",
"penny-arcade",
+ "perbyte",
"periscope",
"phabricator",
"phoenix-framework",
@@ -322,6 +331,7 @@
"rev",
"rocketchat",
"rockrms",
+ "rust",
"safari",
"salesforce",
"sass",
@@ -379,6 +389,7 @@
"themeco",
"themeisle",
"think-peaks",
+ "tiktok",
"trade-federation",
"trello",
"tripadvisor",
@@ -392,8 +403,10 @@
"ubuntu",
"uikit",
"umbraco",
+ "uncharted",
"uniregistry",
"unity",
+ "unsplash",
"untappd",
"ups",
"usb",
@@ -411,6 +424,7 @@
"vk",
"vnv",
"vuejs",
+ "watchman-monitoring",
"waze",
"weebly",
"weibo",
@@ -422,6 +436,7 @@
"windows",
"wix",
"wizards-of-the-coast",
+ "wodu",
"wolf-pack-battalion",
"wordpress-simple",
"wordpress",
@@ -444,6 +459,1861 @@
"youtube",
"zhihu"
],
+ "duotone": [
+ "abacus",
+ "acorn",
+ "ad",
+ "address-book",
+ "address-card",
+ "adjust",
+ "air-conditioner",
+ "air-freshener",
+ "alarm-clock",
+ "alarm-exclamation",
+ "alarm-plus",
+ "alarm-snooze",
+ "album-collection",
+ "album",
+ "alicorn",
+ "alien-monster",
+ "alien",
+ "align-center",
+ "align-justify",
+ "align-left",
+ "align-right",
+ "align-slash",
+ "allergies",
+ "ambulance",
+ "american-sign-language-interpreting",
+ "amp-guitar",
+ "analytics",
+ "anchor",
+ "angel",
+ "angle-double-down",
+ "angle-double-left",
+ "angle-double-right",
+ "angle-double-up",
+ "angle-down",
+ "angle-left",
+ "angle-right",
+ "angle-up",
+ "angry",
+ "ankh",
+ "apple-alt",
+ "apple-crate",
+ "archive",
+ "archway",
+ "arrow-alt-circle-down",
+ "arrow-alt-circle-left",
+ "arrow-alt-circle-right",
+ "arrow-alt-circle-up",
+ "arrow-alt-down",
+ "arrow-alt-from-bottom",
+ "arrow-alt-from-left",
+ "arrow-alt-from-right",
+ "arrow-alt-from-top",
+ "arrow-alt-left",
+ "arrow-alt-right",
+ "arrow-alt-square-down",
+ "arrow-alt-square-left",
+ "arrow-alt-square-right",
+ "arrow-alt-square-up",
+ "arrow-alt-to-bottom",
+ "arrow-alt-to-left",
+ "arrow-alt-to-right",
+ "arrow-alt-to-top",
+ "arrow-alt-up",
+ "arrow-circle-down",
+ "arrow-circle-left",
+ "arrow-circle-right",
+ "arrow-circle-up",
+ "arrow-down",
+ "arrow-from-bottom",
+ "arrow-from-left",
+ "arrow-from-right",
+ "arrow-from-top",
+ "arrow-left",
+ "arrow-right",
+ "arrow-square-down",
+ "arrow-square-left",
+ "arrow-square-right",
+ "arrow-square-up",
+ "arrow-to-bottom",
+ "arrow-to-left",
+ "arrow-to-right",
+ "arrow-to-top",
+ "arrow-up",
+ "arrows-alt-h",
+ "arrows-alt-v",
+ "arrows-alt",
+ "arrows-h",
+ "arrows-v",
+ "arrows",
+ "assistive-listening-systems",
+ "asterisk",
+ "at",
+ "atlas",
+ "atom-alt",
+ "atom",
+ "audio-description",
+ "award",
+ "axe-battle",
+ "axe",
+ "baby-carriage",
+ "baby",
+ "backpack",
+ "backspace",
+ "backward",
+ "bacon",
+ "bacteria",
+ "bacterium",
+ "badge-check",
+ "badge-dollar",
+ "badge-percent",
+ "badge-sheriff",
+ "badge",
+ "badger-honey",
+ "bags-shopping",
+ "bahai",
+ "balance-scale-left",
+ "balance-scale-right",
+ "balance-scale",
+ "ball-pile",
+ "ballot-check",
+ "ballot",
+ "ban",
+ "band-aid",
+ "banjo",
+ "barcode-alt",
+ "barcode-read",
+ "barcode-scan",
+ "barcode",
+ "bars",
+ "baseball-ball",
+ "baseball",
+ "basketball-ball",
+ "basketball-hoop",
+ "bat",
+ "bath",
+ "battery-bolt",
+ "battery-empty",
+ "battery-full",
+ "battery-half",
+ "battery-quarter",
+ "battery-slash",
+ "battery-three-quarters",
+ "bed-alt",
+ "bed-bunk",
+ "bed-empty",
+ "bed",
+ "beer",
+ "bell-exclamation",
+ "bell-on",
+ "bell-plus",
+ "bell-school-slash",
+ "bell-school",
+ "bell-slash",
+ "bell",
+ "bells",
+ "betamax",
+ "bezier-curve",
+ "bible",
+ "bicycle",
+ "biking-mountain",
+ "biking",
+ "binoculars",
+ "biohazard",
+ "birthday-cake",
+ "blanket",
+ "blender-phone",
+ "blender",
+ "blind",
+ "blinds-open",
+ "blinds-raised",
+ "blinds",
+ "blog",
+ "bold",
+ "bolt",
+ "bomb",
+ "bone-break",
+ "bone",
+ "bong",
+ "book-alt",
+ "book-dead",
+ "book-heart",
+ "book-medical",
+ "book-open",
+ "book-reader",
+ "book-spells",
+ "book-user",
+ "book",
+ "bookmark",
+ "books-medical",
+ "books",
+ "boombox",
+ "boot",
+ "booth-curtain",
+ "border-all",
+ "border-bottom",
+ "border-center-h",
+ "border-center-v",
+ "border-inner",
+ "border-left",
+ "border-none",
+ "border-outer",
+ "border-right",
+ "border-style-alt",
+ "border-style",
+ "border-top",
+ "bow-arrow",
+ "bowling-ball",
+ "bowling-pins",
+ "box-alt",
+ "box-ballot",
+ "box-check",
+ "box-fragile",
+ "box-full",
+ "box-heart",
+ "box-open",
+ "box-tissue",
+ "box-up",
+ "box-usd",
+ "box",
+ "boxes-alt",
+ "boxes",
+ "boxing-glove",
+ "brackets-curly",
+ "brackets",
+ "braille",
+ "brain",
+ "bread-loaf",
+ "bread-slice",
+ "briefcase-medical",
+ "briefcase",
+ "bring-forward",
+ "bring-front",
+ "broadcast-tower",
+ "broom",
+ "browser",
+ "brush",
+ "bug",
+ "building",
+ "bullhorn",
+ "bullseye-arrow",
+ "bullseye-pointer",
+ "bullseye",
+ "burger-soda",
+ "burn",
+ "burrito",
+ "bus-alt",
+ "bus-school",
+ "bus",
+ "business-time",
+ "cabinet-filing",
+ "cactus",
+ "calculator-alt",
+ "calculator",
+ "calendar-alt",
+ "calendar-check",
+ "calendar-day",
+ "calendar-edit",
+ "calendar-exclamation",
+ "calendar-minus",
+ "calendar-plus",
+ "calendar-star",
+ "calendar-times",
+ "calendar-week",
+ "calendar",
+ "camcorder",
+ "camera-alt",
+ "camera-home",
+ "camera-movie",
+ "camera-polaroid",
+ "camera-retro",
+ "camera",
+ "campfire",
+ "campground",
+ "candle-holder",
+ "candy-cane",
+ "candy-corn",
+ "cannabis",
+ "capsules",
+ "car-alt",
+ "car-battery",
+ "car-building",
+ "car-bump",
+ "car-bus",
+ "car-crash",
+ "car-garage",
+ "car-mechanic",
+ "car-side",
+ "car-tilt",
+ "car-wash",
+ "car",
+ "caravan-alt",
+ "caravan",
+ "caret-circle-down",
+ "caret-circle-left",
+ "caret-circle-right",
+ "caret-circle-up",
+ "caret-down",
+ "caret-left",
+ "caret-right",
+ "caret-square-down",
+ "caret-square-left",
+ "caret-square-right",
+ "caret-square-up",
+ "caret-up",
+ "carrot",
+ "cars",
+ "cart-arrow-down",
+ "cart-plus",
+ "cash-register",
+ "cassette-tape",
+ "cat-space",
+ "cat",
+ "cauldron",
+ "cctv",
+ "certificate",
+ "chair-office",
+ "chair",
+ "chalkboard-teacher",
+ "chalkboard",
+ "charging-station",
+ "chart-area",
+ "chart-bar",
+ "chart-line-down",
+ "chart-line",
+ "chart-network",
+ "chart-pie-alt",
+ "chart-pie",
+ "chart-scatter",
+ "check-circle",
+ "check-double",
+ "check-square",
+ "check",
+ "cheese-swiss",
+ "cheese",
+ "cheeseburger",
+ "chess-bishop-alt",
+ "chess-bishop",
+ "chess-board",
+ "chess-clock-alt",
+ "chess-clock",
+ "chess-king-alt",
+ "chess-king",
+ "chess-knight-alt",
+ "chess-knight",
+ "chess-pawn-alt",
+ "chess-pawn",
+ "chess-queen-alt",
+ "chess-queen",
+ "chess-rook-alt",
+ "chess-rook",
+ "chess",
+ "chevron-circle-down",
+ "chevron-circle-left",
+ "chevron-circle-right",
+ "chevron-circle-up",
+ "chevron-double-down",
+ "chevron-double-left",
+ "chevron-double-right",
+ "chevron-double-up",
+ "chevron-down",
+ "chevron-left",
+ "chevron-right",
+ "chevron-square-down",
+ "chevron-square-left",
+ "chevron-square-right",
+ "chevron-square-up",
+ "chevron-up",
+ "child",
+ "chimney",
+ "church",
+ "circle-notch",
+ "circle",
+ "city",
+ "clarinet",
+ "claw-marks",
+ "clinic-medical",
+ "clipboard-check",
+ "clipboard-list-check",
+ "clipboard-list",
+ "clipboard-prescription",
+ "clipboard-user",
+ "clipboard",
+ "clock",
+ "clone",
+ "closed-captioning",
+ "cloud-download-alt",
+ "cloud-download",
+ "cloud-drizzle",
+ "cloud-hail-mixed",
+ "cloud-hail",
+ "cloud-meatball",
+ "cloud-moon-rain",
+ "cloud-moon",
+ "cloud-music",
+ "cloud-rain",
+ "cloud-rainbow",
+ "cloud-showers-heavy",
+ "cloud-showers",
+ "cloud-sleet",
+ "cloud-snow",
+ "cloud-sun-rain",
+ "cloud-sun",
+ "cloud-upload-alt",
+ "cloud-upload",
+ "cloud",
+ "clouds-moon",
+ "clouds-sun",
+ "clouds",
+ "club",
+ "cocktail",
+ "code-branch",
+ "code-commit",
+ "code-merge",
+ "code",
+ "coffee-pot",
+ "coffee-togo",
+ "coffee",
+ "coffin-cross",
+ "coffin",
+ "cog",
+ "cogs",
+ "coin",
+ "coins",
+ "columns",
+ "comet",
+ "comment-alt-check",
+ "comment-alt-dollar",
+ "comment-alt-dots",
+ "comment-alt-edit",
+ "comment-alt-exclamation",
+ "comment-alt-lines",
+ "comment-alt-medical",
+ "comment-alt-minus",
+ "comment-alt-music",
+ "comment-alt-plus",
+ "comment-alt-slash",
+ "comment-alt-smile",
+ "comment-alt-times",
+ "comment-alt",
+ "comment-check",
+ "comment-dollar",
+ "comment-dots",
+ "comment-edit",
+ "comment-exclamation",
+ "comment-lines",
+ "comment-medical",
+ "comment-minus",
+ "comment-music",
+ "comment-plus",
+ "comment-slash",
+ "comment-smile",
+ "comment-times",
+ "comment",
+ "comments-alt-dollar",
+ "comments-alt",
+ "comments-dollar",
+ "comments",
+ "compact-disc",
+ "compass-slash",
+ "compass",
+ "compress-alt",
+ "compress-arrows-alt",
+ "compress-wide",
+ "compress",
+ "computer-classic",
+ "computer-speaker",
+ "concierge-bell",
+ "construction",
+ "container-storage",
+ "conveyor-belt-alt",
+ "conveyor-belt",
+ "cookie-bite",
+ "cookie",
+ "copy",
+ "copyright",
+ "corn",
+ "couch",
+ "cow",
+ "cowbell-more",
+ "cowbell",
+ "credit-card-blank",
+ "credit-card-front",
+ "credit-card",
+ "cricket",
+ "croissant",
+ "crop-alt",
+ "crop",
+ "cross",
+ "crosshairs",
+ "crow",
+ "crown",
+ "crutch",
+ "crutches",
+ "cube",
+ "cubes",
+ "curling",
+ "cut",
+ "dagger",
+ "database",
+ "deaf",
+ "debug",
+ "deer-rudolph",
+ "deer",
+ "democrat",
+ "desktop-alt",
+ "desktop",
+ "dewpoint",
+ "dharmachakra",
+ "diagnoses",
+ "diamond",
+ "dice-d10",
+ "dice-d12",
+ "dice-d20",
+ "dice-d4",
+ "dice-d6",
+ "dice-d8",
+ "dice-five",
+ "dice-four",
+ "dice-one",
+ "dice-six",
+ "dice-three",
+ "dice-two",
+ "dice",
+ "digging",
+ "digital-tachograph",
+ "diploma",
+ "directions",
+ "disc-drive",
+ "disease",
+ "divide",
+ "dizzy",
+ "dna",
+ "do-not-enter",
+ "dog-leashed",
+ "dog",
+ "dollar-sign",
+ "dolly-empty",
+ "dolly-flatbed-alt",
+ "dolly-flatbed-empty",
+ "dolly-flatbed",
+ "dolly",
+ "donate",
+ "door-closed",
+ "door-open",
+ "dot-circle",
+ "dove",
+ "download",
+ "drafting-compass",
+ "dragon",
+ "draw-circle",
+ "draw-polygon",
+ "draw-square",
+ "dreidel",
+ "drone-alt",
+ "drone",
+ "drum-steelpan",
+ "drum",
+ "drumstick-bite",
+ "drumstick",
+ "dryer-alt",
+ "dryer",
+ "duck",
+ "dumbbell",
+ "dumpster-fire",
+ "dumpster",
+ "dungeon",
+ "ear-muffs",
+ "ear",
+ "eclipse-alt",
+ "eclipse",
+ "edit",
+ "egg-fried",
+ "egg",
+ "eject",
+ "elephant",
+ "ellipsis-h-alt",
+ "ellipsis-h",
+ "ellipsis-v-alt",
+ "ellipsis-v",
+ "empty-set",
+ "engine-warning",
+ "envelope-open-dollar",
+ "envelope-open-text",
+ "envelope-open",
+ "envelope-square",
+ "envelope",
+ "equals",
+ "eraser",
+ "ethernet",
+ "euro-sign",
+ "exchange-alt",
+ "exchange",
+ "exclamation-circle",
+ "exclamation-square",
+ "exclamation-triangle",
+ "exclamation",
+ "expand-alt",
+ "expand-arrows-alt",
+ "expand-arrows",
+ "expand-wide",
+ "expand",
+ "external-link-alt",
+ "external-link-square-alt",
+ "external-link-square",
+ "external-link",
+ "eye-dropper",
+ "eye-evil",
+ "eye-slash",
+ "eye",
+ "fan-table",
+ "fan",
+ "farm",
+ "fast-backward",
+ "fast-forward",
+ "faucet-drip",
+ "faucet",
+ "fax",
+ "feather-alt",
+ "feather",
+ "female",
+ "field-hockey",
+ "fighter-jet",
+ "file-alt",
+ "file-archive",
+ "file-audio",
+ "file-certificate",
+ "file-chart-line",
+ "file-chart-pie",
+ "file-check",
+ "file-code",
+ "file-contract",
+ "file-csv",
+ "file-download",
+ "file-edit",
+ "file-excel",
+ "file-exclamation",
+ "file-export",
+ "file-image",
+ "file-import",
+ "file-invoice-dollar",
+ "file-invoice",
+ "file-medical-alt",
+ "file-medical",
+ "file-minus",
+ "file-music",
+ "file-pdf",
+ "file-plus",
+ "file-powerpoint",
+ "file-prescription",
+ "file-search",
+ "file-signature",
+ "file-spreadsheet",
+ "file-times",
+ "file-upload",
+ "file-user",
+ "file-video",
+ "file-word",
+ "file",
+ "files-medical",
+ "fill-drip",
+ "fill",
+ "film-alt",
+ "film-canister",
+ "film",
+ "filter",
+ "fingerprint",
+ "fire-alt",
+ "fire-extinguisher",
+ "fire-smoke",
+ "fire",
+ "fireplace",
+ "first-aid",
+ "fish-cooked",
+ "fish",
+ "fist-raised",
+ "flag-alt",
+ "flag-checkered",
+ "flag-usa",
+ "flag",
+ "flame",
+ "flashlight",
+ "flask-poison",
+ "flask-potion",
+ "flask",
+ "flower-daffodil",
+ "flower-tulip",
+ "flower",
+ "flushed",
+ "flute",
+ "flux-capacitor",
+ "fog",
+ "folder-download",
+ "folder-minus",
+ "folder-open",
+ "folder-plus",
+ "folder-times",
+ "folder-tree",
+ "folder-upload",
+ "folder",
+ "folders",
+ "font-awesome-logo-full",
+ "font-case",
+ "font",
+ "football-ball",
+ "football-helmet",
+ "forklift",
+ "forward",
+ "fragile",
+ "french-fries",
+ "frog",
+ "frosty-head",
+ "frown-open",
+ "frown",
+ "function",
+ "funnel-dollar",
+ "futbol",
+ "galaxy",
+ "game-board-alt",
+ "game-board",
+ "game-console-handheld",
+ "gamepad-alt",
+ "gamepad",
+ "garage-car",
+ "garage-open",
+ "garage",
+ "gas-pump-slash",
+ "gas-pump",
+ "gavel",
+ "gem",
+ "genderless",
+ "ghost",
+ "gift-card",
+ "gift",
+ "gifts",
+ "gingerbread-man",
+ "glass-champagne",
+ "glass-cheers",
+ "glass-citrus",
+ "glass-martini-alt",
+ "glass-martini",
+ "glass-whiskey-rocks",
+ "glass-whiskey",
+ "glass",
+ "glasses-alt",
+ "glasses",
+ "globe-africa",
+ "globe-americas",
+ "globe-asia",
+ "globe-europe",
+ "globe-snow",
+ "globe-stand",
+ "globe",
+ "golf-ball",
+ "golf-club",
+ "gopuram",
+ "graduation-cap",
+ "gramophone",
+ "greater-than-equal",
+ "greater-than",
+ "grimace",
+ "grin-alt",
+ "grin-beam-sweat",
+ "grin-beam",
+ "grin-hearts",
+ "grin-squint-tears",
+ "grin-squint",
+ "grin-stars",
+ "grin-tears",
+ "grin-tongue-squint",
+ "grin-tongue-wink",
+ "grin-tongue",
+ "grin-wink",
+ "grin",
+ "grip-horizontal",
+ "grip-lines-vertical",
+ "grip-lines",
+ "grip-vertical",
+ "guitar-electric",
+ "guitar",
+ "guitars",
+ "h-square",
+ "h1",
+ "h2",
+ "h3",
+ "h4",
+ "hamburger",
+ "hammer-war",
+ "hammer",
+ "hamsa",
+ "hand-heart",
+ "hand-holding-box",
+ "hand-holding-heart",
+ "hand-holding-magic",
+ "hand-holding-medical",
+ "hand-holding-seedling",
+ "hand-holding-usd",
+ "hand-holding-water",
+ "hand-holding",
+ "hand-lizard",
+ "hand-middle-finger",
+ "hand-paper",
+ "hand-peace",
+ "hand-point-down",
+ "hand-point-left",
+ "hand-point-right",
+ "hand-point-up",
+ "hand-pointer",
+ "hand-receiving",
+ "hand-rock",
+ "hand-scissors",
+ "hand-sparkles",
+ "hand-spock",
+ "hands-heart",
+ "hands-helping",
+ "hands-usd",
+ "hands-wash",
+ "hands",
+ "handshake-alt-slash",
+ "handshake-alt",
+ "handshake-slash",
+ "handshake",
+ "hanukiah",
+ "hard-hat",
+ "hashtag",
+ "hat-chef",
+ "hat-cowboy-side",
+ "hat-cowboy",
+ "hat-santa",
+ "hat-winter",
+ "hat-witch",
+ "hat-wizard",
+ "hdd",
+ "head-side-brain",
+ "head-side-cough-slash",
+ "head-side-cough",
+ "head-side-headphones",
+ "head-side-mask",
+ "head-side-medical",
+ "head-side-virus",
+ "head-side",
+ "head-vr",
+ "heading",
+ "headphones-alt",
+ "headphones",
+ "headset",
+ "heart-broken",
+ "heart-circle",
+ "heart-rate",
+ "heart-square",
+ "heart",
+ "heartbeat",
+ "heat",
+ "helicopter",
+ "helmet-battle",
+ "hexagon",
+ "highlighter",
+ "hiking",
+ "hippo",
+ "history",
+ "hockey-mask",
+ "hockey-puck",
+ "hockey-sticks",
+ "holly-berry",
+ "home-alt",
+ "home-heart",
+ "home-lg-alt",
+ "home-lg",
+ "home",
+ "hood-cloak",
+ "horizontal-rule",
+ "horse-head",
+ "horse-saddle",
+ "horse",
+ "hospital-alt",
+ "hospital-symbol",
+ "hospital-user",
+ "hospital",
+ "hospitals",
+ "hot-tub",
+ "hotdog",
+ "hotel",
+ "hourglass-end",
+ "hourglass-half",
+ "hourglass-start",
+ "hourglass",
+ "house-damage",
+ "house-day",
+ "house-flood",
+ "house-leave",
+ "house-night",
+ "house-return",
+ "house-signal",
+ "house-user",
+ "house",
+ "hryvnia",
+ "humidity",
+ "hurricane",
+ "i-cursor",
+ "ice-cream",
+ "ice-skate",
+ "icicles",
+ "icons-alt",
+ "icons",
+ "id-badge",
+ "id-card-alt",
+ "id-card",
+ "igloo",
+ "image-polaroid",
+ "image",
+ "images",
+ "inbox-in",
+ "inbox-out",
+ "inbox",
+ "indent",
+ "industry-alt",
+ "industry",
+ "infinity",
+ "info-circle",
+ "info-square",
+ "info",
+ "inhaler",
+ "integral",
+ "intersection",
+ "inventory",
+ "island-tropical",
+ "italic",
+ "jack-o-lantern",
+ "jedi",
+ "joint",
+ "journal-whills",
+ "joystick",
+ "jug",
+ "kaaba",
+ "kazoo",
+ "kerning",
+ "key-skeleton",
+ "key",
+ "keyboard",
+ "keynote",
+ "khanda",
+ "kidneys",
+ "kiss-beam",
+ "kiss-wink-heart",
+ "kiss",
+ "kite",
+ "kiwi-bird",
+ "knife-kitchen",
+ "lambda",
+ "lamp-desk",
+ "lamp-floor",
+ "lamp",
+ "landmark-alt",
+ "landmark",
+ "language",
+ "laptop-code",
+ "laptop-house",
+ "laptop-medical",
+ "laptop",
+ "lasso",
+ "laugh-beam",
+ "laugh-squint",
+ "laugh-wink",
+ "laugh",
+ "layer-group",
+ "layer-minus",
+ "layer-plus",
+ "leaf-heart",
+ "leaf-maple",
+ "leaf-oak",
+ "leaf",
+ "lemon",
+ "less-than-equal",
+ "less-than",
+ "level-down-alt",
+ "level-down",
+ "level-up-alt",
+ "level-up",
+ "life-ring",
+ "light-ceiling",
+ "light-switch-off",
+ "light-switch-on",
+ "light-switch",
+ "lightbulb-dollar",
+ "lightbulb-exclamation",
+ "lightbulb-on",
+ "lightbulb-slash",
+ "lightbulb",
+ "lights-holiday",
+ "line-columns",
+ "line-height",
+ "link",
+ "lips",
+ "lira-sign",
+ "list-alt",
+ "list-music",
+ "list-ol",
+ "list-ul",
+ "list",
+ "location-arrow",
+ "location-circle",
+ "location-slash",
+ "location",
+ "lock-alt",
+ "lock-open-alt",
+ "lock-open",
+ "lock",
+ "long-arrow-alt-down",
+ "long-arrow-alt-left",
+ "long-arrow-alt-right",
+ "long-arrow-alt-up",
+ "long-arrow-down",
+ "long-arrow-left",
+ "long-arrow-right",
+ "long-arrow-up",
+ "loveseat",
+ "low-vision",
+ "luchador",
+ "luggage-cart",
+ "lungs-virus",
+ "lungs",
+ "mace",
+ "magic",
+ "magnet",
+ "mail-bulk",
+ "mailbox",
+ "male",
+ "mandolin",
+ "map-marked-alt",
+ "map-marked",
+ "map-marker-alt-slash",
+ "map-marker-alt",
+ "map-marker-check",
+ "map-marker-edit",
+ "map-marker-exclamation",
+ "map-marker-minus",
+ "map-marker-plus",
+ "map-marker-question",
+ "map-marker-slash",
+ "map-marker-smile",
+ "map-marker-times",
+ "map-marker",
+ "map-pin",
+ "map-signs",
+ "map",
+ "marker",
+ "mars-double",
+ "mars-stroke-h",
+ "mars-stroke-v",
+ "mars-stroke",
+ "mars",
+ "mask",
+ "meat",
+ "medal",
+ "medkit",
+ "megaphone",
+ "meh-blank",
+ "meh-rolling-eyes",
+ "meh",
+ "memory",
+ "menorah",
+ "mercury",
+ "meteor",
+ "microchip",
+ "microphone-alt-slash",
+ "microphone-alt",
+ "microphone-slash",
+ "microphone-stand",
+ "microphone",
+ "microscope",
+ "microwave",
+ "mind-share",
+ "minus-circle",
+ "minus-hexagon",
+ "minus-octagon",
+ "minus-square",
+ "minus",
+ "mistletoe",
+ "mitten",
+ "mobile-alt",
+ "mobile-android-alt",
+ "mobile-android",
+ "mobile",
+ "money-bill-alt",
+ "money-bill-wave-alt",
+ "money-bill-wave",
+ "money-bill",
+ "money-check-alt",
+ "money-check-edit-alt",
+ "money-check-edit",
+ "money-check",
+ "monitor-heart-rate",
+ "monkey",
+ "monument",
+ "moon-cloud",
+ "moon-stars",
+ "moon",
+ "mortar-pestle",
+ "mosque",
+ "motorcycle",
+ "mountain",
+ "mountains",
+ "mouse-alt",
+ "mouse-pointer",
+ "mouse",
+ "mp3-player",
+ "mug-hot",
+ "mug-marshmallows",
+ "mug-tea",
+ "mug",
+ "music-alt-slash",
+ "music-alt",
+ "music-slash",
+ "music",
+ "narwhal",
+ "network-wired",
+ "neuter",
+ "newspaper",
+ "not-equal",
+ "notes-medical",
+ "object-group",
+ "object-ungroup",
+ "octagon",
+ "oil-can",
+ "oil-temp",
+ "om",
+ "omega",
+ "ornament",
+ "otter",
+ "outdent",
+ "outlet",
+ "oven",
+ "overline",
+ "page-break",
+ "pager",
+ "paint-brush-alt",
+ "paint-brush",
+ "paint-roller",
+ "palette",
+ "pallet-alt",
+ "pallet",
+ "paper-plane",
+ "paperclip",
+ "parachute-box",
+ "paragraph-rtl",
+ "paragraph",
+ "parking-circle-slash",
+ "parking-circle",
+ "parking-slash",
+ "parking",
+ "passport",
+ "pastafarianism",
+ "paste",
+ "pause-circle",
+ "pause",
+ "paw-alt",
+ "paw-claws",
+ "paw",
+ "peace",
+ "pegasus",
+ "pen-alt",
+ "pen-fancy",
+ "pen-nib",
+ "pen-square",
+ "pen",
+ "pencil-alt",
+ "pencil-paintbrush",
+ "pencil-ruler",
+ "pencil",
+ "pennant",
+ "people-arrows",
+ "people-carry",
+ "pepper-hot",
+ "percent",
+ "percentage",
+ "person-booth",
+ "person-carry",
+ "person-dolly-empty",
+ "person-dolly",
+ "person-sign",
+ "phone-alt",
+ "phone-laptop",
+ "phone-office",
+ "phone-plus",
+ "phone-rotary",
+ "phone-slash",
+ "phone-square-alt",
+ "phone-square",
+ "phone-volume",
+ "phone",
+ "photo-video",
+ "pi",
+ "piano-keyboard",
+ "piano",
+ "pie",
+ "pig",
+ "piggy-bank",
+ "pills",
+ "pizza-slice",
+ "pizza",
+ "place-of-worship",
+ "plane-alt",
+ "plane-arrival",
+ "plane-departure",
+ "plane-slash",
+ "plane",
+ "planet-moon",
+ "planet-ringed",
+ "play-circle",
+ "play",
+ "plug",
+ "plus-circle",
+ "plus-hexagon",
+ "plus-octagon",
+ "plus-square",
+ "plus",
+ "podcast",
+ "podium-star",
+ "podium",
+ "police-box",
+ "poll-h",
+ "poll-people",
+ "poll",
+ "poo-storm",
+ "poo",
+ "poop",
+ "popcorn",
+ "portal-enter",
+ "portal-exit",
+ "portrait",
+ "pound-sign",
+ "power-off",
+ "pray",
+ "praying-hands",
+ "prescription-bottle-alt",
+ "prescription-bottle",
+ "prescription",
+ "presentation",
+ "print-search",
+ "print-slash",
+ "print",
+ "procedures",
+ "project-diagram",
+ "projector",
+ "pump-medical",
+ "pump-soap",
+ "pumpkin",
+ "puzzle-piece",
+ "qrcode",
+ "question-circle",
+ "question-square",
+ "question",
+ "quidditch",
+ "quote-left",
+ "quote-right",
+ "quran",
+ "rabbit-fast",
+ "rabbit",
+ "racquet",
+ "radar",
+ "radiation-alt",
+ "radiation",
+ "radio-alt",
+ "radio",
+ "rainbow",
+ "raindrops",
+ "ram",
+ "ramp-loading",
+ "random",
+ "raygun",
+ "receipt",
+ "record-vinyl",
+ "rectangle-landscape",
+ "rectangle-portrait",
+ "rectangle-wide",
+ "recycle",
+ "redo-alt",
+ "redo",
+ "refrigerator",
+ "registered",
+ "remove-format",
+ "repeat-1-alt",
+ "repeat-1",
+ "repeat-alt",
+ "repeat",
+ "reply-all",
+ "reply",
+ "republican",
+ "restroom",
+ "retweet-alt",
+ "retweet",
+ "ribbon",
+ "ring",
+ "rings-wedding",
+ "road",
+ "robot",
+ "rocket-launch",
+ "rocket",
+ "route-highway",
+ "route-interstate",
+ "route",
+ "router",
+ "rss-square",
+ "rss",
+ "ruble-sign",
+ "ruler-combined",
+ "ruler-horizontal",
+ "ruler-triangle",
+ "ruler-vertical",
+ "ruler",
+ "running",
+ "rupee-sign",
+ "rv",
+ "sack-dollar",
+ "sack",
+ "sad-cry",
+ "sad-tear",
+ "salad",
+ "sandwich",
+ "satellite-dish",
+ "satellite",
+ "sausage",
+ "save",
+ "sax-hot",
+ "saxophone",
+ "scalpel-path",
+ "scalpel",
+ "scanner-image",
+ "scanner-keyboard",
+ "scanner-touchscreen",
+ "scanner",
+ "scarecrow",
+ "scarf",
+ "school",
+ "screwdriver",
+ "scroll-old",
+ "scroll",
+ "scrubber",
+ "scythe",
+ "sd-card",
+ "search-dollar",
+ "search-location",
+ "search-minus",
+ "search-plus",
+ "search",
+ "seedling",
+ "send-back",
+ "send-backward",
+ "sensor-alert",
+ "sensor-fire",
+ "sensor-on",
+ "sensor-smoke",
+ "sensor",
+ "server",
+ "shapes",
+ "share-all",
+ "share-alt-square",
+ "share-alt",
+ "share-square",
+ "share",
+ "sheep",
+ "shekel-sign",
+ "shield-alt",
+ "shield-check",
+ "shield-cross",
+ "shield-virus",
+ "shield",
+ "ship",
+ "shipping-fast",
+ "shipping-timed",
+ "shish-kebab",
+ "shoe-prints",
+ "shopping-bag",
+ "shopping-basket",
+ "shopping-cart",
+ "shovel-snow",
+ "shovel",
+ "shower",
+ "shredder",
+ "shuttle-van",
+ "shuttlecock",
+ "sickle",
+ "sigma",
+ "sign-in-alt",
+ "sign-in",
+ "sign-language",
+ "sign-out-alt",
+ "sign-out",
+ "sign",
+ "signal-1",
+ "signal-2",
+ "signal-3",
+ "signal-4",
+ "signal-alt-1",
+ "signal-alt-2",
+ "signal-alt-3",
+ "signal-alt-slash",
+ "signal-alt",
+ "signal-slash",
+ "signal-stream",
+ "signal",
+ "signature",
+ "sim-card",
+ "sink",
+ "siren-on",
+ "siren",
+ "sitemap",
+ "skating",
+ "skeleton",
+ "ski-jump",
+ "ski-lift",
+ "skiing-nordic",
+ "skiing",
+ "skull-cow",
+ "skull-crossbones",
+ "skull",
+ "slash",
+ "sledding",
+ "sleigh",
+ "sliders-h-square",
+ "sliders-h",
+ "sliders-v-square",
+ "sliders-v",
+ "smile-beam",
+ "smile-plus",
+ "smile-wink",
+ "smile",
+ "smog",
+ "smoke",
+ "smoking-ban",
+ "smoking",
+ "sms",
+ "snake",
+ "snooze",
+ "snow-blowing",
+ "snowboarding",
+ "snowflake",
+ "snowflakes",
+ "snowman",
+ "snowmobile",
+ "snowplow",
+ "soap",
+ "socks",
+ "solar-panel",
+ "solar-system",
+ "sort-alpha-down-alt",
+ "sort-alpha-down",
+ "sort-alpha-up-alt",
+ "sort-alpha-up",
+ "sort-alt",
+ "sort-amount-down-alt",
+ "sort-amount-down",
+ "sort-amount-up-alt",
+ "sort-amount-up",
+ "sort-circle-down",
+ "sort-circle-up",
+ "sort-circle",
+ "sort-down",
+ "sort-numeric-down-alt",
+ "sort-numeric-down",
+ "sort-numeric-up-alt",
+ "sort-numeric-up",
+ "sort-shapes-down-alt",
+ "sort-shapes-down",
+ "sort-shapes-up-alt",
+ "sort-shapes-up",
+ "sort-size-down-alt",
+ "sort-size-down",
+ "sort-size-up-alt",
+ "sort-size-up",
+ "sort-up",
+ "sort",
+ "soup",
+ "spa",
+ "space-shuttle",
+ "space-station-moon-alt",
+ "space-station-moon",
+ "spade",
+ "sparkles",
+ "speaker",
+ "speakers",
+ "spell-check",
+ "spider-black-widow",
+ "spider-web",
+ "spider",
+ "spinner-third",
+ "spinner",
+ "splotch",
+ "spray-can",
+ "sprinkler",
+ "square-full",
+ "square-root-alt",
+ "square-root",
+ "square",
+ "squirrel",
+ "staff",
+ "stamp",
+ "star-and-crescent",
+ "star-christmas",
+ "star-exclamation",
+ "star-half-alt",
+ "star-half",
+ "star-of-david",
+ "star-of-life",
+ "star-shooting",
+ "star",
+ "starfighter-alt",
+ "starfighter",
+ "stars",
+ "starship-freighter",
+ "starship",
+ "steak",
+ "steering-wheel",
+ "step-backward",
+ "step-forward",
+ "stethoscope",
+ "sticky-note",
+ "stocking",
+ "stomach",
+ "stop-circle",
+ "stop",
+ "stopwatch-20",
+ "stopwatch",
+ "store-alt-slash",
+ "store-alt",
+ "store-slash",
+ "store",
+ "stream",
+ "street-view",
+ "stretcher",
+ "strikethrough",
+ "stroopwafel",
+ "subscript",
+ "subway",
+ "suitcase-rolling",
+ "suitcase",
+ "sun-cloud",
+ "sun-dust",
+ "sun-haze",
+ "sun",
+ "sunglasses",
+ "sunrise",
+ "sunset",
+ "superscript",
+ "surprise",
+ "swatchbook",
+ "swimmer",
+ "swimming-pool",
+ "sword-laser-alt",
+ "sword-laser",
+ "sword",
+ "swords-laser",
+ "swords",
+ "synagogue",
+ "sync-alt",
+ "sync",
+ "syringe",
+ "table-tennis",
+ "table",
+ "tablet-alt",
+ "tablet-android-alt",
+ "tablet-android",
+ "tablet-rugged",
+ "tablet",
+ "tablets",
+ "tachometer-alt-average",
+ "tachometer-alt-fast",
+ "tachometer-alt-fastest",
+ "tachometer-alt-slow",
+ "tachometer-alt-slowest",
+ "tachometer-alt",
+ "tachometer-average",
+ "tachometer-fast",
+ "tachometer-fastest",
+ "tachometer-slow",
+ "tachometer-slowest",
+ "tachometer",
+ "taco",
+ "tag",
+ "tags",
+ "tally",
+ "tanakh",
+ "tape",
+ "tasks-alt",
+ "tasks",
+ "taxi",
+ "teeth-open",
+ "teeth",
+ "telescope",
+ "temperature-down",
+ "temperature-frigid",
+ "temperature-high",
+ "temperature-hot",
+ "temperature-low",
+ "temperature-up",
+ "tenge",
+ "tennis-ball",
+ "terminal",
+ "text-height",
+ "text-size",
+ "text-width",
+ "text",
+ "th-large",
+ "th-list",
+ "th",
+ "theater-masks",
+ "thermometer-empty",
+ "thermometer-full",
+ "thermometer-half",
+ "thermometer-quarter",
+ "thermometer-three-quarters",
+ "thermometer",
+ "theta",
+ "thumbs-down",
+ "thumbs-up",
+ "thumbtack",
+ "thunderstorm-moon",
+ "thunderstorm-sun",
+ "thunderstorm",
+ "ticket-alt",
+ "ticket",
+ "tilde",
+ "times-circle",
+ "times-hexagon",
+ "times-octagon",
+ "times-square",
+ "times",
+ "tint-slash",
+ "tint",
+ "tire-flat",
+ "tire-pressure-warning",
+ "tire-rugged",
+ "tire",
+ "tired",
+ "toggle-off",
+ "toggle-on",
+ "toilet-paper-alt",
+ "toilet-paper-slash",
+ "toilet-paper",
+ "toilet",
+ "tombstone-alt",
+ "tombstone",
+ "toolbox",
+ "tools",
+ "tooth",
+ "toothbrush",
+ "torah",
+ "torii-gate",
+ "tornado",
+ "tractor",
+ "trademark",
+ "traffic-cone",
+ "traffic-light-go",
+ "traffic-light-slow",
+ "traffic-light-stop",
+ "traffic-light",
+ "trailer",
+ "train",
+ "tram",
+ "transgender-alt",
+ "transgender",
+ "transporter-1",
+ "transporter-2",
+ "transporter-3",
+ "transporter-empty",
+ "transporter",
+ "trash-alt",
+ "trash-restore-alt",
+ "trash-restore",
+ "trash-undo-alt",
+ "trash-undo",
+ "trash",
+ "treasure-chest",
+ "tree-alt",
+ "tree-christmas",
+ "tree-decorated",
+ "tree-large",
+ "tree-palm",
+ "tree",
+ "trees",
+ "triangle-music",
+ "triangle",
+ "trophy-alt",
+ "trophy",
+ "truck-container",
+ "truck-couch",
+ "truck-loading",
+ "truck-monster",
+ "truck-moving",
+ "truck-pickup",
+ "truck-plow",
+ "truck-ramp",
+ "truck",
+ "trumpet",
+ "tshirt",
+ "tty",
+ "turkey",
+ "turntable",
+ "turtle",
+ "tv-alt",
+ "tv-music",
+ "tv-retro",
+ "tv",
+ "typewriter",
+ "ufo-beam",
+ "ufo",
+ "umbrella-beach",
+ "umbrella",
+ "underline",
+ "undo-alt",
+ "undo",
+ "unicorn",
+ "union",
+ "universal-access",
+ "university",
+ "unlink",
+ "unlock-alt",
+ "unlock",
+ "upload",
+ "usb-drive",
+ "usd-circle",
+ "usd-square",
+ "user-alien",
+ "user-alt-slash",
+ "user-alt",
+ "user-astronaut",
+ "user-chart",
+ "user-check",
+ "user-circle",
+ "user-clock",
+ "user-cog",
+ "user-cowboy",
+ "user-crown",
+ "user-edit",
+ "user-friends",
+ "user-graduate",
+ "user-hard-hat",
+ "user-headset",
+ "user-injured",
+ "user-lock",
+ "user-md-chat",
+ "user-md",
+ "user-minus",
+ "user-music",
+ "user-ninja",
+ "user-nurse",
+ "user-plus",
+ "user-robot",
+ "user-secret",
+ "user-shield",
+ "user-slash",
+ "user-tag",
+ "user-tie",
+ "user-times",
+ "user-unlock",
+ "user-visor",
+ "user",
+ "users-class",
+ "users-cog",
+ "users-crown",
+ "users-medical",
+ "users-slash",
+ "users",
+ "utensil-fork",
+ "utensil-knife",
+ "utensil-spoon",
+ "utensils-alt",
+ "utensils",
+ "vacuum-robot",
+ "vacuum",
+ "value-absolute",
+ "vector-square",
+ "venus-double",
+ "venus-mars",
+ "venus",
+ "vest-patches",
+ "vest",
+ "vhs",
+ "vial",
+ "vials",
+ "video-plus",
+ "video-slash",
+ "video",
+ "vihara",
+ "violin",
+ "virus-slash",
+ "virus",
+ "viruses",
+ "voicemail",
+ "volcano",
+ "volleyball-ball",
+ "volume-down",
+ "volume-mute",
+ "volume-off",
+ "volume-slash",
+ "volume-up",
+ "volume",
+ "vote-nay",
+ "vote-yea",
+ "vr-cardboard",
+ "wagon-covered",
+ "walker",
+ "walkie-talkie",
+ "walking",
+ "wallet",
+ "wand-magic",
+ "wand",
+ "warehouse-alt",
+ "warehouse",
+ "washer",
+ "watch-calculator",
+ "watch-fitness",
+ "watch",
+ "water-lower",
+ "water-rise",
+ "water",
+ "wave-sine",
+ "wave-square",
+ "wave-triangle",
+ "waveform-path",
+ "waveform",
+ "webcam-slash",
+ "webcam",
+ "weight-hanging",
+ "weight",
+ "whale",
+ "wheat",
+ "wheelchair",
+ "whistle",
+ "wifi-1",
+ "wifi-2",
+ "wifi-slash",
+ "wifi",
+ "wind-turbine",
+ "wind-warning",
+ "wind",
+ "window-alt",
+ "window-close",
+ "window-frame-open",
+ "window-frame",
+ "window-maximize",
+ "window-minimize",
+ "window-restore",
+ "window",
+ "windsock",
+ "wine-bottle",
+ "wine-glass-alt",
+ "wine-glass",
+ "won-sign",
+ "wreath",
+ "wrench",
+ "x-ray",
+ "yen-sign",
+ "yin-yang"
+ ],
"light": [
"abacus",
"acorn",
@@ -2219,6 +4089,8 @@
"venus-double",
"venus-mars",
"venus",
+ "vest-patches",
+ "vest",
"vhs",
"vial",
"vials",
@@ -4072,6 +5944,8 @@
"venus-double",
"venus-mars",
"venus",
+ "vest-patches",
+ "vest",
"vhs",
"vial",
"vials",
@@ -5925,6 +7799,8 @@
"venus-double",
"venus-mars",
"venus",
+ "vest-patches",
+ "vest",
"vhs",
"vial",
"vials",
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json
index 8c0a3e6..c06a819 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json
@@ -1,19 +1,29 @@
{
"ab-testing": 983497,
+ "abacus": 988896,
"abjad-arabic": 987944,
"abjad-hebrew": 987945,
"abugida-devanagari": 987946,
"abugida-thai": 987947,
"access-point": 983043,
+ "access-point-check": 988472,
+ "access-point-minus": 988473,
"access-point-network": 983042,
"access-point-network-off": 986081,
+ "access-point-off": 988433,
+ "access-point-plus": 988474,
+ "access-point-remove": 988475,
"account": 983044,
"account-alert": 983045,
"account-alert-outline": 985936,
+ "account-arrow-down": 989288,
+ "account-arrow-down-outline": 989289,
"account-arrow-left": 985937,
"account-arrow-left-outline": 985938,
"account-arrow-right": 985939,
"account-arrow-right-outline": 985940,
+ "account-arrow-up": 989287,
+ "account-arrow-up-outline": 989290,
"account-box": 983046,
"account-box-multiple": 985396,
"account-box-multiple-outline": 987146,
@@ -36,18 +46,27 @@
"account-convert": 983050,
"account-convert-outline": 987905,
"account-cowboy-hat": 986779,
+ "account-cowboy-hat-outline": 989171,
"account-details": 984625,
"account-details-outline": 988018,
"account-edit": 984764,
"account-edit-outline": 987131,
+ "account-eye": 984096,
+ "account-eye-outline": 987771,
+ "account-filter": 985398,
+ "account-filter-outline": 987037,
"account-group": 985161,
"account-group-outline": 985944,
"account-hard-hat": 984501,
"account-heart": 985241,
"account-heart-outline": 986083,
+ "account-injury": 989205,
+ "account-injury-outline": 989206,
"account-key": 983051,
"account-key-outline": 986084,
"account-lock": 987486,
+ "account-lock-open": 989536,
+ "account-lock-open-outline": 989537,
"account-lock-outline": 987487,
"account-minus": 983053,
"account-minus-outline": 985836,
@@ -72,6 +91,8 @@
"account-plus-outline": 985089,
"account-question": 985945,
"account-question-outline": 985946,
+ "account-reactivate": 988459,
+ "account-reactivate-outline": 988460,
"account-remove": 983061,
"account-remove-outline": 985837,
"account-search": 983062,
@@ -82,19 +103,27 @@
"account-star-outline": 986088,
"account-supervisor": 985739,
"account-supervisor-circle": 985740,
+ "account-supervisor-circle-outline": 988396,
"account-supervisor-outline": 987437,
"account-switch": 983065,
"account-switch-outline": 984267,
+ "account-sync": 989467,
+ "account-sync-outline": 989468,
"account-tie": 986339,
+ "account-tie-hat": 989336,
+ "account-tie-hat-outline": 989337,
"account-tie-outline": 987338,
"account-tie-voice": 987912,
"account-tie-voice-off": 987914,
"account-tie-voice-off-outline": 987915,
"account-tie-voice-outline": 987913,
"account-voice": 984523,
+ "account-voice-off": 986836,
+ "account-wrench": 989338,
+ "account-wrench-outline": 989339,
"adjust": 983066,
- "adobe": 985398,
- "adobe-acrobat": 987037,
+ "advertisements": 989482,
+ "advertisements-off": 989483,
"air-conditioner": 983067,
"air-filter": 986435,
"air-horn": 986540,
@@ -105,19 +134,34 @@
"airballoon": 983068,
"airballoon-outline": 987147,
"airplane": 983069,
+ "airplane-alert": 989306,
+ "airplane-check": 989307,
+ "airplane-clock": 989308,
+ "airplane-cog": 989309,
+ "airplane-edit": 989310,
"airplane-landing": 984532,
+ "airplane-marker": 989311,
+ "airplane-minus": 989312,
"airplane-off": 983070,
+ "airplane-plus": 989313,
+ "airplane-remove": 989314,
+ "airplane-search": 989315,
+ "airplane-settings": 989316,
"airplane-takeoff": 984533,
"airport": 985163,
"alarm": 983072,
"alarm-bell": 984974,
"alarm-check": 983073,
"alarm-light": 984975,
+ "alarm-light-off": 988958,
+ "alarm-light-off-outline": 988959,
"alarm-light-outline": 986090,
"alarm-multiple": 983074,
"alarm-note": 986737,
"alarm-note-off": 986738,
"alarm-off": 983075,
+ "alarm-panel": 988612,
+ "alarm-panel-outline": 988613,
"alarm-plus": 983076,
"alarm-snooze": 984718,
"album": 983077,
@@ -146,12 +190,16 @@
"alien": 985242,
"alien-outline": 987339,
"align-horizontal-center": 987587,
+ "align-horizontal-distribute": 989538,
"align-horizontal-left": 987586,
"align-horizontal-right": 987588,
"align-vertical-bottom": 987589,
"align-vertical-center": 987590,
+ "align-vertical-distribute": 989539,
"align-vertical-top": 987591,
"all-inclusive": 984766,
+ "all-inclusive-box": 989325,
+ "all-inclusive-box-outline": 989326,
"allergy": 987736,
"alpha": 983083,
"alpha-a": 985838,
@@ -295,8 +343,6 @@
"alphabetical-variant": 987149,
"alphabetical-variant-off": 987150,
"altimeter": 984535,
- "amazon": 983085,
- "amazon-alexa": 985286,
"ambulance": 983087,
"ammunition": 986344,
"ampersand": 985741,
@@ -304,8 +350,6 @@
"amplifier-off": 987573,
"anchor": 983089,
"android": 983090,
- "android-auto": 985742,
- "android-debug-bridge": 983091,
"android-messages": 986437,
"android-studio": 983092,
"angle-acute": 985399,
@@ -324,7 +368,6 @@
"api": 987291,
"api-off": 987735,
"apple": 983093,
- "apple-airplay": 983071,
"apple-finder": 983094,
"apple-icloud": 983096,
"apple-ios": 983095,
@@ -334,20 +377,77 @@
"apple-keyboard-option": 984629,
"apple-keyboard-shift": 984630,
"apple-safari": 983097,
- "application": 984596,
+ "application": 985286,
+ "application-array": 987381,
+ "application-array-outline": 987382,
+ "application-braces": 987383,
+ "application-braces-outline": 987384,
+ "application-brackets": 986251,
+ "application-brackets-outline": 986252,
+ "application-cog": 984693,
+ "application-cog-outline": 988535,
+ "application-edit": 983214,
+ "application-edit-outline": 984601,
"application-export": 986541,
"application-import": 986542,
+ "application-outline": 984596,
+ "application-parentheses": 987385,
+ "application-parentheses-outline": 987386,
+ "application-settings": 985952,
+ "application-settings-outline": 988501,
+ "application-variable": 987387,
+ "application-variable-outline": 987388,
"approximately-equal": 987038,
"approximately-equal-box": 987039,
"apps": 983099,
"apps-box": 986438,
"arch": 985287,
"archive": 983100,
+ "archive-alert": 988413,
+ "archive-alert-outline": 988414,
"archive-arrow-down": 987737,
"archive-arrow-down-outline": 987738,
"archive-arrow-up": 987739,
"archive-arrow-up-outline": 987740,
+ "archive-cancel": 989003,
+ "archive-cancel-outline": 989004,
+ "archive-check": 989005,
+ "archive-check-outline": 989006,
+ "archive-clock": 989007,
+ "archive-clock-outline": 989008,
+ "archive-cog": 989009,
+ "archive-cog-outline": 989010,
+ "archive-edit": 989011,
+ "archive-edit-outline": 989012,
+ "archive-eye": 989013,
+ "archive-eye-outline": 989014,
+ "archive-lock": 989015,
+ "archive-lock-open": 989016,
+ "archive-lock-open-outline": 989017,
+ "archive-lock-outline": 989018,
+ "archive-marker": 989019,
+ "archive-marker-outline": 989020,
+ "archive-minus": 989021,
+ "archive-minus-outline": 989022,
+ "archive-music": 989023,
+ "archive-music-outline": 989024,
+ "archive-off": 989025,
+ "archive-off-outline": 989026,
"archive-outline": 987662,
+ "archive-plus": 989027,
+ "archive-plus-outline": 989028,
+ "archive-refresh": 989029,
+ "archive-refresh-outline": 989030,
+ "archive-remove": 989031,
+ "archive-remove-outline": 989032,
+ "archive-search": 989033,
+ "archive-search-outline": 989034,
+ "archive-settings": 989035,
+ "archive-settings-outline": 989036,
+ "archive-star": 989037,
+ "archive-star-outline": 989038,
+ "archive-sync": 989039,
+ "archive-sync-outline": 989040,
"arm-flex": 987095,
"arm-flex-outline": 987094,
"arrange-bring-forward": 983101,
@@ -356,11 +456,19 @@
"arrange-send-to-back": 983104,
"arrow-all": 983105,
"arrow-bottom-left": 983106,
+ "arrow-bottom-left-bold-box": 989540,
+ "arrow-bottom-left-bold-box-outline": 989541,
"arrow-bottom-left-bold-outline": 985527,
"arrow-bottom-left-thick": 985528,
+ "arrow-bottom-left-thin": 989622,
+ "arrow-bottom-left-thin-circle-outline": 988566,
"arrow-bottom-right": 983107,
+ "arrow-bottom-right-bold-box": 989542,
+ "arrow-bottom-right-bold-box-outline": 989543,
"arrow-bottom-right-bold-outline": 985529,
"arrow-bottom-right-thick": 985530,
+ "arrow-bottom-right-thin": 989623,
+ "arrow-bottom-right-thin-circle-outline": 988565,
"arrow-collapse": 984597,
"arrow-collapse-all": 983108,
"arrow-collapse-down": 984978,
@@ -386,7 +494,13 @@
"arrow-down-circle-outline": 986332,
"arrow-down-drop-circle": 983114,
"arrow-down-drop-circle-outline": 983115,
+ "arrow-down-left": 989089,
+ "arrow-down-left-bold": 989090,
+ "arrow-down-right": 989091,
+ "arrow-down-right-bold": 989092,
"arrow-down-thick": 983110,
+ "arrow-down-thin": 989619,
+ "arrow-down-thin-circle-outline": 988569,
"arrow-expand": 984598,
"arrow-expand-all": 983116,
"arrow-expand-down": 984982,
@@ -404,6 +518,8 @@
"arrow-left-bold-circle-outline": 983120,
"arrow-left-bold-hexagon-outline": 983121,
"arrow-left-bold-outline": 985536,
+ "arrow-left-bottom": 989093,
+ "arrow-left-bottom-bold": 989094,
"arrow-left-box": 984769,
"arrow-left-circle": 986333,
"arrow-left-circle-outline": 986334,
@@ -413,6 +529,12 @@
"arrow-left-right-bold": 986740,
"arrow-left-right-bold-outline": 985537,
"arrow-left-thick": 983118,
+ "arrow-left-thin": 989617,
+ "arrow-left-thin-circle-outline": 988570,
+ "arrow-left-top": 989095,
+ "arrow-left-top-bold": 989096,
+ "arrow-projectile": 989248,
+ "arrow-projectile-multiple": 989247,
"arrow-right": 983124,
"arrow-right-bold": 984884,
"arrow-right-bold-box": 984885,
@@ -421,24 +543,54 @@
"arrow-right-bold-circle-outline": 983127,
"arrow-right-bold-hexagon-outline": 983128,
"arrow-right-bold-outline": 985538,
+ "arrow-right-bottom": 989097,
+ "arrow-right-bottom-bold": 989098,
"arrow-right-box": 984770,
"arrow-right-circle": 986335,
"arrow-right-circle-outline": 986336,
"arrow-right-drop-circle": 983129,
"arrow-right-drop-circle-outline": 983130,
"arrow-right-thick": 983125,
+ "arrow-right-thin": 989616,
+ "arrow-right-thin-circle-outline": 988568,
+ "arrow-right-top": 989099,
+ "arrow-right-top-bold": 989100,
"arrow-split-horizontal": 985403,
"arrow-split-vertical": 985404,
"arrow-top-left": 983131,
+ "arrow-top-left-bold-box": 989544,
+ "arrow-top-left-bold-box-outline": 989545,
"arrow-top-left-bold-outline": 985539,
"arrow-top-left-bottom-right": 986741,
"arrow-top-left-bottom-right-bold": 986742,
"arrow-top-left-thick": 985540,
+ "arrow-top-left-thin": 989621,
+ "arrow-top-left-thin-circle-outline": 988563,
"arrow-top-right": 983132,
+ "arrow-top-right-bold-box": 989546,
+ "arrow-top-right-bold-box-outline": 989547,
"arrow-top-right-bold-outline": 985541,
"arrow-top-right-bottom-left": 986743,
"arrow-top-right-bottom-left-bold": 986744,
"arrow-top-right-thick": 985542,
+ "arrow-top-right-thin": 989620,
+ "arrow-top-right-thin-circle-outline": 988564,
+ "arrow-u-down-left": 989101,
+ "arrow-u-down-left-bold": 989102,
+ "arrow-u-down-right": 989103,
+ "arrow-u-down-right-bold": 989104,
+ "arrow-u-left-bottom": 989105,
+ "arrow-u-left-bottom-bold": 989106,
+ "arrow-u-left-top": 989107,
+ "arrow-u-left-top-bold": 989108,
+ "arrow-u-right-bottom": 989109,
+ "arrow-u-right-bottom-bold": 989110,
+ "arrow-u-right-top": 989111,
+ "arrow-u-right-top-bold": 989112,
+ "arrow-u-up-left": 989113,
+ "arrow-u-up-left-bold": 989114,
+ "arrow-u-up-right": 989115,
+ "arrow-u-up-right-bold": 989116,
"arrow-up": 983133,
"arrow-up-bold": 984887,
"arrow-up-bold-box": 984888,
@@ -455,7 +607,13 @@
"arrow-up-down-bold-outline": 985544,
"arrow-up-drop-circle": 983138,
"arrow-up-drop-circle-outline": 983139,
+ "arrow-up-left": 989117,
+ "arrow-up-left-bold": 989118,
+ "arrow-up-right": 989119,
+ "arrow-up-right-bold": 989120,
"arrow-up-thick": 983134,
+ "arrow-up-thin": 989618,
+ "arrow-up-thin-circle-outline": 988567,
"arrow-vertical-lock": 987484,
"artstation": 985947,
"aspect-ratio": 985636,
@@ -467,6 +625,9 @@
"atom": 984936,
"atom-variant": 986747,
"attachment": 983142,
+ "audio-input-rca": 989291,
+ "audio-input-stereo-minijack": 989292,
+ "audio-input-xlr": 989293,
"audio-video": 985405,
"audio-video-off": 987574,
"augmented-reality": 985168,
@@ -477,6 +638,7 @@
"av-timer": 983147,
"aws": 986639,
"axe": 985288,
+ "axe-battle": 989250,
"axis": 986440,
"axis-arrow": 986441,
"axis-arrow-info": 988174,
@@ -527,16 +689,23 @@
"bag-personal-off": 986641,
"bag-personal-off-outline": 986642,
"bag-personal-outline": 986643,
+ "bag-suitcase": 988555,
+ "bag-suitcase-off": 988557,
+ "bag-suitcase-off-outline": 988558,
+ "bag-suitcase-outline": 988556,
"baguette": 986942,
+ "balcony": 989207,
"balloon": 985638,
"ballot": 985545,
"ballot-outline": 985546,
"ballot-recount": 986169,
"ballot-recount-outline": 986170,
"bandage": 986543,
- "bandcamp": 984693,
"bank": 983152,
+ "bank-check": 988757,
"bank-minus": 986544,
+ "bank-off": 988758,
+ "bank-off-outline": 988759,
"bank-outline": 986752,
"bank-plus": 986545,
"bank-remove": 986546,
@@ -552,15 +721,29 @@
"barrel": 983156,
"baseball": 985170,
"baseball-bat": 985171,
+ "baseball-diamond": 988652,
+ "baseball-diamond-outline": 988653,
"bash": 987523,
"basket": 983158,
+ "basket-check": 989413,
+ "basket-check-outline": 989414,
"basket-fill": 983159,
+ "basket-minus": 988451,
+ "basket-minus-outline": 988452,
+ "basket-off": 988453,
+ "basket-off-outline": 988454,
"basket-outline": 987521,
+ "basket-plus": 988455,
+ "basket-plus-outline": 988456,
+ "basket-remove": 988457,
+ "basket-remove-outline": 988458,
"basket-unfill": 983160,
"basketball": 985094,
"basketball-hoop": 986171,
"basketball-hoop-outline": 986172,
"bat": 985951,
+ "bathtub": 989208,
+ "bathtub-outline": 989209,
"battery": 983161,
"battery-10": 983162,
"battery-10-bluetooth": 985406,
@@ -584,6 +767,10 @@
"battery-alert-bluetooth": 985415,
"battery-alert-variant": 987340,
"battery-alert-variant-outline": 987341,
+ "battery-arrow-down": 989150,
+ "battery-arrow-down-outline": 989151,
+ "battery-arrow-up": 989152,
+ "battery-arrow-up-outline": 989153,
"battery-bluetooth": 985416,
"battery-bluetooth-variant": 985417,
"battery-charging": 983172,
@@ -613,22 +800,33 @@
"battery-charging-wireless-90": 985104,
"battery-charging-wireless-alert": 985105,
"battery-charging-wireless-outline": 985106,
+ "battery-check": 989154,
+ "battery-check-outline": 989155,
"battery-heart": 987663,
"battery-heart-outline": 987664,
"battery-heart-variant": 987665,
"battery-high": 987811,
+ "battery-lock": 989084,
+ "battery-lock-open": 989085,
"battery-low": 987809,
"battery-medium": 987810,
- "battery-minus": 983180,
+ "battery-minus": 989156,
+ "battery-minus-outline": 989157,
+ "battery-minus-variant": 983180,
"battery-negative": 983181,
"battery-off": 987741,
"battery-off-outline": 987742,
"battery-outline": 983182,
- "battery-plus": 983183,
+ "battery-plus": 989158,
+ "battery-plus-outline": 989159,
+ "battery-plus-variant": 983183,
"battery-positive": 983184,
+ "battery-remove": 989160,
+ "battery-remove-outline": 989161,
+ "battery-sync": 989236,
+ "battery-sync-outline": 989237,
"battery-unknown": 983185,
"battery-unknown-bluetooth": 985418,
- "battlenet": 985952,
"beach": 983186,
"beaker": 986346,
"beaker-alert": 987689,
@@ -659,11 +857,14 @@
"bee-flower": 987042,
"beehive-off-outline": 988141,
"beehive-outline": 987342,
+ "beekeeper": 988386,
"beer": 983192,
"beer-outline": 987916,
"bell": 983194,
"bell-alert": 986457,
"bell-alert-outline": 986753,
+ "bell-badge": 987499,
+ "bell-badge-outline": 983416,
"bell-cancel": 988135,
"bell-cancel-outline": 988136,
"bell-check": 987621,
@@ -688,6 +889,9 @@
"biathlon": 986644,
"bicycle": 987292,
"bicycle-basket": 987701,
+ "bicycle-cargo": 989340,
+ "bicycle-electric": 988596,
+ "bicycle-penny-farthing": 988649,
"bike": 983203,
"bike-fast": 987423,
"billboard": 987152,
@@ -696,15 +900,16 @@
"binoculars": 983205,
"bio": 983206,
"biohazard": 983207,
+ "bird": 988614,
"bitbucket": 983208,
"bitcoin": 985107,
"black-mesa": 983209,
"blender": 986347,
+ "blender-outline": 989210,
"blender-software": 983211,
"blinds": 983212,
"blinds-open": 987153,
"block-helper": 983213,
- "blogger": 983214,
"blood-bag": 986348,
"bluetooth": 983215,
"bluetooth-audio": 983216,
@@ -716,7 +921,6 @@
"blur-linear": 983222,
"blur-off": 983223,
"blur-radial": 983224,
- "bolnisi-cross": 986349,
"bolt": 986547,
"bomb": 984721,
"bomb-off": 984773,
@@ -724,35 +928,77 @@
"book": 983226,
"book-account": 988077,
"book-account-outline": 988078,
+ "book-alert": 988796,
+ "book-alert-outline": 988797,
"book-alphabet": 984605,
+ "book-arrow-down": 988798,
+ "book-arrow-down-outline": 988799,
+ "book-arrow-left": 988800,
+ "book-arrow-left-outline": 988801,
+ "book-arrow-right": 988802,
+ "book-arrow-right-outline": 988803,
+ "book-arrow-up": 988804,
+ "book-arrow-up-outline": 988805,
+ "book-cancel": 988806,
+ "book-cancel-outline": 988807,
+ "book-check": 988403,
+ "book-check-outline": 988404,
+ "book-clock": 988808,
+ "book-clock-outline": 988809,
+ "book-cog": 988810,
+ "book-cog-outline": 988811,
"book-cross": 983202,
+ "book-edit": 988812,
+ "book-edit-outline": 988813,
+ "book-education": 988873,
+ "book-education-outline": 988874,
"book-information-variant": 987247,
"book-lock": 984986,
"book-lock-open": 984987,
+ "book-lock-open-outline": 988814,
+ "book-lock-outline": 988815,
+ "book-marker": 988816,
+ "book-marker-outline": 988817,
"book-minus": 984537,
"book-minus-multiple": 985748,
"book-minus-multiple-outline": 985355,
+ "book-minus-outline": 988818,
"book-multiple": 983227,
"book-multiple-outline": 984118,
"book-music": 983143,
+ "book-music-outline": 988819,
+ "book-off": 988820,
+ "book-off-outline": 988821,
"book-open": 983229,
+ "book-open-blank-variant": 983230,
"book-open-outline": 985955,
"book-open-page-variant": 984538,
- "book-open-variant": 983230,
+ "book-open-page-variant-outline": 988630,
+ "book-open-variant": 988407,
"book-outline": 985956,
"book-play": 986754,
"book-play-outline": 986755,
"book-plus": 984539,
"book-plus-multiple": 985749,
"book-plus-multiple-outline": 985822,
+ "book-plus-outline": 988822,
+ "book-refresh": 988823,
+ "book-refresh-outline": 988824,
"book-remove": 985751,
"book-remove-multiple": 985750,
"book-remove-multiple-outline": 984266,
+ "book-remove-outline": 988825,
"book-search": 986756,
"book-search-outline": 986757,
+ "book-settings": 988826,
+ "book-settings-outline": 988827,
+ "book-sync": 988828,
+ "book-sync-outline": 988872,
"book-variant": 983231,
"book-variant-multiple": 983228,
"bookmark": 983232,
+ "bookmark-box-multiple": 989548,
+ "bookmark-box-multiple-outline": 989549,
"bookmark-check": 983233,
"bookmark-check-outline": 988027,
"bookmark-minus": 985548,
@@ -772,11 +1018,13 @@
"boom-gate": 986758,
"boom-gate-alert": 986759,
"boom-gate-alert-outline": 986760,
- "boom-gate-down": 986761,
- "boom-gate-down-outline": 986762,
+ "boom-gate-arrow-down": 986761,
+ "boom-gate-arrow-down-outline": 986762,
+ "boom-gate-arrow-up": 986764,
+ "boom-gate-arrow-up-outline": 986765,
"boom-gate-outline": 986763,
- "boom-gate-up": 986764,
- "boom-gate-up-outline": 986765,
+ "boom-gate-up": 989177,
+ "boom-gate-up-outline": 989178,
"boombox": 984540,
"boomerang": 987343,
"bootstrap": 984774,
@@ -810,6 +1058,7 @@
"bottle-tonic-skull-outline": 987443,
"bottle-wine": 985172,
"bottle-wine-outline": 987920,
+ "bow-arrow": 989249,
"bow-tie": 984696,
"bowl": 983694,
"bowl-mix": 984599,
@@ -837,8 +1086,12 @@
"briefcase-download-outline": 986173,
"briefcase-edit": 985752,
"briefcase-edit-outline": 986174,
+ "briefcase-eye": 989145,
+ "briefcase-eye-outline": 989146,
"briefcase-minus": 985642,
"briefcase-minus-outline": 986175,
+ "briefcase-off": 988760,
+ "briefcase-off-outline": 988761,
"briefcase-outline": 985108,
"briefcase-plus": 985643,
"briefcase-plus-outline": 986176,
@@ -849,6 +1102,8 @@
"briefcase-upload": 983257,
"briefcase-upload-outline": 986179,
"briefcase-variant": 988308,
+ "briefcase-variant-off": 988762,
+ "briefcase-variant-off-outline": 988763,
"briefcase-variant-outline": 988309,
"brightness-1": 983258,
"brightness-2": 983259,
@@ -859,12 +1114,14 @@
"brightness-7": 983264,
"brightness-auto": 983265,
"brightness-percent": 986354,
+ "broadcast": 988960,
+ "broadcast-off": 988961,
"broom": 983266,
"brush": 983267,
+ "brush-off": 989041,
+ "brush-variant": 989203,
"bucket": 988181,
"bucket-outline": 988182,
- "buddhism": 985419,
- "buffer": 984601,
"buffet": 984440,
"bug": 983268,
"bug-check": 985646,
@@ -876,6 +1133,8 @@
"bulletin-board": 983269,
"bullhorn": 983270,
"bullhorn-outline": 985891,
+ "bullhorn-variant": 989550,
+ "bullhorn-variant-outline": 989551,
"bullseye": 984541,
"bullseye-arrow": 985289,
"bulma": 987879,
@@ -887,6 +1146,7 @@
"bus-articulated-front": 984989,
"bus-clock": 985290,
"bus-double-decker": 984990,
+ "bus-electric": 989469,
"bus-marker": 987666,
"bus-multiple": 986943,
"bus-school": 984991,
@@ -894,14 +1154,19 @@
"bus-stop": 987154,
"bus-stop-covered": 987155,
"bus-stop-uncovered": 987156,
+ "butterfly": 988553,
+ "butterfly-outline": 988554,
+ "cabin-a-frame": 989324,
"cable-data": 988052,
"cached": 983272,
"cactus": 986549,
"cake": 983273,
"cake-layered": 983274,
"cake-variant": 983275,
+ "cake-variant-outline": 989168,
"calculator": 983276,
"calculator-variant": 985754,
+ "calculator-variant-outline": 988582,
"calendar": 983277,
"calendar-account": 986839,
"calendar-account-outline": 986840,
@@ -914,10 +1179,17 @@
"calendar-check": 983279,
"calendar-check-outline": 986180,
"calendar-clock": 983280,
+ "calendar-clock-outline": 988897,
+ "calendar-collapse-horizontal": 989341,
+ "calendar-cursor": 988539,
"calendar-edit": 985255,
+ "calendar-end": 988780,
+ "calendar-expand-horizontal": 989342,
"calendar-export": 985892,
"calendar-heart": 985554,
"calendar-import": 985893,
+ "calendar-lock": 988737,
+ "calendar-lock-outline": 988738,
"calendar-minus": 986460,
"calendar-month": 986647,
"calendar-month-outline": 986648,
@@ -935,6 +1207,7 @@
"calendar-remove-outline": 986181,
"calendar-search": 985420,
"calendar-star": 985555,
+ "calendar-start": 988781,
"calendar-sync": 986766,
"calendar-sync-outline": 986767,
"calendar-text": 983285,
@@ -955,18 +1228,25 @@
"camera-account": 985291,
"camera-burst": 984723,
"camera-control": 985961,
+ "camera-document": 989297,
+ "camera-document-off": 989298,
"camera-enhance": 983297,
"camera-enhance-outline": 985962,
+ "camera-flip": 988633,
+ "camera-flip-outline": 988634,
"camera-front": 983298,
"camera-front-variant": 983299,
"camera-gopro": 984993,
"camera-image": 985292,
"camera-iris": 983300,
+ "camera-marker": 989607,
+ "camera-marker-outline": 989608,
"camera-metering-center": 984994,
"camera-metering-matrix": 984995,
"camera-metering-partial": 984996,
"camera-metering-spot": 984997,
"camera-off": 984543,
+ "camera-off-outline": 989631,
"camera-outline": 986461,
"camera-party-mode": 983301,
"camera-plus": 986843,
@@ -982,9 +1262,16 @@
"camera-wireless-outline": 986551,
"campfire": 986845,
"cancel": 984890,
+ "candelabra": 989138,
+ "candelabra-fire": 989139,
"candle": 984546,
+ "candy": 989552,
+ "candy-off": 989553,
+ "candy-off-outline": 989554,
+ "candy-outline": 989555,
"candycane": 983306,
"cannabis": 984998,
+ "cannabis-off": 988782,
"caps-lock": 985755,
"car": 983307,
"car-2-plus": 987157,
@@ -995,10 +1282,15 @@
"car-battery": 983308,
"car-brake-abs": 986183,
"car-brake-alert": 986184,
+ "car-brake-fluid-level": 989449,
"car-brake-hold": 986462,
+ "car-brake-low-pressure": 989450,
"car-brake-parking": 986463,
"car-brake-retarder": 987159,
+ "car-brake-temperature": 989451,
+ "car-brake-worn-linings": 989452,
"car-child-seat": 987043,
+ "car-clock": 989556,
"car-clutch": 987160,
"car-cog": 988108,
"car-connected": 983309,
@@ -1010,25 +1302,32 @@
"car-door": 985963,
"car-door-lock": 987293,
"car-electric": 985964,
+ "car-electric-outline": 988597,
+ "car-emergency": 988687,
"car-esp": 986185,
"car-estate": 985000,
"car-hatchback": 985001,
"car-info": 987582,
"car-key": 985965,
+ "car-lifted-pickup": 988461,
+ "car-light-alert": 989453,
"car-light-dimmed": 986186,
"car-light-fog": 986187,
"car-light-high": 986188,
"car-limousine": 985293,
"car-multiple": 985966,
"car-off": 986652,
+ "car-outline": 988397,
"car-parking-lights": 986467,
"car-pickup": 985002,
"car-seat": 987044,
"car-seat-cooler": 987045,
"car-seat-heater": 987046,
+ "car-select": 989305,
"car-settings": 988109,
"car-shift-pattern": 986944,
"car-side": 985003,
+ "car-speed-limiter": 989454,
"car-sports": 985004,
"car-tire-alert": 986189,
"car-traction-control": 986468,
@@ -1036,6 +1335,8 @@
"car-wash": 983310,
"car-windshield": 987163,
"car-windshield-outline": 987164,
+ "car-wireless": 989304,
+ "car-wrench": 989204,
"carabiner": 988352,
"caravan": 985005,
"card": 985967,
@@ -1053,35 +1354,70 @@
"card-bulleted-outline": 985971,
"card-bulleted-settings": 985972,
"card-bulleted-settings-outline": 985973,
+ "card-minus": 988672,
+ "card-minus-outline": 988673,
+ "card-multiple": 989169,
+ "card-multiple-outline": 989170,
+ "card-off": 988674,
+ "card-off-outline": 988675,
"card-outline": 985974,
"card-plus": 987647,
"card-plus-outline": 987648,
+ "card-remove": 988676,
+ "card-remove-outline": 988677,
"card-search": 987252,
"card-search-outline": 987253,
"card-text": 985975,
"card-text-outline": 985976,
"cards": 984632,
"cards-club": 985294,
+ "cards-club-outline": 989343,
"cards-diamond": 985295,
"cards-diamond-outline": 987165,
"cards-heart": 985296,
+ "cards-heart-outline": 989344,
"cards-outline": 984633,
+ "cards-playing": 989345,
+ "cards-playing-club": 989346,
+ "cards-playing-club-multiple": 989347,
+ "cards-playing-club-multiple-outline": 989348,
+ "cards-playing-club-outline": 989349,
+ "cards-playing-diamond": 989350,
+ "cards-playing-diamond-multiple": 989351,
+ "cards-playing-diamond-multiple-outline": 989352,
+ "cards-playing-diamond-outline": 989353,
+ "cards-playing-heart": 989354,
+ "cards-playing-heart-multiple": 989355,
+ "cards-playing-heart-multiple-outline": 989356,
+ "cards-playing-heart-outline": 989357,
"cards-playing-outline": 984634,
+ "cards-playing-spade": 989358,
+ "cards-playing-spade-multiple": 989359,
+ "cards-playing-spade-multiple-outline": 989360,
+ "cards-playing-spade-outline": 989361,
"cards-spade": 985297,
+ "cards-spade-outline": 989362,
"cards-variant": 984775,
"carrot": 983311,
"cart": 983312,
"cart-arrow-down": 986470,
"cart-arrow-right": 986190,
"cart-arrow-up": 986471,
+ "cart-check": 988650,
+ "cart-heart": 989408,
"cart-minus": 986472,
"cart-off": 984683,
"cart-outline": 983313,
"cart-plus": 983314,
"cart-remove": 986473,
+ "cart-variant": 988651,
"case-sensitive-alt": 983315,
"cash": 983316,
"cash-100": 983317,
+ "cash-check": 988398,
+ "cash-fast": 989276,
+ "cash-lock": 988394,
+ "cash-lock-open": 988395,
"cash-marker": 986552,
"cash-minus": 987744,
"cash-multiple": 983318,
@@ -1089,49 +1425,55 @@
"cash-refund": 985756,
"cash-register": 986356,
"cash-remove": 987746,
- "cash-usd": 987510,
- "cash-usd-outline": 983319,
"cassette": 985556,
"cast": 983320,
"cast-audio": 987166,
+ "cast-audio-variant": 989001,
"cast-connected": 983321,
"cast-education": 986653,
"cast-off": 984970,
+ "cast-variant": 983071,
"castle": 983322,
"cat": 983323,
"cctv": 985006,
+ "cctv-off": 989279,
+ "ceiling-fan": 989079,
+ "ceiling-fan-light": 989080,
"ceiling-light": 984937,
+ "ceiling-light-multiple": 989405,
+ "ceiling-light-multiple-outline": 989406,
+ "ceiling-light-outline": 989127,
"cellphone": 983324,
- "cellphone-android": 983325,
"cellphone-arrow-down": 985557,
"cellphone-basic": 983326,
"cellphone-charging": 988055,
+ "cellphone-check": 989181,
"cellphone-cog": 985425,
"cellphone-dock": 983327,
- "cellphone-erase": 985421,
"cellphone-information": 986945,
- "cellphone-iphone": 983328,
"cellphone-key": 985422,
"cellphone-link": 983329,
"cellphone-link-off": 983330,
"cellphone-lock": 985423,
+ "cellphone-marker": 989242,
"cellphone-message": 985299,
"cellphone-message-off": 987346,
"cellphone-nfc": 986768,
"cellphone-nfc-off": 987864,
"cellphone-off": 985424,
"cellphone-play": 987167,
+ "cellphone-remove": 985421,
"cellphone-screenshot": 985653,
"cellphone-settings": 983331,
"cellphone-sound": 985426,
"cellphone-text": 985298,
"cellphone-wireless": 985109,
- "celtic-cross": 986357,
"centos": 987418,
"certificate": 983332,
"certificate-outline": 987528,
"chair-rolling": 986952,
"chair-school": 983333,
+ "chandelier": 989075,
"charity": 986191,
"chart-arc": 983334,
"chart-areaspline": 983335,
@@ -1140,6 +1482,9 @@
"chart-bar-stacked": 984938,
"chart-bell-curve": 986192,
"chart-bell-curve-cumulative": 987047,
+ "chart-box": 988493,
+ "chart-box-outline": 988494,
+ "chart-box-plus-outline": 988495,
"chart-bubble": 984547,
"chart-donut": 985007,
"chart-donut-variant": 985008,
@@ -1158,7 +1503,9 @@
"chart-scatter-plot-hexbin": 984685,
"chart-timeline": 984686,
"chart-timeline-variant": 986771,
+ "chart-timeline-variant-shimmer": 988598,
"chart-tree": 986772,
+ "chart-waterfall": 989464,
"chat": 985977,
"chat-alert": 985978,
"chat-alert-outline": 987849,
@@ -1169,6 +1516,8 @@
"chat-plus-outline": 988178,
"chat-processing": 985979,
"chat-processing-outline": 987850,
+ "chat-question": 988984,
+ "chat-question-outline": 988985,
"chat-remove": 988177,
"chat-remove-outline": 988180,
"chat-sleep": 987857,
@@ -1176,11 +1525,10 @@
"check": 983340,
"check-all": 983341,
"check-bold": 986654,
- "check-box-multiple-outline": 986193,
- "check-box-outline": 986194,
"check-circle": 984544,
"check-circle-outline": 984545,
"check-decagram": 984977,
+ "check-decagram-outline": 988992,
"check-network": 986195,
"check-network-outline": 986196,
"check-outline": 985173,
@@ -1189,6 +1537,8 @@
"check-underline-circle-outline": 986657,
"checkbook": 985757,
"checkbox-blank": 983342,
+ "checkbox-blank-badge": 987510,
+ "checkbox-blank-badge-outline": 983319,
"checkbox-blank-circle": 983343,
"checkbox-blank-circle-outline": 983344,
"checkbox-blank-off": 987884,
@@ -1198,6 +1548,7 @@
"checkbox-marked": 983346,
"checkbox-marked-circle": 983347,
"checkbox-marked-circle-outline": 983348,
+ "checkbox-marked-circle-plus-outline": 989479,
"checkbox-marked-outline": 983349,
"checkbox-multiple-blank": 983350,
"checkbox-multiple-blank-circle": 984635,
@@ -1207,6 +1558,8 @@
"checkbox-multiple-marked-circle": 984637,
"checkbox-multiple-marked-circle-outline": 984638,
"checkbox-multiple-marked-outline": 983353,
+ "checkbox-multiple-outline": 986193,
+ "checkbox-outline": 986194,
"checkerboard": 983354,
"checkerboard-minus": 987650,
"checkerboard-plus": 987649,
@@ -1249,17 +1602,23 @@
"chevron-up-box-outline": 985565,
"chevron-up-circle": 985900,
"chevron-up-circle-outline": 985901,
+ "chili-alert": 989162,
+ "chili-alert-outline": 989163,
"chili-hot": 985010,
+ "chili-hot-outline": 989164,
"chili-medium": 985011,
+ "chili-medium-outline": 989165,
"chili-mild": 985012,
+ "chili-mild-outline": 989166,
"chili-off": 988263,
+ "chili-off-outline": 989167,
"chip": 984602,
- "christianity": 985427,
- "christianity-outline": 986358,
"church": 983364,
"cigar": 987529,
"cigar-off": 988187,
"circle": 984933,
+ "circle-box": 988636,
+ "circle-box-outline": 988637,
"circle-double": 986773,
"circle-edit-outline": 985301,
"circle-expand": 986774,
@@ -1269,6 +1628,7 @@
"circle-multiple": 985912,
"circle-multiple-outline": 984725,
"circle-off-outline": 987347,
+ "circle-opacity": 989267,
"circle-outline": 984934,
"circle-slice-1": 985758,
"circle-slice-2": 985759,
@@ -1300,14 +1660,22 @@
"clipboard-check-multiple": 987747,
"clipboard-check-multiple-outline": 987748,
"clipboard-check-outline": 985256,
+ "clipboard-clock": 988898,
+ "clipboard-clock-outline": 988899,
+ "clipboard-edit": 988389,
+ "clipboard-edit-outline": 988390,
"clipboard-file": 987749,
"clipboard-file-outline": 987750,
"clipboard-flow": 984776,
"clipboard-flow-outline": 987415,
"clipboard-list": 987348,
"clipboard-list-outline": 987349,
+ "clipboard-minus": 988696,
+ "clipboard-minus-outline": 988697,
"clipboard-multiple": 987751,
"clipboard-multiple-outline": 987752,
+ "clipboard-off": 988698,
+ "clipboard-off-outline": 988699,
"clipboard-outline": 983372,
"clipboard-play": 986201,
"clipboard-play-multiple": 987753,
@@ -1317,12 +1685,22 @@
"clipboard-plus-outline": 987935,
"clipboard-pulse": 985181,
"clipboard-pulse-outline": 985182,
+ "clipboard-remove": 988700,
+ "clipboard-remove-outline": 988701,
+ "clipboard-search": 988702,
+ "clipboard-search-outline": 988703,
"clipboard-text": 983373,
+ "clipboard-text-clock": 989433,
+ "clipboard-text-clock-outline": 989434,
"clipboard-text-multiple": 987755,
"clipboard-text-multiple-outline": 987756,
+ "clipboard-text-off": 988704,
+ "clipboard-text-off-outline": 988705,
"clipboard-text-outline": 985656,
"clipboard-text-play": 986203,
"clipboard-text-play-outline": 986204,
+ "clipboard-text-search": 988706,
+ "clipboard-text-search-outline": 988707,
"clippy": 983375,
"clock": 985428,
"clock-alert": 985429,
@@ -1330,11 +1708,19 @@
"clock-check": 987048,
"clock-check-outline": 987049,
"clock-digital": 986775,
+ "clock-edit": 989626,
+ "clock-edit-outline": 989627,
"clock-end": 983377,
"clock-fast": 983378,
"clock-in": 983379,
+ "clock-minus": 989283,
+ "clock-minus-outline": 989284,
"clock-out": 983380,
"clock-outline": 983376,
+ "clock-plus": 989281,
+ "clock-plus-outline": 989282,
+ "clock-remove": 989285,
+ "clock-remove-outline": 989286,
"clock-start": 983381,
"clock-time-eight": 988230,
"clock-time-eight-outline": 988242,
@@ -1423,6 +1809,9 @@
"codepen": 983413,
"coffee": 983414,
"coffee-maker": 987295,
+ "coffee-maker-check": 989489,
+ "coffee-maker-check-outline": 989490,
+ "coffee-maker-outline": 989211,
"coffee-off": 987050,
"coffee-off-outline": 987051,
"coffee-outline": 984778,
@@ -1436,8 +1825,14 @@
"cog-off": 988110,
"cog-off-outline": 988111,
"cog-outline": 985275,
+ "cog-pause": 989491,
+ "cog-pause-outline": 989492,
+ "cog-play": 989493,
+ "cog-play-outline": 989494,
"cog-refresh": 988254,
"cog-refresh-outline": 988255,
+ "cog-stop": 989495,
+ "cog-stop-outline": 989496,
"cog-sync": 988256,
"cog-sync-outline": 988257,
"cog-transfer": 987227,
@@ -1461,14 +1856,22 @@
"comment-arrow-left-outline": 985570,
"comment-arrow-right": 985571,
"comment-arrow-right-outline": 985572,
+ "comment-bookmark": 988590,
+ "comment-bookmark-outline": 988591,
"comment-check": 983423,
"comment-check-outline": 983424,
"comment-edit": 987583,
"comment-edit-outline": 987844,
"comment-eye": 985658,
"comment-eye-outline": 985659,
+ "comment-flash": 988592,
+ "comment-flash-outline": 988593,
+ "comment-minus": 988639,
+ "comment-minus-outline": 988640,
"comment-multiple": 985183,
"comment-multiple-outline": 983425,
+ "comment-off": 988641,
+ "comment-off-outline": 988642,
"comment-outline": 983426,
"comment-plus": 985573,
"comment-plus-outline": 983427,
@@ -1488,13 +1891,16 @@
"comment-text-outline": 983433,
"compare": 983434,
"compare-horizontal": 988306,
+ "compare-remove": 989363,
"compare-vertical": 988307,
"compass": 983435,
"compass-off": 985984,
"compass-off-outline": 985985,
"compass-outline": 983436,
"compass-rose": 988034,
- "concourse-ci": 987296,
+ "cone": 989516,
+ "cone-off": 989517,
+ "connection": 988694,
"console": 983437,
"console-line": 985015,
"console-network": 985257,
@@ -1517,12 +1923,16 @@
"content-save-alert-outline": 986947,
"content-save-all": 983444,
"content-save-all-outline": 986948,
+ "content-save-check": 989418,
+ "content-save-check-outline": 989419,
"content-save-cog": 988251,
"content-save-cog-outline": 988252,
"content-save-edit": 986363,
"content-save-edit-outline": 986364,
"content-save-move": 986663,
"content-save-move-outline": 986664,
+ "content-save-off": 988739,
+ "content-save-off-outline": 988740,
"content-save-outline": 985112,
"content-save-settings": 984603,
"content-save-settings-outline": 985902,
@@ -1532,24 +1942,63 @@
"controller-classic": 985986,
"controller-classic-outline": 985987,
"cookie": 983448,
+ "cookie-alert": 988880,
+ "cookie-alert-outline": 988881,
+ "cookie-check": 988882,
+ "cookie-check-outline": 988883,
+ "cookie-clock": 988900,
+ "cookie-clock-outline": 988901,
+ "cookie-cog": 988884,
+ "cookie-cog-outline": 988885,
+ "cookie-edit": 988902,
+ "cookie-edit-outline": 988903,
+ "cookie-lock": 988904,
+ "cookie-lock-outline": 988905,
+ "cookie-minus": 988890,
+ "cookie-minus-outline": 988891,
+ "cookie-off": 988906,
+ "cookie-off-outline": 988907,
+ "cookie-outline": 988894,
+ "cookie-plus": 988886,
+ "cookie-plus-outline": 988887,
+ "cookie-refresh": 988908,
+ "cookie-refresh-outline": 988909,
+ "cookie-remove": 988888,
+ "cookie-remove-outline": 988889,
+ "cookie-settings": 988892,
+ "cookie-settings-outline": 988893,
"coolant-temperature": 984008,
+ "copyleft": 989497,
"copyright": 984550,
"cordova": 985432,
"corn": 985016,
"corn-off": 988143,
"cosine-wave": 988281,
"counter": 983449,
+ "countertop": 989212,
+ "countertop-outline": 989213,
"cow": 983450,
+ "cow-off": 989436,
"cpu-32-bit": 986847,
"cpu-64-bit": 986848,
+ "cradle": 989579,
+ "cradle-outline": 989585,
"crane": 985186,
"creation": 984692,
"creative-commons": 986475,
"credit-card": 987119,
"credit-card-check": 988112,
"credit-card-check-outline": 988113,
+ "credit-card-chip": 989455,
+ "credit-card-chip-outline": 989456,
"credit-card-clock": 986849,
"credit-card-clock-outline": 986850,
+ "credit-card-edit": 989143,
+ "credit-card-edit-outline": 989144,
+ "credit-card-fast": 989457,
+ "credit-card-fast-outline": 989458,
+ "credit-card-lock": 989415,
+ "credit-card-lock-outline": 989416,
"credit-card-marker": 984744,
"credit-card-marker-outline": 986558,
"credit-card-minus": 987052,
@@ -1561,14 +2010,20 @@
"credit-card-outline": 983451,
"credit-card-plus": 987122,
"credit-card-plus-outline": 984694,
+ "credit-card-refresh": 988741,
+ "credit-card-refresh-outline": 988742,
"credit-card-refund": 987123,
"credit-card-refund-outline": 985768,
"credit-card-remove": 987054,
"credit-card-remove-outline": 987055,
"credit-card-scan": 987124,
"credit-card-scan-outline": 983453,
+ "credit-card-search": 988743,
+ "credit-card-search-outline": 988744,
"credit-card-settings": 987125,
"credit-card-settings-outline": 985303,
+ "credit-card-sync": 988745,
+ "credit-card-sync-outline": 988746,
"credit-card-wireless": 985090,
"credit-card-wireless-off": 984442,
"credit-card-wireless-off-outline": 984443,
@@ -1580,11 +2035,18 @@
"crop-portrait": 983457,
"crop-rotate": 984726,
"crop-square": 983458,
+ "cross": 985427,
+ "cross-bolnisi": 986349,
+ "cross-celtic": 986357,
+ "cross-outline": 986358,
"crosshairs": 983459,
"crosshairs-gps": 983460,
"crosshairs-off": 986949,
"crosshairs-question": 987446,
+ "crowd": 989557,
"crown": 983461,
+ "crown-circle": 989148,
+ "crown-circle-outline": 989149,
"crown-outline": 987600,
"cryengine": 985433,
"crystal-ball": 985903,
@@ -1617,16 +2079,16 @@
"currency-jpy": 985020,
"currency-krw": 985021,
"currency-kzt": 985189,
+ "currency-mnt": 988434,
"currency-ngn": 983472,
"currency-php": 985574,
"currency-rial": 986780,
"currency-rub": 983473,
+ "currency-rupee": 989558,
"currency-sign": 985022,
"currency-try": 983474,
"currency-twd": 985023,
"currency-usd": 983489,
- "currency-usd-circle": 987499,
- "currency-usd-circle-outline": 983416,
"currency-usd-off": 984698,
"current-ac": 988288,
"current-dc": 985436,
@@ -1639,20 +2101,66 @@
"cursor-move": 983486,
"cursor-pointer": 983485,
"cursor-text": 984551,
+ "curtains": 989254,
+ "curtains-closed": 989255,
+ "cylinder": 989518,
+ "cylinder-off": 989519,
+ "dance-ballroom": 988667,
+ "dance-pole": 988536,
+ "data-matrix": 988476,
+ "data-matrix-edit": 988477,
+ "data-matrix-minus": 988478,
+ "data-matrix-plus": 988479,
+ "data-matrix-remove": 988480,
+ "data-matrix-scan": 988481,
"database": 983484,
+ "database-alert": 988730,
+ "database-alert-outline": 988708,
+ "database-arrow-down": 988731,
+ "database-arrow-down-outline": 988709,
+ "database-arrow-left": 988732,
+ "database-arrow-left-outline": 988710,
+ "database-arrow-right": 988733,
+ "database-arrow-right-outline": 988711,
+ "database-arrow-up": 988734,
+ "database-arrow-up-outline": 988712,
"database-check": 985769,
+ "database-check-outline": 988713,
+ "database-clock": 988735,
+ "database-clock-outline": 988714,
+ "database-cog": 988747,
+ "database-cog-outline": 988748,
"database-edit": 985990,
+ "database-edit-outline": 988715,
"database-export": 985438,
+ "database-export-outline": 988716,
+ "database-eye": 989471,
+ "database-eye-off": 989472,
+ "database-eye-off-outline": 989473,
+ "database-eye-outline": 989474,
"database-import": 985437,
+ "database-import-outline": 988717,
"database-lock": 985770,
+ "database-lock-outline": 988718,
"database-marker": 987894,
+ "database-marker-outline": 988719,
"database-minus": 983483,
+ "database-minus-outline": 988720,
+ "database-off": 988736,
+ "database-off-outline": 988721,
+ "database-outline": 988722,
"database-plus": 983482,
+ "database-plus-outline": 988723,
"database-refresh": 984514,
+ "database-refresh-outline": 988724,
"database-remove": 986368,
+ "database-remove-outline": 988725,
"database-search": 985190,
+ "database-search-outline": 988726,
"database-settings": 986369,
+ "database-settings-outline": 988727,
"database-sync": 986367,
+ "database-sync-outline": 988728,
"death-star": 985304,
"death-star-variant": 985305,
"deathly-hallows": 985991,
@@ -1673,6 +2181,8 @@
"delete-alert-outline": 987302,
"delete-circle": 984707,
"delete-circle-outline": 985992,
+ "delete-clock": 988502,
+ "delete-clock-outline": 988503,
"delete-empty": 984780,
"delete-empty-outline": 986781,
"delete-forever": 984552,
@@ -1698,6 +2208,7 @@
"developer-board": 984727,
"deviantart": 983495,
"devices": 987056,
+ "dharmachakra": 985419,
"diabetes": 987430,
"dialpad": 984604,
"diameter": 986211,
@@ -1750,6 +2261,8 @@
"distribute-vertical-bottom": 987595,
"distribute-vertical-center": 987596,
"distribute-vertical-top": 987597,
+ "diversify": 989303,
+ "diving": 989559,
"diving-flippers": 986559,
"diving-helmet": 986560,
"diving-scuba": 986561,
@@ -1763,19 +2276,20 @@
"dna": 984708,
"dns": 983510,
"dns-outline": 985996,
- "do-not-disturb": 984728,
- "do-not-disturb-off": 984729,
"dock-bottom": 987305,
"dock-left": 987306,
"dock-right": 987307,
+ "dock-top": 988435,
"dock-window": 987308,
"docker": 985192,
"doctor": 985666,
"dog": 985667,
"dog-service": 985773,
"dog-side": 985668,
+ "dog-side-off": 988910,
"dolby": 984755,
"dolly": 986782,
+ "dolphin": 989364,
"domain": 983511,
"domain-off": 986479,
"domain-plus": 987309,
@@ -1787,16 +2301,23 @@
"door-closed": 985115,
"door-closed-lock": 987311,
"door-open": 985116,
+ "door-sliding": 989214,
+ "door-sliding-lock": 989215,
+ "door-sliding-open": 989216,
"doorbell": 987878,
"doorbell-video": 985193,
"dot-net": 985774,
+ "dots-circle": 989560,
+ "dots-grid": 988668,
+ "dots-hexagon": 988671,
"dots-horizontal": 983512,
"dots-horizontal-circle": 985027,
"dots-horizontal-circle-outline": 985997,
+ "dots-square": 988669,
+ "dots-triangle": 988670,
"dots-vertical": 983513,
"dots-vertical-circle": 985028,
"dots-vertical-circle-outline": 985998,
- "douban": 984730,
"download": 983514,
"download-box": 988258,
"download-box-outline": 988259,
@@ -1818,6 +2339,7 @@
"drag-vertical-variant": 987889,
"drama-masks": 986370,
"draw": 986953,
+ "draw-pen": 989625,
"drawing": 983518,
"drawing-box": 983519,
"dresser": 986954,
@@ -1830,6 +2352,10 @@
"dump-truck": 986215,
"ear-hearing": 985029,
"ear-hearing-off": 985669,
+ "earbuds": 989263,
+ "earbuds-off": 989264,
+ "earbuds-off-outline": 989265,
+ "earbuds-outline": 989266,
"earth": 983527,
"earth-arrow-right": 987921,
"earth-box": 984781,
@@ -1843,9 +2369,11 @@
"earth-remove": 988165,
"egg": 985775,
"egg-easter": 985776,
+ "egg-fried": 989258,
"egg-off": 988144,
"egg-off-outline": 988145,
"egg-outline": 988146,
+ "eiffel-tower": 988523,
"eight-track": 985578,
"eject": 983530,
"eject-outline": 986001,
@@ -1858,6 +2386,9 @@
"elevator": 983533,
"elevator-down": 987842,
"elevator-passenger": 988033,
+ "elevator-passenger-off": 989561,
+ "elevator-passenger-off-outline": 989562,
+ "elevator-passenger-outline": 989563,
"elevator-up": 987841,
"ellipse": 986784,
"ellipse-outline": 986785,
@@ -1869,6 +2400,8 @@
"email-check-outline": 985778,
"email-edit": 986851,
"email-edit-outline": 986852,
+ "email-fast": 989295,
+ "email-fast-outline": 989296,
"email-lock": 983537,
"email-mark-as-unread": 986002,
"email-minus": 986853,
@@ -1887,6 +2420,10 @@
"email-plus-outline": 985580,
"email-receive": 987354,
"email-receive-outline": 987355,
+ "email-remove": 988769,
+ "email-remove-outline": 988770,
+ "email-seal": 989531,
+ "email-seal-outline": 989532,
"email-search": 985441,
"email-search-outline": 985442,
"email-send": 987356,
@@ -1926,6 +2463,8 @@
"emoticon-poop-outline": 986229,
"emoticon-sad": 986230,
"emoticon-sad-outline": 983544,
+ "emoticon-sick": 988540,
+ "emoticon-sick-outline": 988541,
"emoticon-tongue": 983545,
"emoticon-tongue-outline": 986231,
"emoticon-wink": 986232,
@@ -1951,6 +2490,12 @@
"ethernet": 983552,
"ethernet-cable": 983553,
"ethernet-cable-off": 983554,
+ "ev-plug-ccs1": 988441,
+ "ev-plug-ccs2": 988442,
+ "ev-plug-chademo": 988443,
+ "ev-plug-tesla": 988444,
+ "ev-plug-type1": 988445,
+ "ev-plug-type2": 988446,
"ev-station": 984561,
"evernote": 983556,
"excavator": 987173,
@@ -1967,6 +2512,10 @@
"export": 983559,
"export-variant": 986003,
"eye": 983560,
+ "eye-arrow-left": 989437,
+ "eye-arrow-left-outline": 989438,
+ "eye-arrow-right": 989439,
+ "eye-arrow-right-outline": 989440,
"eye-check": 986372,
"eye-check-outline": 986373,
"eye-circle": 986004,
@@ -1978,6 +2527,10 @@
"eye-outline": 984784,
"eye-plus": 985195,
"eye-plus-outline": 985196,
+ "eye-refresh": 989564,
+ "eye-refresh-outline": 989565,
+ "eye-remove": 988643,
+ "eye-remove-outline": 988644,
"eye-settings": 985197,
"eye-settings-outline": 985198,
"eyedropper": 983562,
@@ -1986,20 +2539,29 @@
"eyedropper-plus": 988124,
"eyedropper-remove": 988126,
"eyedropper-variant": 983563,
- "face": 984643,
"face-agent": 986480,
- "face-outline": 986006,
- "face-profile": 984644,
- "face-profile-woman": 987254,
+ "face-man": 984643,
+ "face-man-outline": 986006,
+ "face-man-profile": 984644,
+ "face-man-shimmer": 988620,
+ "face-man-shimmer-outline": 988621,
+ "face-mask": 988550,
+ "face-mask-outline": 988551,
"face-recognition": 986235,
"face-woman": 987255,
"face-woman-outline": 987256,
+ "face-woman-profile": 987254,
+ "face-woman-shimmer": 988622,
+ "face-woman-shimmer-outline": 988623,
"facebook": 983564,
+ "facebook-gaming": 985053,
"facebook-messenger": 983566,
"facebook-workplace": 985905,
"factory": 983567,
+ "family-tree": 988686,
"fan": 983568,
"fan-alert": 988268,
+ "fan-auto": 988957,
"fan-chevron-down": 988269,
"fan-chevron-up": 988270,
"fan-minus": 988272,
@@ -2011,14 +2573,18 @@
"fan-speed-3": 988276,
"fast-forward": 983569,
"fast-forward-10": 986481,
+ "fast-forward-15": 989498,
"fast-forward-30": 986374,
"fast-forward-5": 987640,
+ "fast-forward-60": 988683,
"fast-forward-outline": 984786,
"fax": 983570,
"feather": 984787,
"feature-search": 985673,
"feature-search-outline": 985674,
"fedora": 985307,
+ "fence": 989082,
+ "fence-electric": 989174,
"fencing": 988353,
"ferris-wheel": 986788,
"ferry": 983571,
@@ -2052,6 +2618,8 @@
"file-document": 983577,
"file-document-edit": 986568,
"file-document-edit-outline": 986569,
+ "file-document-multiple": 988439,
+ "file-document-multiple-outline": 988440,
"file-document-outline": 985582,
"file-download": 985445,
"file-download-outline": 985446,
@@ -2067,17 +2635,29 @@
"file-eye-outline": 986571,
"file-find": 983582,
"file-find-outline": 986007,
+ "file-gif-box": 986488,
"file-hidden": 984595,
"file-image": 983583,
+ "file-image-marker": 989042,
+ "file-image-marker-outline": 989043,
+ "file-image-minus": 989499,
+ "file-image-minus-outline": 989500,
"file-image-outline": 986800,
+ "file-image-plus": 989501,
+ "file-image-plus-outline": 989502,
+ "file-image-remove": 989503,
+ "file-image-remove-outline": 989504,
"file-import": 983584,
"file-import-outline": 987183,
+ "file-jpg-box": 983589,
"file-key": 987524,
"file-key-outline": 987525,
"file-link": 987511,
"file-link-outline": 987512,
"file-lock": 983585,
"file-lock-outline": 987184,
+ "file-marker": 989044,
+ "file-marker-outline": 989045,
"file-move": 985785,
"file-move-outline": 987185,
"file-multiple": 983586,
@@ -2085,16 +2665,14 @@
"file-music": 983587,
"file-music-outline": 986666,
"file-outline": 983588,
- "file-pdf": 983589,
"file-pdf-box": 983590,
- "file-pdf-box-outline": 987059,
- "file-pdf-outline": 986669,
"file-percent": 985118,
"file-percent-outline": 987187,
"file-phone": 987513,
"file-phone-outline": 987514,
"file-plus": 984914,
"file-plus-outline": 986861,
+ "file-png-box": 986669,
"file-powerpoint": 983591,
"file-powerpoint-box": 983592,
"file-powerpoint-box-outline": 987188,
@@ -2116,6 +2694,7 @@
"file-send-outline": 987193,
"file-settings": 987257,
"file-settings-outline": 987258,
+ "file-sign": 989635,
"file-star": 987194,
"file-star-outline": 987195,
"file-swap": 987060,
@@ -2146,10 +2725,14 @@
"filmstrip-box-multiple": 986392,
"filmstrip-off": 983601,
"filter": 983602,
+ "filter-check": 989420,
+ "filter-check-outline": 989421,
"filter-menu": 987365,
"filter-menu-outline": 987366,
"filter-minus": 986862,
"filter-minus-outline": 986863,
+ "filter-off": 988399,
+ "filter-off-outline": 988400,
"filter-outline": 983603,
"filter-plus": 986864,
"filter-plus-outline": 986865,
@@ -2164,26 +2747,35 @@
"fingerprint": 983607,
"fingerprint-off": 986801,
"fire": 983608,
+ "fire-alert": 988631,
+ "fire-circle": 989191,
"fire-extinguisher": 986866,
"fire-hydrant": 987447,
"fire-hydrant-alert": 987448,
"fire-hydrant-off": 987449,
+ "fire-off": 988962,
"fire-truck": 985259,
"firebase": 985447,
"firefox": 983609,
"fireplace": 986670,
"fireplace-off": 986671,
+ "firewire": 984510,
"firework": 986672,
+ "firework-off": 988963,
"fish": 983610,
"fish-off": 988147,
"fishbowl": 986867,
"fishbowl-outline": 986868,
"fit-to-page": 986869,
"fit-to-page-outline": 986870,
+ "fit-to-screen": 989428,
+ "fit-to-screen-outline": 989429,
"flag": 983611,
"flag-checkered": 983612,
"flag-minus": 986009,
"flag-minus-outline": 987314,
+ "flag-off": 989422,
+ "flag-off-outline": 989423,
"flag-outline": 983613,
"flag-plus": 986010,
"flag-plus-outline": 987315,
@@ -2197,7 +2789,6 @@
"flash-alert": 986871,
"flash-alert-outline": 986872,
"flash-auto": 983618,
- "flash-circle": 985120,
"flash-off": 983619,
"flash-outline": 984789,
"flash-red-eye": 984699,
@@ -2234,12 +2825,19 @@
"flip-vertical": 987368,
"floor-lamp": 985309,
"floor-lamp-dual": 987200,
- "floor-lamp-variant": 987201,
+ "floor-lamp-dual-outline": 989134,
+ "floor-lamp-outline": 989128,
+ "floor-lamp-torchiere": 988999,
+ "floor-lamp-torchiere-outline": 989142,
+ "floor-lamp-torchiere-variant": 987201,
+ "floor-lamp-torchiere-variant-outline": 989135,
"floor-plan": 985121,
"floppy": 983625,
"floppy-variant": 985583,
"flower": 983626,
"flower-outline": 985584,
+ "flower-pollen": 989317,
+ "flower-pollen-outline": 989318,
"flower-poppy": 986376,
"flower-tulip": 985585,
"flower-tulip-outline": 985586,
@@ -2252,6 +2850,8 @@
"folder-account-outline": 986012,
"folder-alert": 986572,
"folder-alert-outline": 986573,
+ "folder-check": 989566,
+ "folder-check-outline": 989567,
"folder-clock": 985786,
"folder-clock-outline": 985787,
"folder-cog": 987263,
@@ -2260,9 +2860,12 @@
"folder-download-outline": 987369,
"folder-edit": 985310,
"folder-edit-outline": 986574,
+ "folder-eye": 989066,
+ "folder-eye-outline": 989067,
"folder-google-drive": 983630,
"folder-heart": 987370,
"folder-heart-outline": 987371,
+ "folder-hidden": 989086,
"folder-home": 987317,
"folder-home-outline": 987318,
"folder-image": 983631,
@@ -2328,15 +2931,24 @@
"food-drumstick-off-outline": 988265,
"food-drumstick-outline": 988192,
"food-fork-drink": 984562,
+ "food-halal": 988530,
+ "food-hot-dog": 989259,
+ "food-kosher": 988531,
"food-off": 984563,
+ "food-off-outline": 989461,
+ "food-outline": 989462,
"food-steak": 988266,
"food-steak-off": 988267,
+ "food-takeout-box": 989238,
+ "food-takeout-box-outline": 989239,
+ "food-turkey": 988956,
"food-variant": 983644,
"food-variant-off": 988133,
"foot-print": 986962,
"football": 983645,
"football-australian": 983646,
"football-helmet": 983647,
+ "forest": 989335,
"forklift": 985033,
"form-dropdown": 988160,
"form-select": 988161,
@@ -2388,6 +3000,7 @@
"format-letter-case-upper": 985910,
"format-letter-ends-with": 987064,
"format-letter-matches": 987065,
+ "format-letter-spacing": 989526,
"format-letter-starts-with": 987066,
"format-line-spacing": 983672,
"format-line-style": 984520,
@@ -2398,11 +3011,13 @@
"format-list-bulleted-type": 983674,
"format-list-checkbox": 985450,
"format-list-checks": 984918,
+ "format-list-group": 989280,
"format-list-numbered": 983675,
"format-list-numbered-rtl": 986381,
"format-list-text": 987759,
"format-overline": 986803,
"format-page-break": 984791,
+ "format-page-split": 989463,
"format-paint": 983676,
"format-paragraph": 983677,
"format-pilcrow": 984792,
@@ -2426,6 +3041,7 @@
"format-text-rotation-up": 987070,
"format-text-rotation-vertical": 987071,
"format-text-variant": 986674,
+ "format-text-variant-outline": 988431,
"format-text-wrapping-clip": 986382,
"format-text-wrapping-overflow": 986383,
"format-text-wrapping-wrap": 986384,
@@ -2434,6 +3050,7 @@
"format-textdirection-r-to-l": 983686,
"format-title": 984564,
"format-underline": 983687,
+ "format-underline-wavy": 989417,
"format-vertical-align-bottom": 984609,
"format-vertical-align-center": 984610,
"format-vertical-align-top": 984611,
@@ -2448,16 +3065,30 @@
"fountain": 985451,
"fountain-pen": 986386,
"fountain-pen-tip": 986387,
+ "fraction-one-half": 989586,
"freebsd": 985312,
+ "french-fries": 989527,
"frequently-asked-questions": 986804,
"fridge": 983696,
"fridge-alert": 987569,
"fridge-alert-outline": 987570,
"fridge-bottom": 983698,
+ "fridge-industrial": 988654,
+ "fridge-industrial-alert": 988655,
+ "fridge-industrial-alert-outline": 988656,
+ "fridge-industrial-off": 988657,
+ "fridge-industrial-off-outline": 988658,
+ "fridge-industrial-outline": 988659,
"fridge-off": 987567,
"fridge-off-outline": 987568,
"fridge-outline": 983695,
"fridge-top": 983697,
+ "fridge-variant": 988660,
+ "fridge-variant-alert": 988661,
+ "fridge-variant-alert-outline": 988662,
+ "fridge-variant-off": 988663,
+ "fridge-variant-off-outline": 988664,
+ "fridge-variant-outline": 988665,
"fruit-cherries": 987202,
"fruit-cherries-off": 988152,
"fruit-citrus": 987203,
@@ -2467,6 +3098,7 @@
"fruit-pineapple": 987206,
"fruit-watermelon": 987207,
"fuel": 985034,
+ "fuel-cell": 989365,
"fullscreen": 983699,
"fullscreen-exit": 983700,
"function": 983701,
@@ -2486,6 +3118,7 @@
"gamepad-circle-up": 986680,
"gamepad-down": 986681,
"gamepad-left": 986682,
+ "gamepad-outline": 989465,
"gamepad-right": 986683,
"gamepad-round": 986684,
"gamepad-round-down": 986685,
@@ -2503,16 +3136,20 @@
"garage": 984793,
"garage-alert": 985202,
"garage-alert-variant": 987861,
+ "garage-lock": 989179,
"garage-open": 984794,
"garage-open-variant": 987860,
"garage-variant": 987859,
+ "garage-variant-lock": 989180,
"gas-cylinder": 984647,
"gas-station": 983704,
"gas-station-off": 988169,
"gas-station-off-outline": 988170,
"gas-station-outline": 986808,
"gate": 983705,
+ "gate-alert": 989176,
"gate-and": 985313,
+ "gate-arrow-left": 989175,
"gate-arrow-right": 987497,
"gate-nand": 985314,
"gate-nor": 985315,
@@ -2553,16 +3190,25 @@
"gesture-two-tap": 984899,
"ghost": 983712,
"ghost-off": 985589,
- "gif": 986488,
+ "ghost-off-outline": 988764,
+ "ghost-outline": 988765,
"gift": 986692,
+ "gift-off": 988911,
+ "gift-off-outline": 988912,
+ "gift-open": 988913,
+ "gift-open-outline": 988914,
"gift-outline": 983713,
"git": 983714,
"github": 983716,
"gitlab": 986016,
"glass-cocktail": 983894,
+ "glass-cocktail-off": 988646,
"glass-flute": 983717,
+ "glass-fragile": 989299,
"glass-mug": 983718,
+ "glass-mug-off": 988647,
"glass-mug-variant": 987414,
+ "glass-mug-variant-off": 988648,
"glass-pint-outline": 987917,
"glass-stange": 983719,
"glass-tulip": 983720,
@@ -2607,22 +3253,24 @@
"google-maps": 984565,
"google-my-business": 987208,
"google-nearby": 983737,
- "google-photos": 984797,
"google-play": 983740,
"google-plus": 983741,
"google-podcast": 986809,
"google-spreadsheet": 985591,
"google-street-view": 986248,
"google-translate": 983743,
- "gradient": 984736,
+ "gradient-horizontal": 989002,
+ "gradient-vertical": 984736,
"grain": 986492,
"graph": 987209,
"graph-outline": 987210,
"graphql": 985207,
+ "grass": 988432,
"grave-stone": 986018,
"grease-pencil": 984648,
"greater-than": 985453,
"greater-than-or-equal": 985454,
+ "greenhouse": 983085,
"grid": 983745,
"grid-large": 984920,
"grid-off": 983746,
@@ -2639,12 +3287,34 @@
"hair-dryer-outline": 987376,
"halloween": 986019,
"hamburger": 984709,
+ "hamburger-check": 989046,
+ "hamburger-minus": 989047,
+ "hamburger-off": 989048,
+ "hamburger-plus": 989049,
+ "hamburger-remove": 989050,
"hammer": 985322,
"hammer-screwdriver": 987938,
+ "hammer-sickle": 989319,
"hammer-wrench": 987939,
- "hand": 985679,
+ "hand-back-left": 986694,
+ "hand-back-left-off": 989232,
+ "hand-back-left-off-outline": 989234,
+ "hand-back-left-outline": 989228,
+ "hand-back-right": 986695,
+ "hand-back-right-off": 989233,
+ "hand-back-right-off-outline": 989235,
+ "hand-back-right-outline": 989229,
+ "hand-clap": 989515,
+ "hand-coin": 989327,
+ "hand-coin-outline": 989328,
+ "hand-extended": 989366,
+ "hand-extended-outline": 989367,
+ "hand-front-left": 989227,
+ "hand-front-left-outline": 989230,
+ "hand-front-right": 985679,
+ "hand-front-right-outline": 989231,
"hand-heart": 987377,
- "hand-left": 986694,
+ "hand-heart-outline": 988542,
"hand-okay": 985680,
"hand-peace": 985681,
"hand-peace-variant": 985682,
@@ -2652,12 +3322,17 @@
"hand-pointing-left": 985684,
"hand-pointing-right": 983751,
"hand-pointing-up": 985685,
- "hand-right": 986695,
"hand-saw": 986696,
+ "hand-wash": 988543,
+ "hand-wash-outline": 988544,
"hand-water": 988063,
+ "hand-wave": 989217,
+ "hand-wave-outline": 989218,
"handball": 986963,
"handcuffs": 987454,
+ "hands-pray": 984441,
"handshake": 987672,
+ "handshake-outline": 988577,
"hanger": 983752,
"hard-hat": 985455,
"harddisk": 983754,
@@ -2710,6 +3385,8 @@
"heart-broken-outline": 986388,
"heart-circle": 985457,
"heart-circle-outline": 985458,
+ "heart-cog": 988771,
+ "heart-cog-outline": 988772,
"heart-flash": 986873,
"heart-half": 984799,
"heart-half-full": 984798,
@@ -2726,6 +3403,8 @@
"heart-pulse": 984566,
"heart-remove": 988208,
"heart-remove-outline": 988211,
+ "heart-settings": 988773,
+ "heart-settings-outline": 988774,
"helicopter": 985794,
"help": 983766,
"help-box": 984971,
@@ -2752,7 +3431,6 @@
"high-definition-box": 985208,
"highway": 984567,
"hiking": 986495,
- "hinduism": 985459,
"history": 983770,
"hockey-puck": 985209,
"hockey-sticks": 985210,
@@ -2760,14 +3438,16 @@
"home": 983772,
"home-account": 985126,
"home-alert": 985211,
+ "home-alert-outline": 988624,
"home-analytics": 986810,
"home-assistant": 985040,
"home-automation": 985041,
+ "home-battery": 989441,
+ "home-battery-outline": 989442,
"home-circle": 985042,
"home-circle-outline": 987213,
"home-city": 986389,
"home-city-outline": 986390,
- "home-currency-usd": 985263,
"home-edit": 987481,
"home-edit-outline": 987482,
"home-export-outline": 987035,
@@ -2782,10 +3462,15 @@
"home-floor-l": 986502,
"home-floor-negative-1": 986579,
"home-group": 986580,
+ "home-group-minus": 989633,
+ "home-group-plus": 989632,
+ "home-group-remove": 989634,
"home-heart": 985127,
"home-import-outline": 987036,
"home-lightbulb": 987729,
"home-lightbulb-outline": 987730,
+ "home-lightning-bolt": 989443,
+ "home-lightning-bolt-outline": 989444,
"home-lock": 985323,
"home-lock-open": 985324,
"home-map-marker": 984568,
@@ -2800,15 +3485,22 @@
"home-roof": 987435,
"home-search": 988080,
"home-search-outline": 988081,
+ "home-switch": 989076,
+ "home-switch-outline": 989077,
"home-thermometer": 986964,
"home-thermometer-outline": 986965,
"home-variant": 983774,
"home-variant-outline": 986023,
"hook": 984802,
"hook-off": 984803,
+ "hoop-house": 986710,
"hops": 983775,
"horizontal-rotate-clockwise": 987379,
"horizontal-rotate-counterclockwise": 987380,
+ "horse": 988607,
+ "horse-human": 988608,
+ "horse-variant": 988609,
+ "horse-variant-fast": 989294,
"horseshoe": 985688,
"hospital": 987126,
"hospital-box": 983776,
@@ -2821,29 +3513,46 @@
"hulu": 985129,
"human": 983782,
"human-baby-changing-table": 988043,
+ "human-cane": 988545,
+ "human-capacity-decrease": 988571,
+ "human-capacity-increase": 988572,
"human-child": 983783,
+ "human-dolly": 989568,
+ "human-edit": 988392,
"human-female": 984649,
"human-female-boy": 985689,
+ "human-female-dance": 988617,
"human-female-female": 985690,
"human-female-girl": 985691,
- "human-greeting": 984650,
+ "human-greeting": 989124,
+ "human-greeting-proximity": 988573,
+ "human-greeting-variant": 984650,
"human-handsdown": 984651,
"human-handsup": 984652,
"human-male": 984653,
+ "human-male-board": 985232,
+ "human-male-board-poll": 985158,
"human-male-boy": 985692,
"human-male-child": 988044,
"human-male-female": 983784,
+ "human-male-female-child": 989219,
"human-male-girl": 985693,
"human-male-height": 986875,
"human-male-height-variant": 986876,
"human-male-male": 985694,
+ "human-non-binary": 989256,
"human-pregnant": 984527,
+ "human-queue": 988529,
+ "human-scooter": 987625,
"human-wheelchair": 988045,
+ "human-white-cane": 989569,
"humble-bundle": 984900,
"hvac": 987986,
+ "hvac-off": 988574,
"hydraulic-oil-level": 987940,
"hydraulic-oil-temperature": 987941,
"hydro-power": 987877,
+ "hydrogen-station": 989332,
"ice-cream": 985130,
"ice-cream-off": 986706,
"ice-pop": 986877,
@@ -2851,16 +3560,6 @@
"identifier": 986878,
"ideogram-cjk": 987953,
"ideogram-cjk-variant": 987954,
- "iframe": 986251,
- "iframe-array": 987381,
- "iframe-array-outline": 987382,
- "iframe-braces": 987383,
- "iframe-braces-outline": 987384,
- "iframe-outline": 986252,
- "iframe-parentheses": 987385,
- "iframe-parentheses-outline": 987386,
- "iframe-variable": 987387,
- "iframe-variable-outline": 987388,
"image": 983785,
"image-album": 983786,
"image-area": 983787,
@@ -2882,6 +3581,8 @@
"image-filter-tilt-shift": 983799,
"image-filter-vintage": 983800,
"image-frame": 986697,
+ "image-marker": 989051,
+ "image-marker-outline": 989052,
"image-minus": 988185,
"image-move": 985592,
"image-multiple": 983801,
@@ -2896,6 +3597,7 @@
"image-size-select-actual": 986253,
"image-size-select-large": 986254,
"image-size-select-small": 986255,
+ "image-text": 988685,
"import": 983802,
"inbox": 984711,
"inbox-arrow-down": 983803,
@@ -2907,24 +3609,33 @@
"inbox-multiple": 985264,
"inbox-multiple-outline": 986024,
"inbox-outline": 987764,
+ "inbox-remove": 988575,
+ "inbox-remove-outline": 988576,
"incognito": 984569,
"incognito-circle": 988193,
"incognito-circle-off": 988194,
"incognito-off": 983157,
+ "induction": 989260,
"infinity": 984804,
"information": 983804,
+ "information-off": 989068,
+ "information-off-outline": 989069,
"information-outline": 983805,
"information-variant": 984654,
"instagram": 983806,
"instrument-triangle": 987214,
+ "integrated-circuit-chip": 989459,
"invert-colors": 983809,
"invert-colors-off": 986698,
"iobroker": 987880,
"ip": 985695,
"ip-network": 985696,
"ip-network-outline": 986256,
+ "ip-outline": 989570,
"ipod": 986257,
- "islam": 985465,
+ "iron": 989220,
+ "iron-board": 989240,
+ "iron-outline": 989221,
"island": 987215,
"iv-bag": 987321,
"jabber": 986581,
@@ -2934,10 +3645,11 @@
"jira": 983811,
"jquery": 985213,
"jsfiddle": 983812,
- "judaism": 985466,
"jump-rope": 987903,
"kabaddi": 986503,
+ "kangaroo": 988504,
"karate": 985132,
+ "kayaking": 985263,
"keg": 983813,
"kettle": 984570,
"kettle-alert": 987927,
@@ -2945,11 +3657,16 @@
"kettle-off": 987931,
"kettle-off-outline": 987932,
"kettle-outline": 986966,
+ "kettle-pour-over": 988988,
"kettle-steam": 987929,
"kettle-steam-outline": 987930,
"kettlebell": 987904,
"key": 983814,
+ "key-alert": 989571,
+ "key-alert-outline": 989572,
"key-arrow-right": 987922,
+ "key-chain": 988532,
+ "key-chain-variant": 988533,
"key-change": 983815,
"key-link": 987551,
"key-minus": 983816,
@@ -2984,12 +3701,17 @@
"keyboard-settings-outline": 985594,
"keyboard-space": 987216,
"keyboard-tab": 983826,
+ "keyboard-tab-reverse": 983845,
"keyboard-variant": 983827,
"khanda": 987389,
"kickstarter": 984901,
+ "kite": 989573,
+ "kite-outline": 989574,
+ "kitesurfing": 988996,
"klingon": 987995,
"knife": 985595,
"knife-military": 985596,
+ "koala": 988991,
"kodi": 983828,
"kubernetes": 987390,
"label": 983829,
@@ -3002,9 +3724,13 @@
"label-percent-outline": 987883,
"label-variant": 985805,
"label-variant-outline": 985806,
+ "ladder": 988578,
"ladybug": 985133,
"lambda": 984615,
"lamp": 984757,
+ "lamp-outline": 989136,
+ "lamps": 988534,
+ "lamps-outline": 989137,
"lan": 983831,
"lan-check": 987818,
"lan-connect": 983832,
@@ -3029,14 +3755,12 @@
"language-r": 985044,
"language-ruby": 986413,
"language-ruby-on-rails": 985807,
+ "language-rust": 988695,
"language-swift": 984805,
"language-typescript": 984806,
"language-xaml": 984691,
"laptop": 983842,
- "laptop-chromebook": 983843,
- "laptop-mac": 983844,
"laptop-off": 984807,
- "laptop-windows": 983845,
"laravel": 985808,
"laser-pointer": 988292,
"lasso": 986883,
@@ -3045,6 +3769,7 @@
"launch": 983847,
"lava-lamp": 985045,
"layers": 983848,
+ "layers-edit": 989330,
"layers-minus": 986700,
"layers-off": 983849,
"layers-off-outline": 985597,
@@ -3057,6 +3782,8 @@
"layers-triple-outline": 986969,
"lead-pencil": 984655,
"leaf": 983850,
+ "leaf-circle": 989445,
+ "leaf-circle-outline": 989446,
"leaf-maple": 986259,
"leaf-maple-off": 987866,
"leaf-off": 987865,
@@ -3077,12 +3804,19 @@
"library-shelves": 986025,
"license": 987075,
"lifebuoy": 985214,
+ "light-flood-down": 989575,
+ "light-flood-up": 989576,
+ "light-recessed": 989083,
"light-switch": 985470,
"lightbulb": 983861,
+ "lightbulb-auto": 989184,
+ "lightbulb-auto-outline": 989185,
"lightbulb-cfl": 987656,
"lightbulb-cfl-off": 987657,
"lightbulb-cfl-spiral": 987765,
"lightbulb-cfl-spiral-off": 987843,
+ "lightbulb-fluorescent-tube": 989188,
+ "lightbulb-fluorescent-tube-outline": 989189,
"lightbulb-group": 987731,
"lightbulb-group-off": 987853,
"lightbulb-group-off-outline": 987854,
@@ -3096,10 +3830,16 @@
"lightbulb-on": 984808,
"lightbulb-on-outline": 984809,
"lightbulb-outline": 983862,
+ "lightbulb-spot": 989172,
+ "lightbulb-spot-off": 989173,
+ "lightbulb-variant": 989186,
+ "lightbulb-variant-outline": 989187,
"lighthouse": 985599,
"lighthouse-on": 985600,
"lightning-bolt": 988171,
+ "lightning-bolt-circle": 985120,
"lightning-bolt-outline": 988172,
+ "line-scan": 984612,
"lingerie": 988278,
"link": 983863,
"link-box": 986394,
@@ -3118,24 +3858,44 @@
"linux": 983869,
"linux-mint": 985325,
"lipstick": 988085,
+ "liquid-spot": 989222,
+ "liquor": 989470,
+ "list-status": 988587,
"litecoin": 985697,
"loading": 984946,
"location-enter": 987076,
"location-exit": 987077,
"lock": 983870,
"lock-alert": 985326,
+ "lock-alert-outline": 988625,
"lock-check": 988058,
+ "lock-check-outline": 988840,
"lock-clock": 985471,
+ "lock-minus": 988841,
+ "lock-minus-outline": 988842,
+ "lock-off": 988785,
+ "lock-off-outline": 988786,
"lock-open": 983871,
"lock-open-alert": 988059,
+ "lock-open-alert-outline": 988626,
"lock-open-check": 988060,
+ "lock-open-check-outline": 988843,
+ "lock-open-minus": 988844,
+ "lock-open-minus-outline": 988845,
"lock-open-outline": 983872,
+ "lock-open-plus": 988846,
+ "lock-open-plus-outline": 988847,
+ "lock-open-remove": 988848,
+ "lock-open-remove-outline": 988849,
"lock-open-variant": 987078,
"lock-open-variant-outline": 987079,
"lock-outline": 983873,
"lock-pattern": 984810,
"lock-plus": 984571,
+ "lock-plus-outline": 988850,
"lock-question": 985327,
+ "lock-remove": 988851,
+ "lock-remove-outline": 988852,
"lock-reset": 984947,
"lock-smart": 985266,
"locker": 985047,
@@ -3146,13 +3906,22 @@
"logout-variant": 984573,
"longitude": 986970,
"looks": 983876,
+ "lotion": 988546,
+ "lotion-outline": 988547,
+ "lotion-plus": 988548,
+ "lotion-plus-outline": 988549,
"loupe": 983877,
"lumx": 983878,
"lungs": 987268,
+ "mace": 989251,
+ "magazine-pistol": 983844,
+ "magazine-rifle": 983843,
+ "magic-staff": 989252,
"magnet": 983879,
"magnet-on": 983880,
"magnify": 983881,
"magnify-close": 985472,
+ "magnify-expand": 989300,
"magnify-minus": 983882,
"magnify-minus-cursor": 985698,
"magnify-minus-outline": 984812,
@@ -3171,6 +3940,7 @@
"mailbox-outline": 986508,
"mailbox-up": 986509,
"mailbox-up-outline": 986510,
+ "manjaro": 988682,
"map": 983885,
"map-check": 986812,
"map-check-outline": 986813,
@@ -3178,6 +3948,8 @@
"map-clock-outline": 986399,
"map-legend": 985601,
"map-marker": 983886,
+ "map-marker-account": 989411,
+ "map-marker-account-outline": 989412,
"map-marker-alert": 986885,
"map-marker-alert-outline": 986886,
"map-marker-check": 986261,
@@ -3206,6 +3978,8 @@
"map-marker-remove-variant": 986890,
"map-marker-right": 987868,
"map-marker-right-outline": 987870,
+ "map-marker-star": 988680,
+ "map-marker-star-outline": 988681,
"map-marker-up": 987395,
"map-minus": 985473,
"map-outline": 985474,
@@ -3235,6 +4009,8 @@
"medical-bag": 984815,
"meditation": 987515,
"memory": 983899,
+ "menorah": 989140,
+ "menorah-fire": 989141,
"menu": 983900,
"menu-down": 983901,
"menu-down-outline": 984758,
@@ -3255,26 +4031,40 @@
"message-arrow-left-outline": 987891,
"message-arrow-right": 987892,
"message-arrow-right-outline": 987893,
+ "message-badge": 989505,
+ "message-badge-outline": 989506,
+ "message-bookmark": 988588,
+ "message-bookmark-outline": 988589,
"message-bulleted": 984738,
"message-bulleted-off": 984739,
"message-cog": 984817,
"message-cog-outline": 987506,
"message-draw": 983907,
+ "message-flash": 988585,
+ "message-flash-outline": 988586,
"message-image": 983908,
"message-image-outline": 987500,
"message-lock": 987084,
"message-lock-outline": 987501,
"message-minus": 987502,
"message-minus-outline": 987503,
+ "message-off": 988749,
+ "message-off-outline": 988750,
"message-outline": 983909,
"message-plus": 984659,
"message-plus-outline": 987323,
"message-processing": 983910,
"message-processing-outline": 987504,
+ "message-question": 988986,
+ "message-question-outline": 988987,
"message-reply": 983911,
+ "message-reply-outline": 988989,
"message-reply-text": 983912,
+ "message-reply-text-outline": 988990,
"message-settings": 984816,
"message-settings-outline": 987505,
+ "message-star": 984730,
+ "message-star-outline": 987728,
"message-text": 983913,
"message-text-clock": 987507,
"message-text-clock-outline": 987508,
@@ -3291,6 +4081,8 @@
"microphone-off": 983917,
"microphone-outline": 983918,
"microphone-plus": 985268,
+ "microphone-question": 989577,
+ "microphone-question-outline": 989578,
"microphone-settings": 983919,
"microphone-variant": 983920,
"microphone-variant-off": 983921,
@@ -3302,7 +4094,6 @@
"microsoft-bing": 983204,
"microsoft-dynamics-365": 985480,
"microsoft-edge": 983529,
- "microsoft-edge-legacy": 987728,
"microsoft-excel": 988047,
"microsoft-internet-explorer": 983808,
"microsoft-office": 984006,
@@ -3329,7 +4120,6 @@
"microsoft-xbox-controller-menu": 986735,
"microsoft-xbox-controller-off": 984507,
"microsoft-xbox-controller-view": 986736,
- "microsoft-yammer": 984969,
"microwave": 986265,
"microwave-off": 988195,
"middleware": 986973,
@@ -3353,17 +4143,18 @@
"minus-circle-outline": 983927,
"minus-network": 983928,
"minus-network-outline": 986266,
+ "minus-thick": 988729,
"mirror": 987645,
+ "mirror-rectangle": 989087,
+ "mirror-variant": 989088,
"mixed-martial-arts": 986511,
"mixed-reality": 985215,
- "mixer": 985053,
"molecule": 986028,
"molecule-co": 987902,
"molecule-co2": 985060,
"monitor": 983929,
"monitor-cellphone": 985481,
"monitor-cellphone-star": 985482,
- "monitor-clean": 987396,
"monitor-dashboard": 985607,
"monitor-edit": 987846,
"monitor-eye": 988084,
@@ -3372,6 +4163,8 @@
"monitor-off": 986512,
"monitor-screenshot": 986705,
"monitor-share": 988291,
+ "monitor-shimmer": 987396,
+ "monitor-small": 989302,
"monitor-speaker": 986975,
"monitor-speaker-off": 986976,
"monitor-star": 986588,
@@ -3384,31 +4177,88 @@
"moon-waxing-crescent": 986983,
"moon-waxing-gibbous": 986984,
"moped": 987270,
+ "moped-electric": 988599,
+ "moped-electric-outline": 988600,
+ "moped-outline": 988601,
"more": 983931,
+ "mortar-pestle": 989000,
+ "mortar-pestle-plus": 984049,
+ "mosque": 989223,
"mother-heart": 987924,
"mother-nurse": 986401,
+ "motion": 988594,
+ "motion-outline": 988595,
+ "motion-pause": 988560,
+ "motion-pause-outline": 988562,
+ "motion-play": 988559,
+ "motion-play-outline": 988561,
"motion-sensor": 986513,
"motion-sensor-off": 988213,
"motorbike": 983932,
+ "motorbike-electric": 988602,
"mouse": 983933,
"mouse-bluetooth": 985483,
+ "mouse-move-down": 988496,
+ "mouse-move-up": 988497,
+ "mouse-move-vertical": 988498,
"mouse-off": 983934,
"mouse-variant": 983935,
"mouse-variant-off": 983936,
"move-resize": 984661,
"move-resize-variant": 984662,
"movie": 983937,
+ "movie-check": 988915,
+ "movie-check-outline": 988916,
+ "movie-cog": 988917,
+ "movie-cog-outline": 988918,
"movie-edit": 987426,
"movie-edit-outline": 987427,
"movie-filter": 987428,
"movie-filter-outline": 987429,
+ "movie-minus": 988919,
+ "movie-minus-outline": 988920,
+ "movie-off": 988921,
+ "movie-off-outline": 988922,
"movie-open": 987086,
+ "movie-open-check": 988923,
+ "movie-open-check-outline": 988924,
+ "movie-open-cog": 988925,
+ "movie-open-cog-outline": 988926,
+ "movie-open-edit": 988927,
+ "movie-open-edit-outline": 988928,
+ "movie-open-minus": 988929,
+ "movie-open-minus-outline": 988930,
+ "movie-open-off": 988931,
+ "movie-open-off-outline": 988932,
"movie-open-outline": 987087,
+ "movie-open-play": 988933,
+ "movie-open-play-outline": 988934,
+ "movie-open-plus": 988935,
+ "movie-open-plus-outline": 988936,
+ "movie-open-remove": 988937,
+ "movie-open-remove-outline": 988938,
+ "movie-open-settings": 988939,
+ "movie-open-settings-outline": 988940,
+ "movie-open-star": 988941,
+ "movie-open-star-outline": 988942,
"movie-outline": 986589,
+ "movie-play": 988943,
+ "movie-play-outline": 988944,
+ "movie-plus": 988945,
+ "movie-plus-outline": 988946,
+ "movie-remove": 988947,
+ "movie-remove-outline": 988948,
"movie-roll": 985054,
"movie-search": 987602,
"movie-search-outline": 987603,
+ "movie-settings": 988949,
+ "movie-settings-outline": 988950,
+ "movie-star": 988951,
+ "movie-star-outline": 988952,
+ "mower": 988783,
+ "mower-bag": 988784,
"muffin": 985484,
+ "multicast": 989331,
"multiplication": 983938,
"multiplication-box": 983939,
"mushroom": 985055,
@@ -3453,12 +4303,16 @@
"music-rest-quarter": 987002,
"music-rest-sixteenth": 987003,
"music-rest-whole": 987004,
+ "mustache": 988638,
"nail": 986591,
"nas": 985331,
"nativescript": 985216,
"nature": 983950,
"nature-people": 983951,
"navigation": 983952,
+ "navigation-outline": 988679,
+ "navigation-variant": 989424,
+ "navigation-variant-outline": 989425,
"near-me": 984525,
"necklace": 986891,
"needle": 983953,
@@ -3475,13 +4329,16 @@
"network-strength-3-alert": 985337,
"network-strength-4": 985338,
"network-strength-4-alert": 985339,
+ "network-strength-4-cog": 989466,
"network-strength-off": 985340,
"network-strength-off-outline": 985341,
"network-strength-outline": 985342,
"new-box": 983956,
"newspaper": 983957,
+ "newspaper-check": 989507,
"newspaper-minus": 986892,
"newspaper-plus": 986893,
+ "newspaper-remove": 989508,
"newspaper-variant": 987137,
"newspaper-variant-multiple": 987138,
"newspaper-variant-multiple-outline": 987139,
@@ -3502,16 +4359,40 @@
"not-equal": 985485,
"not-equal-variant": 985486,
"note": 983962,
+ "note-alert": 989053,
+ "note-alert-outline": 989054,
+ "note-check": 989055,
+ "note-check-outline": 989056,
+ "note-edit": 989057,
+ "note-edit-outline": 989058,
+ "note-minus": 988751,
+ "note-minus-outline": 988752,
"note-multiple": 984760,
"note-multiple-outline": 984761,
+ "note-off": 989059,
+ "note-off-outline": 989060,
"note-outline": 983963,
"note-plus": 983964,
"note-plus-outline": 983965,
+ "note-remove": 988753,
+ "note-remove-outline": 988754,
+ "note-search": 988755,
+ "note-search-outline": 988756,
"note-text": 983966,
"note-text-outline": 987607,
"notebook": 985134,
+ "notebook-check": 988405,
+ "notebook-check-outline": 988406,
+ "notebook-edit": 988391,
+ "notebook-edit-outline": 988393,
+ "notebook-minus": 988688,
+ "notebook-minus-outline": 988689,
"notebook-multiple": 986709,
"notebook-outline": 986815,
+ "notebook-plus": 988690,
+ "notebook-plus-outline": 988691,
+ "notebook-remove": 988692,
+ "notebook-remove-outline": 988693,
"notification-clear-all": 983967,
"npm": 984823,
"nuke": 984740,
@@ -3602,6 +4483,7 @@
"numeric-9-plus-circle": 986290,
"numeric-9-plus-circle-outline": 986291,
"numeric-negative-1": 987218,
+ "numeric-positive-1": 988619,
"nut": 984824,
"nutrition": 984002,
"nuxt": 987398,
@@ -3613,13 +4495,21 @@
"octagon-outline": 984004,
"octagram": 984825,
"octagram-outline": 984949,
+ "octahedron": 989520,
+ "octahedron-off": 989521,
"odnoklassniki": 984005,
"offer": 987675,
"office-building": 985489,
+ "office-building-cog": 989513,
+ "office-building-cog-outline": 989514,
+ "office-building-marker": 988448,
+ "office-building-marker-outline": 988449,
+ "office-building-outline": 988447,
"oil": 984007,
"oil-lamp": 986905,
"oil-level": 987219,
"oil-temperature": 987128,
+ "om": 985459,
"omega": 984009,
"one-up": 986029,
"onepassword": 985217,
@@ -3630,6 +4520,7 @@
"openid": 984013,
"opera": 984014,
"orbit": 983064,
+ "orbit-variant": 988635,
"order-alphabetical-ascending": 983565,
"order-alphabetical-descending": 986375,
"order-bool-ascending": 983742,
@@ -3677,6 +4568,7 @@
"palette-outline": 986636,
"palette-swatch": 985269,
"palette-swatch-outline": 987996,
+ "palette-swatch-variant": 989530,
"palm-tree": 987221,
"pan": 986036,
"pan-bottom-left": 986037,
@@ -3693,15 +4585,24 @@
"pandora": 984027,
"panorama": 984028,
"panorama-fisheye": 984029,
- "panorama-horizontal": 984030,
- "panorama-vertical": 984031,
- "panorama-wide-angle": 984032,
+ "panorama-horizontal": 989480,
+ "panorama-horizontal-outline": 984030,
+ "panorama-outline": 989580,
+ "panorama-sphere": 989581,
+ "panorama-sphere-outline": 989582,
+ "panorama-variant": 989583,
+ "panorama-variant-outline": 989584,
+ "panorama-vertical": 989481,
+ "panorama-vertical-outline": 984031,
+ "panorama-wide-angle": 989535,
+ "panorama-wide-angle-outline": 984032,
"paper-cut-vertical": 984033,
"paper-roll": 987479,
"paper-roll-outline": 987480,
"paperclip": 984034,
"parachute": 986292,
"parachute-outline": 986293,
+ "paragliding": 988997,
"parking": 984035,
"party-popper": 987222,
"passport": 985059,
@@ -3716,7 +4617,8 @@
"pause-octagon-outline": 984040,
"paw": 984041,
"paw-off": 984663,
- "pdf-box": 986710,
+ "paw-off-outline": 988790,
+ "paw-outline": 988789,
"peace": 985220,
"peanut": 987132,
"peanut-off": 987133,
@@ -3750,12 +4652,13 @@
"penguin": 986816,
"pentagon": 984833,
"pentagon-outline": 984832,
+ "pentagram": 988775,
"percent": 984048,
"percent-outline": 987768,
"periodic-table": 985270,
"perspective-less": 986403,
"perspective-more": 986404,
- "pharmacy": 984049,
+ "ph": 989125,
"phone": 984050,
"phone-alert": 986906,
"phone-alert-outline": 987534,
@@ -3767,6 +4670,8 @@
"phone-check-outline": 987562,
"phone-classic": 984578,
"phone-classic-off": 987769,
+ "phone-dial": 988505,
+ "phone-dial-outline": 988506,
"phone-forward": 984052,
"phone-forward-outline": 987537,
"phone-hangup": 984053,
@@ -3794,6 +4699,10 @@
"phone-paused-outline": 987546,
"phone-plus": 984665,
"phone-plus-outline": 987547,
+ "phone-refresh": 989587,
+ "phone-refresh-outline": 989588,
+ "phone-remove": 988463,
+ "phone-remove-outline": 988464,
"phone-return": 985135,
"phone-return-outline": 987548,
"phone-ring": 987563,
@@ -3802,11 +4711,14 @@
"phone-rotate-portrait": 985222,
"phone-settings": 984061,
"phone-settings-outline": 987549,
+ "phone-sync": 989589,
+ "phone-sync-outline": 989590,
"phone-voip": 984062,
"pi": 984063,
"pi-box": 984064,
"pi-hole": 986609,
"piano": 984701,
+ "piano-off": 984728,
"pickaxe": 985271,
"picture-in-picture-bottom-right": 986711,
"picture-in-picture-bottom-right-outline": 986712,
@@ -3816,7 +4728,9 @@
"pier-crane": 985224,
"pig": 984065,
"pig-variant": 987142,
+ "pig-variant-outline": 988792,
"piggy-bank": 987143,
+ "piggy-bank-outline": 988793,
"pill": 984066,
"pillar": 984834,
"pin": 984067,
@@ -3832,10 +4746,12 @@
"pipe": 985061,
"pipe-disconnected": 985062,
"pipe-leak": 985225,
+ "pipe-valve": 989261,
"pipe-wrench": 987988,
"pirate": 985608,
"pistol": 984835,
"piston": 985226,
+ "pitchfork": 988499,
"pizza": 984073,
"play": 984074,
"play-box": 987770,
@@ -3860,6 +4776,7 @@
"playlist-remove": 984083,
"playlist-star": 986610,
"plex": 984762,
+ "pliers": 989604,
"plus": 984085,
"plus-box": 984086,
"plus-box-multiple": 983860,
@@ -3874,7 +4791,6 @@
"plus-minus-variant": 988361,
"plus-network": 984090,
"plus-network-outline": 986298,
- "plus-one": 984091,
"plus-outline": 984837,
"plus-thick": 987628,
"podcast": 985492,
@@ -3889,9 +4805,8 @@
"polaroid": 984094,
"police-badge": 987495,
"police-badge-outline": 987496,
+ "police-station": 989241,
"poll": 984095,
- "poll-box": 984096,
- "poll-box-outline": 987771,
"polo": 988355,
"polymer": 984097,
"pool": 984582,
@@ -3920,9 +4835,11 @@
"power-sleep": 985348,
"power-socket": 984103,
"power-socket-au": 985349,
+ "power-socket-ch": 987059,
"power-socket-de": 987399,
"power-socket-eu": 985063,
"power-socket-fr": 987400,
+ "power-socket-it": 988415,
"power-socket-jp": 987401,
"power-socket-uk": 985064,
"power-socket-us": 985065,
@@ -3931,16 +4848,21 @@
"prescription": 984838,
"presentation": 984104,
"presentation-play": 984105,
+ "pretzel": 988514,
"printer": 984106,
"printer-3d": 984107,
"printer-3d-nozzle": 986715,
"printer-3d-nozzle-alert": 987584,
"printer-3d-nozzle-alert-outline": 987585,
+ "printer-3d-nozzle-heat": 989368,
+ "printer-3d-nozzle-heat-outline": 989369,
"printer-3d-nozzle-outline": 986716,
"printer-alert": 984108,
"printer-check": 987462,
"printer-eye": 988248,
"printer-off": 986717,
+ "printer-off-outline": 989061,
+ "printer-outline": 989062,
"printer-pos": 987223,
"printer-search": 988247,
"printer-settings": 984839,
@@ -3953,14 +4875,25 @@
"progress-clock": 985494,
"progress-close": 987402,
"progress-download": 985495,
+ "progress-pencil": 989063,
+ "progress-question": 988450,
+ "progress-star": 989064,
"progress-upload": 985496,
"progress-wrench": 986301,
"projector": 984110,
"projector-screen": 984111,
+ "projector-screen-off": 989197,
+ "projector-screen-off-outline": 989198,
+ "projector-screen-outline": 988964,
+ "projector-screen-variant": 989199,
+ "projector-screen-variant-off": 989200,
+ "projector-screen-variant-off-outline": 989201,
+ "projector-screen-variant-outline": 989202,
"propane-tank": 987991,
"propane-tank-outline": 987992,
"protocol": 987096,
"publish": 984743,
+ "publish-off": 989509,
"pulse": 984112,
"pump": 988162,
"pumpkin": 986047,
@@ -3982,6 +4915,8 @@
"puzzle-remove-outline": 988376,
"puzzle-star": 988373,
"puzzle-star-outline": 988379,
+ "pyramid": 989522,
+ "pyramid-off": 989523,
"qi": 985497,
"qqchat": 984581,
"qrcode": 984114,
@@ -4009,6 +4944,8 @@
"radio-off": 987676,
"radio-tower": 984123,
"radioactive": 984124,
+ "radioactive-circle": 989277,
+ "radioactive-circle-outline": 989278,
"radioactive-off": 986817,
"radiobox-blank": 984125,
"radiobox-marked": 984126,
@@ -4017,13 +4954,17 @@
"radius": 986304,
"radius-outline": 986305,
"railroad-light": 986910,
+ "rake": 988484,
"raspberry-pi": 984127,
"ray-end": 984128,
"ray-end-arrow": 984129,
"ray-start": 984130,
"ray-start-arrow": 984131,
"ray-start-end": 984132,
+ "ray-start-vertex-end": 988632,
"ray-vertex": 984133,
+ "razor-double-edge": 989591,
+ "razor-single-edge": 989592,
"react": 984840,
"read": 984135,
"receipt": 984137,
@@ -4043,9 +4984,11 @@
"reflect-horizontal": 985614,
"reflect-vertical": 985615,
"refresh": 984144,
+ "refresh-auto": 989426,
"refresh-circle": 988023,
"regex": 984145,
"registered-trademark": 985703,
+ "reiterate": 988552,
"relation-many-to-many": 988310,
"relation-many-to-one": 988311,
"relation-many-to-one-or-many": 988312,
@@ -4097,6 +5040,7 @@
"repeat": 984150,
"repeat-off": 984151,
"repeat-once": 984152,
+ "repeat-variant": 984391,
"replay": 984153,
"reply": 984154,
"reply-all": 984155,
@@ -4116,8 +5060,10 @@
"restore-alert": 987405,
"rewind": 984159,
"rewind-10": 986410,
+ "rewind-15": 989510,
"rewind-30": 986518,
"rewind-5": 987641,
+ "rewind-60": 988684,
"rewind-outline": 984842,
"rhombus": 984843,
"rhombus-medium": 985616,
@@ -4127,15 +5073,32 @@
"rhombus-split-outline": 988381,
"ribbon": 984160,
"rice": 985066,
+ "rickshaw": 988603,
+ "rickshaw-electric": 988604,
"ring": 985067,
"rivet": 986720,
"road": 984161,
"road-variant": 984162,
"robber": 987224,
"robot": 984745,
+ "robot-angry": 988829,
+ "robot-angry-outline": 988830,
+ "robot-confused": 988831,
+ "robot-confused-outline": 988832,
+ "robot-dead": 988833,
+ "robot-dead-outline": 988834,
+ "robot-excited": 988835,
+ "robot-excited-outline": 988836,
+ "robot-happy": 988953,
+ "robot-happy-outline": 988954,
"robot-industrial": 985926,
+ "robot-love": 988837,
+ "robot-love-outline": 988838,
"robot-mower": 987639,
"robot-mower-outline": 987635,
+ "robot-off": 988839,
+ "robot-off-outline": 988795,
+ "robot-outline": 988794,
"robot-vacuum": 984845,
"robot-vacuum-variant": 985352,
"rocket": 984163,
@@ -4160,6 +5123,7 @@
"roman-numeral-9": 987280,
"room-service": 985229,
"room-service-outline": 986519,
+ "rotate-360": 989593,
"rotate-3d": 986823,
"rotate-3d-variant": 984164,
"rotate-left": 984165,
@@ -4171,6 +5135,7 @@
"router": 987618,
"router-network": 987271,
"router-wireless": 984169,
+ "router-wireless-off": 988579,
"router-wireless-settings": 985705,
"routes": 984170,
"routes-clock": 987225,
@@ -4200,6 +5165,7 @@
"satellite-uplink": 985353,
"satellite-variant": 984177,
"sausage": 985274,
+ "sausage-off": 989065,
"saw-blade": 986721,
"sawtooth-wave": 988282,
"saxophone": 984585,
@@ -4207,15 +5173,19 @@
"scale-balance": 984529,
"scale-bathroom": 984179,
"scale-off": 987226,
+ "scale-unbalanced": 989624,
"scan-helper": 988120,
"scanner": 984747,
"scanner-off": 985354,
"scatter-plot": 986825,
"scatter-plot-outline": 986826,
+ "scent": 989528,
+ "scent-off": 989529,
"school": 984180,
"school-outline": 987520,
"scissors-cutting": 985707,
- "scooter": 987625,
+ "scooter": 988605,
+ "scooter-electric": 988606,
"scoreboard": 987774,
"scoreboard-outline": 987775,
"screen-rotation": 984181,
@@ -4229,7 +5199,11 @@
"script": 986049,
"script-outline": 984183,
"script-text": 986050,
+ "script-text-key": 988965,
+ "script-text-key-outline": 988966,
"script-text-outline": 986051,
+ "script-text-play": 988967,
+ "script-text-play-outline": 988968,
"sd": 984185,
"seal": 984186,
"seal-variant": 987097,
@@ -4252,6 +5226,7 @@
"seed-off": 988157,
"seed-off-outline": 988158,
"seed-outline": 986723,
+ "seesaw": 988580,
"segment": 986827,
"select": 984197,
"select-all": 984198,
@@ -4265,15 +5240,18 @@
"select-multiple-marker": 987778,
"select-off": 984200,
"select-place": 987098,
+ "select-remove": 989121,
"select-search": 987652,
"selection": 984201,
"selection-drag": 985709,
"selection-ellipse": 986418,
"selection-ellipse-arrow-inside": 986914,
+ "selection-ellipse-remove": 989122,
"selection-marker": 987779,
"selection-multiple": 987781,
"selection-multiple-marker": 987780,
"selection-off": 984951,
+ "selection-remove": 989123,
"selection-search": 987653,
"semantic-web": 987926,
"send": 984202,
@@ -4318,6 +5296,7 @@
"shape-polygon-plus": 984670,
"shape-rectangle-plus": 984671,
"shape-square-plus": 984672,
+ "shape-square-rounded-plus": 988410,
"share": 984214,
"share-all": 987636,
"share-all-outline": 987637,
@@ -4326,10 +5305,17 @@
"share-off-outline": 986916,
"share-outline": 985394,
"share-variant": 984215,
+ "share-variant-outline": 988436,
+ "shark": 989370,
+ "shark-fin": 988787,
+ "shark-fin-outline": 988788,
+ "shark-off": 989371,
"sheep": 986310,
"shield": 984216,
"shield-account": 985231,
"shield-account-outline": 985618,
+ "shield-account-variant": 988583,
+ "shield-account-variant-outline": 988584,
"shield-airplane": 984763,
"shield-airplane-outline": 986311,
"shield-alert": 986828,
@@ -4341,6 +5327,8 @@
"shield-check-outline": 986312,
"shield-cross": 986313,
"shield-cross-outline": 986314,
+ "shield-crown": 989372,
+ "shield-crown-outline": 989373,
"shield-edit": 987552,
"shield-edit-outline": 987553,
"shield-half": 988000,
@@ -4352,7 +5340,11 @@
"shield-link-variant": 986419,
"shield-link-variant-outline": 986420,
"shield-lock": 985501,
+ "shield-lock-open": 989594,
+ "shield-lock-open-outline": 989595,
"shield-lock-outline": 986316,
+ "shield-moon": 989224,
+ "shield-moon-outline": 989225,
"shield-off": 985502,
"shield-off-outline": 985500,
"shield-outline": 984217,
@@ -4367,16 +5359,24 @@
"shield-star-outline": 987452,
"shield-sun": 987229,
"shield-sun-outline": 987230,
+ "shield-sword": 989374,
+ "shield-sword-outline": 989375,
"shield-sync": 987554,
"shield-sync-outline": 987555,
+ "shimmer": 988485,
"ship-wheel": 985139,
+ "shipping-pallet": 989262,
+ "shoe-ballet": 988618,
+ "shoe-cleat": 988615,
"shoe-formal": 985927,
"shoe-heel": 985928,
"shoe-print": 986618,
+ "shoe-sneaker": 988616,
"shopping": 984218,
"shopping-music": 984219,
"shopping-outline": 987605,
"shopping-search": 987012,
+ "shore": 988409,
"shovel": 984848,
"shovel-off": 984849,
"shower": 985504,
@@ -4386,6 +5386,7 @@
"shuffle-disabled": 984222,
"shuffle-variant": 984223,
"shuriken": 988031,
+ "sickle": 989376,
"sigma": 984224,
"sigma-lower": 984619,
"sign-caution": 984225,
@@ -4393,6 +5394,7 @@
"sign-direction-minus": 987136,
"sign-direction-plus": 987100,
"sign-direction-remove": 987101,
+ "sign-pole": 988408,
"sign-real-estate": 987416,
"sign-text": 984962,
"signal": 984226,
@@ -4422,11 +5424,15 @@
"silverware-variant": 984230,
"sim": 984231,
"sim-alert": 984232,
+ "sim-alert-outline": 988627,
"sim-off": 984233,
+ "sim-off-outline": 988628,
+ "sim-outline": 988629,
"simple-icons": 987933,
"sina-weibo": 985823,
"sine-wave": 985435,
"sitemap": 984234,
+ "sitemap-outline": 989596,
"size-l": 988070,
"size-m": 988069,
"size-s": 988068,
@@ -4436,7 +5442,9 @@
"size-xxs": 988066,
"size-xxxl": 988073,
"skate": 986421,
+ "skate-off": 984729,
"skateboard": 988354,
+ "skateboarding": 984321,
"skew-less": 986422,
"skew-more": 986423,
"ski": 987908,
@@ -4465,32 +5473,54 @@
"slack": 984241,
"slash-forward": 987103,
"slash-forward-box": 987104,
+ "sledding": 984091,
"sleep": 984242,
"sleep-off": 984243,
+ "slide": 988581,
"slope-downhill": 986623,
"slope-uphill": 986624,
"slot-machine": 987412,
"slot-machine-outline": 987413,
"smart-card": 987325,
+ "smart-card-off": 989431,
+ "smart-card-off-outline": 989432,
"smart-card-outline": 987326,
"smart-card-reader": 987327,
"smart-card-reader-outline": 987328,
"smog": 985713,
+ "smoke": 989081,
"smoke-detector": 983954,
+ "smoke-detector-alert": 989486,
+ "smoke-detector-alert-outline": 989487,
+ "smoke-detector-off": 989193,
+ "smoke-detector-off-outline": 989194,
+ "smoke-detector-outline": 989192,
+ "smoke-detector-variant": 989195,
+ "smoke-detector-variant-alert": 989488,
+ "smoke-detector-variant-off": 989196,
"smoking": 984244,
"smoking-off": 984245,
"smoking-pipe": 988173,
"smoking-pipe-off": 988200,
+ "snail": 988791,
+ "snake": 988430,
"snapchat": 984246,
"snowboard": 987911,
"snowflake": 984855,
"snowflake-alert": 986921,
"snowflake-melt": 987851,
+ "snowflake-off": 988387,
"snowflake-variant": 986922,
"snowman": 984247,
+ "snowmobile": 984797,
"soccer": 984248,
"soccer-field": 985140,
+ "social-distance-2-meters": 988537,
+ "social-distance-6-feet": 988538,
"sofa": 984249,
+ "sofa-outline": 988525,
+ "sofa-single": 988526,
+ "sofa-single-outline": 988527,
"solar-panel": 986523,
"solar-panel-large": 986524,
"solar-power": 985714,
@@ -4508,6 +5538,12 @@
"sort-bool-ascending-variant": 988038,
"sort-bool-descending": 988039,
"sort-bool-descending-variant": 988040,
+ "sort-calendar-ascending": 988487,
+ "sort-calendar-descending": 988488,
+ "sort-clock-ascending": 988489,
+ "sort-clock-ascending-outline": 988490,
+ "sort-clock-descending": 988491,
+ "sort-clock-descending-outline": 988492,
"sort-descending": 984253,
"sort-numeric-ascending": 988041,
"sort-numeric-ascending-variant": 985357,
@@ -4519,6 +5555,7 @@
"sort-variant-lock": 986317,
"sort-variant-lock-open": 986318,
"sort-variant-remove": 987463,
+ "soundbar": 989147,
"soundcloud": 984256,
"source-branch": 984620,
"source-branch-check": 988367,
@@ -4551,13 +5588,17 @@
"speaker-multiple": 986424,
"speaker-off": 984260,
"speaker-wireless": 984863,
+ "spear": 989253,
"speedometer": 984261,
"speedometer-medium": 987013,
"speedometer-slow": 987014,
"spellcheck": 984262,
+ "sphere": 989524,
+ "sphere-off": 989525,
"spider": 987626,
"spider-thread": 987627,
"spider-web": 986058,
+ "spirit-level": 988401,
"spoon-sugar": 988201,
"spotify": 984263,
"spotlight": 984264,
@@ -4565,18 +5606,23 @@
"spray": 984677,
"spray-bottle": 985824,
"sprinkler": 987231,
+ "sprinkler-fire": 989597,
"sprinkler-variant": 987232,
"sprout": 986726,
"sprout-outline": 986727,
"square": 984932,
+ "square-circle": 988416,
"square-edit-outline": 985356,
"square-medium": 985619,
"square-medium-outline": 985620,
"square-off": 987886,
"square-off-outline": 987887,
+ "square-opacity": 989268,
"square-outline": 984931,
"square-root": 984964,
"square-root-box": 985507,
+ "square-rounded": 988411,
+ "square-rounded-outline": 988412,
"square-small": 985621,
"square-wave": 988283,
"squeegee": 985825,
@@ -4597,15 +5643,32 @@
"star-box-multiple": 987782,
"star-box-multiple-outline": 987783,
"star-box-outline": 985716,
+ "star-check": 988518,
+ "star-check-outline": 988522,
"star-circle": 984271,
"star-circle-outline": 985508,
+ "star-cog": 988776,
+ "star-cog-outline": 988777,
+ "star-crescent": 985465,
+ "star-david": 985466,
"star-face": 985509,
"star-four-points": 985826,
"star-four-points-outline": 985827,
"star-half": 983622,
"star-half-full": 984272,
+ "star-minus": 988516,
+ "star-minus-outline": 988520,
"star-off": 984273,
+ "star-off-outline": 988507,
"star-outline": 984274,
+ "star-plus": 988515,
+ "star-plus-outline": 988519,
+ "star-remove": 988517,
+ "star-remove-outline": 988521,
+ "star-settings": 988778,
+ "star-settings-outline": 988779,
+ "star-shooting": 988993,
+ "star-shooting-outline": 988994,
"star-three-points": 985828,
"star-three-points-outline": 985829,
"state-machine": 987631,
@@ -4631,14 +5694,42 @@
"sticker-plus-outline": 988013,
"sticker-remove": 988014,
"sticker-remove-outline": 988015,
+ "sticker-text": 989070,
+ "sticker-text-outline": 989071,
"stocking": 984282,
"stomach": 987283,
+ "stool": 989533,
+ "stool-outline": 989534,
"stop": 984283,
"stop-circle": 984678,
"stop-circle-outline": 984679,
"store": 984284,
"store-24-hour": 984285,
+ "store-alert": 989377,
+ "store-alert-outline": 989378,
+ "store-check": 989379,
+ "store-check-outline": 989380,
+ "store-clock": 989381,
+ "store-clock-outline": 989382,
+ "store-cog": 989383,
+ "store-cog-outline": 989384,
+ "store-edit": 989385,
+ "store-edit-outline": 989386,
+ "store-marker": 989387,
+ "store-marker-outline": 989388,
+ "store-minus": 988766,
+ "store-minus-outline": 989389,
+ "store-off": 989390,
+ "store-off-outline": 989391,
"store-outline": 988001,
+ "store-plus": 988767,
+ "store-plus-outline": 989392,
+ "store-remove": 988768,
+ "store-remove-outline": 989393,
+ "store-search": 989394,
+ "store-search-outline": 989395,
+ "store-settings": 989396,
+ "store-settings-outline": 989397,
"storefront": 985031,
"storefront-outline": 987329,
"stove": 984286,
@@ -4649,17 +5740,27 @@
"string-lights-off": 987835,
"subdirectory-arrow-left": 984588,
"subdirectory-arrow-right": 984589,
+ "submarine": 988524,
"subtitles": 985622,
"subtitles-outline": 985623,
"subway": 984748,
"subway-alert-variant": 986525,
"subway-variant": 984287,
"summit": 984966,
+ "sun-compass": 989605,
+ "sun-snowflake": 989078,
+ "sun-thermometer": 989398,
+ "sun-thermometer-outline": 989399,
+ "sun-wireless": 989182,
+ "sun-wireless-outline": 989183,
"sunglasses": 984288,
+ "surfing": 988998,
"surround-sound": 984517,
"surround-sound-2-0": 985072,
+ "surround-sound-2-1": 988969,
"surround-sound-3-1": 985073,
"surround-sound-5-1": 985074,
+ "surround-sound-5-1-2": 988970,
"surround-sound-7-1": 985075,
"svg": 984865,
"swap-horizontal": 984289,
@@ -4680,6 +5781,7 @@
"syllabary-hiragana": 987956,
"syllabary-katakana": 987957,
"syllabary-katakana-halfwidth": 987958,
+ "symbol": 988417,
"symfony": 985830,
"sync": 984294,
"sync-alert": 984295,
@@ -4689,6 +5791,7 @@
"tab-minus": 985931,
"tab-plus": 984924,
"tab-remove": 985932,
+ "tab-search": 989598,
"tab-unselected": 984298,
"table": 984299,
"table-account": 988089,
@@ -4726,6 +5829,8 @@
"table-network": 988105,
"table-of-contents": 985142,
"table-off": 988106,
+ "table-picnic": 988995,
+ "table-pivot": 989244,
"table-plus": 985717,
"table-refresh": 988064,
"table-remove": 985718,
@@ -4744,9 +5849,16 @@
"tablet-android": 984311,
"tablet-cellphone": 985511,
"tablet-dashboard": 986830,
- "tablet-ipad": 984312,
"taco": 984930,
"tag": 984313,
+ "tag-arrow-down": 988971,
+ "tag-arrow-down-outline": 988972,
+ "tag-arrow-left": 988973,
+ "tag-arrow-left-outline": 988974,
+ "tag-arrow-right": 988975,
+ "tag-arrow-right-outline": 988976,
+ "tag-arrow-up": 988977,
+ "tag-arrow-up-outline": 988978,
"tag-faces": 984314,
"tag-heart": 984715,
"tag-heart-outline": 986063,
@@ -4761,11 +5873,15 @@
"tag-plus-outline": 987682,
"tag-remove": 984867,
"tag-remove-outline": 987683,
+ "tag-search": 989447,
+ "tag-search-outline": 989448,
"tag-text": 987684,
"tag-text-outline": 984317,
"tailwind": 988159,
+ "tangram": 984312,
"tank": 986426,
"tanker-truck": 987109,
+ "tape-drive": 988895,
"tape-measure": 985933,
"target": 984318,
"target-account": 986064,
@@ -4773,20 +5889,19 @@
"taxi": 984319,
"tea": 986526,
"tea-outline": 986527,
- "teach": 985232,
"teamviewer": 984320,
- "telegram": 984321,
+ "teddy-bear": 989435,
"telescope": 985934,
"television": 984322,
"television-ambient-light": 987990,
"television-box": 985145,
"television-classic": 985076,
"television-classic-off": 985146,
- "television-clean": 987408,
"television-guide": 984323,
"television-off": 985147,
"television-pause": 987017,
"television-play": 986831,
+ "television-shimmer": 987408,
"television-stop": 987018,
"temperature-celsius": 984324,
"temperature-fahrenheit": 984325,
@@ -4800,6 +5915,7 @@
"test-tube-empty": 985361,
"test-tube-off": 985362,
"text": 985512,
+ "text-account": 988528,
"text-box": 983578,
"text-box-check": 986790,
"text-box-check-outline": 986791,
@@ -4814,11 +5930,11 @@
"text-box-remove-outline": 986797,
"text-box-search": 986798,
"text-box-search-outline": 986799,
+ "text-long": 985514,
"text-recognition": 987453,
"text-search": 988088,
"text-shadow": 984681,
"text-short": 985513,
- "text-subject": 985514,
"text-to-speech": 984330,
"text-to-speech-off": 984331,
"texture": 984332,
@@ -4827,12 +5943,14 @@
"theme-light-dark": 984334,
"thermometer": 984335,
"thermometer-alert": 986625,
+ "thermometer-bluetooth": 989333,
"thermometer-chevron-down": 986626,
"thermometer-chevron-up": 986627,
"thermometer-high": 987330,
"thermometer-lines": 984336,
"thermometer-low": 987331,
"thermometer-minus": 986628,
+ "thermometer-off": 988465,
"thermometer-plus": 986629,
"thermostat": 983955,
"thermostat-box": 985233,
@@ -4843,6 +5961,7 @@
"thumb-up": 984339,
"thumb-up-outline": 984340,
"thumbs-up-down": 984341,
+ "thumbs-up-down-outline": 989460,
"ticket": 984342,
"ticket-account": 984343,
"ticket-confirmation": 984344,
@@ -4852,29 +5971,43 @@
"ticket-percent-outline": 988203,
"tie": 984345,
"tilde": 984869,
+ "tilde-off": 989427,
"timelapse": 984346,
"timeline": 986065,
"timeline-alert": 987029,
"timeline-alert-outline": 987032,
+ "timeline-check": 988466,
+ "timeline-check-outline": 988467,
"timeline-clock": 987643,
"timeline-clock-outline": 987644,
"timeline-help": 987033,
"timeline-help-outline": 987034,
+ "timeline-minus": 988468,
+ "timeline-minus-outline": 988469,
"timeline-outline": 986066,
"timeline-plus": 987030,
"timeline-plus-outline": 987031,
+ "timeline-remove": 988470,
+ "timeline-remove-outline": 988471,
"timeline-text": 986067,
"timeline-text-outline": 986068,
"timer": 988075,
"timer-10": 984348,
"timer-3": 984349,
+ "timer-cog": 989477,
+ "timer-cog-outline": 989478,
"timer-off": 988076,
"timer-off-outline": 984350,
"timer-outline": 984347,
"timer-sand": 984351,
+ "timer-sand-complete": 989599,
"timer-sand-empty": 984749,
"timer-sand-full": 984972,
+ "timer-sand-paused": 989600,
+ "timer-settings": 989475,
+ "timer-settings-outline": 989476,
"timetable": 984352,
+ "tire": 989334,
"toaster": 987235,
"toaster-off": 987575,
"toaster-oven": 986323,
@@ -4888,13 +6021,20 @@
"tools": 987236,
"tooltip": 984355,
"tooltip-account": 983052,
+ "tooltip-cellphone": 989243,
+ "tooltip-check": 988508,
+ "tooltip-check-outline": 988509,
"tooltip-edit": 984356,
"tooltip-edit-outline": 987845,
"tooltip-image": 984357,
"tooltip-image-outline": 986069,
+ "tooltip-minus": 988510,
+ "tooltip-minus-outline": 988511,
"tooltip-outline": 984358,
"tooltip-plus": 986070,
"tooltip-plus-outline": 984359,
+ "tooltip-remove": 988512,
+ "tooltip-remove-outline": 988513,
"tooltip-text": 984360,
"tooltip-text-outline": 986071,
"tooth": 985283,
@@ -4902,12 +6042,14 @@
"toothbrush": 987433,
"toothbrush-electric": 987436,
"toothbrush-paste": 987434,
+ "torch": 988678,
"tortoise": 986427,
"toslink": 987832,
"tournament": 985518,
"tow-truck": 985148,
"tower-beach": 984705,
"tower-fire": 984706,
+ "town-hall": 989301,
"toy-brick": 987784,
"toy-brick-marker": 987785,
"toy-brick-marker-outline": 987786,
@@ -4928,8 +6070,13 @@
"trademark": 985720,
"traffic-cone": 988028,
"traffic-light": 984363,
+ "traffic-light-outline": 989226,
"train": 984364,
"train-car": 986072,
+ "train-car-passenger": 988979,
+ "train-car-passenger-door": 988980,
+ "train-car-passenger-door-open": 988981,
+ "train-car-passenger-variant": 988982,
"train-variant": 985284,
"tram": 984365,
"tram-side": 987111,
@@ -4941,18 +6088,24 @@
"transfer-right": 984368,
"transfer-up": 986531,
"transit-connection": 986428,
+ "transit-connection-horizontal": 988486,
"transit-connection-variant": 986429,
"transit-detour": 987019,
+ "transit-skip": 988437,
"transit-transfer": 984750,
"transition": 985365,
"transition-masked": 985366,
"translate": 984522,
"translate-off": 986630,
"transmission-tower": 986430,
+ "transmission-tower-export": 989484,
+ "transmission-tower-import": 989485,
"trash-can": 985721,
"trash-can-outline": 985722,
"tray": 987796,
"tray-alert": 987797,
+ "tray-arrow-down": 983328,
+ "tray-arrow-up": 983325,
"tray-full": 987798,
"tray-minus": 987799,
"tray-plus": 987800,
@@ -4975,13 +6128,22 @@
"trophy-variant": 984379,
"trophy-variant-outline": 984380,
"truck": 984381,
+ "truck-cargo-container": 989400,
"truck-check": 986324,
"truck-check-outline": 987802,
"truck-delivery": 984382,
"truck-delivery-outline": 987803,
"truck-fast": 984968,
"truck-fast-outline": 987804,
+ "truck-flatbed": 989329,
+ "truck-minus": 989614,
+ "truck-minus-outline": 989629,
"truck-outline": 987805,
+ "truck-plus": 989613,
+ "truck-plus-outline": 989628,
+ "truck-remove": 989615,
+ "truck-remove-outline": 989630,
+ "truck-snowflake": 989606,
"truck-trailer": 984871,
"trumpet": 987286,
"tshirt-crew": 985723,
@@ -4992,13 +6154,17 @@
"tumble-dryer-alert": 987578,
"tumble-dryer-off": 987579,
"tune": 984622,
+ "tune-variant": 988482,
"tune-vertical": 984682,
+ "tune-vertical-variant": 988483,
+ "tunnel": 989245,
+ "tunnel-outline": 989246,
+ "turkey": 988955,
"turnstile": 986325,
"turnstile-outline": 986326,
"turtle": 986327,
"twitch": 984387,
"twitter": 984388,
- "twitter-retweet": 984391,
"two-factor-authentication": 985519,
"typewriter": 986925,
"ubisoft": 986074,
@@ -5008,6 +6174,8 @@
"ultra-high-definition": 985081,
"umbraco": 984393,
"umbrella": 984394,
+ "umbrella-beach": 989322,
+ "umbrella-beach-outline": 989323,
"umbrella-closed": 985520,
"umbrella-closed-outline": 988130,
"umbrella-closed-variant": 988129,
@@ -5020,9 +6188,11 @@
"unfold-more-vertical": 984929,
"ungroup": 984400,
"unicode": 986832,
+ "unicorn": 988610,
+ "unicorn-variant": 988611,
+ "unicycle": 988645,
"unity": 984751,
"unreal": 985521,
- "untappd": 984401,
"update": 984752,
"upload": 984402,
"upload-lock": 988019,
@@ -5037,12 +6207,15 @@
"usb-flash-drive": 987806,
"usb-flash-drive-outline": 987807,
"usb-port": 987632,
+ "vacuum": 989601,
+ "vacuum-outline": 989602,
"valve": 987238,
"valve-closed": 987239,
"valve-open": 987240,
"van-passenger": 985082,
"van-utility": 985083,
"vanish": 985084,
+ "vanish-quarter": 988500,
"vanity-light": 987617,
"variable": 985831,
"variable-box": 987409,
@@ -5062,6 +6235,7 @@
"vector-link": 987112,
"vector-point": 984415,
"vector-polygon": 984416,
+ "vector-polygon-variant": 989270,
"vector-polyline": 984417,
"vector-polyline-edit": 987685,
"vector-polyline-minus": 987686,
@@ -5071,6 +6245,12 @@
"vector-rectangle": 984518,
"vector-selection": 984418,
"vector-square": 983041,
+ "vector-square-close": 989271,
+ "vector-square-edit": 989401,
+ "vector-square-minus": 989402,
+ "vector-square-open": 989272,
+ "vector-square-plus": 989403,
+ "vector-square-remove": 989404,
"vector-triangle": 984419,
"vector-union": 984420,
"vhs": 985627,
@@ -5086,12 +6266,15 @@
"video-box-off": 983294,
"video-check": 987241,
"video-check-outline": 987242,
+ "video-high-definition": 988462,
"video-image": 985370,
"video-input-antenna": 985151,
"video-input-component": 985152,
"video-input-hdmi": 985153,
"video-input-scart": 987020,
"video-input-svideo": 985154,
+ "video-marker": 989609,
+ "video-marker-outline": 989610,
"video-minus": 985522,
"video-minus-outline": 983738,
"video-off": 984424,
@@ -5118,11 +6301,15 @@
"view-compact": 986731,
"view-compact-outline": 986732,
"view-dashboard": 984430,
+ "view-dashboard-edit": 989511,
+ "view-dashboard-edit-outline": 989512,
"view-dashboard-outline": 985629,
"view-dashboard-variant": 985155,
"view-dashboard-variant-outline": 988297,
"view-day": 984431,
"view-day-outline": 988298,
+ "view-gallery": 989320,
+ "view-gallery-outline": 989321,
"view-grid": 984432,
"view-grid-outline": 987609,
"view-grid-plus": 987021,
@@ -5148,10 +6335,10 @@
"violin": 984591,
"virtual-reality": 985236,
"virus": 988086,
+ "virus-off": 989409,
+ "virus-off-outline": 989410,
"virus-outline": 988087,
- "vk": 984441,
"vlc": 984444,
- "voice-off": 986836,
"voicemail": 984445,
"volleyball": 985524,
"volume-high": 984446,
@@ -5173,9 +6360,14 @@
"wall": 985086,
"wall-sconce": 985372,
"wall-sconce-flat": 985373,
+ "wall-sconce-flat-outline": 989129,
"wall-sconce-flat-variant": 984092,
+ "wall-sconce-flat-variant-outline": 989130,
+ "wall-sconce-outline": 989131,
"wall-sconce-round": 984904,
+ "wall-sconce-round-outline": 989132,
"wall-sconce-round-variant": 985374,
+ "wall-sconce-round-variant-outline": 989133,
"wallet": 984452,
"wallet-giftcard": 984453,
"wallet-membership": 984454,
@@ -5200,27 +6392,47 @@
"watch-vibrate": 984753,
"watch-vibrate-off": 986330,
"water": 984460,
+ "water-alert": 988418,
+ "water-alert-outline": 988419,
"water-boiler": 987026,
"water-boiler-alert": 987571,
"water-boiler-off": 987572,
+ "water-check": 988420,
+ "water-check-outline": 988421,
+ "water-circle": 989190,
+ "water-minus": 988422,
+ "water-minus-outline": 988423,
"water-off": 984461,
+ "water-off-outline": 988424,
+ "water-opacity": 989269,
"water-outline": 986634,
"water-percent": 984462,
+ "water-percent-alert": 988425,
+ "water-plus": 988426,
+ "water-plus-outline": 988427,
"water-polo": 987808,
"water-pump": 984463,
"water-pump-off": 987027,
+ "water-remove": 988428,
+ "water-remove-outline": 988429,
+ "water-sync": 989126,
"water-well": 987243,
"water-well-outline": 987244,
+ "waterfall": 989257,
"watering-can": 988289,
"watering-can-outline": 988290,
"watermark": 984594,
"wave": 986926,
"waveform": 988285,
"waves": 984973,
+ "waves-arrow-left": 989273,
+ "waves-arrow-right": 989274,
+ "waves-arrow-up": 989275,
"waze": 986078,
"weather-cloudy": 984464,
"weather-cloudy-alert": 986927,
"weather-cloudy-arrow-right": 986734,
+ "weather-cloudy-clock": 989430,
"weather-fog": 984465,
"weather-hail": 984466,
"weather-hazy": 986928,
@@ -5241,6 +6453,7 @@
"weather-snowy-rainy": 984703,
"weather-sunny": 984473,
"weather-sunny-alert": 986935,
+ "weather-sunny-off": 988388,
"weather-sunset": 984474,
"weather-sunset-down": 984475,
"weather-sunset-up": 984476,
@@ -5249,8 +6462,17 @@
"weather-windy-variant": 984478,
"web": 984479,
"web-box": 987028,
+ "web-cancel": 989072,
+ "web-check": 984969,
"web-clock": 987722,
+ "web-minus": 987296,
+ "web-off": 985742,
+ "web-plus": 983091,
+ "web-refresh": 989073,
+ "web-remove": 984401,
+ "web-sync": 989074,
"webcam": 984480,
+ "webcam-off": 988983,
"webhook": 984623,
"webpack": 984875,
"webrtc": 987720,
@@ -5261,6 +6483,7 @@
"weight-lifter": 987485,
"weight-pound": 985525,
"whatsapp": 984483,
+ "wheel-barrow": 988402,
"wheelchair-accessibility": 984484,
"whistle": 985526,
"whistle-outline": 987836,
@@ -5271,27 +6494,53 @@
"widgets": 984876,
"widgets-outline": 987989,
"wifi": 984489,
+ "wifi-alert": 988853,
+ "wifi-arrow-down": 988854,
+ "wifi-arrow-left": 988855,
+ "wifi-arrow-left-right": 988856,
+ "wifi-arrow-right": 988857,
+ "wifi-arrow-up": 988858,
+ "wifi-arrow-up-down": 988859,
+ "wifi-cancel": 988860,
+ "wifi-check": 988861,
+ "wifi-cog": 988862,
+ "wifi-lock": 988863,
+ "wifi-lock-open": 988864,
+ "wifi-marker": 988865,
+ "wifi-minus": 988866,
"wifi-off": 984490,
+ "wifi-plus": 988867,
+ "wifi-refresh": 988868,
+ "wifi-remove": 988869,
+ "wifi-settings": 988870,
"wifi-star": 986635,
"wifi-strength-1": 985375,
"wifi-strength-1-alert": 985376,
"wifi-strength-1-lock": 985377,
+ "wifi-strength-1-lock-open": 988875,
"wifi-strength-2": 985378,
"wifi-strength-2-alert": 985379,
"wifi-strength-2-lock": 985380,
+ "wifi-strength-2-lock-open": 988876,
"wifi-strength-3": 985381,
"wifi-strength-3-alert": 985382,
"wifi-strength-3-lock": 985383,
+ "wifi-strength-3-lock-open": 988877,
"wifi-strength-4": 985384,
"wifi-strength-4-alert": 985385,
"wifi-strength-4-lock": 985386,
+ "wifi-strength-4-lock-open": 988878,
"wifi-strength-alert-outline": 985387,
+ "wifi-strength-lock-open-outline": 988879,
"wifi-strength-lock-outline": 985388,
"wifi-strength-off": 985389,
"wifi-strength-off-outline": 985390,
"wifi-strength-outline": 985391,
+ "wifi-sync": 988871,
"wikipedia": 984492,
"wind-turbine": 986533,
+ "wind-turbine-alert": 989611,
+ "wind-turbine-check": 989612,
"window-close": 984493,
"window-closed": 984494,
"window-closed-variant": 987611,
@@ -5303,20 +6552,20 @@
"window-shutter": 987420,
"window-shutter-alert": 987421,
"window-shutter-open": 987422,
+ "windsock": 988666,
"wiper": 985833,
"wiper-wash": 986534,
+ "wiper-wash-alert": 989407,
"wizard-hat": 988279,
"wordpress": 984500,
"wrap": 984502,
"wrap-disabled": 986079,
"wrench": 984503,
+ "wrench-clock": 989603,
"wrench-outline": 986080,
"xamarin": 985157,
- "xamarin-outline": 985158,
- "xing": 984510,
"xml": 984512,
"xmpp": 985087,
- "y-combinator": 984612,
"yahoo": 985935,
"yeast": 984513,
"yin-yang": 984704,
@@ -5326,6 +6575,7 @@
"youtube-studio": 985159,
"youtube-subscription": 986432,
"youtube-tv": 984136,
+ "yurt": 988438,
"z-wave": 985834,
"zend": 985835,
"zigbee": 986433,
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Octicons.json b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Octicons.json
index 4ff5172..bd29342 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Octicons.json
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/glyphmaps/Octicons.json
@@ -1,186 +1,252 @@
{
- "alert": 61696,
- "archive": 61697,
- "arrow-both": 61698,
- "arrow-down": 61699,
- "arrow-left": 61700,
- "arrow-right": 61701,
- "arrow-small-down": 61702,
- "arrow-small-left": 61703,
- "arrow-small-right": 61704,
- "arrow-small-up": 61705,
- "arrow-up": 61706,
- "beaker": 61707,
- "bell": 61708,
- "bold": 61709,
- "book": 61710,
- "bookmark": 61711,
- "briefcase": 61712,
- "broadcast": 61713,
- "browser": 61714,
- "bug": 61715,
- "calendar": 61716,
- "check": 61717,
- "checklist": 61718,
- "chevron-down": 61719,
- "chevron-left": 61720,
- "chevron-right": 61721,
- "chevron-up": 61722,
- "circle-slash": 61723,
- "circuit-board": 61724,
- "clippy": 61725,
- "clock": 61726,
- "cloud-download": 61727,
- "cloud-upload": 61728,
- "code": 61729,
- "comment": 61730,
- "comment-discussion": 61731,
- "credit-card": 61732,
- "dash": 61733,
- "dashboard": 61734,
- "database": 61735,
- "desktop-download": 61736,
- "device-camera": 61737,
- "device-camera-video": 61738,
- "device-desktop": 61739,
- "device-mobile": 61740,
- "diff": 61741,
- "diff-added": 61742,
- "diff-ignored": 61743,
- "diff-modified": 61744,
- "diff-removed": 61745,
- "diff-renamed": 61746,
- "ellipsis": 61747,
- "eye": 61748,
- "eye-closed": 61749,
- "file": 61750,
- "file-binary": 61751,
- "file-code": 61752,
- "file-directory": 61753,
- "file-media": 61754,
- "file-pdf": 61755,
- "file-submodule": 61756,
- "file-symlink-directory": 61757,
- "file-symlink-file": 61758,
- "file-zip": 61759,
- "flame": 61760,
- "fold": 61761,
- "fold-down": 61762,
- "fold-up": 61763,
- "gear": 61764,
- "gift": 61765,
- "gist": 61766,
- "gist-secret": 61767,
- "git-branch": 61768,
- "git-commit": 61769,
- "git-compare": 61770,
- "git-merge": 61771,
- "git-pull-request": 61772,
- "github-action": 61773,
- "globe": 61774,
- "grabber": 61775,
- "graph": 61776,
- "heart": 61777,
- "history": 61778,
- "home": 61779,
- "horizontal-rule": 61780,
- "hubot": 61781,
- "inbox": 61782,
- "info": 61783,
- "issue-closed": 61784,
- "issue-opened": 61785,
- "issue-reopened": 61786,
- "italic": 61787,
- "jersey": 61788,
- "kebab-horizontal": 61789,
- "kebab-vertical": 61790,
- "key": 61791,
- "keyboard": 61792,
- "law": 61793,
- "light-bulb": 61794,
- "link": 61795,
- "link-external": 61796,
- "list-ordered": 61797,
- "list-unordered": 61798,
- "location": 61799,
- "lock": 61800,
- "logo-gist": 61801,
- "logo-github": 61802,
- "mail": 61803,
- "mail-read": 61804,
- "mark-github": 61805,
- "markdown": 61806,
- "megaphone": 61807,
- "mention": 61808,
- "milestone": 61809,
- "mirror": 61810,
- "mortar-board": 61811,
- "mute": 61812,
- "no-newline": 61813,
- "note": 61814,
- "octoface": 61815,
- "organization": 61816,
- "package": 61817,
- "paintcan": 61818,
- "pencil": 61819,
- "person": 61820,
- "pin": 61821,
- "play": 61822,
- "plug": 61823,
- "plus": 61824,
- "plus-small": 61825,
- "primitive-dot": 61826,
- "primitive-square": 61827,
- "project": 61828,
- "pulse": 61829,
- "question": 61830,
- "quote": 61831,
- "radio-tower": 61832,
- "reply": 61833,
- "repo": 61834,
- "repo-clone": 61835,
- "repo-force-push": 61836,
- "repo-forked": 61837,
- "repo-pull": 61838,
- "repo-push": 61839,
- "report": 61840,
- "request-changes": 61841,
- "rocket": 61842,
- "rss": 61843,
- "ruby": 61844,
- "screen-full": 61845,
- "screen-normal": 61846,
- "search": 61847,
- "server": 61848,
- "settings": 61849,
- "shield": 61850,
- "sign-in": 61851,
- "sign-out": 61852,
- "smiley": 61853,
- "squirrel": 61854,
- "star": 61855,
- "stop": 61856,
- "sync": 61857,
- "tag": 61858,
- "tasklist": 61859,
- "telescope": 61860,
- "terminal": 61861,
- "text-size": 61862,
- "three-bars": 61863,
- "thumbsdown": 61864,
- "thumbsup": 61865,
- "tools": 61866,
- "trashcan": 61867,
- "triangle-down": 61868,
- "triangle-left": 61869,
- "triangle-right": 61870,
- "triangle-up": 61871,
- "unfold": 61872,
- "unmute": 61873,
- "unverified": 61874,
- "verified": 61875,
- "versions": 61876,
- "watch": 61877,
- "x": 61878,
- "zap": 61879
+ "accessibility": 61982,
+ "alert": 61983,
+ "apps": 61984,
+ "archive": 61707,
+ "arrow-both": 61985,
+ "arrow-down": 61708,
+ "arrow-left": 61712,
+ "arrow-right": 61714,
+ "arrow-switch": 61986,
+ "arrow-up": 61716,
+ "beaker": 61987,
+ "bell": 61726,
+ "bell-fill": 61988,
+ "bell-slash": 61989,
+ "blocked": 61990,
+ "bold": 61729,
+ "book": 61730,
+ "bookmark": 61732,
+ "bookmark-slash": 61991,
+ "briefcase": 61734,
+ "broadcast": 61992,
+ "browser": 61993,
+ "bug": 61994,
+ "calendar": 61735,
+ "check": 61739,
+ "check-circle": 61740,
+ "check-circle-fill": 61995,
+ "checklist": 61996,
+ "chevron-down": 61742,
+ "chevron-left": 61743,
+ "chevron-right": 61744,
+ "chevron-up": 61745,
+ "circle": 61751,
+ "circle-slash": 61997,
+ "clock": 61753,
+ "code": 61760,
+ "code-of-conduct": 61998,
+ "code-review": 61999,
+ "code-square": 62000,
+ "codescan": 62001,
+ "codescan-checkmark": 62002,
+ "codespaces": 62003,
+ "columns": 61764,
+ "comment": 62004,
+ "comment-discussion": 62005,
+ "container": 62006,
+ "copy": 61767,
+ "cpu": 61776,
+ "credit-card": 61777,
+ "cross-reference": 62007,
+ "dash": 62008,
+ "database": 61780,
+ "dependabot": 62009,
+ "desktop-download": 62010,
+ "device-camera": 62011,
+ "device-camera-video": 62012,
+ "device-desktop": 62013,
+ "device-mobile": 62014,
+ "diamond": 62015,
+ "diff": 62016,
+ "diff-added": 62017,
+ "diff-ignored": 62018,
+ "diff-modified": 62019,
+ "diff-removed": 62020,
+ "diff-renamed": 62021,
+ "dot": 62022,
+ "dot-fill": 62023,
+ "download": 61787,
+ "duplicate": 62024,
+ "ellipsis": 62025,
+ "eye": 61795,
+ "eye-closed": 62026,
+ "feed-discussion": 62027,
+ "feed-heart": 62028,
+ "feed-person": 62029,
+ "feed-repo": 62030,
+ "feed-rocket": 62031,
+ "feed-star": 62032,
+ "feed-tag": 62033,
+ "file": 61801,
+ "file-badge": 62034,
+ "file-binary": 62035,
+ "file-code": 62036,
+ "file-diff": 62037,
+ "file-directory": 62038,
+ "file-submodule": 62039,
+ "file-symlink-file": 62040,
+ "file-zip": 62041,
+ "filter": 61806,
+ "flame": 62042,
+ "fold": 62043,
+ "fold-down": 62044,
+ "fold-up": 62045,
+ "gear": 62046,
+ "gift": 61813,
+ "git-branch": 61814,
+ "git-commit": 61815,
+ "git-compare": 62047,
+ "git-merge": 61816,
+ "git-pull-request": 61817,
+ "git-pull-request-closed": 62048,
+ "git-pull-request-draft": 62049,
+ "globe": 61820,
+ "grabber": 62050,
+ "graph": 62051,
+ "hash": 61823,
+ "heading": 62052,
+ "heart": 61825,
+ "heart-fill": 62053,
+ "history": 62054,
+ "home": 61828,
+ "horizontal-rule": 62055,
+ "hourglass": 62056,
+ "hubot": 62057,
+ "id-badge": 62058,
+ "image": 61829,
+ "inbox": 61830,
+ "infinity": 62059,
+ "info": 61831,
+ "issue-closed": 62060,
+ "issue-draft": 62061,
+ "issue-opened": 62062,
+ "issue-reopened": 62063,
+ "italic": 61833,
+ "iterations": 62064,
+ "kebab-horizontal": 62065,
+ "key": 61834,
+ "key-asterisk": 62066,
+ "law": 62067,
+ "light-bulb": 62068,
+ "link": 61838,
+ "link-external": 62069,
+ "list-ordered": 62070,
+ "list-unordered": 62071,
+ "location": 62072,
+ "lock": 61843,
+ "log": 62073,
+ "logo-gist": 62074,
+ "logo-github": 62075,
+ "mail": 61846,
+ "mark-github": 62076,
+ "markdown": 62077,
+ "megaphone": 62078,
+ "mention": 62079,
+ "meter": 62080,
+ "milestone": 62081,
+ "mirror": 62082,
+ "moon": 61863,
+ "mortar-board": 62083,
+ "multi-select": 62084,
+ "mute": 62085,
+ "no-entry": 62086,
+ "north-star": 62087,
+ "note": 62088,
+ "number": 62089,
+ "organization": 62090,
+ "package": 61872,
+ "package-dependencies": 62091,
+ "package-dependents": 62092,
+ "paintbrush": 62093,
+ "paper-airplane": 62094,
+ "paste": 62095,
+ "pencil": 62096,
+ "people": 62097,
+ "person": 62098,
+ "person-add": 62099,
+ "person-fill": 62100,
+ "pin": 62101,
+ "play": 61886,
+ "plug": 62102,
+ "plus": 61888,
+ "plus-circle": 61889,
+ "project": 62103,
+ "pulse": 62104,
+ "question": 62105,
+ "quote": 62106,
+ "reply": 62107,
+ "repo": 62108,
+ "repo-clone": 62109,
+ "repo-deleted": 62110,
+ "repo-forked": 62111,
+ "repo-pull": 62112,
+ "repo-push": 62113,
+ "repo-template": 62114,
+ "report": 62115,
+ "rocket": 62116,
+ "rows": 62117,
+ "rss": 61901,
+ "ruby": 62118,
+ "screen-full": 62119,
+ "screen-normal": 62120,
+ "search": 61904,
+ "server": 61906,
+ "share": 61908,
+ "share-android": 62121,
+ "shield": 61910,
+ "shield-check": 62122,
+ "shield-lock": 62123,
+ "shield-x": 62124,
+ "sidebar-collapse": 62125,
+ "sidebar-expand": 62126,
+ "sign-in": 62127,
+ "sign-out": 62128,
+ "single-select": 62129,
+ "skip": 62130,
+ "smiley": 62131,
+ "sort-asc": 62132,
+ "sort-desc": 62133,
+ "square": 61924,
+ "square-fill": 62134,
+ "squirrel": 62135,
+ "stack": 62136,
+ "star": 61925,
+ "star-fill": 62137,
+ "stop": 62138,
+ "stopwatch": 62139,
+ "strikethrough": 62140,
+ "sun": 61927,
+ "sync": 62141,
+ "tab-external": 62142,
+ "table": 62143,
+ "tag": 61931,
+ "tasklist": 62144,
+ "telescope": 62145,
+ "telescope-fill": 62146,
+ "terminal": 61933,
+ "three-bars": 62147,
+ "thumbsdown": 62148,
+ "thumbsup": 62149,
+ "tools": 62150,
+ "trash": 61940,
+ "triangle-down": 62151,
+ "triangle-left": 62152,
+ "triangle-right": 62153,
+ "triangle-up": 62154,
+ "typography": 62155,
+ "unfold": 62156,
+ "unlock": 61953,
+ "unmute": 62157,
+ "unverified": 62158,
+ "upload": 61954,
+ "verified": 62159,
+ "versions": 62160,
+ "video": 61962,
+ "webhook": 62161,
+ "workflow": 62162,
+ "x": 61973,
+ "x-circle": 61974,
+ "x-circle-fill": 62163,
+ "zap": 61978
}
\ No newline at end of file
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/index.js.flow b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/index.js.flow
index 77a1f8b..e5ebff7 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/index.js.flow
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/index.js.flow
@@ -12,29 +12,19 @@ export type IconButtonProps<Glyphs: string> = {
color?: Color,
name: Glyphs,
size?: number,
+ ...
};
declare class IconButton<Glyphs: string> extends PureComponent<
IconButtonProps<Glyphs>
> {}
-export type TabBarItemIOSProps<Glyphs: string> = {
- iconColor?: Color,
- iconName: Glyphs,
- iconSize?: number,
- selectedIconColor?: Color,
- selectedIconName?: Glyphs,
-};
-
-declare class TabBarItemIOS<Glyphs: string> extends PureComponent<
- TabBarItemIOSProps<Glyphs>
-> {}
-
export type IconProps<Glyphs: string> = {
allowFontScaling?: boolean,
color?: Color,
name: Glyphs,
size?: number,
+ ...
};
export type ImageSource = {|
@@ -44,8 +34,6 @@ export type ImageSource = {|
declare class Icon<Glyphs: string> extends PureComponent<IconProps<Glyphs>> {
static Button: Class<IconButton<Glyphs>>;
- static TabBarItem: Class<TabBarItemIOS<Glyphs>>;
- static TabBarItemIOS: Class<TabBarItemIOS<Glyphs>>;
static getFontFamily(): string;
static getImageSource(
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5.js
index 78f6c1f..cddedf8 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set-from-fontawesome5.js
@@ -1,4 +1,4 @@
-import { Platform } from './react-native';
+import { Platform } from 'react-native';
import createMultiStyleIconSet from './create-multi-style-icon-set';
const FA5Style = {
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set.js
index e50e78d..e798812 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-icon-set.js
@@ -6,12 +6,11 @@ import {
PixelRatio,
processColor,
Text,
-} from './react-native';
+} from 'react-native';
import ensureNativeModuleAvailable from './ensure-native-module-available';
import createIconSourceCache from './create-icon-source-cache';
import createIconButtonComponent from './icon-button';
-import createTabBarItemIOSComponent from './tab-bar-item-ios';
export const NativeIconAPI =
NativeModules.RNVectorIconsManager || NativeModules.RNVectorIconsModule;
@@ -37,9 +36,20 @@ export default function createIconSet(
default: fontFamily,
});
+ const IconNamePropType = PropTypes.oneOf(Object.keys(glyphMap));
+
class Icon extends PureComponent {
root = null;
+ static propTypes = {
+ allowFontScaling: PropTypes.bool,
+ name: IconNamePropType,
+ size: PropTypes.number,
+ color: PropTypes.any, // eslint-disable-line react/forbid-prop-types
+ children: PropTypes.node,
+ style: PropTypes.any, // eslint-disable-line react/forbid-prop-types
+ };
+
static defaultProps = {
size: DEFAULT_ICON_SIZE,
allowFontScaling: false,
@@ -78,7 +88,7 @@ export default function createIconSet(
props.ref = this.handleRef;
return (
- <Text {...props}>
+ <Text selectable={false} {...props}>
{glyph}
{children}
</Text>
@@ -179,7 +189,6 @@ export default function createIconSet(
}
Icon.Button = createIconButtonComponent(Icon);
- Icon.TabBarItemIOS = Icon.TabBarItem;
Icon.getImageSource = getImageSource;
Icon.getImageSourceSync = getImageSourceSync;
Icon.loadFont = loadFont;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-multi-style-icon-set.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-multi-style-icon-set.js
index 6fb3c7c..ec1b209 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-multi-style-icon-set.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/create-multi-style-icon-set.js
@@ -1,4 +1,5 @@
import React, { PureComponent } from 'react';
+import PropTypes from 'prop-types';
import createIconSet, {
DEFAULT_ICON_COLOR,
@@ -104,6 +105,11 @@ export default function createMultiStyleIconSet(styles, optionsInput = {}) {
function createStyledIconClass(selectClass = '') {
class IconClass extends PureComponent {
+ static propTypes = styleNames.reduce((acc, name) => {
+ acc[name] = PropTypes.bool;
+ return acc;
+ }, {});
+
static defaultProps = styleNames.reduce((acc, name) => {
acc[name] = false;
return acc;
@@ -123,8 +129,6 @@ export default function createMultiStyleIconSet(styles, optionsInput = {}) {
const Icon = createStyledIconClass();
Icon.Button = createStyledIconClass('Button');
- Icon.TabBarItem = createStyledIconClass('TabBarItem');
- Icon.TabBarItemIOS = createStyledIconClass('TabBarItemIOS');
Icon.getStyledIconSet = getStyledIconSet;
Icon.getImageSource = getImageSource;
Icon.getFontFamily = getFontFamily;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/ensure-native-module-available.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/ensure-native-module-available.js
index 21bd952..53d5b34 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/ensure-native-module-available.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/ensure-native-module-available.js
@@ -1,4 +1,4 @@
-import { Platform, NativeModules } from './react-native';
+import { Platform, NativeModules } from 'react-native';
const NativeIconAPI =
NativeModules.RNVectorIconsManager || NativeModules.RNVectorIconsModule;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/generate-icon-set-from-css.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/generate-icon-set-from-css.js
index 0422ff3..8d447c1 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/generate-icon-set-from-css.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/generate-icon-set-from-css.js
@@ -1,5 +1,3 @@
-const lodashTemplate = require('lodash.template');
-const fromPairs = require('lodash.frompairs');
const fs = require('fs');
function extractGlyphMapFromCss(files, selectorPattern) {
@@ -39,7 +37,10 @@ function extractGlyphMapFromCss(files, selectorPattern) {
const selectors = extractSelectorsFromRule(rule);
return selectors.map(selector => [selector, glyph]);
})
- .reduce((acc, glyphs) => Object.assign(acc, fromPairs(glyphs)), {});
+ .reduce(
+ (acc, glyphs) => Object.assign(acc, Object.fromEntries(glyphs)),
+ {}
+ );
}
function escapeRegExp(str) {
@@ -53,7 +54,8 @@ function generateIconSetFromCss(cssFiles, selectorPrefix, template, data = {}) {
);
const content = JSON.stringify(glyphMap, null, ' ');
if (template) {
- return lodashTemplate(template)({ glyphMap: content, ...data });
+ const templateVariables = { glyphMap: content, ...data };
+ return template.replace(/\${([^}]*)}/g, (_, key) => templateVariables[key]);
}
return content;
}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/icon-button.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/icon-button.js
index 8848905..efef328 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/icon-button.js
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/icon-button.js
@@ -1,8 +1,7 @@
-import isString from 'lodash.isstring';
-import omit from 'lodash.omit';
-import pick from 'lodash.pick';
import React, { PureComponent } from 'react';
-import { StyleSheet, Text, TouchableHighlight, View } from './react-native';
+import PropTypes from 'prop-types';
+import { StyleSheet, Text, TouchableHighlight, View } from 'react-native';
+import { pick, omit } from './object-utils';
const styles = StyleSheet.create({
container: {
@@ -68,6 +67,19 @@ const TOUCHABLE_PROP_NAMES = [
export default function createIconButtonComponent(Icon) {
return class IconButton extends PureComponent {
+ static propTypes = {
+ backgroundColor: PropTypes.oneOfType([
+ PropTypes.string,
+ PropTypes.number,
+ ]),
+ borderRadius: PropTypes.number,
+ color: PropTypes.any, // eslint-disable-line react/forbid-prop-types
+ size: PropTypes.number,
+ iconStyle: PropTypes.any, // eslint-disable-line react/forbid-prop-types
+ style: PropTypes.any, // eslint-disable-line react/forbid-prop-types
+ children: PropTypes.node,
+ };
+
static defaultProps = {
backgroundColor: IOS7_BLUE,
borderRadius: 5,
@@ -107,8 +119,10 @@ export default function createIconButtonComponent(Icon) {
>
<View style={[styles.container, blockStyle, style]} {...props}>
<Icon {...iconProps} />
- {isString(children) ? (
- <Text style={[styles.text, colorStyle]}>{children}</Text>
+ {typeof children === 'string' ? (
+ <Text style={[styles.text, colorStyle]} selectable={false}>
+ {children}
+ </Text>
) : (
children
)}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/object-utils.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/object-utils.js
new file mode 100644
index 0000000..d03b55b
--- /dev/null
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/object-utils.js
@@ -0,0 +1,20 @@
+const pick = (obj, ...keys) =>
+ keys
+ .flat()
+ .filter(key => Object.prototype.hasOwnProperty.call(obj, key))
+ .reduce((acc, key) => {
+ acc[key] = obj[key];
+ return acc;
+ }, {});
+
+const omit = (obj, ...keysToOmit) => {
+ const keysToOmitSet = new Set(keysToOmit.flat());
+ return Object.getOwnPropertyNames(obj)
+ .filter(key => !keysToOmitSet.has(key))
+ .reduce((acc, key) => {
+ acc[key] = obj[key];
+ return acc;
+ }, {});
+};
+
+module.exports = { pick, omit };
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.js
deleted file mode 100644
index f58ecd3..0000000
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.js
+++ /dev/null
@@ -1 +0,0 @@
-export * from 'react-native';
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.web.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.web.js
deleted file mode 100644
index 991edc0..0000000
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/react-native.web.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/* eslint-disable import/no-unresolved */
-
-export * from 'react-native-web';
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/tab-bar-item-ios.js b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/tab-bar-item-ios.js
deleted file mode 100644
index 41bf744..0000000
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/tab-bar-item-ios.js
+++ /dev/null
@@ -1,87 +0,0 @@
-/* eslint-disable react/no-unused-prop-types */
-import isEqual from "lodash.isequal";
-import pick from "lodash.pick";
-import React, { PureComponent } from "react";
-import PropTypes from "prop-types";
-const TabBarIOS = {
- Item: function () {},
-};
-
-const ICON_PROP_NAMES = ["iconName", "iconSize", "iconColor"];
-const SELECTED_ICON_PROP_NAMES = [
- ...ICON_PROP_NAMES,
- "selectedIconName",
- "selectedIconColor",
-];
-
-const arePropsEqual = (keys) => (prevProps, nextProps) =>
- isEqual(pick(prevProps, keys), pick(nextProps, keys));
-
-const areIconPropsEqual = arePropsEqual(ICON_PROP_NAMES);
-const areSelectedIconPropsEqual = arePropsEqual(SELECTED_ICON_PROP_NAMES);
-
-export default function createTabBarItemIOSComponent(
- IconNamePropType,
- getImageSource
-) {
- return class TabBarItemIOS extends PureComponent {
- static defaultProps = {
- iconSize: 30,
- };
-
- state = {
- icon: undefined,
- selectedIcon: undefined,
- };
-
- componentDidMount() {
- this.updateIconSource();
- this.updateSelectedIconSource();
- }
-
- componentDidUpdate(prevProps) {
- if (!areIconPropsEqual(prevProps, this.props)) {
- this.updateIconSource();
- }
- if (!areSelectedIconPropsEqual(prevProps, this.props)) {
- this.updateSelectedIconSource();
- }
- }
-
- async updateIconSource() {
- const { iconName, iconSize, iconColor } = this.props;
- if (iconName) {
- const icon = await getImageSource(iconName, iconSize, iconColor);
- this.setState({ icon });
- // eslint-disable-next-line react/destructuring-assignment
- } else if (this.state.icon) {
- this.setState({ icon: undefined });
- }
- }
-
- async updateSelectedIconSource() {
- const {
- iconName,
- iconColor,
- iconSize,
- selectedIconName,
- selectedIconColor,
- } = this.props;
- if (selectedIconName || selectedIconColor) {
- const selectedIcon = await getImageSource(
- selectedIconName || iconName,
- iconSize,
- selectedIconColor || iconColor
- );
- this.setState({ selectedIcon });
- // eslint-disable-next-line react/destructuring-assignment
- } else if (this.state.selectedIcon) {
- this.setState({ selectedIcon: undefined });
- }
- }
-
- render() {
- return <TabBarIOS.Item {...this.state} {...this.props} />;
- }
- };
-}
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/bundled-icon-set.tpl b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/bundled-icon-set.tpl
index 09eda45..54a765d 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/bundled-icon-set.tpl
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/bundled-icon-set.tpl
@@ -11,9 +11,6 @@ const iconSet = createIconSet(glyphMap, '${fontFamily}', '${componentName}.ttf')
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
- ToolbarAndroid,
getImageSource,
getImageSourceSync,
} = iconSet;
diff --git a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/separated-icon-set.tpl b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/separated-icon-set.tpl
index 448e5b2..a982773 100644
--- a/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/separated-icon-set.tpl
+++ b/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/templates/separated-icon-set.tpl
@@ -11,9 +11,6 @@ const iconSet = createIconSet(glyphMap, '${fontFamily}', '${componentName}.ttf')
export default iconSet;
export const {
Button,
- TabBarItem,
- TabBarItemIOS,
- ToolbarAndroid,
getImageSource,
getImageSourceSync,
} = iconSet;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment