diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000..27201978 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,2 @@ +// @generated by expo-module-scripts +module.exports = require('expo-module-scripts/eslintrc.base.js'); diff --git a/AntDesign.js b/AntDesign.js index c3be0af5..38e0f2f8 100644 --- a/AntDesign.js +++ b/AntDesign.js @@ -1,2 +1 @@ -import AntDesign from './build/AntDesign'; -export default AntDesign; +module.exports = require("./build/AntDesign"); diff --git a/Entypo.js b/Entypo.js index e7e01f3b..1616c4ee 100644 --- a/Entypo.js +++ b/Entypo.js @@ -1,2 +1 @@ -import Entypo from './build/Entypo'; -export default Entypo; +module.exports = require("./build/Entypo"); diff --git a/EvilIcons.js b/EvilIcons.js index 66c63e8b..6ba77a4b 100644 --- a/EvilIcons.js +++ b/EvilIcons.js @@ -1,2 +1 @@ -import EvilIcons from './build/EvilIcons'; -export default EvilIcons; +module.exports = require("./build/EvilIcons"); diff --git a/Feather.js b/Feather.js index 0eb95810..75ced21f 100644 --- a/Feather.js +++ b/Feather.js @@ -1,2 +1 @@ -import Feather from './build/Feather'; -export default Feather; +module.exports = require("./build/Feather"); diff --git a/FontAwesome.js b/FontAwesome.js index 215df1f9..8bb4ef61 100644 --- a/FontAwesome.js +++ b/FontAwesome.js @@ -1,2 +1 @@ -import FontAwesome from './build/FontAwesome'; -export default FontAwesome; +module.exports = require("./build/FontAwesome"); diff --git a/FontAwesome5.js b/FontAwesome5.js index 69568ae0..f7093560 100644 --- a/FontAwesome5.js +++ b/FontAwesome5.js @@ -1,2 +1 @@ -import FontAwesome5 from './build/FontAwesome5'; -export default FontAwesome5; +module.exports = require("./build/FontAwesome5"); diff --git a/Fontisto.js b/Fontisto.js index 68415e2b..8dda32e7 100644 --- a/Fontisto.js +++ b/Fontisto.js @@ -1,2 +1 @@ -import Fontisto from "./build/Fontisto"; -export default Fontisto; +module.exports = require("./build/Fontisto"); diff --git a/Foundation.js b/Foundation.js index 85724caf..ca1af123 100644 --- a/Foundation.js +++ b/Foundation.js @@ -1,2 +1 @@ -import Foundation from './build/Foundation'; -export default Foundation; +module.exports = require("./build/Foundation"); diff --git a/Ionicons.js b/Ionicons.js index 936b4c66..3b8a8fb0 100644 --- a/Ionicons.js +++ b/Ionicons.js @@ -1,2 +1 @@ -import Ionicons from './build/Ionicons'; -export default Ionicons; +module.exports = require("./build/Ionicons"); diff --git a/MaterialCommunityIcons.js b/MaterialCommunityIcons.js index ec39b0c9..40dd3e15 100644 --- a/MaterialCommunityIcons.js +++ b/MaterialCommunityIcons.js @@ -1,2 +1 @@ -import MaterialCommunityIcons from './build/MaterialCommunityIcons'; -export default MaterialCommunityIcons; +module.exports = require("./build/MaterialCommunityIcons"); diff --git a/MaterialIcons.js b/MaterialIcons.js index 42b58ce0..af2af2cf 100644 --- a/MaterialIcons.js +++ b/MaterialIcons.js @@ -1,2 +1 @@ -import MaterialIcons from './build/MaterialIcons'; -export default MaterialIcons; +module.exports = require("./build/MaterialIcons"); diff --git a/Octicons.js b/Octicons.js index 0b1ec333..227d7ec5 100644 --- a/Octicons.js +++ b/Octicons.js @@ -1,2 +1 @@ -import Octicons from './build/Octicons'; -export default Octicons; +module.exports = require("./build/Octicons"); diff --git a/SimpleLineIcons.js b/SimpleLineIcons.js index 7c898419..5a45052c 100644 --- a/SimpleLineIcons.js +++ b/SimpleLineIcons.js @@ -1,2 +1 @@ -import SimpleLineIcons from './build/SimpleLineIcons'; -export default SimpleLineIcons; +module.exports = require("./build/SimpleLineIcons"); diff --git a/Zocial.js b/Zocial.js index bc6c9a18..d9c91c01 100644 --- a/Zocial.js +++ b/Zocial.js @@ -1,2 +1 @@ -import Zocial from './build/Zocial'; -export default Zocial; +module.exports = require("./build/Zocial"); diff --git a/build/AntDesign.js b/build/AntDesign.js index 878ed9ce..3cd92e28 100644 --- a/build/AntDesign.js +++ b/build/AntDesign.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/AntDesign.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/AntDesign.json'; -export default createIconSet(glyphMap, 'anticon', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const AntDesign_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/AntDesign.ttf")); +const AntDesign_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/AntDesign.json")); +exports.default = (0, createIconSet_1.default)(AntDesign_json_1.default, 'anticon', AntDesign_ttf_1.default); //# sourceMappingURL=AntDesign.js.map \ No newline at end of file diff --git a/build/AntDesign.js.map b/build/AntDesign.js.map index 7f21a045..ce5aac81 100644 --- a/build/AntDesign.js.map +++ b/build/AntDesign.js.map @@ -1 +1 @@ -{"version":3,"file":"AntDesign.js","sourceRoot":"","sources":["../src/AntDesign.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,wDAAwD,CAAC;AAC1E,OAAO,QAAQ,MAAM,6DAA6D,CAAC;AAEnF,eAAe,aAAa,CAAC,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/AntDesign.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/AntDesign.json';\n\nexport default createIconSet(glyphMap, 'anticon', font);\n"]} \ No newline at end of file +{"version":3,"file":"AntDesign.js","sourceRoot":"","sources":["../src/AntDesign.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,2GAA0E;AAC1E,iHAAmF;AAEnF,kBAAe,IAAA,uBAAa,EAAC,wBAAQ,EAAE,SAAS,EAAE,uBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/AntDesign.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/AntDesign.json';\n\nexport default createIconSet(glyphMap, 'anticon', font);\n"]} \ No newline at end of file diff --git a/build/Entypo.js b/build/Entypo.js index bb65767a..c9b85b9a 100644 --- a/build/Entypo.js +++ b/build/Entypo.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Entypo.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Entypo.json'; -export default createIconSet(glyphMap, 'entypo', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Entypo_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Entypo.ttf")); +const Entypo_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Entypo.json")); +exports.default = (0, createIconSet_1.default)(Entypo_json_1.default, 'entypo', Entypo_ttf_1.default); //# sourceMappingURL=Entypo.js.map \ No newline at end of file diff --git a/build/Entypo.js.map b/build/Entypo.js.map index 6ac26029..d173214a 100644 --- a/build/Entypo.js.map +++ b/build/Entypo.js.map @@ -1 +1 @@ -{"version":3,"file":"Entypo.js","sourceRoot":"","sources":["../src/Entypo.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,qDAAqD,CAAC;AACvE,OAAO,QAAQ,MAAM,0DAA0D,CAAC;AAEhF,eAAe,aAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Entypo.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Entypo.json';\n\nexport default createIconSet(glyphMap, 'entypo', font);\n"]} \ No newline at end of file +{"version":3,"file":"Entypo.js","sourceRoot":"","sources":["../src/Entypo.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,qGAAuE;AACvE,2GAAgF;AAEhF,kBAAe,IAAA,uBAAa,EAAC,qBAAQ,EAAE,QAAQ,EAAE,oBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Entypo.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Entypo.json';\n\nexport default createIconSet(glyphMap, 'entypo', font);\n"]} \ No newline at end of file diff --git a/build/EvilIcons.js b/build/EvilIcons.js index 6a5865c8..fb451dd0 100644 --- a/build/EvilIcons.js +++ b/build/EvilIcons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/EvilIcons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/EvilIcons.json'; -export default createIconSet(glyphMap, 'evilicons', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const EvilIcons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/EvilIcons.ttf")); +const EvilIcons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/EvilIcons.json")); +exports.default = (0, createIconSet_1.default)(EvilIcons_json_1.default, 'evilicons', EvilIcons_ttf_1.default); //# sourceMappingURL=EvilIcons.js.map \ No newline at end of file diff --git a/build/EvilIcons.js.map b/build/EvilIcons.js.map index bbb2eb75..649dc226 100644 --- a/build/EvilIcons.js.map +++ b/build/EvilIcons.js.map @@ -1 +1 @@ -{"version":3,"file":"EvilIcons.js","sourceRoot":"","sources":["../src/EvilIcons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,wDAAwD,CAAC;AAC1E,OAAO,QAAQ,MAAM,6DAA6D,CAAC;AAEnF,eAAe,aAAa,CAAC,QAAQ,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/EvilIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/EvilIcons.json';\n\nexport default createIconSet(glyphMap, 'evilicons', font);\n"]} \ No newline at end of file +{"version":3,"file":"EvilIcons.js","sourceRoot":"","sources":["../src/EvilIcons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,2GAA0E;AAC1E,iHAAmF;AAEnF,kBAAe,IAAA,uBAAa,EAAC,wBAAQ,EAAE,WAAW,EAAE,uBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/EvilIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/EvilIcons.json';\n\nexport default createIconSet(glyphMap, 'evilicons', font);\n"]} \ No newline at end of file diff --git a/build/Feather.d.ts b/build/Feather.d.ts index bcc44d46..2666a2a8 100644 --- a/build/Feather.d.ts +++ b/build/Feather.d.ts @@ -1,2 +1,2 @@ -declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "menu" | "radio" | "key" | "code" | "map" | "video" | "circle" | "filter" | "minus" | "plus" | "info" | "check" | "book" | "pause" | "frown" | "mail" | "home" | "star" | "meh" | "save" | "user" | "phone" | "paperclip" | "inbox" | "lock" | "cloud" | "eye" | "camera" | "delete" | "heart" | "chrome" | "github" | "upload" | "download" | "unlock" | "play" | "tag" | "calendar" | "database" | "flag" | "layout" | "printer" | "tool" | "gift" | "wifi" | "edit" | "codepen" | "gitlab" | "youtube" | "twitter" | "dribbble" | "instagram" | "slack" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "battery" | "bell" | "bookmark" | "box" | "briefcase" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "compass" | "copy" | "credit-card" | "crop" | "facebook" | "feather" | "folder" | "globe" | "grid" | "layers" | "linkedin" | "list" | "log-out" | "mic" | "moon" | "mouse-pointer" | "music" | "pie-chart" | "rss" | "scissors" | "share" | "shield" | "shopping-bag" | "shopping-cart" | "shuffle" | "tablet" | "thermometer" | "thumbs-down" | "thumbs-up" | "trash" | "tv" | "users" | "voicemail" | "external-link" | "activity" | "airplay" | "alert-circle" | "alert-octagon" | "alert-triangle" | "align-center" | "align-justify" | "anchor" | "aperture" | "arrow-down-circle" | "arrow-down-left" | "arrow-down-right" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "arrow-up-left" | "arrow-up-right" | "at-sign" | "award" | "bar-chart" | "bar-chart-2" | "battery-charging" | "bell-off" | "bluetooth" | "bold" | "book-open" | "camera-off" | "cast" | "check-circle" | "check-square" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "cloud-drizzle" | "cloud-lightning" | "cloud-off" | "cloud-rain" | "cloud-snow" | "codesandbox" | "coffee" | "columns" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "crosshair" | "disc" | "divide" | "divide-circle" | "divide-square" | "dollar-sign" | "download-cloud" | "droplet" | "edit-2" | "edit-3" | "eye-off" | "fast-forward" | "figma" | "file" | "file-minus" | "file-plus" | "file-text" | "film" | "folder-minus" | "folder-plus" | "framer" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "hard-drive" | "hash" | "headphones" | "help-circle" | "hexagon" | "italic" | "life-buoy" | "link-2" | "loader" | "log-in" | "map-pin" | "maximize" | "maximize-2" | "message-circle" | "message-square" | "mic-off" | "minimize" | "minimize-2" | "minus-circle" | "minus-square" | "monitor" | "more-horizontal" | "more-vertical" | "move" | "navigation" | "navigation-2" | "octagon" | "package" | "pause-circle" | "pen-tool" | "percent" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "play-circle" | "plus-circle" | "plus-square" | "pocket" | "power" | "refresh-ccw" | "refresh-cw" | "repeat" | "rewind" | "rotate-ccw" | "rotate-cw" | "send" | "server" | "settings" | "share-2" | "shield-off" | "sidebar" | "skip-back" | "skip-forward" | "slash" | "sliders" | "smartphone" | "smile" | "speaker" | "square" | "stop-circle" | "sun" | "sunrise" | "sunset" | "target" | "terminal" | "toggle-left" | "toggle-right" | "trash-2" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "twitch" | "type" | "umbrella" | "underline" | "upload-cloud" | "user-check" | "user-minus" | "user-plus" | "user-x" | "video-off" | "volume" | "volume-1" | "volume-2" | "volume-x" | "watch" | "wifi-off" | "wind" | "x" | "x-circle" | "x-octagon" | "x-square" | "zap" | "zap-off" | "zoom-in" | "zoom-out", "feather">; +declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "menu" | "radio" | "key" | "repeat" | "anchor" | "bold" | "code" | "map" | "video" | "circle" | "filter" | "minus" | "plus" | "info" | "check" | "book" | "pause" | "frown" | "mail" | "home" | "star" | "meh" | "save" | "user" | "phone" | "paperclip" | "inbox" | "lock" | "cloud" | "eye" | "camera" | "delete" | "heart" | "chrome" | "github" | "upload" | "download" | "unlock" | "play" | "tag" | "calendar" | "database" | "flag" | "layout" | "printer" | "tool" | "gift" | "wifi" | "edit" | "codepen" | "gitlab" | "youtube" | "twitter" | "dribbble" | "instagram" | "slack" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "battery" | "bell" | "bookmark" | "box" | "briefcase" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "compass" | "copy" | "credit-card" | "crop" | "facebook" | "feather" | "folder" | "globe" | "grid" | "layers" | "linkedin" | "list" | "log-out" | "mic" | "moon" | "mouse-pointer" | "music" | "pie-chart" | "rss" | "scissors" | "share" | "shield" | "shopping-bag" | "shopping-cart" | "shuffle" | "tablet" | "thermometer" | "thumbs-down" | "thumbs-up" | "trash" | "tv" | "users" | "voicemail" | "external-link" | "activity" | "airplay" | "alert-circle" | "alert-octagon" | "alert-triangle" | "align-center" | "align-justify" | "aperture" | "arrow-down-circle" | "arrow-down-left" | "arrow-down-right" | "arrow-left-circle" | "arrow-right-circle" | "arrow-up-circle" | "arrow-up-left" | "arrow-up-right" | "at-sign" | "award" | "bar-chart" | "bar-chart-2" | "battery-charging" | "bell-off" | "bluetooth" | "book-open" | "camera-off" | "cast" | "check-circle" | "check-square" | "chevrons-down" | "chevrons-left" | "chevrons-right" | "chevrons-up" | "cloud-drizzle" | "cloud-lightning" | "cloud-off" | "cloud-rain" | "cloud-snow" | "codesandbox" | "coffee" | "columns" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "crosshair" | "disc" | "divide" | "divide-circle" | "divide-square" | "dollar-sign" | "download-cloud" | "droplet" | "edit-2" | "edit-3" | "eye-off" | "fast-forward" | "figma" | "file" | "file-minus" | "file-plus" | "file-text" | "film" | "folder-minus" | "folder-plus" | "framer" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "hard-drive" | "hash" | "headphones" | "help-circle" | "hexagon" | "italic" | "life-buoy" | "link-2" | "loader" | "log-in" | "map-pin" | "maximize" | "maximize-2" | "message-circle" | "message-square" | "mic-off" | "minimize" | "minimize-2" | "minus-circle" | "minus-square" | "monitor" | "more-horizontal" | "more-vertical" | "move" | "navigation" | "navigation-2" | "octagon" | "package" | "pause-circle" | "pen-tool" | "percent" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "play-circle" | "plus-circle" | "plus-square" | "pocket" | "power" | "refresh-ccw" | "refresh-cw" | "rewind" | "rotate-ccw" | "rotate-cw" | "send" | "server" | "settings" | "share-2" | "shield-off" | "sidebar" | "skip-back" | "skip-forward" | "slash" | "sliders" | "smartphone" | "smile" | "speaker" | "square" | "stop-circle" | "sun" | "sunrise" | "sunset" | "target" | "terminal" | "toggle-left" | "toggle-right" | "trash-2" | "trello" | "trending-down" | "trending-up" | "triangle" | "truck" | "twitch" | "type" | "umbrella" | "underline" | "upload-cloud" | "user-check" | "user-minus" | "user-plus" | "user-x" | "video-off" | "volume" | "volume-1" | "volume-2" | "volume-x" | "watch" | "wifi-off" | "wind" | "x" | "x-circle" | "x-octagon" | "x-square" | "zap" | "zap-off" | "zoom-in" | "zoom-out", "feather">; export default _default; diff --git a/build/Feather.js b/build/Feather.js index 1af74cdc..ebb26a5e 100644 --- a/build/Feather.js +++ b/build/Feather.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Feather.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Feather.json'; -export default createIconSet(glyphMap, 'feather', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Feather_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Feather.ttf")); +const Feather_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Feather.json")); +exports.default = (0, createIconSet_1.default)(Feather_json_1.default, 'feather', Feather_ttf_1.default); //# sourceMappingURL=Feather.js.map \ No newline at end of file diff --git a/build/Feather.js.map b/build/Feather.js.map index 33cfa126..a928cef2 100644 --- a/build/Feather.js.map +++ b/build/Feather.js.map @@ -1 +1 @@ -{"version":3,"file":"Feather.js","sourceRoot":"","sources":["../src/Feather.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,sDAAsD,CAAC;AACxE,OAAO,QAAQ,MAAM,2DAA2D,CAAC;AAEjF,eAAe,aAAa,CAAC,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Feather.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Feather.json';\n\nexport default createIconSet(glyphMap, 'feather', font);\n"]} \ No newline at end of file +{"version":3,"file":"Feather.js","sourceRoot":"","sources":["../src/Feather.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,uGAAwE;AACxE,6GAAiF;AAEjF,kBAAe,IAAA,uBAAa,EAAC,sBAAQ,EAAE,SAAS,EAAE,qBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Feather.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Feather.json';\n\nexport default createIconSet(glyphMap, 'feather', font);\n"]} \ No newline at end of file diff --git a/build/FontAwesome.d.ts b/build/FontAwesome.d.ts index 99b1cb2d..fa27ee85 100644 --- a/build/FontAwesome.d.ts +++ b/build/FontAwesome.d.ts @@ -1,2 +1,2 @@ -declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "header" | "key" | "code" | "map" | "table" | "th" | "circle" | "filter" | "stop" | "forward" | "retweet" | "minus" | "plus" | "info" | "exclamation" | "check" | "close" | "book" | "bars" | "question" | "pause" | "home" | "laptop" | "star" | "save" | "user" | "phone" | "paperclip" | "inbox" | "lock" | "qrcode" | "tags" | "cloud" | "eye" | "camera" | "windows" | "heart" | "calculator" | "chrome" | "github" | "upload" | "download" | "unlock" | "play" | "tag" | "calendar" | "database" | "barcode" | "hourglass" | "flag" | "car" | "gift" | "bank" | "android" | "trademark" | "copyright" | "wifi" | "edit" | "warning" | "dashboard" | "google" | "amazon" | "codepen" | "facebook-square" | "dropbox" | "linkedin-square" | "gitlab" | "skype" | "youtube" | "wechat" | "twitter" | "weibo" | "behance" | "dribbble" | "behance-square" | "instagram" | "slack" | "500px" | "adjust" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "battery" | "bell" | "bookmark" | "briefcase" | "bug" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "cog" | "compass" | "copy" | "creative-commons" | "credit-card" | "crop" | "eraser" | "facebook" | "flash" | "flickr" | "folder" | "foursquare" | "globe" | "graduation-cap" | "houzz" | "language" | "lastfm" | "leaf" | "level-down" | "level-up" | "linkedin" | "list" | "magnet" | "medium" | "mobile" | "mouse-pointer" | "music" | "paper-plane" | "paypal" | "pencil" | "pie-chart" | "pinterest" | "print" | "qq" | "renren" | "reply" | "reply-all" | "rocket" | "rss" | "scissors" | "scribd" | "share" | "shield" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "signal" | "slideshare" | "soundcloud" | "spotify" | "stumbleupon" | "suitcase" | "tablet" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket" | "trash" | "tree" | "tripadvisor" | "trophy" | "tumblr" | "tv" | "users" | "video-camera" | "vimeo" | "vine" | "vk" | "xing" | "yelp" | "comment" | "envelope" | "external-link" | "gear" | "navicon" | "refresh" | "spinner" | "undo" | "align-center" | "align-justify" | "anchor" | "bar-chart" | "bluetooth" | "bold" | "check-circle" | "check-square" | "coffee" | "columns" | "fast-forward" | "file" | "file-text" | "film" | "headphones" | "italic" | "life-buoy" | "map-pin" | "minus-circle" | "minus-square" | "pause-circle" | "percent" | "play-circle" | "plus-circle" | "plus-square" | "repeat" | "send" | "server" | "sliders" | "square" | "stop-circle" | "terminal" | "toggle-left" | "toggle-right" | "trello" | "truck" | "twitch" | "umbrella" | "underline" | "user-plus" | "glass" | "envelope-o" | "star-o" | "th-large" | "th-list" | "remove" | "times" | "search-plus" | "search-minus" | "power-off" | "trash-o" | "file-o" | "clock-o" | "road" | "arrow-circle-o-down" | "arrow-circle-o-up" | "play-circle-o" | "rotate-right" | "list-alt" | "volume-off" | "volume-down" | "volume-up" | "font" | "text-height" | "text-width" | "dedent" | "outdent" | "indent" | "photo" | "picture-o" | "map-marker" | "tint" | "pencil-square-o" | "share-square-o" | "check-square-o" | "arrows" | "step-backward" | "fast-backward" | "backward" | "step-forward" | "eject" | "times-circle" | "question-circle" | "info-circle" | "crosshairs" | "times-circle-o" | "check-circle-o" | "ban" | "mail-forward" | "expand" | "compress" | "asterisk" | "exclamation-circle" | "fire" | "eye-slash" | "exclamation-triangle" | "plane" | "random" | "folder-open" | "arrows-v" | "arrows-h" | "bar-chart-o" | "twitter-square" | "camera-retro" | "gears" | "cogs" | "comments" | "thumbs-o-up" | "thumbs-o-down" | "star-half" | "heart-o" | "sign-out" | "thumb-tack" | "sign-in" | "github-square" | "lemon-o" | "square-o" | "bookmark-o" | "phone-square" | "facebook-f" | "feed" | "hdd-o" | "bullhorn" | "certificate" | "hand-o-right" | "hand-o-left" | "hand-o-up" | "hand-o-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "arrow-circle-down" | "wrench" | "tasks" | "arrows-alt" | "group" | "chain" | "flask" | "cut" | "files-o" | "floppy-o" | "reorder" | "list-ul" | "list-ol" | "strikethrough" | "magic" | "pinterest-square" | "google-plus-square" | "google-plus" | "money" | "caret-down" | "caret-up" | "caret-left" | "caret-right" | "unsorted" | "sort" | "sort-down" | "sort-desc" | "sort-up" | "sort-asc" | "rotate-left" | "legal" | "gavel" | "tachometer" | "comment-o" | "comments-o" | "bolt" | "sitemap" | "paste" | "lightbulb-o" | "exchange" | "cloud-download" | "cloud-upload" | "user-md" | "stethoscope" | "bell-o" | "cutlery" | "file-text-o" | "building-o" | "hospital-o" | "ambulance" | "medkit" | "fighter-jet" | "beer" | "h-square" | "angle-double-left" | "angle-double-right" | "angle-double-up" | "angle-double-down" | "angle-left" | "angle-right" | "angle-up" | "angle-down" | "desktop" | "mobile-phone" | "circle-o" | "quote-left" | "quote-right" | "mail-reply" | "github-alt" | "folder-o" | "folder-open-o" | "smile-o" | "frown-o" | "meh-o" | "gamepad" | "keyboard-o" | "flag-o" | "flag-checkered" | "mail-reply-all" | "star-half-empty" | "star-half-full" | "star-half-o" | "location-arrow" | "code-fork" | "unlink" | "chain-broken" | "superscript" | "subscript" | "puzzle-piece" | "microphone" | "microphone-slash" | "calendar-o" | "fire-extinguisher" | "maxcdn" | "chevron-circle-left" | "chevron-circle-right" | "chevron-circle-up" | "chevron-circle-down" | "html5" | "css3" | "unlock-alt" | "bullseye" | "ellipsis-h" | "ellipsis-v" | "rss-square" | "minus-square-o" | "pencil-square" | "external-link-square" | "share-square" | "toggle-down" | "caret-square-o-down" | "toggle-up" | "caret-square-o-up" | "caret-square-o-right" | "euro" | "eur" | "gbp" | "dollar" | "usd" | "rupee" | "inr" | "cny" | "rmb" | "yen" | "jpy" | "ruble" | "rouble" | "rub" | "won" | "krw" | "bitcoin" | "btc" | "sort-alpha-asc" | "sort-alpha-desc" | "sort-amount-asc" | "sort-amount-desc" | "sort-numeric-asc" | "sort-numeric-desc" | "youtube-square" | "xing-square" | "youtube-play" | "stack-overflow" | "adn" | "bitbucket" | "bitbucket-square" | "tumblr-square" | "long-arrow-down" | "long-arrow-up" | "long-arrow-left" | "long-arrow-right" | "apple" | "linux" | "female" | "male" | "gittip" | "gratipay" | "sun-o" | "moon-o" | "pagelines" | "stack-exchange" | "arrow-circle-o-right" | "arrow-circle-o-left" | "caret-square-o-left" | "dot-circle-o" | "wheelchair" | "vimeo-square" | "turkish-lira" | "try" | "plus-square-o" | "space-shuttle" | "envelope-square" | "wordpress" | "openid" | "institution" | "university" | "mortar-board" | "yahoo" | "reddit" | "reddit-square" | "stumbleupon-circle" | "delicious" | "digg" | "pied-piper-pp" | "pied-piper-alt" | "drupal" | "joomla" | "fax" | "building" | "child" | "paw" | "spoon" | "cube" | "cubes" | "steam" | "steam-square" | "recycle" | "automobile" | "cab" | "taxi" | "deviantart" | "file-pdf-o" | "file-word-o" | "file-excel-o" | "file-powerpoint-o" | "file-photo-o" | "file-picture-o" | "file-image-o" | "file-zip-o" | "file-archive-o" | "file-sound-o" | "file-audio-o" | "file-movie-o" | "file-video-o" | "file-code-o" | "jsfiddle" | "life-bouy" | "life-saver" | "support" | "life-ring" | "circle-o-notch" | "ra" | "resistance" | "rebel" | "ge" | "empire" | "git-square" | "git" | "y-combinator-square" | "yc-square" | "hacker-news" | "tencent-weibo" | "weixin" | "send-o" | "paper-plane-o" | "history" | "circle-thin" | "paragraph" | "share-alt" | "share-alt-square" | "bomb" | "soccer-ball-o" | "futbol-o" | "tty" | "binoculars" | "plug" | "newspaper-o" | "google-wallet" | "cc-visa" | "cc-mastercard" | "cc-discover" | "cc-amex" | "cc-paypal" | "cc-stripe" | "bell-slash" | "bell-slash-o" | "at" | "eyedropper" | "paint-brush" | "birthday-cake" | "area-chart" | "line-chart" | "lastfm-square" | "toggle-off" | "toggle-on" | "bicycle" | "bus" | "ioxhost" | "angellist" | "cc" | "shekel" | "sheqel" | "ils" | "meanpath" | "buysellads" | "connectdevelop" | "dashcube" | "forumbee" | "leanpub" | "sellsy" | "shirtsinbulk" | "simplybuilt" | "skyatlas" | "cart-plus" | "cart-arrow-down" | "diamond" | "ship" | "user-secret" | "motorcycle" | "street-view" | "heartbeat" | "venus" | "mars" | "mercury" | "intersex" | "transgender" | "transgender-alt" | "venus-double" | "mars-double" | "venus-mars" | "mars-stroke" | "mars-stroke-v" | "mars-stroke-h" | "neuter" | "genderless" | "facebook-official" | "pinterest-p" | "whatsapp" | "user-times" | "hotel" | "bed" | "viacoin" | "train" | "subway" | "yc" | "y-combinator" | "optin-monster" | "opencart" | "expeditedssl" | "battery-4" | "battery-full" | "battery-3" | "battery-three-quarters" | "battery-2" | "battery-half" | "battery-1" | "battery-quarter" | "battery-0" | "battery-empty" | "i-cursor" | "object-group" | "object-ungroup" | "sticky-note" | "sticky-note-o" | "cc-jcb" | "cc-diners-club" | "clone" | "balance-scale" | "hourglass-o" | "hourglass-1" | "hourglass-start" | "hourglass-2" | "hourglass-half" | "hourglass-3" | "hourglass-end" | "hand-grab-o" | "hand-rock-o" | "hand-stop-o" | "hand-paper-o" | "hand-scissors-o" | "hand-lizard-o" | "hand-spock-o" | "hand-pointer-o" | "hand-peace-o" | "registered" | "gg" | "gg-circle" | "odnoklassniki" | "odnoklassniki-square" | "get-pocket" | "wikipedia-w" | "safari" | "firefox" | "opera" | "internet-explorer" | "television" | "contao" | "calendar-plus-o" | "calendar-minus-o" | "calendar-times-o" | "calendar-check-o" | "industry" | "map-signs" | "map-o" | "commenting" | "commenting-o" | "black-tie" | "fonticons" | "reddit-alien" | "edge" | "credit-card-alt" | "codiepie" | "modx" | "fort-awesome" | "usb" | "product-hunt" | "mixcloud" | "pause-circle-o" | "stop-circle-o" | "hashtag" | "bluetooth-b" | "wpbeginner" | "wpforms" | "envira" | "universal-access" | "wheelchair-alt" | "question-circle-o" | "blind" | "audio-description" | "volume-control-phone" | "braille" | "assistive-listening-systems" | "asl-interpreting" | "american-sign-language-interpreting" | "deafness" | "hard-of-hearing" | "deaf" | "glide" | "glide-g" | "signing" | "sign-language" | "low-vision" | "viadeo" | "viadeo-square" | "snapchat" | "snapchat-ghost" | "snapchat-square" | "pied-piper" | "first-order" | "yoast" | "themeisle" | "google-plus-circle" | "google-plus-official" | "fa" | "font-awesome" | "handshake-o" | "envelope-open" | "envelope-open-o" | "linode" | "address-book" | "address-book-o" | "vcard" | "address-card" | "vcard-o" | "address-card-o" | "user-circle" | "user-circle-o" | "user-o" | "id-badge" | "drivers-license" | "id-card" | "drivers-license-o" | "id-card-o" | "quora" | "free-code-camp" | "telegram" | "thermometer-4" | "thermometer-full" | "thermometer-3" | "thermometer-three-quarters" | "thermometer-2" | "thermometer-half" | "thermometer-1" | "thermometer-quarter" | "thermometer-0" | "thermometer-empty" | "shower" | "bathtub" | "s15" | "bath" | "podcast" | "window-maximize" | "window-minimize" | "window-restore" | "times-rectangle" | "window-close" | "times-rectangle-o" | "window-close-o" | "bandcamp" | "grav" | "etsy" | "imdb" | "ravelry" | "eercast" | "microchip" | "snowflake-o" | "superpowers" | "wpexplorer" | "meetup", "FontAwesome">; +declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "header" | "key" | "repeat" | "anchor" | "bold" | "at" | "code" | "map" | "table" | "th" | "circle" | "filter" | "stop" | "forward" | "retweet" | "minus" | "plus" | "info" | "exclamation" | "check" | "close" | "book" | "bars" | "question" | "pause" | "home" | "laptop" | "star" | "save" | "user" | "phone" | "paperclip" | "inbox" | "lock" | "qrcode" | "tags" | "cloud" | "eye" | "camera" | "windows" | "heart" | "calculator" | "chrome" | "github" | "upload" | "download" | "unlock" | "play" | "tag" | "calendar" | "database" | "barcode" | "hourglass" | "flag" | "car" | "gift" | "bank" | "android" | "trademark" | "copyright" | "wifi" | "edit" | "warning" | "dashboard" | "google" | "amazon" | "codepen" | "facebook-square" | "dropbox" | "linkedin-square" | "gitlab" | "skype" | "youtube" | "wechat" | "twitter" | "weibo" | "behance" | "dribbble" | "behance-square" | "instagram" | "slack" | "500px" | "adjust" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "battery" | "bell" | "bookmark" | "briefcase" | "bug" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "cog" | "compass" | "copy" | "creative-commons" | "credit-card" | "crop" | "eraser" | "facebook" | "flash" | "flickr" | "folder" | "foursquare" | "globe" | "graduation-cap" | "houzz" | "language" | "lastfm" | "leaf" | "level-down" | "level-up" | "linkedin" | "list" | "magnet" | "medium" | "mobile" | "mouse-pointer" | "music" | "paper-plane" | "paypal" | "pencil" | "pie-chart" | "pinterest" | "print" | "qq" | "renren" | "reply" | "reply-all" | "rocket" | "rss" | "scissors" | "scribd" | "share" | "shield" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "signal" | "slideshare" | "soundcloud" | "spotify" | "stumbleupon" | "suitcase" | "tablet" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket" | "trash" | "tree" | "tripadvisor" | "trophy" | "tumblr" | "tv" | "users" | "video-camera" | "vimeo" | "vine" | "vk" | "xing" | "yelp" | "comment" | "envelope" | "external-link" | "gear" | "navicon" | "refresh" | "spinner" | "undo" | "align-center" | "align-justify" | "bar-chart" | "bluetooth" | "check-circle" | "check-square" | "coffee" | "columns" | "fast-forward" | "file" | "file-text" | "film" | "headphones" | "italic" | "life-buoy" | "map-pin" | "minus-circle" | "minus-square" | "pause-circle" | "percent" | "play-circle" | "plus-circle" | "plus-square" | "send" | "server" | "sliders" | "square" | "stop-circle" | "terminal" | "toggle-left" | "toggle-right" | "trello" | "truck" | "twitch" | "umbrella" | "underline" | "user-plus" | "glass" | "envelope-o" | "star-o" | "th-large" | "th-list" | "remove" | "times" | "search-plus" | "search-minus" | "power-off" | "trash-o" | "file-o" | "clock-o" | "road" | "arrow-circle-o-down" | "arrow-circle-o-up" | "play-circle-o" | "rotate-right" | "list-alt" | "volume-off" | "volume-down" | "volume-up" | "font" | "text-height" | "text-width" | "dedent" | "outdent" | "indent" | "photo" | "picture-o" | "map-marker" | "tint" | "pencil-square-o" | "share-square-o" | "check-square-o" | "arrows" | "step-backward" | "fast-backward" | "backward" | "step-forward" | "eject" | "times-circle" | "question-circle" | "info-circle" | "crosshairs" | "times-circle-o" | "check-circle-o" | "ban" | "mail-forward" | "expand" | "compress" | "asterisk" | "exclamation-circle" | "fire" | "eye-slash" | "exclamation-triangle" | "plane" | "random" | "folder-open" | "arrows-v" | "arrows-h" | "bar-chart-o" | "twitter-square" | "camera-retro" | "gears" | "cogs" | "comments" | "thumbs-o-up" | "thumbs-o-down" | "star-half" | "heart-o" | "sign-out" | "thumb-tack" | "sign-in" | "github-square" | "lemon-o" | "square-o" | "bookmark-o" | "phone-square" | "facebook-f" | "feed" | "hdd-o" | "bullhorn" | "certificate" | "hand-o-right" | "hand-o-left" | "hand-o-up" | "hand-o-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "arrow-circle-down" | "wrench" | "tasks" | "arrows-alt" | "group" | "chain" | "flask" | "cut" | "files-o" | "floppy-o" | "reorder" | "list-ul" | "list-ol" | "strikethrough" | "magic" | "pinterest-square" | "google-plus-square" | "google-plus" | "money" | "caret-down" | "caret-up" | "caret-left" | "caret-right" | "unsorted" | "sort" | "sort-down" | "sort-desc" | "sort-up" | "sort-asc" | "rotate-left" | "legal" | "gavel" | "tachometer" | "comment-o" | "comments-o" | "bolt" | "sitemap" | "paste" | "lightbulb-o" | "exchange" | "cloud-download" | "cloud-upload" | "user-md" | "stethoscope" | "bell-o" | "cutlery" | "file-text-o" | "building-o" | "hospital-o" | "ambulance" | "medkit" | "fighter-jet" | "beer" | "h-square" | "angle-double-left" | "angle-double-right" | "angle-double-up" | "angle-double-down" | "angle-left" | "angle-right" | "angle-up" | "angle-down" | "desktop" | "mobile-phone" | "circle-o" | "quote-left" | "quote-right" | "mail-reply" | "github-alt" | "folder-o" | "folder-open-o" | "smile-o" | "frown-o" | "meh-o" | "gamepad" | "keyboard-o" | "flag-o" | "flag-checkered" | "mail-reply-all" | "star-half-empty" | "star-half-full" | "star-half-o" | "location-arrow" | "code-fork" | "unlink" | "chain-broken" | "superscript" | "subscript" | "puzzle-piece" | "microphone" | "microphone-slash" | "calendar-o" | "fire-extinguisher" | "maxcdn" | "chevron-circle-left" | "chevron-circle-right" | "chevron-circle-up" | "chevron-circle-down" | "html5" | "css3" | "unlock-alt" | "bullseye" | "ellipsis-h" | "ellipsis-v" | "rss-square" | "minus-square-o" | "pencil-square" | "external-link-square" | "share-square" | "toggle-down" | "caret-square-o-down" | "toggle-up" | "caret-square-o-up" | "caret-square-o-right" | "euro" | "eur" | "gbp" | "dollar" | "usd" | "rupee" | "inr" | "cny" | "rmb" | "yen" | "jpy" | "ruble" | "rouble" | "rub" | "won" | "krw" | "bitcoin" | "btc" | "sort-alpha-asc" | "sort-alpha-desc" | "sort-amount-asc" | "sort-amount-desc" | "sort-numeric-asc" | "sort-numeric-desc" | "youtube-square" | "xing-square" | "youtube-play" | "stack-overflow" | "adn" | "bitbucket" | "bitbucket-square" | "tumblr-square" | "long-arrow-down" | "long-arrow-up" | "long-arrow-left" | "long-arrow-right" | "apple" | "linux" | "female" | "male" | "gittip" | "gratipay" | "sun-o" | "moon-o" | "pagelines" | "stack-exchange" | "arrow-circle-o-right" | "arrow-circle-o-left" | "caret-square-o-left" | "dot-circle-o" | "wheelchair" | "vimeo-square" | "turkish-lira" | "try" | "plus-square-o" | "space-shuttle" | "envelope-square" | "wordpress" | "openid" | "institution" | "university" | "mortar-board" | "yahoo" | "reddit" | "reddit-square" | "stumbleupon-circle" | "delicious" | "digg" | "pied-piper-pp" | "pied-piper-alt" | "drupal" | "joomla" | "fax" | "building" | "child" | "paw" | "spoon" | "cube" | "cubes" | "steam" | "steam-square" | "recycle" | "automobile" | "cab" | "taxi" | "deviantart" | "file-pdf-o" | "file-word-o" | "file-excel-o" | "file-powerpoint-o" | "file-photo-o" | "file-picture-o" | "file-image-o" | "file-zip-o" | "file-archive-o" | "file-sound-o" | "file-audio-o" | "file-movie-o" | "file-video-o" | "file-code-o" | "jsfiddle" | "life-bouy" | "life-saver" | "support" | "life-ring" | "circle-o-notch" | "ra" | "resistance" | "rebel" | "ge" | "empire" | "git-square" | "git" | "y-combinator-square" | "yc-square" | "hacker-news" | "tencent-weibo" | "weixin" | "send-o" | "paper-plane-o" | "history" | "circle-thin" | "paragraph" | "share-alt" | "share-alt-square" | "bomb" | "soccer-ball-o" | "futbol-o" | "tty" | "binoculars" | "plug" | "newspaper-o" | "google-wallet" | "cc-visa" | "cc-mastercard" | "cc-discover" | "cc-amex" | "cc-paypal" | "cc-stripe" | "bell-slash" | "bell-slash-o" | "eyedropper" | "paint-brush" | "birthday-cake" | "area-chart" | "line-chart" | "lastfm-square" | "toggle-off" | "toggle-on" | "bicycle" | "bus" | "ioxhost" | "angellist" | "cc" | "shekel" | "sheqel" | "ils" | "meanpath" | "buysellads" | "connectdevelop" | "dashcube" | "forumbee" | "leanpub" | "sellsy" | "shirtsinbulk" | "simplybuilt" | "skyatlas" | "cart-plus" | "cart-arrow-down" | "diamond" | "ship" | "user-secret" | "motorcycle" | "street-view" | "heartbeat" | "venus" | "mars" | "mercury" | "intersex" | "transgender" | "transgender-alt" | "venus-double" | "mars-double" | "venus-mars" | "mars-stroke" | "mars-stroke-v" | "mars-stroke-h" | "neuter" | "genderless" | "facebook-official" | "pinterest-p" | "whatsapp" | "user-times" | "hotel" | "bed" | "viacoin" | "train" | "subway" | "yc" | "y-combinator" | "optin-monster" | "opencart" | "expeditedssl" | "battery-4" | "battery-full" | "battery-3" | "battery-three-quarters" | "battery-2" | "battery-half" | "battery-1" | "battery-quarter" | "battery-0" | "battery-empty" | "i-cursor" | "object-group" | "object-ungroup" | "sticky-note" | "sticky-note-o" | "cc-jcb" | "cc-diners-club" | "clone" | "balance-scale" | "hourglass-o" | "hourglass-1" | "hourglass-start" | "hourglass-2" | "hourglass-half" | "hourglass-3" | "hourglass-end" | "hand-grab-o" | "hand-rock-o" | "hand-stop-o" | "hand-paper-o" | "hand-scissors-o" | "hand-lizard-o" | "hand-spock-o" | "hand-pointer-o" | "hand-peace-o" | "registered" | "gg" | "gg-circle" | "odnoklassniki" | "odnoklassniki-square" | "get-pocket" | "wikipedia-w" | "safari" | "firefox" | "opera" | "internet-explorer" | "television" | "contao" | "calendar-plus-o" | "calendar-minus-o" | "calendar-times-o" | "calendar-check-o" | "industry" | "map-signs" | "map-o" | "commenting" | "commenting-o" | "black-tie" | "fonticons" | "reddit-alien" | "edge" | "credit-card-alt" | "codiepie" | "modx" | "fort-awesome" | "usb" | "product-hunt" | "mixcloud" | "pause-circle-o" | "stop-circle-o" | "hashtag" | "bluetooth-b" | "wpbeginner" | "wpforms" | "envira" | "universal-access" | "wheelchair-alt" | "question-circle-o" | "blind" | "audio-description" | "volume-control-phone" | "braille" | "assistive-listening-systems" | "asl-interpreting" | "american-sign-language-interpreting" | "deafness" | "hard-of-hearing" | "deaf" | "glide" | "glide-g" | "signing" | "sign-language" | "low-vision" | "viadeo" | "viadeo-square" | "snapchat" | "snapchat-ghost" | "snapchat-square" | "pied-piper" | "first-order" | "yoast" | "themeisle" | "google-plus-circle" | "google-plus-official" | "fa" | "font-awesome" | "handshake-o" | "envelope-open" | "envelope-open-o" | "linode" | "address-book" | "address-book-o" | "vcard" | "address-card" | "vcard-o" | "address-card-o" | "user-circle" | "user-circle-o" | "user-o" | "id-badge" | "drivers-license" | "id-card" | "drivers-license-o" | "id-card-o" | "quora" | "free-code-camp" | "telegram" | "thermometer-4" | "thermometer-full" | "thermometer-3" | "thermometer-three-quarters" | "thermometer-2" | "thermometer-half" | "thermometer-1" | "thermometer-quarter" | "thermometer-0" | "thermometer-empty" | "shower" | "bathtub" | "s15" | "bath" | "podcast" | "window-maximize" | "window-minimize" | "window-restore" | "times-rectangle" | "window-close" | "times-rectangle-o" | "window-close-o" | "bandcamp" | "grav" | "etsy" | "imdb" | "ravelry" | "eercast" | "microchip" | "snowflake-o" | "superpowers" | "wpexplorer" | "meetup", "FontAwesome">; export default _default; diff --git a/build/FontAwesome.js b/build/FontAwesome.js index 7b826cfa..0cf6716d 100644 --- a/build/FontAwesome.js +++ b/build/FontAwesome.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/FontAwesome.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome.json'; -export default createIconSet(glyphMap, 'FontAwesome', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const FontAwesome_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/FontAwesome.ttf")); +const FontAwesome_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/FontAwesome.json")); +exports.default = (0, createIconSet_1.default)(FontAwesome_json_1.default, 'FontAwesome', FontAwesome_ttf_1.default); //# sourceMappingURL=FontAwesome.js.map \ No newline at end of file diff --git a/build/FontAwesome.js.map b/build/FontAwesome.js.map index b805d65c..bcad920f 100644 --- a/build/FontAwesome.js.map +++ b/build/FontAwesome.js.map @@ -1 +1 @@ -{"version":3,"file":"FontAwesome.js","sourceRoot":"","sources":["../src/FontAwesome.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,0DAA0D,CAAC;AAC5E,OAAO,QAAQ,MAAM,+DAA+D,CAAC;AAErF,eAAe,aAAa,CAAC,QAAQ,EAAE,aAAa,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/FontAwesome.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome.json';\n\nexport default createIconSet(glyphMap, 'FontAwesome', font);\n"]} \ No newline at end of file +{"version":3,"file":"FontAwesome.js","sourceRoot":"","sources":["../src/FontAwesome.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,+GAA4E;AAC5E,qHAAqF;AAErF,kBAAe,IAAA,uBAAa,EAAC,0BAAQ,EAAE,aAAa,EAAE,yBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/FontAwesome.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome.json';\n\nexport default createIconSet(glyphMap, 'FontAwesome', font);\n"]} \ No newline at end of file diff --git a/build/FontAwesome5.js b/build/FontAwesome5.js index 1b0831e1..2ff424bc 100644 --- a/build/FontAwesome5.js +++ b/build/FontAwesome5.js @@ -1,18 +1,24 @@ -import { createFA5iconSet } from './createIconSetFromFontAwesome5'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json'; -import metadata from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json'; +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.FA5Style = void 0; +const createIconSetFromFontAwesome5_1 = require("./createIconSetFromFontAwesome5"); +const FontAwesome5Free_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json")); +const FontAwesome5Free_meta_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json")); const fontMap = { Regular: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'), Light: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'), Solid: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf'), Brand: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf'), }; -export const FA5Style = { +exports.FA5Style = { regular: 'regular', light: 'light', solid: 'solid', brand: 'brand', }; -const iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false); -export default iconSet; +const iconSet = (0, createIconSetFromFontAwesome5_1.createFA5iconSet)(FontAwesome5Free_json_1.default, FontAwesome5Free_meta_json_1.default, fontMap, false); +exports.default = iconSet; //# sourceMappingURL=FontAwesome5.js.map \ No newline at end of file diff --git a/build/FontAwesome5.js.map b/build/FontAwesome5.js.map index 599fe610..3a963bc5 100644 --- a/build/FontAwesome5.js.map +++ b/build/FontAwesome5.js.map @@ -1 +1 @@ -{"version":3,"file":"FontAwesome5.js","sourceRoot":"","sources":["../src/FontAwesome5.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,QAAQ,MAAM,oEAAoE,CAAC;AAC1F,OAAO,QAAQ,MAAM,yEAAyE,CAAC;AAC/F,MAAM,OAAO,GAAG;IACd,OAAO,EAAE,OAAO,CAAC,mEAAmE,CAAC;IACrF,KAAK,EAAE,OAAO,CAAC,mEAAmE,CAAC;IACnF,KAAK,EAAE,OAAO,CAAC,iEAAiE,CAAC;IACjF,KAAK,EAAE,OAAO,CAAC,kEAAkE,CAAC;CACnF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACf,CAAC;AAEF,MAAM,OAAO,GAAG,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;AAErE,eAAe,OAAO,CAAC","sourcesContent":["import { createFA5iconSet } from './createIconSetFromFontAwesome5';\n\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json';\nimport metadata from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json';\nconst fontMap = {\n Regular: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n Light: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n Solid: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf'),\n Brand: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf'),\n};\n\nexport const FA5Style = {\n regular: 'regular',\n light: 'light',\n solid: 'solid',\n brand: 'brand',\n};\n\nconst iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);\n\nexport default iconSet;\n"]} \ No newline at end of file +{"version":3,"file":"FontAwesome5.js","sourceRoot":"","sources":["../src/FontAwesome5.ts"],"names":[],"mappings":";;;;;;AAAA,mFAAmE;AAEnE,+HAA0F;AAC1F,yIAA+F;AAC/F,MAAM,OAAO,GAAG;IACd,OAAO,EAAE,OAAO,CAAC,mEAAmE,CAAC;IACrF,KAAK,EAAE,OAAO,CAAC,mEAAmE,CAAC;IACnF,KAAK,EAAE,OAAO,CAAC,iEAAiE,CAAC;IACjF,KAAK,EAAE,OAAO,CAAC,kEAAkE,CAAC;CACnF,CAAC;AAEW,QAAA,QAAQ,GAAG;IACtB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACf,CAAC;AAEF,MAAM,OAAO,GAAG,IAAA,gDAAgB,EAAC,+BAAQ,EAAE,oCAAQ,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;AAErE,kBAAe,OAAO,CAAC","sourcesContent":["import { createFA5iconSet } from './createIconSetFromFontAwesome5';\n\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json';\nimport metadata from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json';\nconst fontMap = {\n Regular: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n Light: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n Solid: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf'),\n Brand: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf'),\n};\n\nexport const FA5Style = {\n regular: 'regular',\n light: 'light',\n solid: 'solid',\n brand: 'brand',\n};\n\nconst iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);\n\nexport default iconSet;\n"]} \ No newline at end of file diff --git a/build/Fontisto.d.ts b/build/Fontisto.d.ts index fb8e4ba4..e00ba551 100644 --- a/build/Fontisto.d.ts +++ b/build/Fontisto.d.ts @@ -2,5 +2,5 @@ * Feather icon set component. * Usage: */ -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" | "anchor" | "bold" | "at" | "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" | "bar-chart" | "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" | "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">; export default iconSet; diff --git a/build/Fontisto.js b/build/Fontisto.js index 3ea2d5d0..255f2eba 100644 --- a/build/Fontisto.js +++ b/build/Fontisto.js @@ -1,10 +1,15 @@ +"use strict"; /** * Feather icon set component. * Usage: */ -import createIconSet from "./createIconSet"; -import font from "./vendor/react-native-vector-icons/Fonts/Fontisto.ttf"; -import glyphMap from "./vendor/react-native-vector-icons/glyphmaps/Fontisto.json"; -const iconSet = createIconSet(glyphMap, "Fontisto", font); -export default iconSet; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Fontisto_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Fontisto.ttf")); +const Fontisto_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Fontisto.json")); +const iconSet = (0, createIconSet_1.default)(Fontisto_json_1.default, "Fontisto", Fontisto_ttf_1.default); +exports.default = iconSet; //# sourceMappingURL=Fontisto.js.map \ No newline at end of file diff --git a/build/Fontisto.js.map b/build/Fontisto.js.map index d14f2da9..a97173a9 100644 --- a/build/Fontisto.js.map +++ b/build/Fontisto.js.map @@ -1 +1 @@ -{"version":3,"file":"Fontisto.js","sourceRoot":"","sources":["../src/Fontisto.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,uDAAuD,CAAC;AACzE,OAAO,QAAQ,MAAM,4DAA4D,CAAC;AAElF,MAAM,OAAO,GAAG,aAAa,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;AAE1D,eAAe,OAAO,CAAC","sourcesContent":["/**\n * Feather icon set component.\n * Usage: \n */\n\nimport createIconSet from \"./createIconSet\";\nimport font from \"./vendor/react-native-vector-icons/Fonts/Fontisto.ttf\";\nimport glyphMap from \"./vendor/react-native-vector-icons/glyphmaps/Fontisto.json\";\n\nconst iconSet = createIconSet(glyphMap, \"Fontisto\", font);\n\nexport default iconSet;\n"]} \ No newline at end of file +{"version":3,"file":"Fontisto.js","sourceRoot":"","sources":["../src/Fontisto.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;AAEH,oEAA4C;AAC5C,yGAAyE;AACzE,+GAAkF;AAElF,MAAM,OAAO,GAAG,IAAA,uBAAa,EAAC,uBAAQ,EAAE,UAAU,EAAE,sBAAI,CAAC,CAAC;AAE1D,kBAAe,OAAO,CAAC","sourcesContent":["/**\n * Feather icon set component.\n * Usage: \n */\n\nimport createIconSet from \"./createIconSet\";\nimport font from \"./vendor/react-native-vector-icons/Fonts/Fontisto.ttf\";\nimport glyphMap from \"./vendor/react-native-vector-icons/glyphmaps/Fontisto.json\";\n\nconst iconSet = createIconSet(glyphMap, \"Fontisto\", font);\n\nexport default iconSet;\n"]} \ No newline at end of file diff --git a/build/Foundation.d.ts b/build/Foundation.d.ts index ecabf1f3..9a4d6247 100644 --- a/build/Foundation.d.ts +++ b/build/Foundation.d.ts @@ -1,2 +1,2 @@ -declare const _default: import("./createIconSet").Icon<"link" | "alert" | "checkbox" | "key" | "map" | "video" | "filter" | "marker" | "stop" | "minus" | "plus" | "info" | "check" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "paperclip" | "lock" | "cloud" | "eye" | "camera" | "heart" | "upload" | "download" | "unlock" | "play" | "calendar" | "database" | "flag" | "layout" | "sound" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bookmark" | "clipboard" | "clock" | "compass" | "credit-card" | "crop" | "folder" | "list" | "loop" | "magnifying-glass" | "megaphone" | "mobile" | "music" | "paypal" | "pencil" | "price-tag" | "print" | "quote" | "rss" | "share" | "shield" | "shopping-bag" | "shopping-cart" | "shuffle" | "ticket" | "trash" | "trophy" | "comment" | "like" | "refresh" | "align-center" | "align-justify" | "anchor" | "at-sign" | "bluetooth" | "bold" | "fast-forward" | "italic" | "minus-circle" | "monitor" | "play-circle" | "power" | "rewind" | "target" | "underline" | "upload-cloud" | "volume" | "x" | "x-circle" | "zoom-in" | "zoom-out" | "photo" | "eject" | "asterisk" | "comments" | "wrench" | "strikethrough" | "unlink" | "superscript" | "subscript" | "microphone" | "html5" | "css3" | "euro" | "dollar" | "yen" | "bitcoin" | "female" | "male" | "wheelchair" | "paw" | "battery-full" | "battery-half" | "battery-empty" | "usb" | "universal-access" | "blind" | "braille" | "address-book" | "web" | "lightbulb" | "crown" | "first-aid" | "skull" | "record" | "dislike" | "annotate" | "arrows-compress" | "arrows-expand" | "arrows-in" | "arrows-out" | "asl" | "background-color" | "bitcoin-circle" | "book-bookmark" | "burst-new" | "burst-sale" | "burst" | "clipboard-notes" | "clipboard-pencil" | "closed-caption" | "comment-minus" | "comment-quotes" | "comment-video" | "contrast" | "die-five" | "die-four" | "die-one" | "die-six" | "die-three" | "die-two" | "dollar-bill" | "elevator" | "female-symbol" | "folder-add" | "folder-lock" | "foot" | "foundation" | "graph-bar" | "graph-horizontal" | "graph-pie" | "graph-trend" | "guide-dog" | "hearing-aid" | "indent-less" | "indent-more" | "list-bullet" | "list-number" | "list-thumbnails" | "male-female" | "male-symbol" | "mobile-signal" | "mountains" | "next" | "no-dogs" | "no-smoking" | "page-add" | "page-copy" | "page-csv" | "page-delete" | "page-doc" | "page-edit" | "page-export-csv" | "page-export-doc" | "page-export-pdf" | "page-export" | "page-filled" | "page-multiple" | "page-pdf" | "page-remove" | "page-search" | "page" | "paint-bucket" | "play-video" | "pound" | "previous" | "pricetag-multiple" | "prohibited" | "projection-screen" | "puzzle" | "results-demographics" | "results" | "rewind-ten" | "safety-cone" | "sheriff-badge" | "social-500px" | "social-adobe" | "social-amazon" | "social-android" | "social-apple" | "social-behance" | "social-bing" | "social-blogger" | "social-delicious" | "social-designer-news" | "social-deviant-art" | "social-digg" | "social-dribbble" | "social-drive" | "social-dropbox" | "social-evernote" | "social-facebook" | "social-flickr" | "social-forrst" | "social-foursquare" | "social-game-center" | "social-github" | "social-google-plus" | "social-hacker-news" | "social-hi5" | "social-instagram" | "social-joomla" | "social-lastfm" | "social-linkedin" | "social-medium" | "social-myspace" | "social-orkut" | "social-path" | "social-picasa" | "social-pinterest" | "social-rdio" | "social-reddit" | "social-skillshare" | "social-skype" | "social-smashing-mag" | "social-snapchat" | "social-spotify" | "social-squidoo" | "social-stack-overflow" | "social-steam" | "social-stumbleupon" | "social-treehouse" | "social-tumblr" | "social-twitter" | "social-vimeo" | "social-windows" | "social-xbox" | "social-yahoo" | "social-yelp" | "social-youtube" | "social-zerply" | "social-zurb" | "tablet-landscape" | "tablet-portrait" | "target-two" | "telephone-accessible" | "telephone" | "text-color" | "thumbnails" | "torso-business" | "torso-female" | "torso" | "torsos-all-female" | "torsos-all" | "torsos-female-male" | "torsos-male-female" | "torsos" | "trees" | "volume-none" | "volume-strike" | "widget", "foundation">; +declare const _default: import("./createIconSet").Icon<"link" | "alert" | "checkbox" | "key" | "anchor" | "bold" | "map" | "video" | "filter" | "marker" | "stop" | "minus" | "plus" | "info" | "check" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "paperclip" | "lock" | "cloud" | "eye" | "camera" | "heart" | "upload" | "download" | "unlock" | "play" | "calendar" | "database" | "flag" | "layout" | "sound" | "align-left" | "align-right" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "bookmark" | "clipboard" | "clock" | "compass" | "credit-card" | "crop" | "folder" | "list" | "loop" | "magnifying-glass" | "megaphone" | "mobile" | "music" | "paypal" | "pencil" | "price-tag" | "print" | "quote" | "rss" | "share" | "shield" | "shopping-bag" | "shopping-cart" | "shuffle" | "ticket" | "trash" | "trophy" | "comment" | "like" | "refresh" | "align-center" | "align-justify" | "at-sign" | "bluetooth" | "fast-forward" | "italic" | "minus-circle" | "monitor" | "play-circle" | "power" | "rewind" | "target" | "underline" | "upload-cloud" | "volume" | "x" | "x-circle" | "zoom-in" | "zoom-out" | "photo" | "eject" | "asterisk" | "comments" | "wrench" | "strikethrough" | "unlink" | "superscript" | "subscript" | "microphone" | "html5" | "css3" | "euro" | "dollar" | "yen" | "bitcoin" | "female" | "male" | "wheelchair" | "paw" | "battery-full" | "battery-half" | "battery-empty" | "usb" | "universal-access" | "blind" | "braille" | "address-book" | "web" | "lightbulb" | "crown" | "first-aid" | "skull" | "record" | "dislike" | "annotate" | "arrows-compress" | "arrows-expand" | "arrows-in" | "arrows-out" | "asl" | "background-color" | "bitcoin-circle" | "book-bookmark" | "burst-new" | "burst-sale" | "burst" | "clipboard-notes" | "clipboard-pencil" | "closed-caption" | "comment-minus" | "comment-quotes" | "comment-video" | "contrast" | "die-five" | "die-four" | "die-one" | "die-six" | "die-three" | "die-two" | "dollar-bill" | "elevator" | "female-symbol" | "folder-add" | "folder-lock" | "foot" | "foundation" | "graph-bar" | "graph-horizontal" | "graph-pie" | "graph-trend" | "guide-dog" | "hearing-aid" | "indent-less" | "indent-more" | "list-bullet" | "list-number" | "list-thumbnails" | "male-female" | "male-symbol" | "mobile-signal" | "mountains" | "next" | "no-dogs" | "no-smoking" | "page-add" | "page-copy" | "page-csv" | "page-delete" | "page-doc" | "page-edit" | "page-export-csv" | "page-export-doc" | "page-export-pdf" | "page-export" | "page-filled" | "page-multiple" | "page-pdf" | "page-remove" | "page-search" | "page" | "paint-bucket" | "play-video" | "pound" | "previous" | "pricetag-multiple" | "prohibited" | "projection-screen" | "puzzle" | "results-demographics" | "results" | "rewind-ten" | "safety-cone" | "sheriff-badge" | "social-500px" | "social-adobe" | "social-amazon" | "social-android" | "social-apple" | "social-behance" | "social-bing" | "social-blogger" | "social-delicious" | "social-designer-news" | "social-deviant-art" | "social-digg" | "social-dribbble" | "social-drive" | "social-dropbox" | "social-evernote" | "social-facebook" | "social-flickr" | "social-forrst" | "social-foursquare" | "social-game-center" | "social-github" | "social-google-plus" | "social-hacker-news" | "social-hi5" | "social-instagram" | "social-joomla" | "social-lastfm" | "social-linkedin" | "social-medium" | "social-myspace" | "social-orkut" | "social-path" | "social-picasa" | "social-pinterest" | "social-rdio" | "social-reddit" | "social-skillshare" | "social-skype" | "social-smashing-mag" | "social-snapchat" | "social-spotify" | "social-squidoo" | "social-stack-overflow" | "social-steam" | "social-stumbleupon" | "social-treehouse" | "social-tumblr" | "social-twitter" | "social-vimeo" | "social-windows" | "social-xbox" | "social-yahoo" | "social-yelp" | "social-youtube" | "social-zerply" | "social-zurb" | "tablet-landscape" | "tablet-portrait" | "target-two" | "telephone-accessible" | "telephone" | "text-color" | "thumbnails" | "torso-business" | "torso-female" | "torso" | "torsos-all-female" | "torsos-all" | "torsos-female-male" | "torsos-male-female" | "torsos" | "trees" | "volume-none" | "volume-strike" | "widget", "foundation">; export default _default; diff --git a/build/Foundation.js b/build/Foundation.js index d2c05e94..4ef44de9 100644 --- a/build/Foundation.js +++ b/build/Foundation.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Foundation.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Foundation.json'; -export default createIconSet(glyphMap, 'foundation', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Foundation_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Foundation.ttf")); +const Foundation_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Foundation.json")); +exports.default = (0, createIconSet_1.default)(Foundation_json_1.default, 'foundation', Foundation_ttf_1.default); //# sourceMappingURL=Foundation.js.map \ No newline at end of file diff --git a/build/Foundation.js.map b/build/Foundation.js.map index f36aa927..23f7c189 100644 --- a/build/Foundation.js.map +++ b/build/Foundation.js.map @@ -1 +1 @@ -{"version":3,"file":"Foundation.js","sourceRoot":"","sources":["../src/Foundation.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,yDAAyD,CAAC;AAC3E,OAAO,QAAQ,MAAM,8DAA8D,CAAC;AAEpF,eAAe,aAAa,CAAC,QAAQ,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Foundation.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Foundation.json';\n\nexport default createIconSet(glyphMap, 'foundation', font);\n"]} \ No newline at end of file +{"version":3,"file":"Foundation.js","sourceRoot":"","sources":["../src/Foundation.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,6GAA2E;AAC3E,mHAAoF;AAEpF,kBAAe,IAAA,uBAAa,EAAC,yBAAQ,EAAE,YAAY,EAAE,wBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Foundation.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Foundation.json';\n\nexport default createIconSet(glyphMap, 'foundation', font);\n"]} \ No newline at end of file diff --git a/build/Icons.js b/build/Icons.js index 93b57a0b..6d750f1f 100644 --- a/build/Icons.js +++ b/build/Icons.js @@ -1,20 +1,45 @@ -export { default as AntDesign } from "./AntDesign"; -export { default as Entypo } from "./Entypo"; -export { default as EvilIcons } from "./EvilIcons"; -export { default as Feather } from "./Feather"; -export { default as Fontisto } from "./Fontisto"; -export { default as FontAwesome } from "./FontAwesome"; -export { default as FontAwesome5 } from "./FontAwesome5"; -export { default as Foundation } from "./Foundation"; -export { default as Ionicons } from "./Ionicons"; -export { default as MaterialCommunityIcons } from "./MaterialCommunityIcons"; -export { default as MaterialIcons } from "./MaterialIcons"; -export { default as Octicons } from "./Octicons"; -export { default as SimpleLineIcons } from "./SimpleLineIcons"; -export { default as Zocial } from "./Zocial"; -export { default as createMultiStyleIconSet } from "./createMultiStyleIconSet"; -export { default as createIconSet } from "./createIconSet"; -export { default as createIconSetFromFontello } from "./createIconSetFromFontello"; -export { default as createIconSetFromIcoMoon } from "./createIconSetFromIcoMoon"; -export { default as createMu } from "./createIconSetFromIcoMoon"; +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.createMu = exports.createIconSetFromIcoMoon = exports.createIconSetFromFontello = exports.createIconSet = exports.createMultiStyleIconSet = exports.Zocial = exports.SimpleLineIcons = exports.Octicons = exports.MaterialIcons = exports.MaterialCommunityIcons = exports.Ionicons = exports.Foundation = exports.FontAwesome5 = exports.FontAwesome = exports.Fontisto = exports.Feather = exports.EvilIcons = exports.Entypo = exports.AntDesign = void 0; +var AntDesign_1 = require("./AntDesign"); +Object.defineProperty(exports, "AntDesign", { enumerable: true, get: function () { return __importDefault(AntDesign_1).default; } }); +var Entypo_1 = require("./Entypo"); +Object.defineProperty(exports, "Entypo", { enumerable: true, get: function () { return __importDefault(Entypo_1).default; } }); +var EvilIcons_1 = require("./EvilIcons"); +Object.defineProperty(exports, "EvilIcons", { enumerable: true, get: function () { return __importDefault(EvilIcons_1).default; } }); +var Feather_1 = require("./Feather"); +Object.defineProperty(exports, "Feather", { enumerable: true, get: function () { return __importDefault(Feather_1).default; } }); +var Fontisto_1 = require("./Fontisto"); +Object.defineProperty(exports, "Fontisto", { enumerable: true, get: function () { return __importDefault(Fontisto_1).default; } }); +var FontAwesome_1 = require("./FontAwesome"); +Object.defineProperty(exports, "FontAwesome", { enumerable: true, get: function () { return __importDefault(FontAwesome_1).default; } }); +var FontAwesome5_1 = require("./FontAwesome5"); +Object.defineProperty(exports, "FontAwesome5", { enumerable: true, get: function () { return __importDefault(FontAwesome5_1).default; } }); +var Foundation_1 = require("./Foundation"); +Object.defineProperty(exports, "Foundation", { enumerable: true, get: function () { return __importDefault(Foundation_1).default; } }); +var Ionicons_1 = require("./Ionicons"); +Object.defineProperty(exports, "Ionicons", { enumerable: true, get: function () { return __importDefault(Ionicons_1).default; } }); +var MaterialCommunityIcons_1 = require("./MaterialCommunityIcons"); +Object.defineProperty(exports, "MaterialCommunityIcons", { enumerable: true, get: function () { return __importDefault(MaterialCommunityIcons_1).default; } }); +var MaterialIcons_1 = require("./MaterialIcons"); +Object.defineProperty(exports, "MaterialIcons", { enumerable: true, get: function () { return __importDefault(MaterialIcons_1).default; } }); +var Octicons_1 = require("./Octicons"); +Object.defineProperty(exports, "Octicons", { enumerable: true, get: function () { return __importDefault(Octicons_1).default; } }); +var SimpleLineIcons_1 = require("./SimpleLineIcons"); +Object.defineProperty(exports, "SimpleLineIcons", { enumerable: true, get: function () { return __importDefault(SimpleLineIcons_1).default; } }); +var Zocial_1 = require("./Zocial"); +Object.defineProperty(exports, "Zocial", { enumerable: true, get: function () { return __importDefault(Zocial_1).default; } }); +var createMultiStyleIconSet_1 = require("./createMultiStyleIconSet"); +Object.defineProperty(exports, "createMultiStyleIconSet", { enumerable: true, get: function () { return __importDefault(createMultiStyleIconSet_1).default; } }); +var createIconSet_1 = require("./createIconSet"); +Object.defineProperty(exports, "createIconSet", { enumerable: true, get: function () { return __importDefault(createIconSet_1).default; } }); +var createIconSetFromFontello_1 = require("./createIconSetFromFontello"); +Object.defineProperty(exports, "createIconSetFromFontello", { enumerable: true, get: function () { return __importDefault(createIconSetFromFontello_1).default; } }); +var createIconSetFromIcoMoon_1 = require("./createIconSetFromIcoMoon"); +Object.defineProperty(exports, "createIconSetFromIcoMoon", { enumerable: true, get: function () { return __importDefault(createIconSetFromIcoMoon_1).default; } }); +var createIconSetFromIcoMoon_2 = require("./createIconSetFromIcoMoon"); +Object.defineProperty(exports, "createMu", { enumerable: true, get: function () { return __importDefault(createIconSetFromIcoMoon_2).default; } }); //# sourceMappingURL=Icons.js.map \ No newline at end of file diff --git a/build/Icons.js.map b/build/Icons.js.map index b3f8b578..1b95ed5c 100644 --- a/build/Icons.js.map +++ b/build/Icons.js.map @@ -1 +1 @@ -{"version":3,"file":"Icons.js","sourceRoot":"","sources":["../src/Icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,4BAA4B,CAAC","sourcesContent":["export { default as AntDesign } from \"./AntDesign\";\nexport { default as Entypo } from \"./Entypo\";\nexport { default as EvilIcons } from \"./EvilIcons\";\nexport { default as Feather } from \"./Feather\";\nexport { default as Fontisto } from \"./Fontisto\";\nexport { default as FontAwesome } from \"./FontAwesome\";\nexport { default as FontAwesome5 } from \"./FontAwesome5\";\nexport { default as Foundation } from \"./Foundation\";\nexport { default as Ionicons } from \"./Ionicons\";\nexport { default as MaterialCommunityIcons } from \"./MaterialCommunityIcons\";\nexport { default as MaterialIcons } from \"./MaterialIcons\";\nexport { default as Octicons } from \"./Octicons\";\nexport { default as SimpleLineIcons } from \"./SimpleLineIcons\";\nexport { default as Zocial } from \"./Zocial\";\nexport { default as createMultiStyleIconSet } from \"./createMultiStyleIconSet\";\nexport { default as createIconSet } from \"./createIconSet\";\nexport { default as createIconSetFromFontello } from \"./createIconSetFromFontello\";\nexport { default as createIconSetFromIcoMoon } from \"./createIconSetFromIcoMoon\";\nexport { default as createMu } from \"./createIconSetFromIcoMoon\";\n"]} \ No newline at end of file +{"version":3,"file":"Icons.js","sourceRoot":"","sources":["../src/Icons.ts"],"names":[],"mappings":";;;;;;AAAA,yCAAmD;AAA1C,uHAAA,OAAO,OAAa;AAC7B,mCAA6C;AAApC,iHAAA,OAAO,OAAU;AAC1B,yCAAmD;AAA1C,uHAAA,OAAO,OAAa;AAC7B,qCAA+C;AAAtC,mHAAA,OAAO,OAAW;AAC3B,uCAAiD;AAAxC,qHAAA,OAAO,OAAY;AAC5B,6CAAuD;AAA9C,2HAAA,OAAO,OAAe;AAC/B,+CAAyD;AAAhD,6HAAA,OAAO,OAAgB;AAChC,2CAAqD;AAA5C,yHAAA,OAAO,OAAc;AAC9B,uCAAiD;AAAxC,qHAAA,OAAO,OAAY;AAC5B,mEAA6E;AAApE,iJAAA,OAAO,OAA0B;AAC1C,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,uCAAiD;AAAxC,qHAAA,OAAO,OAAY;AAC5B,qDAA+D;AAAtD,mIAAA,OAAO,OAAmB;AACnC,mCAA6C;AAApC,iHAAA,OAAO,OAAU;AAC1B,qEAA+E;AAAtE,mJAAA,OAAO,OAA2B;AAC3C,iDAA2D;AAAlD,+HAAA,OAAO,OAAiB;AACjC,yEAAmF;AAA1E,uJAAA,OAAO,OAA6B;AAC7C,uEAAiF;AAAxE,qJAAA,OAAO,OAA4B;AAC5C,uEAAiE;AAAxD,qIAAA,OAAO,OAAY","sourcesContent":["export { default as AntDesign } from \"./AntDesign\";\nexport { default as Entypo } from \"./Entypo\";\nexport { default as EvilIcons } from \"./EvilIcons\";\nexport { default as Feather } from \"./Feather\";\nexport { default as Fontisto } from \"./Fontisto\";\nexport { default as FontAwesome } from \"./FontAwesome\";\nexport { default as FontAwesome5 } from \"./FontAwesome5\";\nexport { default as Foundation } from \"./Foundation\";\nexport { default as Ionicons } from \"./Ionicons\";\nexport { default as MaterialCommunityIcons } from \"./MaterialCommunityIcons\";\nexport { default as MaterialIcons } from \"./MaterialIcons\";\nexport { default as Octicons } from \"./Octicons\";\nexport { default as SimpleLineIcons } from \"./SimpleLineIcons\";\nexport { default as Zocial } from \"./Zocial\";\nexport { default as createMultiStyleIconSet } from \"./createMultiStyleIconSet\";\nexport { default as createIconSet } from \"./createIconSet\";\nexport { default as createIconSetFromFontello } from \"./createIconSetFromFontello\";\nexport { default as createIconSetFromIcoMoon } from \"./createIconSetFromIcoMoon\";\nexport { default as createMu } from \"./createIconSetFromIcoMoon\";\n"]} \ No newline at end of file diff --git a/build/IconsLazy.js b/build/IconsLazy.js index 6196b997..10d92a50 100644 --- a/build/IconsLazy.js +++ b/build/IconsLazy.js @@ -1,159 +1,185 @@ "use strict"; +var __importDefault = void 0 && (void 0).__importDefault || function (mod) { + return mod && mod.__esModule ? mod : { + "default": mod + }; +}; + Object.defineProperty(exports, "__esModule", { value: true }); +exports.createMu = exports.createIconSetFromIcoMoon = exports.createIconSetFromFontello = exports.createIconSet = exports.createMultiStyleIconSet = exports.Zocial = exports.SimpleLineIcons = exports.Octicons = exports.MaterialIcons = exports.MaterialCommunityIcons = exports.Ionicons = exports.Foundation = exports.FontAwesome5 = exports.FontAwesome = exports.Fontisto = exports.Feather = exports.EvilIcons = exports.Entypo = exports.AntDesign = void 0; + +var AntDesign_1 = require("./AntDesign"); + Object.defineProperty(exports, "AntDesign", { enumerable: true, get: function () { - return _AntDesign.default; + return __importDefault(AntDesign_1).default; } }); + +var Entypo_1 = require("./Entypo"); + Object.defineProperty(exports, "Entypo", { enumerable: true, get: function () { - return _Entypo.default; + return __importDefault(Entypo_1).default; } }); + +var EvilIcons_1 = require("./EvilIcons"); + Object.defineProperty(exports, "EvilIcons", { enumerable: true, get: function () { - return _EvilIcons.default; + return __importDefault(EvilIcons_1).default; } }); + +var Feather_1 = require("./Feather"); + Object.defineProperty(exports, "Feather", { enumerable: true, get: function () { - return _Feather.default; + return __importDefault(Feather_1).default; } }); + +var Fontisto_1 = require("./Fontisto"); + Object.defineProperty(exports, "Fontisto", { enumerable: true, get: function () { - return _Fontisto.default; + return __importDefault(Fontisto_1).default; } }); + +var FontAwesome_1 = require("./FontAwesome"); + Object.defineProperty(exports, "FontAwesome", { enumerable: true, get: function () { - return _FontAwesome.default; + return __importDefault(FontAwesome_1).default; } }); + +var FontAwesome5_1 = require("./FontAwesome5"); + Object.defineProperty(exports, "FontAwesome5", { enumerable: true, get: function () { - return _FontAwesome2.default; + return __importDefault(FontAwesome5_1).default; } }); + +var Foundation_1 = require("./Foundation"); + Object.defineProperty(exports, "Foundation", { enumerable: true, get: function () { - return _Foundation.default; + return __importDefault(Foundation_1).default; } }); + +var Ionicons_1 = require("./Ionicons"); + Object.defineProperty(exports, "Ionicons", { enumerable: true, get: function () { - return _Ionicons.default; + return __importDefault(Ionicons_1).default; } }); + +var MaterialCommunityIcons_1 = require("./MaterialCommunityIcons"); + Object.defineProperty(exports, "MaterialCommunityIcons", { enumerable: true, get: function () { - return _MaterialCommunityIcons.default; + return __importDefault(MaterialCommunityIcons_1).default; } }); + +var MaterialIcons_1 = require("./MaterialIcons"); + Object.defineProperty(exports, "MaterialIcons", { enumerable: true, get: function () { - return _MaterialIcons.default; + return __importDefault(MaterialIcons_1).default; } }); + +var Octicons_1 = require("./Octicons"); + Object.defineProperty(exports, "Octicons", { enumerable: true, get: function () { - return _Octicons.default; + return __importDefault(Octicons_1).default; } }); + +var SimpleLineIcons_1 = require("./SimpleLineIcons"); + Object.defineProperty(exports, "SimpleLineIcons", { enumerable: true, get: function () { - return _SimpleLineIcons.default; + return __importDefault(SimpleLineIcons_1).default; } }); + +var Zocial_1 = require("./Zocial"); + Object.defineProperty(exports, "Zocial", { enumerable: true, get: function () { - return _Zocial.default; + return __importDefault(Zocial_1).default; } }); + +var createMultiStyleIconSet_1 = require("./createMultiStyleIconSet"); + Object.defineProperty(exports, "createMultiStyleIconSet", { enumerable: true, get: function () { - return _createMultiStyleIconSet.default; + return __importDefault(createMultiStyleIconSet_1).default; } }); + +var createIconSet_1 = require("./createIconSet"); + Object.defineProperty(exports, "createIconSet", { enumerable: true, get: function () { - return _createIconSet.default; + return __importDefault(createIconSet_1).default; } }); + +var createIconSetFromFontello_1 = require("./createIconSetFromFontello"); + Object.defineProperty(exports, "createIconSetFromFontello", { enumerable: true, get: function () { - return _createIconSetFromFontello.default; + return __importDefault(createIconSetFromFontello_1).default; } }); + +var createIconSetFromIcoMoon_1 = require("./createIconSetFromIcoMoon"); + Object.defineProperty(exports, "createIconSetFromIcoMoon", { enumerable: true, get: function () { - return _createIconSetFromIcoMoon.default; + return __importDefault(createIconSetFromIcoMoon_1).default; } }); + +var createIconSetFromIcoMoon_2 = require("./createIconSetFromIcoMoon"); + Object.defineProperty(exports, "createMu", { enumerable: true, get: function () { - return _createIconSetFromIcoMoon.default; + return __importDefault(createIconSetFromIcoMoon_2).default; } }); -var _AntDesign = _interopRequireDefault(require("./AntDesign")); - -var _Entypo = _interopRequireDefault(require("./Entypo")); - -var _EvilIcons = _interopRequireDefault(require("./EvilIcons")); - -var _Feather = _interopRequireDefault(require("./Feather")); - -var _Fontisto = _interopRequireDefault(require("./Fontisto")); - -var _FontAwesome = _interopRequireDefault(require("./FontAwesome")); - -var _FontAwesome2 = _interopRequireDefault(require("./FontAwesome5")); - -var _Foundation = _interopRequireDefault(require("./Foundation")); - -var _Ionicons = _interopRequireDefault(require("./Ionicons")); - -var _MaterialCommunityIcons = _interopRequireDefault(require("./MaterialCommunityIcons")); - -var _MaterialIcons = _interopRequireDefault(require("./MaterialIcons")); - -var _Octicons = _interopRequireDefault(require("./Octicons")); - -var _SimpleLineIcons = _interopRequireDefault(require("./SimpleLineIcons")); - -var _Zocial = _interopRequireDefault(require("./Zocial")); - -var _createMultiStyleIconSet = _interopRequireDefault(require("./createMultiStyleIconSet")); - -var _createIconSet = _interopRequireDefault(require("./createIconSet")); - -var _createIconSetFromFontello = _interopRequireDefault(require("./createIconSetFromFontello")); - -var _createIconSetFromIcoMoon = _interopRequireDefault(require("./createIconSetFromIcoMoon")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - //# sourceMappingURL=IconsLazy.js.map \ No newline at end of file diff --git a/build/IconsLazy.js.map b/build/IconsLazy.js.map index a2ddb992..b092d83d 100644 --- a/build/IconsLazy.js.map +++ b/build/IconsLazy.js.map @@ -1 +1 @@ -{"version":3,"sources":["../src/Icons.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","file":"IconsLazy.js","sourcesContent":["export { default as AntDesign } from \"./AntDesign\";\nexport { default as Entypo } from \"./Entypo\";\nexport { default as EvilIcons } from \"./EvilIcons\";\nexport { default as Feather } from \"./Feather\";\nexport { default as Fontisto } from \"./Fontisto\";\nexport { default as FontAwesome } from \"./FontAwesome\";\nexport { default as FontAwesome5 } from \"./FontAwesome5\";\nexport { default as Foundation } from \"./Foundation\";\nexport { default as Ionicons } from \"./Ionicons\";\nexport { default as MaterialCommunityIcons } from \"./MaterialCommunityIcons\";\nexport { default as MaterialIcons } from \"./MaterialIcons\";\nexport { default as Octicons } from \"./Octicons\";\nexport { default as SimpleLineIcons } from \"./SimpleLineIcons\";\nexport { default as Zocial } from \"./Zocial\";\nexport { default as createMultiStyleIconSet } from \"./createMultiStyleIconSet\";\nexport { default as createIconSet } from \"./createIconSet\";\nexport { default as createIconSetFromFontello } from \"./createIconSetFromFontello\";\nexport { default as createIconSetFromIcoMoon } from \"./createIconSetFromIcoMoon\";\nexport { default as createMu } from \"./createIconSetFromIcoMoon\";\n"]} \ No newline at end of file +{"version":3,"sources":["../src/Icons.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,IAAA,WAAA,GAAA,OAAA,CAAA,aAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,WAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,WAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,QAAA,GAAA,OAAA,CAAA,UAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,QAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,QAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,WAAA,GAAA,OAAA,CAAA,aAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,WAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,WAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,SAAA,GAAA,OAAA,CAAA,WAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,SAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,SAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,UAAA,GAAA,OAAA,CAAA,YAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,UAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,UAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,aAAA,GAAA,OAAA,CAAA,eAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,aAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,aAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,cAAA,GAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,cAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,cAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,YAAA,GAAA,OAAA,CAAA,cAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,YAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,YAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,UAAA,GAAA,OAAA,CAAA,YAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,UAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,UAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,wBAAA,GAAA,OAAA,CAAA,0BAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,wBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,wBAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,eAAA,GAAA,OAAA,CAAA,iBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,eAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,eAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,UAAA,GAAA,OAAA,CAAA,YAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,UAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,UAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,iBAAA,GAAA,OAAA,CAAA,mBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,iBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,iBAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,QAAA,GAAA,OAAA,CAAA,UAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,QAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,QAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,yBAAA,GAAA,OAAA,CAAA,2BAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,yBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,yBAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,eAAA,GAAA,OAAA,CAAA,iBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,eAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,eAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,2BAAA,GAAA,OAAA,CAAA,6BAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,2BAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,2BAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,0BAAA,GAAA,OAAA,CAAA,4BAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,0BAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,0BAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA;;AACT,IAAA,0BAAA,GAAA,OAAA,CAAA,4BAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,UAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,eAAA,CAAA,0BAAA,CAAA,CAAA,OAAA;AAAO;AAAP,CAAA","file":"IconsLazy.js","sourcesContent":["export { default as AntDesign } from \"./AntDesign\";\nexport { default as Entypo } from \"./Entypo\";\nexport { default as EvilIcons } from \"./EvilIcons\";\nexport { default as Feather } from \"./Feather\";\nexport { default as Fontisto } from \"./Fontisto\";\nexport { default as FontAwesome } from \"./FontAwesome\";\nexport { default as FontAwesome5 } from \"./FontAwesome5\";\nexport { default as Foundation } from \"./Foundation\";\nexport { default as Ionicons } from \"./Ionicons\";\nexport { default as MaterialCommunityIcons } from \"./MaterialCommunityIcons\";\nexport { default as MaterialIcons } from \"./MaterialIcons\";\nexport { default as Octicons } from \"./Octicons\";\nexport { default as SimpleLineIcons } from \"./SimpleLineIcons\";\nexport { default as Zocial } from \"./Zocial\";\nexport { default as createMultiStyleIconSet } from \"./createMultiStyleIconSet\";\nexport { default as createIconSet } from \"./createIconSet\";\nexport { default as createIconSetFromFontello } from \"./createIconSetFromFontello\";\nexport { default as createIconSetFromIcoMoon } from \"./createIconSetFromIcoMoon\";\nexport { default as createMu } from \"./createIconSetFromIcoMoon\";\n"]} \ No newline at end of file diff --git a/build/Ionicons.d.ts b/build/Ionicons.d.ts index 60185c50..6f413609 100644 --- a/build/Ionicons.d.ts +++ b/build/Ionicons.d.ts @@ -1,2 +1,2 @@ -declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "text" | "alert" | "checkbox" | "menu" | "radio" | "timer" | "key" | "body" | "code" | "map" | "time" | "ellipse" | "filter" | "stop" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "cloud" | "eye" | "camera" | "enter" | "heart" | "calculator" | "download" | "play" | "calendar" | "barcode" | "hourglass" | "flag" | "car" | "man" | "gift" | "wallet" | "woman" | "earth" | "wifi" | "sync" | "warning" | "archive" | "arrow-down" | "arrow-up" | "bookmark" | "bookmarks" | "briefcase" | "brush" | "bug" | "chevron-down" | "chevron-up" | "clipboard" | "cog" | "compass" | "copy" | "crop" | "document" | "documents" | "flash" | "flashlight" | "flower" | "folder" | "funnel" | "game-controller" | "globe" | "grid" | "help" | "images" | "language" | "layers" | "leaf" | "list" | "location" | "lock-open" | "log-out" | "magnet" | "medal" | "megaphone" | "mic" | "moon" | "notifications-off" | "paper-plane" | "pencil" | "pie-chart" | "pin" | "print" | "rocket" | "share" | "shield" | "shuffle" | "stopwatch" | "thermometer" | "thumbs-down" | "thumbs-up" | "trash" | "trophy" | "tv" | "water" | "cart" | "refresh" | "alert-circle" | "aperture" | "arrow-down-circle" | "arrow-up-circle" | "bar-chart" | "battery-charging" | "bluetooth" | "disc" | "eye-off" | "film" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "help-circle" | "log-in" | "mic-off" | "move" | "pause-circle" | "play-circle" | "power" | "repeat" | "send" | "server" | "settings" | "square" | "stop-circle" | "terminal" | "trending-down" | "trending-up" | "triangle" | "umbrella" | "watch" | "remove" | "volume-off" | "expand" | "folder-open" | "star-half" | "flask" | "cut" | "caret-down" | "caret-up" | "cloud-download" | "cloud-upload" | "medkit" | "beer" | "desktop" | "female" | "male" | "paw" | "cube" | "at" | "bicycle" | "bus" | "transgender" | "bed" | "train" | "subway" | "battery-full" | "battery-half" | "newspaper" | "backspace" | "egg" | "glasses" | "hammer" | "headset" | "ice-cream" | "receipt" | "ribbon" | "school" | "shapes" | "skull" | "volume-mute" | "navigate" | "person" | "cloudy" | "snow" | "bandage" | "pulse" | "contrast" | "male-female" | "tablet-landscape" | "tablet-portrait" | "add" | "add-circle" | "add-circle-outline" | "add-circle-sharp" | "add-outline" | "add-sharp" | "airplane" | "airplane-outline" | "airplane-sharp" | "alarm" | "alarm-outline" | "alarm-sharp" | "albums" | "albums-outline" | "albums-sharp" | "alert-circle-outline" | "alert-circle-sharp" | "alert-outline" | "alert-sharp" | "american-football" | "american-football-outline" | "american-football-sharp" | "analytics" | "analytics-outline" | "analytics-sharp" | "aperture-outline" | "aperture-sharp" | "apps" | "apps-outline" | "apps-sharp" | "archive-outline" | "archive-sharp" | "arrow-back" | "arrow-back-circle" | "arrow-back-circle-outline" | "arrow-back-circle-sharp" | "arrow-back-outline" | "arrow-back-sharp" | "arrow-down-circle-outline" | "arrow-down-circle-sharp" | "arrow-down-outline" | "arrow-down-sharp" | "arrow-forward" | "arrow-forward-circle" | "arrow-forward-circle-outline" | "arrow-forward-circle-sharp" | "arrow-forward-outline" | "arrow-forward-sharp" | "arrow-redo" | "arrow-redo-circle" | "arrow-redo-circle-outline" | "arrow-redo-circle-sharp" | "arrow-redo-outline" | "arrow-redo-sharp" | "arrow-undo" | "arrow-undo-circle" | "arrow-undo-circle-outline" | "arrow-undo-circle-sharp" | "arrow-undo-outline" | "arrow-undo-sharp" | "arrow-up-circle-outline" | "arrow-up-circle-sharp" | "arrow-up-outline" | "arrow-up-sharp" | "at-circle" | "at-circle-outline" | "at-circle-sharp" | "at-outline" | "at-sharp" | "attach" | "attach-outline" | "attach-sharp" | "backspace-outline" | "backspace-sharp" | "bandage-outline" | "bandage-sharp" | "bar-chart-outline" | "bar-chart-sharp" | "barbell" | "barbell-outline" | "barbell-sharp" | "barcode-outline" | "barcode-sharp" | "baseball" | "baseball-outline" | "baseball-sharp" | "basket" | "basket-outline" | "basket-sharp" | "basketball" | "basketball-outline" | "basketball-sharp" | "battery-charging-outline" | "battery-charging-sharp" | "battery-dead" | "battery-dead-outline" | "battery-dead-sharp" | "battery-full-outline" | "battery-full-sharp" | "battery-half-outline" | "battery-half-sharp" | "beaker" | "beaker-outline" | "beaker-sharp" | "bed-outline" | "bed-sharp" | "beer-outline" | "beer-sharp" | "bicycle-outline" | "bicycle-sharp" | "bluetooth-outline" | "bluetooth-sharp" | "boat" | "boat-outline" | "boat-sharp" | "body-outline" | "body-sharp" | "bonfire" | "bonfire-outline" | "bonfire-sharp" | "book-outline" | "book-sharp" | "bookmark-outline" | "bookmark-sharp" | "bookmarks-outline" | "bookmarks-sharp" | "briefcase-outline" | "briefcase-sharp" | "browsers" | "browsers-outline" | "browsers-sharp" | "brush-outline" | "brush-sharp" | "bug-outline" | "bug-sharp" | "build" | "build-outline" | "build-sharp" | "bulb" | "bulb-outline" | "bulb-sharp" | "bus-outline" | "bus-sharp" | "business" | "business-outline" | "business-sharp" | "cafe" | "cafe-outline" | "cafe-sharp" | "calculator-outline" | "calculator-sharp" | "calendar-outline" | "calendar-sharp" | "call" | "call-outline" | "call-sharp" | "camera-outline" | "camera-reverse" | "camera-reverse-outline" | "camera-reverse-sharp" | "camera-sharp" | "car-outline" | "car-sharp" | "car-sport" | "car-sport-outline" | "car-sport-sharp" | "card" | "card-outline" | "card-sharp" | "caret-back" | "caret-back-circle" | "caret-back-circle-outline" | "caret-back-circle-sharp" | "caret-back-outline" | "caret-back-sharp" | "caret-down-circle" | "caret-down-circle-outline" | "caret-down-circle-sharp" | "caret-down-outline" | "caret-down-sharp" | "caret-forward" | "caret-forward-circle" | "caret-forward-circle-outline" | "caret-forward-circle-sharp" | "caret-forward-outline" | "caret-forward-sharp" | "caret-up-circle" | "caret-up-circle-outline" | "caret-up-circle-sharp" | "caret-up-outline" | "caret-up-sharp" | "cart-outline" | "cart-sharp" | "cash" | "cash-outline" | "cash-sharp" | "cellular" | "cellular-outline" | "cellular-sharp" | "chatbox" | "chatbox-ellipses" | "chatbox-ellipses-outline" | "chatbox-ellipses-sharp" | "chatbox-outline" | "chatbox-sharp" | "chatbubble" | "chatbubble-ellipses" | "chatbubble-ellipses-outline" | "chatbubble-ellipses-sharp" | "chatbubble-outline" | "chatbubble-sharp" | "chatbubbles" | "chatbubbles-outline" | "chatbubbles-sharp" | "checkbox-outline" | "checkbox-sharp" | "checkmark" | "checkmark-circle" | "checkmark-circle-outline" | "checkmark-circle-sharp" | "checkmark-done" | "checkmark-done-circle" | "checkmark-done-circle-outline" | "checkmark-done-circle-sharp" | "checkmark-done-outline" | "checkmark-done-sharp" | "checkmark-outline" | "checkmark-sharp" | "chevron-back" | "chevron-back-circle" | "chevron-back-circle-outline" | "chevron-back-circle-sharp" | "chevron-back-outline" | "chevron-back-sharp" | "chevron-down-circle" | "chevron-down-circle-outline" | "chevron-down-circle-sharp" | "chevron-down-outline" | "chevron-down-sharp" | "chevron-forward" | "chevron-forward-circle" | "chevron-forward-circle-outline" | "chevron-forward-circle-sharp" | "chevron-forward-outline" | "chevron-forward-sharp" | "chevron-up-circle" | "chevron-up-circle-outline" | "chevron-up-circle-sharp" | "chevron-up-outline" | "chevron-up-sharp" | "clipboard-outline" | "clipboard-sharp" | "close-circle" | "close-circle-outline" | "close-circle-sharp" | "close-outline" | "close-sharp" | "cloud-circle" | "cloud-circle-outline" | "cloud-circle-sharp" | "cloud-done" | "cloud-done-outline" | "cloud-done-sharp" | "cloud-download-outline" | "cloud-download-sharp" | "cloud-offline" | "cloud-offline-outline" | "cloud-offline-sharp" | "cloud-outline" | "cloud-sharp" | "cloud-upload-outline" | "cloud-upload-sharp" | "cloudy-night" | "cloudy-night-outline" | "cloudy-night-sharp" | "cloudy-outline" | "cloudy-sharp" | "code-download" | "code-download-outline" | "code-download-sharp" | "code-outline" | "code-sharp" | "code-slash" | "code-slash-outline" | "code-slash-sharp" | "code-working" | "code-working-outline" | "code-working-sharp" | "cog-outline" | "cog-sharp" | "color-fill" | "color-fill-outline" | "color-fill-sharp" | "color-filter" | "color-filter-outline" | "color-filter-sharp" | "color-palette" | "color-palette-outline" | "color-palette-sharp" | "color-wand" | "color-wand-outline" | "color-wand-sharp" | "compass-outline" | "compass-sharp" | "construct" | "construct-outline" | "construct-sharp" | "contract" | "contract-outline" | "contract-sharp" | "contrast-outline" | "contrast-sharp" | "copy-outline" | "copy-sharp" | "create" | "create-outline" | "create-sharp" | "crop-outline" | "crop-sharp" | "cube-outline" | "cube-sharp" | "cut-outline" | "cut-sharp" | "desktop-outline" | "desktop-sharp" | "disc-outline" | "disc-sharp" | "document-attach" | "document-attach-outline" | "document-attach-sharp" | "document-outline" | "document-sharp" | "document-text" | "document-text-outline" | "document-text-sharp" | "documents-outline" | "documents-sharp" | "download-outline" | "download-sharp" | "duplicate" | "duplicate-outline" | "duplicate-sharp" | "ear" | "ear-outline" | "ear-sharp" | "earth-outline" | "earth-sharp" | "easel" | "easel-outline" | "easel-sharp" | "egg-outline" | "egg-sharp" | "ellipse-outline" | "ellipse-sharp" | "ellipsis-horizontal" | "ellipsis-horizontal-circle" | "ellipsis-horizontal-circle-outline" | "ellipsis-horizontal-circle-sharp" | "ellipsis-horizontal-outline" | "ellipsis-horizontal-sharp" | "ellipsis-vertical" | "ellipsis-vertical-circle" | "ellipsis-vertical-circle-outline" | "ellipsis-vertical-circle-sharp" | "ellipsis-vertical-outline" | "ellipsis-vertical-sharp" | "enter-outline" | "enter-sharp" | "exit" | "exit-outline" | "exit-sharp" | "expand-outline" | "expand-sharp" | "eye-off-outline" | "eye-off-sharp" | "eye-outline" | "eye-sharp" | "eyedrop" | "eyedrop-outline" | "eyedrop-sharp" | "fast-food" | "fast-food-outline" | "fast-food-sharp" | "female-outline" | "female-sharp" | "file-tray" | "file-tray-full" | "file-tray-full-outline" | "file-tray-full-sharp" | "file-tray-outline" | "file-tray-sharp" | "file-tray-stacked" | "file-tray-stacked-outline" | "file-tray-stacked-sharp" | "film-outline" | "film-sharp" | "filter-outline" | "filter-sharp" | "finger-print" | "finger-print-outline" | "finger-print-sharp" | "fitness" | "fitness-outline" | "fitness-sharp" | "flag-outline" | "flag-sharp" | "flame" | "flame-outline" | "flame-sharp" | "flash-off" | "flash-off-outline" | "flash-off-sharp" | "flash-outline" | "flash-sharp" | "flashlight-outline" | "flashlight-sharp" | "flask-outline" | "flask-sharp" | "flower-outline" | "flower-sharp" | "folder-open-outline" | "folder-open-sharp" | "folder-outline" | "folder-sharp" | "football" | "football-outline" | "football-sharp" | "funnel-outline" | "funnel-sharp" | "game-controller-outline" | "game-controller-sharp" | "gift-outline" | "gift-sharp" | "git-branch-outline" | "git-branch-sharp" | "git-commit-outline" | "git-commit-sharp" | "git-compare" | "git-compare-outline" | "git-compare-sharp" | "git-merge-outline" | "git-merge-sharp" | "git-network" | "git-network-outline" | "git-network-sharp" | "git-pull-request-outline" | "git-pull-request-sharp" | "glasses-outline" | "glasses-sharp" | "globe-outline" | "globe-sharp" | "golf" | "golf-outline" | "golf-sharp" | "grid-outline" | "grid-sharp" | "hammer-outline" | "hammer-sharp" | "hand-left" | "hand-left-outline" | "hand-left-sharp" | "hand-right" | "hand-right-outline" | "hand-right-sharp" | "happy" | "happy-outline" | "happy-sharp" | "hardware-chip" | "hardware-chip-outline" | "hardware-chip-sharp" | "headset-outline" | "headset-sharp" | "heart-circle" | "heart-circle-outline" | "heart-circle-sharp" | "heart-dislike" | "heart-dislike-circle" | "heart-dislike-circle-outline" | "heart-dislike-circle-sharp" | "heart-dislike-outline" | "heart-dislike-sharp" | "heart-half" | "heart-half-outline" | "heart-half-sharp" | "heart-outline" | "heart-sharp" | "help-buoy" | "help-buoy-outline" | "help-buoy-sharp" | "help-circle-outline" | "help-circle-sharp" | "help-outline" | "help-sharp" | "home-outline" | "home-sharp" | "hourglass-outline" | "hourglass-sharp" | "ice-cream-outline" | "ice-cream-sharp" | "image-outline" | "image-sharp" | "images-outline" | "images-sharp" | "infinite" | "infinite-outline" | "infinite-sharp" | "information" | "information-circle" | "information-circle-outline" | "information-circle-sharp" | "information-outline" | "information-sharp" | "journal" | "journal-outline" | "journal-sharp" | "key-outline" | "key-sharp" | "keypad" | "keypad-outline" | "keypad-sharp" | "language-outline" | "language-sharp" | "laptop-outline" | "laptop-sharp" | "layers-outline" | "layers-sharp" | "leaf-outline" | "leaf-sharp" | "library" | "library-outline" | "library-sharp" | "link-outline" | "link-sharp" | "list-circle" | "list-circle-outline" | "list-circle-sharp" | "list-outline" | "list-sharp" | "locate" | "locate-outline" | "locate-sharp" | "location-outline" | "location-sharp" | "lock-closed" | "lock-closed-outline" | "lock-closed-sharp" | "lock-open-outline" | "lock-open-sharp" | "log-in-outline" | "log-in-sharp" | "log-out-outline" | "log-out-sharp" | "logo-amazon" | "logo-amplify" | "logo-android" | "logo-angular" | "logo-apple" | "logo-apple-appstore" | "logo-bitbucket" | "logo-bitcoin" | "logo-buffer" | "logo-capacitor" | "logo-chrome" | "logo-closed-captioning" | "logo-codepen" | "logo-css3" | "logo-designernews" | "logo-dribbble" | "logo-dropbox" | "logo-edge" | "logo-electron" | "logo-euro" | "logo-facebook" | "logo-firebase" | "logo-firefox" | "logo-flickr" | "logo-foursquare" | "logo-github" | "logo-google" | "logo-google-playstore" | "logo-hackernews" | "logo-html5" | "logo-instagram" | "logo-ionic" | "logo-ionitron" | "logo-javascript" | "logo-laravel" | "logo-linkedin" | "logo-markdown" | "logo-no-smoking" | "logo-nodejs" | "logo-npm" | "logo-octocat" | "logo-pinterest" | "logo-playstation" | "logo-pwa" | "logo-python" | "logo-react" | "logo-reddit" | "logo-rss" | "logo-sass" | "logo-skype" | "logo-slack" | "logo-snapchat" | "logo-stackoverflow" | "logo-steam" | "logo-stencil" | "logo-tumblr" | "logo-tux" | "logo-twitch" | "logo-twitter" | "logo-usd" | "logo-vimeo" | "logo-vk" | "logo-vue" | "logo-web-component" | "logo-whatsapp" | "logo-windows" | "logo-wordpress" | "logo-xbox" | "logo-xing" | "logo-yahoo" | "logo-yen" | "logo-youtube" | "magnet-outline" | "magnet-sharp" | "mail-open" | "mail-open-outline" | "mail-open-sharp" | "mail-outline" | "mail-sharp" | "mail-unread" | "mail-unread-outline" | "mail-unread-sharp" | "male-female-outline" | "male-female-sharp" | "male-outline" | "male-sharp" | "man-outline" | "man-sharp" | "map-outline" | "map-sharp" | "medal-outline" | "medal-sharp" | "medical" | "medical-outline" | "medical-sharp" | "medkit-outline" | "medkit-sharp" | "megaphone-outline" | "megaphone-sharp" | "menu-outline" | "menu-sharp" | "mic-circle" | "mic-circle-outline" | "mic-circle-sharp" | "mic-off-circle" | "mic-off-circle-outline" | "mic-off-circle-sharp" | "mic-off-outline" | "mic-off-sharp" | "mic-outline" | "mic-sharp" | "moon-outline" | "moon-sharp" | "move-outline" | "move-sharp" | "musical-note" | "musical-note-outline" | "musical-note-sharp" | "musical-notes" | "musical-notes-outline" | "musical-notes-sharp" | "navigate-circle" | "navigate-circle-outline" | "navigate-circle-sharp" | "navigate-outline" | "navigate-sharp" | "newspaper-outline" | "newspaper-sharp" | "notifications" | "notifications-circle" | "notifications-circle-outline" | "notifications-circle-sharp" | "notifications-off-circle" | "notifications-off-circle-outline" | "notifications-off-circle-sharp" | "notifications-off-outline" | "notifications-off-sharp" | "notifications-outline" | "notifications-sharp" | "nuclear" | "nuclear-outline" | "nuclear-sharp" | "nutrition" | "nutrition-outline" | "nutrition-sharp" | "open" | "open-outline" | "open-sharp" | "options" | "options-outline" | "options-sharp" | "paper-plane-outline" | "paper-plane-sharp" | "partly-sunny" | "partly-sunny-outline" | "partly-sunny-sharp" | "pause-circle-outline" | "pause-circle-sharp" | "pause-outline" | "pause-sharp" | "paw-outline" | "paw-sharp" | "pencil-outline" | "pencil-sharp" | "people" | "people-circle" | "people-circle-outline" | "people-circle-sharp" | "people-outline" | "people-sharp" | "person-add" | "person-add-outline" | "person-add-sharp" | "person-circle" | "person-circle-outline" | "person-circle-sharp" | "person-outline" | "person-remove" | "person-remove-outline" | "person-remove-sharp" | "person-sharp" | "phone-landscape" | "phone-landscape-outline" | "phone-landscape-sharp" | "phone-portrait" | "phone-portrait-outline" | "phone-portrait-sharp" | "pie-chart-outline" | "pie-chart-sharp" | "pin-outline" | "pin-sharp" | "pint" | "pint-outline" | "pint-sharp" | "pizza" | "pizza-outline" | "pizza-sharp" | "planet" | "planet-outline" | "planet-sharp" | "play-back" | "play-back-circle" | "play-back-circle-outline" | "play-back-circle-sharp" | "play-back-outline" | "play-back-sharp" | "play-circle-outline" | "play-circle-sharp" | "play-forward" | "play-forward-circle" | "play-forward-circle-outline" | "play-forward-circle-sharp" | "play-forward-outline" | "play-forward-sharp" | "play-outline" | "play-sharp" | "play-skip-back" | "play-skip-back-circle" | "play-skip-back-circle-outline" | "play-skip-back-circle-sharp" | "play-skip-back-outline" | "play-skip-back-sharp" | "play-skip-forward" | "play-skip-forward-circle" | "play-skip-forward-circle-outline" | "play-skip-forward-circle-sharp" | "play-skip-forward-outline" | "play-skip-forward-sharp" | "podium" | "podium-outline" | "podium-sharp" | "power-outline" | "power-sharp" | "pricetag" | "pricetag-outline" | "pricetag-sharp" | "pricetags" | "pricetags-outline" | "pricetags-sharp" | "print-outline" | "print-sharp" | "pulse-outline" | "pulse-sharp" | "push" | "push-outline" | "push-sharp" | "qr-code" | "qr-code-outline" | "qr-code-sharp" | "radio-button-off" | "radio-button-off-outline" | "radio-button-off-sharp" | "radio-button-on" | "radio-button-on-outline" | "radio-button-on-sharp" | "radio-outline" | "radio-sharp" | "rainy" | "rainy-outline" | "rainy-sharp" | "reader" | "reader-outline" | "reader-sharp" | "receipt-outline" | "receipt-sharp" | "recording" | "recording-outline" | "recording-sharp" | "refresh-circle" | "refresh-circle-outline" | "refresh-circle-sharp" | "refresh-outline" | "refresh-sharp" | "reload" | "reload-circle" | "reload-circle-outline" | "reload-circle-sharp" | "reload-outline" | "reload-sharp" | "remove-circle" | "remove-circle-outline" | "remove-circle-sharp" | "remove-outline" | "remove-sharp" | "reorder-four" | "reorder-four-outline" | "reorder-four-sharp" | "reorder-three" | "reorder-three-outline" | "reorder-three-sharp" | "reorder-two" | "reorder-two-outline" | "reorder-two-sharp" | "repeat-outline" | "repeat-sharp" | "resize" | "resize-outline" | "resize-sharp" | "restaurant" | "restaurant-outline" | "restaurant-sharp" | "return-down-back" | "return-down-back-outline" | "return-down-back-sharp" | "return-down-forward" | "return-down-forward-outline" | "return-down-forward-sharp" | "return-up-back" | "return-up-back-outline" | "return-up-back-sharp" | "return-up-forward" | "return-up-forward-outline" | "return-up-forward-sharp" | "ribbon-outline" | "ribbon-sharp" | "rocket-outline" | "rocket-sharp" | "rose" | "rose-outline" | "rose-sharp" | "sad" | "sad-outline" | "sad-sharp" | "save-outline" | "save-sharp" | "scan" | "scan-circle" | "scan-circle-outline" | "scan-circle-sharp" | "scan-outline" | "scan-sharp" | "school-outline" | "school-sharp" | "search-circle" | "search-circle-outline" | "search-circle-sharp" | "search-outline" | "search-sharp" | "send-outline" | "send-sharp" | "server-outline" | "server-sharp" | "settings-outline" | "settings-sharp" | "shapes-outline" | "shapes-sharp" | "share-outline" | "share-sharp" | "share-social" | "share-social-outline" | "share-social-sharp" | "shield-checkmark" | "shield-checkmark-outline" | "shield-checkmark-sharp" | "shield-outline" | "shield-sharp" | "shirt" | "shirt-outline" | "shirt-sharp" | "shuffle-outline" | "shuffle-sharp" | "skull-outline" | "skull-sharp" | "snow-outline" | "snow-sharp" | "speedometer" | "speedometer-outline" | "speedometer-sharp" | "square-outline" | "square-sharp" | "star-half-outline" | "star-half-sharp" | "star-outline" | "star-sharp" | "stats-chart" | "stats-chart-outline" | "stats-chart-sharp" | "stop-circle-outline" | "stop-circle-sharp" | "stop-outline" | "stop-sharp" | "stopwatch-outline" | "stopwatch-sharp" | "subway-outline" | "subway-sharp" | "sunny" | "sunny-outline" | "sunny-sharp" | "swap-horizontal" | "swap-horizontal-outline" | "swap-horizontal-sharp" | "swap-vertical" | "swap-vertical-outline" | "swap-vertical-sharp" | "sync-circle" | "sync-circle-outline" | "sync-circle-sharp" | "sync-outline" | "sync-sharp" | "tablet-landscape-outline" | "tablet-landscape-sharp" | "tablet-portrait-outline" | "tablet-portrait-sharp" | "tennisball" | "tennisball-outline" | "tennisball-sharp" | "terminal-outline" | "terminal-sharp" | "text-outline" | "text-sharp" | "thermometer-outline" | "thermometer-sharp" | "thumbs-down-outline" | "thumbs-down-sharp" | "thumbs-up-outline" | "thumbs-up-sharp" | "thunderstorm" | "thunderstorm-outline" | "thunderstorm-sharp" | "time-outline" | "time-sharp" | "timer-outline" | "timer-sharp" | "today" | "today-outline" | "today-sharp" | "toggle" | "toggle-outline" | "toggle-sharp" | "trail-sign" | "trail-sign-outline" | "trail-sign-sharp" | "train-outline" | "train-sharp" | "transgender-outline" | "transgender-sharp" | "trash-bin" | "trash-bin-outline" | "trash-bin-sharp" | "trash-outline" | "trash-sharp" | "trending-down-outline" | "trending-down-sharp" | "trending-up-outline" | "trending-up-sharp" | "triangle-outline" | "triangle-sharp" | "trophy-outline" | "trophy-sharp" | "tv-outline" | "tv-sharp" | "umbrella-outline" | "umbrella-sharp" | "videocam" | "videocam-outline" | "videocam-sharp" | "volume-high" | "volume-high-outline" | "volume-high-sharp" | "volume-low" | "volume-low-outline" | "volume-low-sharp" | "volume-medium" | "volume-medium-outline" | "volume-medium-sharp" | "volume-mute-outline" | "volume-mute-sharp" | "volume-off-outline" | "volume-off-sharp" | "walk" | "walk-outline" | "walk-sharp" | "wallet-outline" | "wallet-sharp" | "warning-outline" | "warning-sharp" | "watch-outline" | "watch-sharp" | "water-outline" | "water-sharp" | "wifi-outline" | "wifi-sharp" | "wine" | "wine-outline" | "wine-sharp" | "woman-outline" | "woman-sharp" | "ios-add" | "ios-add-circle" | "ios-add-circle-outline" | "ios-add-circle-sharp" | "ios-add-outline" | "ios-add-sharp" | "ios-airplane" | "ios-airplane-outline" | "ios-airplane-sharp" | "ios-alarm" | "ios-alarm-outline" | "ios-alarm-sharp" | "ios-albums" | "ios-albums-outline" | "ios-albums-sharp" | "ios-alert" | "ios-alert-circle" | "ios-alert-circle-outline" | "ios-alert-circle-sharp" | "ios-alert-outline" | "ios-alert-sharp" | "ios-american-football" | "ios-american-football-outline" | "ios-american-football-sharp" | "ios-analytics" | "ios-analytics-outline" | "ios-analytics-sharp" | "ios-aperture" | "ios-aperture-outline" | "ios-aperture-sharp" | "ios-apps" | "ios-apps-outline" | "ios-apps-sharp" | "ios-archive" | "ios-archive-outline" | "ios-archive-sharp" | "ios-arrow-back" | "ios-arrow-back-circle" | "ios-arrow-back-circle-outline" | "ios-arrow-back-circle-sharp" | "ios-arrow-back-outline" | "ios-arrow-back-sharp" | "ios-arrow-down" | "ios-arrow-down-circle" | "ios-arrow-down-circle-outline" | "ios-arrow-down-circle-sharp" | "ios-arrow-down-outline" | "ios-arrow-down-sharp" | "ios-arrow-forward" | "ios-arrow-forward-circle" | "ios-arrow-forward-circle-outline" | "ios-arrow-forward-circle-sharp" | "ios-arrow-forward-outline" | "ios-arrow-forward-sharp" | "ios-arrow-redo" | "ios-arrow-redo-circle" | "ios-arrow-redo-circle-outline" | "ios-arrow-redo-circle-sharp" | "ios-arrow-redo-outline" | "ios-arrow-redo-sharp" | "ios-arrow-undo" | "ios-arrow-undo-circle" | "ios-arrow-undo-circle-outline" | "ios-arrow-undo-circle-sharp" | "ios-arrow-undo-outline" | "ios-arrow-undo-sharp" | "ios-arrow-up" | "ios-arrow-up-circle" | "ios-arrow-up-circle-outline" | "ios-arrow-up-circle-sharp" | "ios-arrow-up-outline" | "ios-arrow-up-sharp" | "ios-at" | "ios-at-circle" | "ios-at-circle-outline" | "ios-at-circle-sharp" | "ios-at-outline" | "ios-at-sharp" | "ios-attach" | "ios-attach-outline" | "ios-attach-sharp" | "ios-backspace" | "ios-backspace-outline" | "ios-backspace-sharp" | "ios-bandage" | "ios-bandage-outline" | "ios-bandage-sharp" | "ios-bar-chart" | "ios-bar-chart-outline" | "ios-bar-chart-sharp" | "ios-barbell" | "ios-barbell-outline" | "ios-barbell-sharp" | "ios-barcode" | "ios-barcode-outline" | "ios-barcode-sharp" | "ios-baseball" | "ios-baseball-outline" | "ios-baseball-sharp" | "ios-basket" | "ios-basket-outline" | "ios-basket-sharp" | "ios-basketball" | "ios-basketball-outline" | "ios-basketball-sharp" | "ios-battery-charging" | "ios-battery-charging-outline" | "ios-battery-charging-sharp" | "ios-battery-dead" | "ios-battery-dead-outline" | "ios-battery-dead-sharp" | "ios-battery-full" | "ios-battery-full-outline" | "ios-battery-full-sharp" | "ios-battery-half" | "ios-battery-half-outline" | "ios-battery-half-sharp" | "ios-beaker" | "ios-beaker-outline" | "ios-beaker-sharp" | "ios-bed" | "ios-bed-outline" | "ios-bed-sharp" | "ios-beer" | "ios-beer-outline" | "ios-beer-sharp" | "ios-bicycle" | "ios-bicycle-outline" | "ios-bicycle-sharp" | "ios-bluetooth" | "ios-bluetooth-outline" | "ios-bluetooth-sharp" | "ios-boat" | "ios-boat-outline" | "ios-boat-sharp" | "ios-body" | "ios-body-outline" | "ios-body-sharp" | "ios-bonfire" | "ios-bonfire-outline" | "ios-bonfire-sharp" | "ios-book" | "ios-book-outline" | "ios-book-sharp" | "ios-bookmark" | "ios-bookmark-outline" | "ios-bookmark-sharp" | "ios-bookmarks" | "ios-bookmarks-outline" | "ios-bookmarks-sharp" | "ios-briefcase" | "ios-briefcase-outline" | "ios-briefcase-sharp" | "ios-browsers" | "ios-browsers-outline" | "ios-browsers-sharp" | "ios-brush" | "ios-brush-outline" | "ios-brush-sharp" | "ios-bug" | "ios-bug-outline" | "ios-bug-sharp" | "ios-build" | "ios-build-outline" | "ios-build-sharp" | "ios-bulb" | "ios-bulb-outline" | "ios-bulb-sharp" | "ios-bus" | "ios-bus-outline" | "ios-bus-sharp" | "ios-business" | "ios-business-outline" | "ios-business-sharp" | "ios-cafe" | "ios-cafe-outline" | "ios-cafe-sharp" | "ios-calculator" | "ios-calculator-outline" | "ios-calculator-sharp" | "ios-calendar" | "ios-calendar-outline" | "ios-calendar-sharp" | "ios-call" | "ios-call-outline" | "ios-call-sharp" | "ios-camera" | "ios-camera-outline" | "ios-camera-reverse" | "ios-camera-reverse-outline" | "ios-camera-reverse-sharp" | "ios-camera-sharp" | "ios-car" | "ios-car-outline" | "ios-car-sharp" | "ios-car-sport" | "ios-car-sport-outline" | "ios-car-sport-sharp" | "ios-card" | "ios-card-outline" | "ios-card-sharp" | "ios-caret-back" | "ios-caret-back-circle" | "ios-caret-back-circle-outline" | "ios-caret-back-circle-sharp" | "ios-caret-back-outline" | "ios-caret-back-sharp" | "ios-caret-down" | "ios-caret-down-circle" | "ios-caret-down-circle-outline" | "ios-caret-down-circle-sharp" | "ios-caret-down-outline" | "ios-caret-down-sharp" | "ios-caret-forward" | "ios-caret-forward-circle" | "ios-caret-forward-circle-outline" | "ios-caret-forward-circle-sharp" | "ios-caret-forward-outline" | "ios-caret-forward-sharp" | "ios-caret-up" | "ios-caret-up-circle" | "ios-caret-up-circle-outline" | "ios-caret-up-circle-sharp" | "ios-caret-up-outline" | "ios-caret-up-sharp" | "ios-cart" | "ios-cart-outline" | "ios-cart-sharp" | "ios-cash" | "ios-cash-outline" | "ios-cash-sharp" | "ios-cellular" | "ios-cellular-outline" | "ios-cellular-sharp" | "ios-chatbox" | "ios-chatbox-ellipses" | "ios-chatbox-ellipses-outline" | "ios-chatbox-ellipses-sharp" | "ios-chatbox-outline" | "ios-chatbox-sharp" | "ios-chatbubble" | "ios-chatbubble-ellipses" | "ios-chatbubble-ellipses-outline" | "ios-chatbubble-ellipses-sharp" | "ios-chatbubble-outline" | "ios-chatbubble-sharp" | "ios-chatbubbles" | "ios-chatbubbles-outline" | "ios-chatbubbles-sharp" | "ios-checkbox" | "ios-checkbox-outline" | "ios-checkbox-sharp" | "ios-checkmark" | "ios-checkmark-circle" | "ios-checkmark-circle-outline" | "ios-checkmark-circle-sharp" | "ios-checkmark-done" | "ios-checkmark-done-circle" | "ios-checkmark-done-circle-outline" | "ios-checkmark-done-circle-sharp" | "ios-checkmark-done-outline" | "ios-checkmark-done-sharp" | "ios-checkmark-outline" | "ios-checkmark-sharp" | "ios-chevron-back" | "ios-chevron-back-circle" | "ios-chevron-back-circle-outline" | "ios-chevron-back-circle-sharp" | "ios-chevron-back-outline" | "ios-chevron-back-sharp" | "ios-chevron-down" | "ios-chevron-down-circle" | "ios-chevron-down-circle-outline" | "ios-chevron-down-circle-sharp" | "ios-chevron-down-outline" | "ios-chevron-down-sharp" | "ios-chevron-forward" | "ios-chevron-forward-circle" | "ios-chevron-forward-circle-outline" | "ios-chevron-forward-circle-sharp" | "ios-chevron-forward-outline" | "ios-chevron-forward-sharp" | "ios-chevron-up" | "ios-chevron-up-circle" | "ios-chevron-up-circle-outline" | "ios-chevron-up-circle-sharp" | "ios-chevron-up-outline" | "ios-chevron-up-sharp" | "ios-clipboard" | "ios-clipboard-outline" | "ios-clipboard-sharp" | "ios-close" | "ios-close-circle" | "ios-close-circle-outline" | "ios-close-circle-sharp" | "ios-close-outline" | "ios-close-sharp" | "ios-cloud" | "ios-cloud-circle" | "ios-cloud-circle-outline" | "ios-cloud-circle-sharp" | "ios-cloud-done" | "ios-cloud-done-outline" | "ios-cloud-done-sharp" | "ios-cloud-download" | "ios-cloud-download-outline" | "ios-cloud-download-sharp" | "ios-cloud-offline" | "ios-cloud-offline-outline" | "ios-cloud-offline-sharp" | "ios-cloud-outline" | "ios-cloud-sharp" | "ios-cloud-upload" | "ios-cloud-upload-outline" | "ios-cloud-upload-sharp" | "ios-cloudy" | "ios-cloudy-night" | "ios-cloudy-night-outline" | "ios-cloudy-night-sharp" | "ios-cloudy-outline" | "ios-cloudy-sharp" | "ios-code" | "ios-code-download" | "ios-code-download-outline" | "ios-code-download-sharp" | "ios-code-outline" | "ios-code-sharp" | "ios-code-slash" | "ios-code-slash-outline" | "ios-code-slash-sharp" | "ios-code-working" | "ios-code-working-outline" | "ios-code-working-sharp" | "ios-cog" | "ios-cog-outline" | "ios-cog-sharp" | "ios-color-fill" | "ios-color-fill-outline" | "ios-color-fill-sharp" | "ios-color-filter" | "ios-color-filter-outline" | "ios-color-filter-sharp" | "ios-color-palette" | "ios-color-palette-outline" | "ios-color-palette-sharp" | "ios-color-wand" | "ios-color-wand-outline" | "ios-color-wand-sharp" | "ios-compass" | "ios-compass-outline" | "ios-compass-sharp" | "ios-construct" | "ios-construct-outline" | "ios-construct-sharp" | "ios-contract" | "ios-contract-outline" | "ios-contract-sharp" | "ios-contrast" | "ios-contrast-outline" | "ios-contrast-sharp" | "ios-copy" | "ios-copy-outline" | "ios-copy-sharp" | "ios-create" | "ios-create-outline" | "ios-create-sharp" | "ios-crop" | "ios-crop-outline" | "ios-crop-sharp" | "ios-cube" | "ios-cube-outline" | "ios-cube-sharp" | "ios-cut" | "ios-cut-outline" | "ios-cut-sharp" | "ios-desktop" | "ios-desktop-outline" | "ios-desktop-sharp" | "ios-disc" | "ios-disc-outline" | "ios-disc-sharp" | "ios-document" | "ios-document-attach" | "ios-document-attach-outline" | "ios-document-attach-sharp" | "ios-document-outline" | "ios-document-sharp" | "ios-document-text" | "ios-document-text-outline" | "ios-document-text-sharp" | "ios-documents" | "ios-documents-outline" | "ios-documents-sharp" | "ios-download" | "ios-download-outline" | "ios-download-sharp" | "ios-duplicate" | "ios-duplicate-outline" | "ios-duplicate-sharp" | "ios-ear" | "ios-ear-outline" | "ios-ear-sharp" | "ios-earth" | "ios-earth-outline" | "ios-earth-sharp" | "ios-easel" | "ios-easel-outline" | "ios-easel-sharp" | "ios-egg" | "ios-egg-outline" | "ios-egg-sharp" | "ios-ellipse" | "ios-ellipse-outline" | "ios-ellipse-sharp" | "ios-ellipsis-horizontal" | "ios-ellipsis-horizontal-circle" | "ios-ellipsis-horizontal-circle-outline" | "ios-ellipsis-horizontal-circle-sharp" | "ios-ellipsis-horizontal-outline" | "ios-ellipsis-horizontal-sharp" | "ios-ellipsis-vertical" | "ios-ellipsis-vertical-circle" | "ios-ellipsis-vertical-circle-outline" | "ios-ellipsis-vertical-circle-sharp" | "ios-ellipsis-vertical-outline" | "ios-ellipsis-vertical-sharp" | "ios-enter" | "ios-enter-outline" | "ios-enter-sharp" | "ios-exit" | "ios-exit-outline" | "ios-exit-sharp" | "ios-expand" | "ios-expand-outline" | "ios-expand-sharp" | "ios-eye" | "ios-eye-off" | "ios-eye-off-outline" | "ios-eye-off-sharp" | "ios-eye-outline" | "ios-eye-sharp" | "ios-eyedrop" | "ios-eyedrop-outline" | "ios-eyedrop-sharp" | "ios-fast-food" | "ios-fast-food-outline" | "ios-fast-food-sharp" | "ios-female" | "ios-female-outline" | "ios-female-sharp" | "ios-file-tray" | "ios-file-tray-full" | "ios-file-tray-full-outline" | "ios-file-tray-full-sharp" | "ios-file-tray-outline" | "ios-file-tray-sharp" | "ios-file-tray-stacked" | "ios-file-tray-stacked-outline" | "ios-file-tray-stacked-sharp" | "ios-film" | "ios-film-outline" | "ios-film-sharp" | "ios-filter" | "ios-filter-outline" | "ios-filter-sharp" | "ios-finger-print" | "ios-finger-print-outline" | "ios-finger-print-sharp" | "ios-fitness" | "ios-fitness-outline" | "ios-fitness-sharp" | "ios-flag" | "ios-flag-outline" | "ios-flag-sharp" | "ios-flame" | "ios-flame-outline" | "ios-flame-sharp" | "ios-flash" | "ios-flash-off" | "ios-flash-off-outline" | "ios-flash-off-sharp" | "ios-flash-outline" | "ios-flash-sharp" | "ios-flashlight" | "ios-flashlight-outline" | "ios-flashlight-sharp" | "ios-flask" | "ios-flask-outline" | "ios-flask-sharp" | "ios-flower" | "ios-flower-outline" | "ios-flower-sharp" | "ios-folder" | "ios-folder-open" | "ios-folder-open-outline" | "ios-folder-open-sharp" | "ios-folder-outline" | "ios-folder-sharp" | "ios-football" | "ios-football-outline" | "ios-football-sharp" | "ios-funnel" | "ios-funnel-outline" | "ios-funnel-sharp" | "ios-game-controller" | "ios-game-controller-outline" | "ios-game-controller-sharp" | "ios-gift" | "ios-gift-outline" | "ios-gift-sharp" | "ios-git-branch" | "ios-git-branch-outline" | "ios-git-branch-sharp" | "ios-git-commit" | "ios-git-commit-outline" | "ios-git-commit-sharp" | "ios-git-compare" | "ios-git-compare-outline" | "ios-git-compare-sharp" | "ios-git-merge" | "ios-git-merge-outline" | "ios-git-merge-sharp" | "ios-git-network" | "ios-git-network-outline" | "ios-git-network-sharp" | "ios-git-pull-request" | "ios-git-pull-request-outline" | "ios-git-pull-request-sharp" | "ios-glasses" | "ios-glasses-outline" | "ios-glasses-sharp" | "ios-globe" | "ios-globe-outline" | "ios-globe-sharp" | "ios-golf" | "ios-golf-outline" | "ios-golf-sharp" | "ios-grid" | "ios-grid-outline" | "ios-grid-sharp" | "ios-hammer" | "ios-hammer-outline" | "ios-hammer-sharp" | "ios-hand-left" | "ios-hand-left-outline" | "ios-hand-left-sharp" | "ios-hand-right" | "ios-hand-right-outline" | "ios-hand-right-sharp" | "ios-happy" | "ios-happy-outline" | "ios-happy-sharp" | "ios-hardware-chip" | "ios-hardware-chip-outline" | "ios-hardware-chip-sharp" | "ios-headset" | "ios-headset-outline" | "ios-headset-sharp" | "ios-heart" | "ios-heart-circle" | "ios-heart-circle-outline" | "ios-heart-circle-sharp" | "ios-heart-dislike" | "ios-heart-dislike-circle" | "ios-heart-dislike-circle-outline" | "ios-heart-dislike-circle-sharp" | "ios-heart-dislike-outline" | "ios-heart-dislike-sharp" | "ios-heart-half" | "ios-heart-half-outline" | "ios-heart-half-sharp" | "ios-heart-outline" | "ios-heart-sharp" | "ios-help" | "ios-help-buoy" | "ios-help-buoy-outline" | "ios-help-buoy-sharp" | "ios-help-circle" | "ios-help-circle-outline" | "ios-help-circle-sharp" | "ios-help-outline" | "ios-help-sharp" | "ios-home" | "ios-home-outline" | "ios-home-sharp" | "ios-hourglass" | "ios-hourglass-outline" | "ios-hourglass-sharp" | "ios-ice-cream" | "ios-ice-cream-outline" | "ios-ice-cream-sharp" | "ios-image" | "ios-image-outline" | "ios-image-sharp" | "ios-images" | "ios-images-outline" | "ios-images-sharp" | "ios-infinite" | "ios-infinite-outline" | "ios-infinite-sharp" | "ios-information" | "ios-information-circle" | "ios-information-circle-outline" | "ios-information-circle-sharp" | "ios-information-outline" | "ios-information-sharp" | "ios-journal" | "ios-journal-outline" | "ios-journal-sharp" | "ios-key" | "ios-key-outline" | "ios-key-sharp" | "ios-keypad" | "ios-keypad-outline" | "ios-keypad-sharp" | "ios-language" | "ios-language-outline" | "ios-language-sharp" | "ios-laptop" | "ios-laptop-outline" | "ios-laptop-sharp" | "ios-layers" | "ios-layers-outline" | "ios-layers-sharp" | "ios-leaf" | "ios-leaf-outline" | "ios-leaf-sharp" | "ios-library" | "ios-library-outline" | "ios-library-sharp" | "ios-link" | "ios-link-outline" | "ios-link-sharp" | "ios-list" | "ios-list-circle" | "ios-list-circle-outline" | "ios-list-circle-sharp" | "ios-list-outline" | "ios-list-sharp" | "ios-locate" | "ios-locate-outline" | "ios-locate-sharp" | "ios-location" | "ios-location-outline" | "ios-location-sharp" | "ios-lock-closed" | "ios-lock-closed-outline" | "ios-lock-closed-sharp" | "ios-lock-open" | "ios-lock-open-outline" | "ios-lock-open-sharp" | "ios-log-in" | "ios-log-in-outline" | "ios-log-in-sharp" | "ios-log-out" | "ios-log-out-outline" | "ios-log-out-sharp" | "ios-logo-amazon" | "ios-logo-amplify" | "ios-logo-android" | "ios-logo-angular" | "ios-logo-apple" | "ios-logo-apple-appstore" | "ios-logo-bitbucket" | "ios-logo-bitcoin" | "ios-logo-buffer" | "ios-logo-capacitor" | "ios-logo-chrome" | "ios-logo-closed-captioning" | "ios-logo-codepen" | "ios-logo-css3" | "ios-logo-designernews" | "ios-logo-dribbble" | "ios-logo-dropbox" | "ios-logo-edge" | "ios-logo-electron" | "ios-logo-euro" | "ios-logo-facebook" | "ios-logo-firebase" | "ios-logo-firefox" | "ios-logo-flickr" | "ios-logo-foursquare" | "ios-logo-github" | "ios-logo-google" | "ios-logo-google-playstore" | "ios-logo-hackernews" | "ios-logo-html5" | "ios-logo-instagram" | "ios-logo-ionic" | "ios-logo-ionitron" | "ios-logo-javascript" | "ios-logo-laravel" | "ios-logo-linkedin" | "ios-logo-markdown" | "ios-logo-no-smoking" | "ios-logo-nodejs" | "ios-logo-npm" | "ios-logo-octocat" | "ios-logo-pinterest" | "ios-logo-playstation" | "ios-logo-pwa" | "ios-logo-python" | "ios-logo-react" | "ios-logo-reddit" | "ios-logo-rss" | "ios-logo-sass" | "ios-logo-skype" | "ios-logo-slack" | "ios-logo-snapchat" | "ios-logo-stackoverflow" | "ios-logo-steam" | "ios-logo-stencil" | "ios-logo-tumblr" | "ios-logo-tux" | "ios-logo-twitch" | "ios-logo-twitter" | "ios-logo-usd" | "ios-logo-vimeo" | "ios-logo-vk" | "ios-logo-vue" | "ios-logo-web-component" | "ios-logo-whatsapp" | "ios-logo-windows" | "ios-logo-wordpress" | "ios-logo-xbox" | "ios-logo-xing" | "ios-logo-yahoo" | "ios-logo-yen" | "ios-logo-youtube" | "ios-magnet" | "ios-magnet-outline" | "ios-magnet-sharp" | "ios-mail" | "ios-mail-open" | "ios-mail-open-outline" | "ios-mail-open-sharp" | "ios-mail-outline" | "ios-mail-sharp" | "ios-mail-unread" | "ios-mail-unread-outline" | "ios-mail-unread-sharp" | "ios-male" | "ios-male-female" | "ios-male-female-outline" | "ios-male-female-sharp" | "ios-male-outline" | "ios-male-sharp" | "ios-man" | "ios-man-outline" | "ios-man-sharp" | "ios-map" | "ios-map-outline" | "ios-map-sharp" | "ios-medal" | "ios-medal-outline" | "ios-medal-sharp" | "ios-medical" | "ios-medical-outline" | "ios-medical-sharp" | "ios-medkit" | "ios-medkit-outline" | "ios-medkit-sharp" | "ios-megaphone" | "ios-megaphone-outline" | "ios-megaphone-sharp" | "ios-menu" | "ios-menu-outline" | "ios-menu-sharp" | "ios-mic" | "ios-mic-circle" | "ios-mic-circle-outline" | "ios-mic-circle-sharp" | "ios-mic-off" | "ios-mic-off-circle" | "ios-mic-off-circle-outline" | "ios-mic-off-circle-sharp" | "ios-mic-off-outline" | "ios-mic-off-sharp" | "ios-mic-outline" | "ios-mic-sharp" | "ios-moon" | "ios-moon-outline" | "ios-moon-sharp" | "ios-move" | "ios-move-outline" | "ios-move-sharp" | "ios-musical-note" | "ios-musical-note-outline" | "ios-musical-note-sharp" | "ios-musical-notes" | "ios-musical-notes-outline" | "ios-musical-notes-sharp" | "ios-navigate" | "ios-navigate-circle" | "ios-navigate-circle-outline" | "ios-navigate-circle-sharp" | "ios-navigate-outline" | "ios-navigate-sharp" | "ios-newspaper" | "ios-newspaper-outline" | "ios-newspaper-sharp" | "ios-notifications" | "ios-notifications-circle" | "ios-notifications-circle-outline" | "ios-notifications-circle-sharp" | "ios-notifications-off" | "ios-notifications-off-circle" | "ios-notifications-off-circle-outline" | "ios-notifications-off-circle-sharp" | "ios-notifications-off-outline" | "ios-notifications-off-sharp" | "ios-notifications-outline" | "ios-notifications-sharp" | "ios-nuclear" | "ios-nuclear-outline" | "ios-nuclear-sharp" | "ios-nutrition" | "ios-nutrition-outline" | "ios-nutrition-sharp" | "ios-open" | "ios-open-outline" | "ios-open-sharp" | "ios-options" | "ios-options-outline" | "ios-options-sharp" | "ios-paper-plane" | "ios-paper-plane-outline" | "ios-paper-plane-sharp" | "ios-partly-sunny" | "ios-partly-sunny-outline" | "ios-partly-sunny-sharp" | "ios-pause" | "ios-pause-circle" | "ios-pause-circle-outline" | "ios-pause-circle-sharp" | "ios-pause-outline" | "ios-pause-sharp" | "ios-paw" | "ios-paw-outline" | "ios-paw-sharp" | "ios-pencil" | "ios-pencil-outline" | "ios-pencil-sharp" | "ios-people" | "ios-people-circle" | "ios-people-circle-outline" | "ios-people-circle-sharp" | "ios-people-outline" | "ios-people-sharp" | "ios-person" | "ios-person-add" | "ios-person-add-outline" | "ios-person-add-sharp" | "ios-person-circle" | "ios-person-circle-outline" | "ios-person-circle-sharp" | "ios-person-outline" | "ios-person-remove" | "ios-person-remove-outline" | "ios-person-remove-sharp" | "ios-person-sharp" | "ios-phone-landscape" | "ios-phone-landscape-outline" | "ios-phone-landscape-sharp" | "ios-phone-portrait" | "ios-phone-portrait-outline" | "ios-phone-portrait-sharp" | "ios-pie-chart" | "ios-pie-chart-outline" | "ios-pie-chart-sharp" | "ios-pin" | "ios-pin-outline" | "ios-pin-sharp" | "ios-pint" | "ios-pint-outline" | "ios-pint-sharp" | "ios-pizza" | "ios-pizza-outline" | "ios-pizza-sharp" | "ios-planet" | "ios-planet-outline" | "ios-planet-sharp" | "ios-play" | "ios-play-back" | "ios-play-back-circle" | "ios-play-back-circle-outline" | "ios-play-back-circle-sharp" | "ios-play-back-outline" | "ios-play-back-sharp" | "ios-play-circle" | "ios-play-circle-outline" | "ios-play-circle-sharp" | "ios-play-forward" | "ios-play-forward-circle" | "ios-play-forward-circle-outline" | "ios-play-forward-circle-sharp" | "ios-play-forward-outline" | "ios-play-forward-sharp" | "ios-play-outline" | "ios-play-sharp" | "ios-play-skip-back" | "ios-play-skip-back-circle" | "ios-play-skip-back-circle-outline" | "ios-play-skip-back-circle-sharp" | "ios-play-skip-back-outline" | "ios-play-skip-back-sharp" | "ios-play-skip-forward" | "ios-play-skip-forward-circle" | "ios-play-skip-forward-circle-outline" | "ios-play-skip-forward-circle-sharp" | "ios-play-skip-forward-outline" | "ios-play-skip-forward-sharp" | "ios-podium" | "ios-podium-outline" | "ios-podium-sharp" | "ios-power" | "ios-power-outline" | "ios-power-sharp" | "ios-pricetag" | "ios-pricetag-outline" | "ios-pricetag-sharp" | "ios-pricetags" | "ios-pricetags-outline" | "ios-pricetags-sharp" | "ios-print" | "ios-print-outline" | "ios-print-sharp" | "ios-pulse" | "ios-pulse-outline" | "ios-pulse-sharp" | "ios-push" | "ios-push-outline" | "ios-push-sharp" | "ios-qr-code" | "ios-qr-code-outline" | "ios-qr-code-sharp" | "ios-radio" | "ios-radio-button-off" | "ios-radio-button-off-outline" | "ios-radio-button-off-sharp" | "ios-radio-button-on" | "ios-radio-button-on-outline" | "ios-radio-button-on-sharp" | "ios-radio-outline" | "ios-radio-sharp" | "ios-rainy" | "ios-rainy-outline" | "ios-rainy-sharp" | "ios-reader" | "ios-reader-outline" | "ios-reader-sharp" | "ios-receipt" | "ios-receipt-outline" | "ios-receipt-sharp" | "ios-recording" | "ios-recording-outline" | "ios-recording-sharp" | "ios-refresh" | "ios-refresh-circle" | "ios-refresh-circle-outline" | "ios-refresh-circle-sharp" | "ios-refresh-outline" | "ios-refresh-sharp" | "ios-reload" | "ios-reload-circle" | "ios-reload-circle-outline" | "ios-reload-circle-sharp" | "ios-reload-outline" | "ios-reload-sharp" | "ios-remove" | "ios-remove-circle" | "ios-remove-circle-outline" | "ios-remove-circle-sharp" | "ios-remove-outline" | "ios-remove-sharp" | "ios-reorder-four" | "ios-reorder-four-outline" | "ios-reorder-four-sharp" | "ios-reorder-three" | "ios-reorder-three-outline" | "ios-reorder-three-sharp" | "ios-reorder-two" | "ios-reorder-two-outline" | "ios-reorder-two-sharp" | "ios-repeat" | "ios-repeat-outline" | "ios-repeat-sharp" | "ios-resize" | "ios-resize-outline" | "ios-resize-sharp" | "ios-restaurant" | "ios-restaurant-outline" | "ios-restaurant-sharp" | "ios-return-down-back" | "ios-return-down-back-outline" | "ios-return-down-back-sharp" | "ios-return-down-forward" | "ios-return-down-forward-outline" | "ios-return-down-forward-sharp" | "ios-return-up-back" | "ios-return-up-back-outline" | "ios-return-up-back-sharp" | "ios-return-up-forward" | "ios-return-up-forward-outline" | "ios-return-up-forward-sharp" | "ios-ribbon" | "ios-ribbon-outline" | "ios-ribbon-sharp" | "ios-rocket" | "ios-rocket-outline" | "ios-rocket-sharp" | "ios-rose" | "ios-rose-outline" | "ios-rose-sharp" | "ios-sad" | "ios-sad-outline" | "ios-sad-sharp" | "ios-save" | "ios-save-outline" | "ios-save-sharp" | "ios-scan" | "ios-scan-circle" | "ios-scan-circle-outline" | "ios-scan-circle-sharp" | "ios-scan-outline" | "ios-scan-sharp" | "ios-school" | "ios-school-outline" | "ios-school-sharp" | "ios-search" | "ios-search-circle" | "ios-search-circle-outline" | "ios-search-circle-sharp" | "ios-search-outline" | "ios-search-sharp" | "ios-send" | "ios-send-outline" | "ios-send-sharp" | "ios-server" | "ios-server-outline" | "ios-server-sharp" | "ios-settings" | "ios-settings-outline" | "ios-settings-sharp" | "ios-shapes" | "ios-shapes-outline" | "ios-shapes-sharp" | "ios-share" | "ios-share-outline" | "ios-share-sharp" | "ios-share-social" | "ios-share-social-outline" | "ios-share-social-sharp" | "ios-shield" | "ios-shield-checkmark" | "ios-shield-checkmark-outline" | "ios-shield-checkmark-sharp" | "ios-shield-outline" | "ios-shield-sharp" | "ios-shirt" | "ios-shirt-outline" | "ios-shirt-sharp" | "ios-shuffle" | "ios-shuffle-outline" | "ios-shuffle-sharp" | "ios-skull" | "ios-skull-outline" | "ios-skull-sharp" | "ios-snow" | "ios-snow-outline" | "ios-snow-sharp" | "ios-speedometer" | "ios-speedometer-outline" | "ios-speedometer-sharp" | "ios-square" | "ios-square-outline" | "ios-square-sharp" | "ios-star" | "ios-star-half" | "ios-star-half-outline" | "ios-star-half-sharp" | "ios-star-outline" | "ios-star-sharp" | "ios-stats-chart" | "ios-stats-chart-outline" | "ios-stats-chart-sharp" | "ios-stop" | "ios-stop-circle" | "ios-stop-circle-outline" | "ios-stop-circle-sharp" | "ios-stop-outline" | "ios-stop-sharp" | "ios-stopwatch" | "ios-stopwatch-outline" | "ios-stopwatch-sharp" | "ios-subway" | "ios-subway-outline" | "ios-subway-sharp" | "ios-sunny" | "ios-sunny-outline" | "ios-sunny-sharp" | "ios-swap-horizontal" | "ios-swap-horizontal-outline" | "ios-swap-horizontal-sharp" | "ios-swap-vertical" | "ios-swap-vertical-outline" | "ios-swap-vertical-sharp" | "ios-sync" | "ios-sync-circle" | "ios-sync-circle-outline" | "ios-sync-circle-sharp" | "ios-sync-outline" | "ios-sync-sharp" | "ios-tablet-landscape" | "ios-tablet-landscape-outline" | "ios-tablet-landscape-sharp" | "ios-tablet-portrait" | "ios-tablet-portrait-outline" | "ios-tablet-portrait-sharp" | "ios-tennisball" | "ios-tennisball-outline" | "ios-tennisball-sharp" | "ios-terminal" | "ios-terminal-outline" | "ios-terminal-sharp" | "ios-text" | "ios-text-outline" | "ios-text-sharp" | "ios-thermometer" | "ios-thermometer-outline" | "ios-thermometer-sharp" | "ios-thumbs-down" | "ios-thumbs-down-outline" | "ios-thumbs-down-sharp" | "ios-thumbs-up" | "ios-thumbs-up-outline" | "ios-thumbs-up-sharp" | "ios-thunderstorm" | "ios-thunderstorm-outline" | "ios-thunderstorm-sharp" | "ios-time" | "ios-time-outline" | "ios-time-sharp" | "ios-timer" | "ios-timer-outline" | "ios-timer-sharp" | "ios-today" | "ios-today-outline" | "ios-today-sharp" | "ios-toggle" | "ios-toggle-outline" | "ios-toggle-sharp" | "ios-trail-sign" | "ios-trail-sign-outline" | "ios-trail-sign-sharp" | "ios-train" | "ios-train-outline" | "ios-train-sharp" | "ios-transgender" | "ios-transgender-outline" | "ios-transgender-sharp" | "ios-trash" | "ios-trash-bin" | "ios-trash-bin-outline" | "ios-trash-bin-sharp" | "ios-trash-outline" | "ios-trash-sharp" | "ios-trending-down" | "ios-trending-down-outline" | "ios-trending-down-sharp" | "ios-trending-up" | "ios-trending-up-outline" | "ios-trending-up-sharp" | "ios-triangle" | "ios-triangle-outline" | "ios-triangle-sharp" | "ios-trophy" | "ios-trophy-outline" | "ios-trophy-sharp" | "ios-tv" | "ios-tv-outline" | "ios-tv-sharp" | "ios-umbrella" | "ios-umbrella-outline" | "ios-umbrella-sharp" | "ios-videocam" | "ios-videocam-outline" | "ios-videocam-sharp" | "ios-volume-high" | "ios-volume-high-outline" | "ios-volume-high-sharp" | "ios-volume-low" | "ios-volume-low-outline" | "ios-volume-low-sharp" | "ios-volume-medium" | "ios-volume-medium-outline" | "ios-volume-medium-sharp" | "ios-volume-mute" | "ios-volume-mute-outline" | "ios-volume-mute-sharp" | "ios-volume-off" | "ios-volume-off-outline" | "ios-volume-off-sharp" | "ios-walk" | "ios-walk-outline" | "ios-walk-sharp" | "ios-wallet" | "ios-wallet-outline" | "ios-wallet-sharp" | "ios-warning" | "ios-warning-outline" | "ios-warning-sharp" | "ios-watch" | "ios-watch-outline" | "ios-watch-sharp" | "ios-water" | "ios-water-outline" | "ios-water-sharp" | "ios-wifi" | "ios-wifi-outline" | "ios-wifi-sharp" | "ios-wine" | "ios-wine-outline" | "ios-wine-sharp" | "ios-woman" | "ios-woman-outline" | "ios-woman-sharp" | "md-add" | "md-add-circle" | "md-add-circle-outline" | "md-add-circle-sharp" | "md-add-outline" | "md-add-sharp" | "md-airplane" | "md-airplane-outline" | "md-airplane-sharp" | "md-alarm" | "md-alarm-outline" | "md-alarm-sharp" | "md-albums" | "md-albums-outline" | "md-albums-sharp" | "md-alert" | "md-alert-circle" | "md-alert-circle-outline" | "md-alert-circle-sharp" | "md-alert-outline" | "md-alert-sharp" | "md-american-football" | "md-american-football-outline" | "md-american-football-sharp" | "md-analytics" | "md-analytics-outline" | "md-analytics-sharp" | "md-aperture" | "md-aperture-outline" | "md-aperture-sharp" | "md-apps" | "md-apps-outline" | "md-apps-sharp" | "md-archive" | "md-archive-outline" | "md-archive-sharp" | "md-arrow-back" | "md-arrow-back-circle" | "md-arrow-back-circle-outline" | "md-arrow-back-circle-sharp" | "md-arrow-back-outline" | "md-arrow-back-sharp" | "md-arrow-down" | "md-arrow-down-circle" | "md-arrow-down-circle-outline" | "md-arrow-down-circle-sharp" | "md-arrow-down-outline" | "md-arrow-down-sharp" | "md-arrow-forward" | "md-arrow-forward-circle" | "md-arrow-forward-circle-outline" | "md-arrow-forward-circle-sharp" | "md-arrow-forward-outline" | "md-arrow-forward-sharp" | "md-arrow-redo" | "md-arrow-redo-circle" | "md-arrow-redo-circle-outline" | "md-arrow-redo-circle-sharp" | "md-arrow-redo-outline" | "md-arrow-redo-sharp" | "md-arrow-undo" | "md-arrow-undo-circle" | "md-arrow-undo-circle-outline" | "md-arrow-undo-circle-sharp" | "md-arrow-undo-outline" | "md-arrow-undo-sharp" | "md-arrow-up" | "md-arrow-up-circle" | "md-arrow-up-circle-outline" | "md-arrow-up-circle-sharp" | "md-arrow-up-outline" | "md-arrow-up-sharp" | "md-at" | "md-at-circle" | "md-at-circle-outline" | "md-at-circle-sharp" | "md-at-outline" | "md-at-sharp" | "md-attach" | "md-attach-outline" | "md-attach-sharp" | "md-backspace" | "md-backspace-outline" | "md-backspace-sharp" | "md-bandage" | "md-bandage-outline" | "md-bandage-sharp" | "md-bar-chart" | "md-bar-chart-outline" | "md-bar-chart-sharp" | "md-barbell" | "md-barbell-outline" | "md-barbell-sharp" | "md-barcode" | "md-barcode-outline" | "md-barcode-sharp" | "md-baseball" | "md-baseball-outline" | "md-baseball-sharp" | "md-basket" | "md-basket-outline" | "md-basket-sharp" | "md-basketball" | "md-basketball-outline" | "md-basketball-sharp" | "md-battery-charging" | "md-battery-charging-outline" | "md-battery-charging-sharp" | "md-battery-dead" | "md-battery-dead-outline" | "md-battery-dead-sharp" | "md-battery-full" | "md-battery-full-outline" | "md-battery-full-sharp" | "md-battery-half" | "md-battery-half-outline" | "md-battery-half-sharp" | "md-beaker" | "md-beaker-outline" | "md-beaker-sharp" | "md-bed" | "md-bed-outline" | "md-bed-sharp" | "md-beer" | "md-beer-outline" | "md-beer-sharp" | "md-bicycle" | "md-bicycle-outline" | "md-bicycle-sharp" | "md-bluetooth" | "md-bluetooth-outline" | "md-bluetooth-sharp" | "md-boat" | "md-boat-outline" | "md-boat-sharp" | "md-body" | "md-body-outline" | "md-body-sharp" | "md-bonfire" | "md-bonfire-outline" | "md-bonfire-sharp" | "md-book" | "md-book-outline" | "md-book-sharp" | "md-bookmark" | "md-bookmark-outline" | "md-bookmark-sharp" | "md-bookmarks" | "md-bookmarks-outline" | "md-bookmarks-sharp" | "md-briefcase" | "md-briefcase-outline" | "md-briefcase-sharp" | "md-browsers" | "md-browsers-outline" | "md-browsers-sharp" | "md-brush" | "md-brush-outline" | "md-brush-sharp" | "md-bug" | "md-bug-outline" | "md-bug-sharp" | "md-build" | "md-build-outline" | "md-build-sharp" | "md-bulb" | "md-bulb-outline" | "md-bulb-sharp" | "md-bus" | "md-bus-outline" | "md-bus-sharp" | "md-business" | "md-business-outline" | "md-business-sharp" | "md-cafe" | "md-cafe-outline" | "md-cafe-sharp" | "md-calculator" | "md-calculator-outline" | "md-calculator-sharp" | "md-calendar" | "md-calendar-outline" | "md-calendar-sharp" | "md-call" | "md-call-outline" | "md-call-sharp" | "md-camera" | "md-camera-outline" | "md-camera-reverse" | "md-camera-reverse-outline" | "md-camera-reverse-sharp" | "md-camera-sharp" | "md-car" | "md-car-outline" | "md-car-sharp" | "md-car-sport" | "md-car-sport-outline" | "md-car-sport-sharp" | "md-card" | "md-card-outline" | "md-card-sharp" | "md-caret-back" | "md-caret-back-circle" | "md-caret-back-circle-outline" | "md-caret-back-circle-sharp" | "md-caret-back-outline" | "md-caret-back-sharp" | "md-caret-down" | "md-caret-down-circle" | "md-caret-down-circle-outline" | "md-caret-down-circle-sharp" | "md-caret-down-outline" | "md-caret-down-sharp" | "md-caret-forward" | "md-caret-forward-circle" | "md-caret-forward-circle-outline" | "md-caret-forward-circle-sharp" | "md-caret-forward-outline" | "md-caret-forward-sharp" | "md-caret-up" | "md-caret-up-circle" | "md-caret-up-circle-outline" | "md-caret-up-circle-sharp" | "md-caret-up-outline" | "md-caret-up-sharp" | "md-cart" | "md-cart-outline" | "md-cart-sharp" | "md-cash" | "md-cash-outline" | "md-cash-sharp" | "md-cellular" | "md-cellular-outline" | "md-cellular-sharp" | "md-chatbox" | "md-chatbox-ellipses" | "md-chatbox-ellipses-outline" | "md-chatbox-ellipses-sharp" | "md-chatbox-outline" | "md-chatbox-sharp" | "md-chatbubble" | "md-chatbubble-ellipses" | "md-chatbubble-ellipses-outline" | "md-chatbubble-ellipses-sharp" | "md-chatbubble-outline" | "md-chatbubble-sharp" | "md-chatbubbles" | "md-chatbubbles-outline" | "md-chatbubbles-sharp" | "md-checkbox" | "md-checkbox-outline" | "md-checkbox-sharp" | "md-checkmark" | "md-checkmark-circle" | "md-checkmark-circle-outline" | "md-checkmark-circle-sharp" | "md-checkmark-done" | "md-checkmark-done-circle" | "md-checkmark-done-circle-outline" | "md-checkmark-done-circle-sharp" | "md-checkmark-done-outline" | "md-checkmark-done-sharp" | "md-checkmark-outline" | "md-checkmark-sharp" | "md-chevron-back" | "md-chevron-back-circle" | "md-chevron-back-circle-outline" | "md-chevron-back-circle-sharp" | "md-chevron-back-outline" | "md-chevron-back-sharp" | "md-chevron-down" | "md-chevron-down-circle" | "md-chevron-down-circle-outline" | "md-chevron-down-circle-sharp" | "md-chevron-down-outline" | "md-chevron-down-sharp" | "md-chevron-forward" | "md-chevron-forward-circle" | "md-chevron-forward-circle-outline" | "md-chevron-forward-circle-sharp" | "md-chevron-forward-outline" | "md-chevron-forward-sharp" | "md-chevron-up" | "md-chevron-up-circle" | "md-chevron-up-circle-outline" | "md-chevron-up-circle-sharp" | "md-chevron-up-outline" | "md-chevron-up-sharp" | "md-clipboard" | "md-clipboard-outline" | "md-clipboard-sharp" | "md-close" | "md-close-circle" | "md-close-circle-outline" | "md-close-circle-sharp" | "md-close-outline" | "md-close-sharp" | "md-cloud" | "md-cloud-circle" | "md-cloud-circle-outline" | "md-cloud-circle-sharp" | "md-cloud-done" | "md-cloud-done-outline" | "md-cloud-done-sharp" | "md-cloud-download" | "md-cloud-download-outline" | "md-cloud-download-sharp" | "md-cloud-offline" | "md-cloud-offline-outline" | "md-cloud-offline-sharp" | "md-cloud-outline" | "md-cloud-sharp" | "md-cloud-upload" | "md-cloud-upload-outline" | "md-cloud-upload-sharp" | "md-cloudy" | "md-cloudy-night" | "md-cloudy-night-outline" | "md-cloudy-night-sharp" | "md-cloudy-outline" | "md-cloudy-sharp" | "md-code" | "md-code-download" | "md-code-download-outline" | "md-code-download-sharp" | "md-code-outline" | "md-code-sharp" | "md-code-slash" | "md-code-slash-outline" | "md-code-slash-sharp" | "md-code-working" | "md-code-working-outline" | "md-code-working-sharp" | "md-cog" | "md-cog-outline" | "md-cog-sharp" | "md-color-fill" | "md-color-fill-outline" | "md-color-fill-sharp" | "md-color-filter" | "md-color-filter-outline" | "md-color-filter-sharp" | "md-color-palette" | "md-color-palette-outline" | "md-color-palette-sharp" | "md-color-wand" | "md-color-wand-outline" | "md-color-wand-sharp" | "md-compass" | "md-compass-outline" | "md-compass-sharp" | "md-construct" | "md-construct-outline" | "md-construct-sharp" | "md-contract" | "md-contract-outline" | "md-contract-sharp" | "md-contrast" | "md-contrast-outline" | "md-contrast-sharp" | "md-copy" | "md-copy-outline" | "md-copy-sharp" | "md-create" | "md-create-outline" | "md-create-sharp" | "md-crop" | "md-crop-outline" | "md-crop-sharp" | "md-cube" | "md-cube-outline" | "md-cube-sharp" | "md-cut" | "md-cut-outline" | "md-cut-sharp" | "md-desktop" | "md-desktop-outline" | "md-desktop-sharp" | "md-disc" | "md-disc-outline" | "md-disc-sharp" | "md-document" | "md-document-attach" | "md-document-attach-outline" | "md-document-attach-sharp" | "md-document-outline" | "md-document-sharp" | "md-document-text" | "md-document-text-outline" | "md-document-text-sharp" | "md-documents" | "md-documents-outline" | "md-documents-sharp" | "md-download" | "md-download-outline" | "md-download-sharp" | "md-duplicate" | "md-duplicate-outline" | "md-duplicate-sharp" | "md-ear" | "md-ear-outline" | "md-ear-sharp" | "md-earth" | "md-earth-outline" | "md-earth-sharp" | "md-easel" | "md-easel-outline" | "md-easel-sharp" | "md-egg" | "md-egg-outline" | "md-egg-sharp" | "md-ellipse" | "md-ellipse-outline" | "md-ellipse-sharp" | "md-ellipsis-horizontal" | "md-ellipsis-horizontal-circle" | "md-ellipsis-horizontal-circle-outline" | "md-ellipsis-horizontal-circle-sharp" | "md-ellipsis-horizontal-outline" | "md-ellipsis-horizontal-sharp" | "md-ellipsis-vertical" | "md-ellipsis-vertical-circle" | "md-ellipsis-vertical-circle-outline" | "md-ellipsis-vertical-circle-sharp" | "md-ellipsis-vertical-outline" | "md-ellipsis-vertical-sharp" | "md-enter" | "md-enter-outline" | "md-enter-sharp" | "md-exit" | "md-exit-outline" | "md-exit-sharp" | "md-expand" | "md-expand-outline" | "md-expand-sharp" | "md-eye" | "md-eye-off" | "md-eye-off-outline" | "md-eye-off-sharp" | "md-eye-outline" | "md-eye-sharp" | "md-eyedrop" | "md-eyedrop-outline" | "md-eyedrop-sharp" | "md-fast-food" | "md-fast-food-outline" | "md-fast-food-sharp" | "md-female" | "md-female-outline" | "md-female-sharp" | "md-file-tray" | "md-file-tray-full" | "md-file-tray-full-outline" | "md-file-tray-full-sharp" | "md-file-tray-outline" | "md-file-tray-sharp" | "md-file-tray-stacked" | "md-file-tray-stacked-outline" | "md-file-tray-stacked-sharp" | "md-film" | "md-film-outline" | "md-film-sharp" | "md-filter" | "md-filter-outline" | "md-filter-sharp" | "md-finger-print" | "md-finger-print-outline" | "md-finger-print-sharp" | "md-fitness" | "md-fitness-outline" | "md-fitness-sharp" | "md-flag" | "md-flag-outline" | "md-flag-sharp" | "md-flame" | "md-flame-outline" | "md-flame-sharp" | "md-flash" | "md-flash-off" | "md-flash-off-outline" | "md-flash-off-sharp" | "md-flash-outline" | "md-flash-sharp" | "md-flashlight" | "md-flashlight-outline" | "md-flashlight-sharp" | "md-flask" | "md-flask-outline" | "md-flask-sharp" | "md-flower" | "md-flower-outline" | "md-flower-sharp" | "md-folder" | "md-folder-open" | "md-folder-open-outline" | "md-folder-open-sharp" | "md-folder-outline" | "md-folder-sharp" | "md-football" | "md-football-outline" | "md-football-sharp" | "md-funnel" | "md-funnel-outline" | "md-funnel-sharp" | "md-game-controller" | "md-game-controller-outline" | "md-game-controller-sharp" | "md-gift" | "md-gift-outline" | "md-gift-sharp" | "md-git-branch" | "md-git-branch-outline" | "md-git-branch-sharp" | "md-git-commit" | "md-git-commit-outline" | "md-git-commit-sharp" | "md-git-compare" | "md-git-compare-outline" | "md-git-compare-sharp" | "md-git-merge" | "md-git-merge-outline" | "md-git-merge-sharp" | "md-git-network" | "md-git-network-outline" | "md-git-network-sharp" | "md-git-pull-request" | "md-git-pull-request-outline" | "md-git-pull-request-sharp" | "md-glasses" | "md-glasses-outline" | "md-glasses-sharp" | "md-globe" | "md-globe-outline" | "md-globe-sharp" | "md-golf" | "md-golf-outline" | "md-golf-sharp" | "md-grid" | "md-grid-outline" | "md-grid-sharp" | "md-hammer" | "md-hammer-outline" | "md-hammer-sharp" | "md-hand-left" | "md-hand-left-outline" | "md-hand-left-sharp" | "md-hand-right" | "md-hand-right-outline" | "md-hand-right-sharp" | "md-happy" | "md-happy-outline" | "md-happy-sharp" | "md-hardware-chip" | "md-hardware-chip-outline" | "md-hardware-chip-sharp" | "md-headset" | "md-headset-outline" | "md-headset-sharp" | "md-heart" | "md-heart-circle" | "md-heart-circle-outline" | "md-heart-circle-sharp" | "md-heart-dislike" | "md-heart-dislike-circle" | "md-heart-dislike-circle-outline" | "md-heart-dislike-circle-sharp" | "md-heart-dislike-outline" | "md-heart-dislike-sharp" | "md-heart-half" | "md-heart-half-outline" | "md-heart-half-sharp" | "md-heart-outline" | "md-heart-sharp" | "md-help" | "md-help-buoy" | "md-help-buoy-outline" | "md-help-buoy-sharp" | "md-help-circle" | "md-help-circle-outline" | "md-help-circle-sharp" | "md-help-outline" | "md-help-sharp" | "md-home" | "md-home-outline" | "md-home-sharp" | "md-hourglass" | "md-hourglass-outline" | "md-hourglass-sharp" | "md-ice-cream" | "md-ice-cream-outline" | "md-ice-cream-sharp" | "md-image" | "md-image-outline" | "md-image-sharp" | "md-images" | "md-images-outline" | "md-images-sharp" | "md-infinite" | "md-infinite-outline" | "md-infinite-sharp" | "md-information" | "md-information-circle" | "md-information-circle-outline" | "md-information-circle-sharp" | "md-information-outline" | "md-information-sharp" | "md-journal" | "md-journal-outline" | "md-journal-sharp" | "md-key" | "md-key-outline" | "md-key-sharp" | "md-keypad" | "md-keypad-outline" | "md-keypad-sharp" | "md-language" | "md-language-outline" | "md-language-sharp" | "md-laptop" | "md-laptop-outline" | "md-laptop-sharp" | "md-layers" | "md-layers-outline" | "md-layers-sharp" | "md-leaf" | "md-leaf-outline" | "md-leaf-sharp" | "md-library" | "md-library-outline" | "md-library-sharp" | "md-link" | "md-link-outline" | "md-link-sharp" | "md-list" | "md-list-circle" | "md-list-circle-outline" | "md-list-circle-sharp" | "md-list-outline" | "md-list-sharp" | "md-locate" | "md-locate-outline" | "md-locate-sharp" | "md-location" | "md-location-outline" | "md-location-sharp" | "md-lock-closed" | "md-lock-closed-outline" | "md-lock-closed-sharp" | "md-lock-open" | "md-lock-open-outline" | "md-lock-open-sharp" | "md-log-in" | "md-log-in-outline" | "md-log-in-sharp" | "md-log-out" | "md-log-out-outline" | "md-log-out-sharp" | "md-logo-amazon" | "md-logo-amplify" | "md-logo-android" | "md-logo-angular" | "md-logo-apple" | "md-logo-apple-appstore" | "md-logo-bitbucket" | "md-logo-bitcoin" | "md-logo-buffer" | "md-logo-capacitor" | "md-logo-chrome" | "md-logo-closed-captioning" | "md-logo-codepen" | "md-logo-css3" | "md-logo-designernews" | "md-logo-dribbble" | "md-logo-dropbox" | "md-logo-edge" | "md-logo-electron" | "md-logo-euro" | "md-logo-facebook" | "md-logo-firebase" | "md-logo-firefox" | "md-logo-flickr" | "md-logo-foursquare" | "md-logo-github" | "md-logo-google" | "md-logo-google-playstore" | "md-logo-hackernews" | "md-logo-html5" | "md-logo-instagram" | "md-logo-ionic" | "md-logo-ionitron" | "md-logo-javascript" | "md-logo-laravel" | "md-logo-linkedin" | "md-logo-markdown" | "md-logo-no-smoking" | "md-logo-nodejs" | "md-logo-npm" | "md-logo-octocat" | "md-logo-pinterest" | "md-logo-playstation" | "md-logo-pwa" | "md-logo-python" | "md-logo-react" | "md-logo-reddit" | "md-logo-rss" | "md-logo-sass" | "md-logo-skype" | "md-logo-slack" | "md-logo-snapchat" | "md-logo-stackoverflow" | "md-logo-steam" | "md-logo-stencil" | "md-logo-tumblr" | "md-logo-tux" | "md-logo-twitch" | "md-logo-twitter" | "md-logo-usd" | "md-logo-vimeo" | "md-logo-vk" | "md-logo-vue" | "md-logo-web-component" | "md-logo-whatsapp" | "md-logo-windows" | "md-logo-wordpress" | "md-logo-xbox" | "md-logo-xing" | "md-logo-yahoo" | "md-logo-yen" | "md-logo-youtube" | "md-magnet" | "md-magnet-outline" | "md-magnet-sharp" | "md-mail" | "md-mail-open" | "md-mail-open-outline" | "md-mail-open-sharp" | "md-mail-outline" | "md-mail-sharp" | "md-mail-unread" | "md-mail-unread-outline" | "md-mail-unread-sharp" | "md-male" | "md-male-female" | "md-male-female-outline" | "md-male-female-sharp" | "md-male-outline" | "md-male-sharp" | "md-man" | "md-man-outline" | "md-man-sharp" | "md-map" | "md-map-outline" | "md-map-sharp" | "md-medal" | "md-medal-outline" | "md-medal-sharp" | "md-medical" | "md-medical-outline" | "md-medical-sharp" | "md-medkit" | "md-medkit-outline" | "md-medkit-sharp" | "md-megaphone" | "md-megaphone-outline" | "md-megaphone-sharp" | "md-menu" | "md-menu-outline" | "md-menu-sharp" | "md-mic" | "md-mic-circle" | "md-mic-circle-outline" | "md-mic-circle-sharp" | "md-mic-off" | "md-mic-off-circle" | "md-mic-off-circle-outline" | "md-mic-off-circle-sharp" | "md-mic-off-outline" | "md-mic-off-sharp" | "md-mic-outline" | "md-mic-sharp" | "md-moon" | "md-moon-outline" | "md-moon-sharp" | "md-move" | "md-move-outline" | "md-move-sharp" | "md-musical-note" | "md-musical-note-outline" | "md-musical-note-sharp" | "md-musical-notes" | "md-musical-notes-outline" | "md-musical-notes-sharp" | "md-navigate" | "md-navigate-circle" | "md-navigate-circle-outline" | "md-navigate-circle-sharp" | "md-navigate-outline" | "md-navigate-sharp" | "md-newspaper" | "md-newspaper-outline" | "md-newspaper-sharp" | "md-notifications" | "md-notifications-circle" | "md-notifications-circle-outline" | "md-notifications-circle-sharp" | "md-notifications-off" | "md-notifications-off-circle" | "md-notifications-off-circle-outline" | "md-notifications-off-circle-sharp" | "md-notifications-off-outline" | "md-notifications-off-sharp" | "md-notifications-outline" | "md-notifications-sharp" | "md-nuclear" | "md-nuclear-outline" | "md-nuclear-sharp" | "md-nutrition" | "md-nutrition-outline" | "md-nutrition-sharp" | "md-open" | "md-open-outline" | "md-open-sharp" | "md-options" | "md-options-outline" | "md-options-sharp" | "md-paper-plane" | "md-paper-plane-outline" | "md-paper-plane-sharp" | "md-partly-sunny" | "md-partly-sunny-outline" | "md-partly-sunny-sharp" | "md-pause" | "md-pause-circle" | "md-pause-circle-outline" | "md-pause-circle-sharp" | "md-pause-outline" | "md-pause-sharp" | "md-paw" | "md-paw-outline" | "md-paw-sharp" | "md-pencil" | "md-pencil-outline" | "md-pencil-sharp" | "md-people" | "md-people-circle" | "md-people-circle-outline" | "md-people-circle-sharp" | "md-people-outline" | "md-people-sharp" | "md-person" | "md-person-add" | "md-person-add-outline" | "md-person-add-sharp" | "md-person-circle" | "md-person-circle-outline" | "md-person-circle-sharp" | "md-person-outline" | "md-person-remove" | "md-person-remove-outline" | "md-person-remove-sharp" | "md-person-sharp" | "md-phone-landscape" | "md-phone-landscape-outline" | "md-phone-landscape-sharp" | "md-phone-portrait" | "md-phone-portrait-outline" | "md-phone-portrait-sharp" | "md-pie-chart" | "md-pie-chart-outline" | "md-pie-chart-sharp" | "md-pin" | "md-pin-outline" | "md-pin-sharp" | "md-pint" | "md-pint-outline" | "md-pint-sharp" | "md-pizza" | "md-pizza-outline" | "md-pizza-sharp" | "md-planet" | "md-planet-outline" | "md-planet-sharp" | "md-play" | "md-play-back" | "md-play-back-circle" | "md-play-back-circle-outline" | "md-play-back-circle-sharp" | "md-play-back-outline" | "md-play-back-sharp" | "md-play-circle" | "md-play-circle-outline" | "md-play-circle-sharp" | "md-play-forward" | "md-play-forward-circle" | "md-play-forward-circle-outline" | "md-play-forward-circle-sharp" | "md-play-forward-outline" | "md-play-forward-sharp" | "md-play-outline" | "md-play-sharp" | "md-play-skip-back" | "md-play-skip-back-circle" | "md-play-skip-back-circle-outline" | "md-play-skip-back-circle-sharp" | "md-play-skip-back-outline" | "md-play-skip-back-sharp" | "md-play-skip-forward" | "md-play-skip-forward-circle" | "md-play-skip-forward-circle-outline" | "md-play-skip-forward-circle-sharp" | "md-play-skip-forward-outline" | "md-play-skip-forward-sharp" | "md-podium" | "md-podium-outline" | "md-podium-sharp" | "md-power" | "md-power-outline" | "md-power-sharp" | "md-pricetag" | "md-pricetag-outline" | "md-pricetag-sharp" | "md-pricetags" | "md-pricetags-outline" | "md-pricetags-sharp" | "md-print" | "md-print-outline" | "md-print-sharp" | "md-pulse" | "md-pulse-outline" | "md-pulse-sharp" | "md-push" | "md-push-outline" | "md-push-sharp" | "md-qr-code" | "md-qr-code-outline" | "md-qr-code-sharp" | "md-radio" | "md-radio-button-off" | "md-radio-button-off-outline" | "md-radio-button-off-sharp" | "md-radio-button-on" | "md-radio-button-on-outline" | "md-radio-button-on-sharp" | "md-radio-outline" | "md-radio-sharp" | "md-rainy" | "md-rainy-outline" | "md-rainy-sharp" | "md-reader" | "md-reader-outline" | "md-reader-sharp" | "md-receipt" | "md-receipt-outline" | "md-receipt-sharp" | "md-recording" | "md-recording-outline" | "md-recording-sharp" | "md-refresh" | "md-refresh-circle" | "md-refresh-circle-outline" | "md-refresh-circle-sharp" | "md-refresh-outline" | "md-refresh-sharp" | "md-reload" | "md-reload-circle" | "md-reload-circle-outline" | "md-reload-circle-sharp" | "md-reload-outline" | "md-reload-sharp" | "md-remove" | "md-remove-circle" | "md-remove-circle-outline" | "md-remove-circle-sharp" | "md-remove-outline" | "md-remove-sharp" | "md-reorder-four" | "md-reorder-four-outline" | "md-reorder-four-sharp" | "md-reorder-three" | "md-reorder-three-outline" | "md-reorder-three-sharp" | "md-reorder-two" | "md-reorder-two-outline" | "md-reorder-two-sharp" | "md-repeat" | "md-repeat-outline" | "md-repeat-sharp" | "md-resize" | "md-resize-outline" | "md-resize-sharp" | "md-restaurant" | "md-restaurant-outline" | "md-restaurant-sharp" | "md-return-down-back" | "md-return-down-back-outline" | "md-return-down-back-sharp" | "md-return-down-forward" | "md-return-down-forward-outline" | "md-return-down-forward-sharp" | "md-return-up-back" | "md-return-up-back-outline" | "md-return-up-back-sharp" | "md-return-up-forward" | "md-return-up-forward-outline" | "md-return-up-forward-sharp" | "md-ribbon" | "md-ribbon-outline" | "md-ribbon-sharp" | "md-rocket" | "md-rocket-outline" | "md-rocket-sharp" | "md-rose" | "md-rose-outline" | "md-rose-sharp" | "md-sad" | "md-sad-outline" | "md-sad-sharp" | "md-save" | "md-save-outline" | "md-save-sharp" | "md-scan" | "md-scan-circle" | "md-scan-circle-outline" | "md-scan-circle-sharp" | "md-scan-outline" | "md-scan-sharp" | "md-school" | "md-school-outline" | "md-school-sharp" | "md-search" | "md-search-circle" | "md-search-circle-outline" | "md-search-circle-sharp" | "md-search-outline" | "md-search-sharp" | "md-send" | "md-send-outline" | "md-send-sharp" | "md-server" | "md-server-outline" | "md-server-sharp" | "md-settings" | "md-settings-outline" | "md-settings-sharp" | "md-shapes" | "md-shapes-outline" | "md-shapes-sharp" | "md-share" | "md-share-outline" | "md-share-sharp" | "md-share-social" | "md-share-social-outline" | "md-share-social-sharp" | "md-shield" | "md-shield-checkmark" | "md-shield-checkmark-outline" | "md-shield-checkmark-sharp" | "md-shield-outline" | "md-shield-sharp" | "md-shirt" | "md-shirt-outline" | "md-shirt-sharp" | "md-shuffle" | "md-shuffle-outline" | "md-shuffle-sharp" | "md-skull" | "md-skull-outline" | "md-skull-sharp" | "md-snow" | "md-snow-outline" | "md-snow-sharp" | "md-speedometer" | "md-speedometer-outline" | "md-speedometer-sharp" | "md-square" | "md-square-outline" | "md-square-sharp" | "md-star" | "md-star-half" | "md-star-half-outline" | "md-star-half-sharp" | "md-star-outline" | "md-star-sharp" | "md-stats-chart" | "md-stats-chart-outline" | "md-stats-chart-sharp" | "md-stop" | "md-stop-circle" | "md-stop-circle-outline" | "md-stop-circle-sharp" | "md-stop-outline" | "md-stop-sharp" | "md-stopwatch" | "md-stopwatch-outline" | "md-stopwatch-sharp" | "md-subway" | "md-subway-outline" | "md-subway-sharp" | "md-sunny" | "md-sunny-outline" | "md-sunny-sharp" | "md-swap-horizontal" | "md-swap-horizontal-outline" | "md-swap-horizontal-sharp" | "md-swap-vertical" | "md-swap-vertical-outline" | "md-swap-vertical-sharp" | "md-sync" | "md-sync-circle" | "md-sync-circle-outline" | "md-sync-circle-sharp" | "md-sync-outline" | "md-sync-sharp" | "md-tablet-landscape" | "md-tablet-landscape-outline" | "md-tablet-landscape-sharp" | "md-tablet-portrait" | "md-tablet-portrait-outline" | "md-tablet-portrait-sharp" | "md-tennisball" | "md-tennisball-outline" | "md-tennisball-sharp" | "md-terminal" | "md-terminal-outline" | "md-terminal-sharp" | "md-text" | "md-text-outline" | "md-text-sharp" | "md-thermometer" | "md-thermometer-outline" | "md-thermometer-sharp" | "md-thumbs-down" | "md-thumbs-down-outline" | "md-thumbs-down-sharp" | "md-thumbs-up" | "md-thumbs-up-outline" | "md-thumbs-up-sharp" | "md-thunderstorm" | "md-thunderstorm-outline" | "md-thunderstorm-sharp" | "md-time" | "md-time-outline" | "md-time-sharp" | "md-timer" | "md-timer-outline" | "md-timer-sharp" | "md-today" | "md-today-outline" | "md-today-sharp" | "md-toggle" | "md-toggle-outline" | "md-toggle-sharp" | "md-trail-sign" | "md-trail-sign-outline" | "md-trail-sign-sharp" | "md-train" | "md-train-outline" | "md-train-sharp" | "md-transgender" | "md-transgender-outline" | "md-transgender-sharp" | "md-trash" | "md-trash-bin" | "md-trash-bin-outline" | "md-trash-bin-sharp" | "md-trash-outline" | "md-trash-sharp" | "md-trending-down" | "md-trending-down-outline" | "md-trending-down-sharp" | "md-trending-up" | "md-trending-up-outline" | "md-trending-up-sharp" | "md-triangle" | "md-triangle-outline" | "md-triangle-sharp" | "md-trophy" | "md-trophy-outline" | "md-trophy-sharp" | "md-tv" | "md-tv-outline" | "md-tv-sharp" | "md-umbrella" | "md-umbrella-outline" | "md-umbrella-sharp" | "md-videocam" | "md-videocam-outline" | "md-videocam-sharp" | "md-volume-high" | "md-volume-high-outline" | "md-volume-high-sharp" | "md-volume-low" | "md-volume-low-outline" | "md-volume-low-sharp" | "md-volume-medium" | "md-volume-medium-outline" | "md-volume-medium-sharp" | "md-volume-mute" | "md-volume-mute-outline" | "md-volume-mute-sharp" | "md-volume-off" | "md-volume-off-outline" | "md-volume-off-sharp" | "md-walk" | "md-walk-outline" | "md-walk-sharp" | "md-wallet" | "md-wallet-outline" | "md-wallet-sharp" | "md-warning" | "md-warning-outline" | "md-warning-sharp" | "md-watch" | "md-watch-outline" | "md-watch-sharp" | "md-water" | "md-water-outline" | "md-water-sharp" | "md-wifi" | "md-wifi-outline" | "md-wifi-sharp" | "md-wine" | "md-wine-outline" | "md-wine-sharp" | "md-woman" | "md-woman-outline" | "md-woman-sharp", "ionicons">; +declare const _default: import("./createIconSet").Icon<"link" | "search" | "image" | "text" | "alert" | "checkbox" | "menu" | "radio" | "timer" | "key" | "repeat" | "at" | "body" | "code" | "map" | "time" | "ellipse" | "filter" | "stop" | "close" | "book" | "pause" | "mail" | "home" | "laptop" | "star" | "save" | "cloud" | "eye" | "camera" | "enter" | "heart" | "calculator" | "download" | "play" | "calendar" | "barcode" | "hourglass" | "flag" | "car" | "man" | "gift" | "wallet" | "woman" | "earth" | "wifi" | "sync" | "warning" | "archive" | "arrow-down" | "arrow-up" | "bookmark" | "bookmarks" | "briefcase" | "brush" | "bug" | "chevron-down" | "chevron-up" | "clipboard" | "cog" | "compass" | "copy" | "crop" | "document" | "documents" | "flash" | "flashlight" | "flower" | "folder" | "funnel" | "game-controller" | "globe" | "grid" | "help" | "images" | "language" | "layers" | "leaf" | "list" | "location" | "lock-open" | "log-out" | "magnet" | "medal" | "megaphone" | "mic" | "moon" | "notifications-off" | "paper-plane" | "pencil" | "pie-chart" | "pin" | "print" | "rocket" | "share" | "shield" | "shuffle" | "stopwatch" | "thermometer" | "thumbs-down" | "thumbs-up" | "trash" | "trophy" | "tv" | "water" | "cart" | "refresh" | "alert-circle" | "aperture" | "arrow-down-circle" | "arrow-up-circle" | "bar-chart" | "battery-charging" | "bluetooth" | "disc" | "eye-off" | "film" | "git-branch" | "git-commit" | "git-merge" | "git-pull-request" | "help-circle" | "log-in" | "mic-off" | "move" | "pause-circle" | "play-circle" | "power" | "send" | "server" | "settings" | "square" | "stop-circle" | "terminal" | "trending-down" | "trending-up" | "triangle" | "umbrella" | "watch" | "remove" | "volume-off" | "expand" | "folder-open" | "star-half" | "flask" | "cut" | "caret-down" | "caret-up" | "cloud-download" | "cloud-upload" | "medkit" | "beer" | "desktop" | "female" | "male" | "paw" | "cube" | "bicycle" | "bus" | "transgender" | "bed" | "train" | "subway" | "battery-full" | "battery-half" | "newspaper" | "backspace" | "egg" | "glasses" | "hammer" | "headset" | "ice-cream" | "receipt" | "ribbon" | "school" | "shapes" | "skull" | "volume-mute" | "navigate" | "person" | "cloudy" | "snow" | "bandage" | "pulse" | "contrast" | "male-female" | "tablet-landscape" | "tablet-portrait" | "add" | "add-circle" | "add-circle-outline" | "add-circle-sharp" | "add-outline" | "add-sharp" | "airplane" | "airplane-outline" | "airplane-sharp" | "alarm" | "alarm-outline" | "alarm-sharp" | "albums" | "albums-outline" | "albums-sharp" | "alert-circle-outline" | "alert-circle-sharp" | "alert-outline" | "alert-sharp" | "american-football" | "american-football-outline" | "american-football-sharp" | "analytics" | "analytics-outline" | "analytics-sharp" | "aperture-outline" | "aperture-sharp" | "apps" | "apps-outline" | "apps-sharp" | "archive-outline" | "archive-sharp" | "arrow-back" | "arrow-back-circle" | "arrow-back-circle-outline" | "arrow-back-circle-sharp" | "arrow-back-outline" | "arrow-back-sharp" | "arrow-down-circle-outline" | "arrow-down-circle-sharp" | "arrow-down-outline" | "arrow-down-sharp" | "arrow-forward" | "arrow-forward-circle" | "arrow-forward-circle-outline" | "arrow-forward-circle-sharp" | "arrow-forward-outline" | "arrow-forward-sharp" | "arrow-redo" | "arrow-redo-circle" | "arrow-redo-circle-outline" | "arrow-redo-circle-sharp" | "arrow-redo-outline" | "arrow-redo-sharp" | "arrow-undo" | "arrow-undo-circle" | "arrow-undo-circle-outline" | "arrow-undo-circle-sharp" | "arrow-undo-outline" | "arrow-undo-sharp" | "arrow-up-circle-outline" | "arrow-up-circle-sharp" | "arrow-up-outline" | "arrow-up-sharp" | "at-circle" | "at-circle-outline" | "at-circle-sharp" | "at-outline" | "at-sharp" | "attach" | "attach-outline" | "attach-sharp" | "backspace-outline" | "backspace-sharp" | "bandage-outline" | "bandage-sharp" | "bar-chart-outline" | "bar-chart-sharp" | "barbell" | "barbell-outline" | "barbell-sharp" | "barcode-outline" | "barcode-sharp" | "baseball" | "baseball-outline" | "baseball-sharp" | "basket" | "basket-outline" | "basket-sharp" | "basketball" | "basketball-outline" | "basketball-sharp" | "battery-charging-outline" | "battery-charging-sharp" | "battery-dead" | "battery-dead-outline" | "battery-dead-sharp" | "battery-full-outline" | "battery-full-sharp" | "battery-half-outline" | "battery-half-sharp" | "beaker" | "beaker-outline" | "beaker-sharp" | "bed-outline" | "bed-sharp" | "beer-outline" | "beer-sharp" | "bicycle-outline" | "bicycle-sharp" | "bluetooth-outline" | "bluetooth-sharp" | "boat" | "boat-outline" | "boat-sharp" | "body-outline" | "body-sharp" | "bonfire" | "bonfire-outline" | "bonfire-sharp" | "book-outline" | "book-sharp" | "bookmark-outline" | "bookmark-sharp" | "bookmarks-outline" | "bookmarks-sharp" | "briefcase-outline" | "briefcase-sharp" | "browsers" | "browsers-outline" | "browsers-sharp" | "brush-outline" | "brush-sharp" | "bug-outline" | "bug-sharp" | "build" | "build-outline" | "build-sharp" | "bulb" | "bulb-outline" | "bulb-sharp" | "bus-outline" | "bus-sharp" | "business" | "business-outline" | "business-sharp" | "cafe" | "cafe-outline" | "cafe-sharp" | "calculator-outline" | "calculator-sharp" | "calendar-outline" | "calendar-sharp" | "call" | "call-outline" | "call-sharp" | "camera-outline" | "camera-reverse" | "camera-reverse-outline" | "camera-reverse-sharp" | "camera-sharp" | "car-outline" | "car-sharp" | "car-sport" | "car-sport-outline" | "car-sport-sharp" | "card" | "card-outline" | "card-sharp" | "caret-back" | "caret-back-circle" | "caret-back-circle-outline" | "caret-back-circle-sharp" | "caret-back-outline" | "caret-back-sharp" | "caret-down-circle" | "caret-down-circle-outline" | "caret-down-circle-sharp" | "caret-down-outline" | "caret-down-sharp" | "caret-forward" | "caret-forward-circle" | "caret-forward-circle-outline" | "caret-forward-circle-sharp" | "caret-forward-outline" | "caret-forward-sharp" | "caret-up-circle" | "caret-up-circle-outline" | "caret-up-circle-sharp" | "caret-up-outline" | "caret-up-sharp" | "cart-outline" | "cart-sharp" | "cash" | "cash-outline" | "cash-sharp" | "cellular" | "cellular-outline" | "cellular-sharp" | "chatbox" | "chatbox-ellipses" | "chatbox-ellipses-outline" | "chatbox-ellipses-sharp" | "chatbox-outline" | "chatbox-sharp" | "chatbubble" | "chatbubble-ellipses" | "chatbubble-ellipses-outline" | "chatbubble-ellipses-sharp" | "chatbubble-outline" | "chatbubble-sharp" | "chatbubbles" | "chatbubbles-outline" | "chatbubbles-sharp" | "checkbox-outline" | "checkbox-sharp" | "checkmark" | "checkmark-circle" | "checkmark-circle-outline" | "checkmark-circle-sharp" | "checkmark-done" | "checkmark-done-circle" | "checkmark-done-circle-outline" | "checkmark-done-circle-sharp" | "checkmark-done-outline" | "checkmark-done-sharp" | "checkmark-outline" | "checkmark-sharp" | "chevron-back" | "chevron-back-circle" | "chevron-back-circle-outline" | "chevron-back-circle-sharp" | "chevron-back-outline" | "chevron-back-sharp" | "chevron-down-circle" | "chevron-down-circle-outline" | "chevron-down-circle-sharp" | "chevron-down-outline" | "chevron-down-sharp" | "chevron-forward" | "chevron-forward-circle" | "chevron-forward-circle-outline" | "chevron-forward-circle-sharp" | "chevron-forward-outline" | "chevron-forward-sharp" | "chevron-up-circle" | "chevron-up-circle-outline" | "chevron-up-circle-sharp" | "chevron-up-outline" | "chevron-up-sharp" | "clipboard-outline" | "clipboard-sharp" | "close-circle" | "close-circle-outline" | "close-circle-sharp" | "close-outline" | "close-sharp" | "cloud-circle" | "cloud-circle-outline" | "cloud-circle-sharp" | "cloud-done" | "cloud-done-outline" | "cloud-done-sharp" | "cloud-download-outline" | "cloud-download-sharp" | "cloud-offline" | "cloud-offline-outline" | "cloud-offline-sharp" | "cloud-outline" | "cloud-sharp" | "cloud-upload-outline" | "cloud-upload-sharp" | "cloudy-night" | "cloudy-night-outline" | "cloudy-night-sharp" | "cloudy-outline" | "cloudy-sharp" | "code-download" | "code-download-outline" | "code-download-sharp" | "code-outline" | "code-sharp" | "code-slash" | "code-slash-outline" | "code-slash-sharp" | "code-working" | "code-working-outline" | "code-working-sharp" | "cog-outline" | "cog-sharp" | "color-fill" | "color-fill-outline" | "color-fill-sharp" | "color-filter" | "color-filter-outline" | "color-filter-sharp" | "color-palette" | "color-palette-outline" | "color-palette-sharp" | "color-wand" | "color-wand-outline" | "color-wand-sharp" | "compass-outline" | "compass-sharp" | "construct" | "construct-outline" | "construct-sharp" | "contract" | "contract-outline" | "contract-sharp" | "contrast-outline" | "contrast-sharp" | "copy-outline" | "copy-sharp" | "create" | "create-outline" | "create-sharp" | "crop-outline" | "crop-sharp" | "cube-outline" | "cube-sharp" | "cut-outline" | "cut-sharp" | "desktop-outline" | "desktop-sharp" | "disc-outline" | "disc-sharp" | "document-attach" | "document-attach-outline" | "document-attach-sharp" | "document-outline" | "document-sharp" | "document-text" | "document-text-outline" | "document-text-sharp" | "documents-outline" | "documents-sharp" | "download-outline" | "download-sharp" | "duplicate" | "duplicate-outline" | "duplicate-sharp" | "ear" | "ear-outline" | "ear-sharp" | "earth-outline" | "earth-sharp" | "easel" | "easel-outline" | "easel-sharp" | "egg-outline" | "egg-sharp" | "ellipse-outline" | "ellipse-sharp" | "ellipsis-horizontal" | "ellipsis-horizontal-circle" | "ellipsis-horizontal-circle-outline" | "ellipsis-horizontal-circle-sharp" | "ellipsis-horizontal-outline" | "ellipsis-horizontal-sharp" | "ellipsis-vertical" | "ellipsis-vertical-circle" | "ellipsis-vertical-circle-outline" | "ellipsis-vertical-circle-sharp" | "ellipsis-vertical-outline" | "ellipsis-vertical-sharp" | "enter-outline" | "enter-sharp" | "exit" | "exit-outline" | "exit-sharp" | "expand-outline" | "expand-sharp" | "eye-off-outline" | "eye-off-sharp" | "eye-outline" | "eye-sharp" | "eyedrop" | "eyedrop-outline" | "eyedrop-sharp" | "fast-food" | "fast-food-outline" | "fast-food-sharp" | "female-outline" | "female-sharp" | "file-tray" | "file-tray-full" | "file-tray-full-outline" | "file-tray-full-sharp" | "file-tray-outline" | "file-tray-sharp" | "file-tray-stacked" | "file-tray-stacked-outline" | "file-tray-stacked-sharp" | "film-outline" | "film-sharp" | "filter-outline" | "filter-sharp" | "finger-print" | "finger-print-outline" | "finger-print-sharp" | "fitness" | "fitness-outline" | "fitness-sharp" | "flag-outline" | "flag-sharp" | "flame" | "flame-outline" | "flame-sharp" | "flash-off" | "flash-off-outline" | "flash-off-sharp" | "flash-outline" | "flash-sharp" | "flashlight-outline" | "flashlight-sharp" | "flask-outline" | "flask-sharp" | "flower-outline" | "flower-sharp" | "folder-open-outline" | "folder-open-sharp" | "folder-outline" | "folder-sharp" | "football" | "football-outline" | "football-sharp" | "funnel-outline" | "funnel-sharp" | "game-controller-outline" | "game-controller-sharp" | "gift-outline" | "gift-sharp" | "git-branch-outline" | "git-branch-sharp" | "git-commit-outline" | "git-commit-sharp" | "git-compare" | "git-compare-outline" | "git-compare-sharp" | "git-merge-outline" | "git-merge-sharp" | "git-network" | "git-network-outline" | "git-network-sharp" | "git-pull-request-outline" | "git-pull-request-sharp" | "glasses-outline" | "glasses-sharp" | "globe-outline" | "globe-sharp" | "golf" | "golf-outline" | "golf-sharp" | "grid-outline" | "grid-sharp" | "hammer-outline" | "hammer-sharp" | "hand-left" | "hand-left-outline" | "hand-left-sharp" | "hand-right" | "hand-right-outline" | "hand-right-sharp" | "happy" | "happy-outline" | "happy-sharp" | "hardware-chip" | "hardware-chip-outline" | "hardware-chip-sharp" | "headset-outline" | "headset-sharp" | "heart-circle" | "heart-circle-outline" | "heart-circle-sharp" | "heart-dislike" | "heart-dislike-circle" | "heart-dislike-circle-outline" | "heart-dislike-circle-sharp" | "heart-dislike-outline" | "heart-dislike-sharp" | "heart-half" | "heart-half-outline" | "heart-half-sharp" | "heart-outline" | "heart-sharp" | "help-buoy" | "help-buoy-outline" | "help-buoy-sharp" | "help-circle-outline" | "help-circle-sharp" | "help-outline" | "help-sharp" | "home-outline" | "home-sharp" | "hourglass-outline" | "hourglass-sharp" | "ice-cream-outline" | "ice-cream-sharp" | "image-outline" | "image-sharp" | "images-outline" | "images-sharp" | "infinite" | "infinite-outline" | "infinite-sharp" | "information" | "information-circle" | "information-circle-outline" | "information-circle-sharp" | "information-outline" | "information-sharp" | "journal" | "journal-outline" | "journal-sharp" | "key-outline" | "key-sharp" | "keypad" | "keypad-outline" | "keypad-sharp" | "language-outline" | "language-sharp" | "laptop-outline" | "laptop-sharp" | "layers-outline" | "layers-sharp" | "leaf-outline" | "leaf-sharp" | "library" | "library-outline" | "library-sharp" | "link-outline" | "link-sharp" | "list-circle" | "list-circle-outline" | "list-circle-sharp" | "list-outline" | "list-sharp" | "locate" | "locate-outline" | "locate-sharp" | "location-outline" | "location-sharp" | "lock-closed" | "lock-closed-outline" | "lock-closed-sharp" | "lock-open-outline" | "lock-open-sharp" | "log-in-outline" | "log-in-sharp" | "log-out-outline" | "log-out-sharp" | "logo-amazon" | "logo-amplify" | "logo-android" | "logo-angular" | "logo-apple" | "logo-apple-appstore" | "logo-bitbucket" | "logo-bitcoin" | "logo-buffer" | "logo-capacitor" | "logo-chrome" | "logo-closed-captioning" | "logo-codepen" | "logo-css3" | "logo-designernews" | "logo-dribbble" | "logo-dropbox" | "logo-edge" | "logo-electron" | "logo-euro" | "logo-facebook" | "logo-firebase" | "logo-firefox" | "logo-flickr" | "logo-foursquare" | "logo-github" | "logo-google" | "logo-google-playstore" | "logo-hackernews" | "logo-html5" | "logo-instagram" | "logo-ionic" | "logo-ionitron" | "logo-javascript" | "logo-laravel" | "logo-linkedin" | "logo-markdown" | "logo-no-smoking" | "logo-nodejs" | "logo-npm" | "logo-octocat" | "logo-pinterest" | "logo-playstation" | "logo-pwa" | "logo-python" | "logo-react" | "logo-reddit" | "logo-rss" | "logo-sass" | "logo-skype" | "logo-slack" | "logo-snapchat" | "logo-stackoverflow" | "logo-steam" | "logo-stencil" | "logo-tumblr" | "logo-tux" | "logo-twitch" | "logo-twitter" | "logo-usd" | "logo-vimeo" | "logo-vk" | "logo-vue" | "logo-web-component" | "logo-whatsapp" | "logo-windows" | "logo-wordpress" | "logo-xbox" | "logo-xing" | "logo-yahoo" | "logo-yen" | "logo-youtube" | "magnet-outline" | "magnet-sharp" | "mail-open" | "mail-open-outline" | "mail-open-sharp" | "mail-outline" | "mail-sharp" | "mail-unread" | "mail-unread-outline" | "mail-unread-sharp" | "male-female-outline" | "male-female-sharp" | "male-outline" | "male-sharp" | "man-outline" | "man-sharp" | "map-outline" | "map-sharp" | "medal-outline" | "medal-sharp" | "medical" | "medical-outline" | "medical-sharp" | "medkit-outline" | "medkit-sharp" | "megaphone-outline" | "megaphone-sharp" | "menu-outline" | "menu-sharp" | "mic-circle" | "mic-circle-outline" | "mic-circle-sharp" | "mic-off-circle" | "mic-off-circle-outline" | "mic-off-circle-sharp" | "mic-off-outline" | "mic-off-sharp" | "mic-outline" | "mic-sharp" | "moon-outline" | "moon-sharp" | "move-outline" | "move-sharp" | "musical-note" | "musical-note-outline" | "musical-note-sharp" | "musical-notes" | "musical-notes-outline" | "musical-notes-sharp" | "navigate-circle" | "navigate-circle-outline" | "navigate-circle-sharp" | "navigate-outline" | "navigate-sharp" | "newspaper-outline" | "newspaper-sharp" | "notifications" | "notifications-circle" | "notifications-circle-outline" | "notifications-circle-sharp" | "notifications-off-circle" | "notifications-off-circle-outline" | "notifications-off-circle-sharp" | "notifications-off-outline" | "notifications-off-sharp" | "notifications-outline" | "notifications-sharp" | "nuclear" | "nuclear-outline" | "nuclear-sharp" | "nutrition" | "nutrition-outline" | "nutrition-sharp" | "open" | "open-outline" | "open-sharp" | "options" | "options-outline" | "options-sharp" | "paper-plane-outline" | "paper-plane-sharp" | "partly-sunny" | "partly-sunny-outline" | "partly-sunny-sharp" | "pause-circle-outline" | "pause-circle-sharp" | "pause-outline" | "pause-sharp" | "paw-outline" | "paw-sharp" | "pencil-outline" | "pencil-sharp" | "people" | "people-circle" | "people-circle-outline" | "people-circle-sharp" | "people-outline" | "people-sharp" | "person-add" | "person-add-outline" | "person-add-sharp" | "person-circle" | "person-circle-outline" | "person-circle-sharp" | "person-outline" | "person-remove" | "person-remove-outline" | "person-remove-sharp" | "person-sharp" | "phone-landscape" | "phone-landscape-outline" | "phone-landscape-sharp" | "phone-portrait" | "phone-portrait-outline" | "phone-portrait-sharp" | "pie-chart-outline" | "pie-chart-sharp" | "pin-outline" | "pin-sharp" | "pint" | "pint-outline" | "pint-sharp" | "pizza" | "pizza-outline" | "pizza-sharp" | "planet" | "planet-outline" | "planet-sharp" | "play-back" | "play-back-circle" | "play-back-circle-outline" | "play-back-circle-sharp" | "play-back-outline" | "play-back-sharp" | "play-circle-outline" | "play-circle-sharp" | "play-forward" | "play-forward-circle" | "play-forward-circle-outline" | "play-forward-circle-sharp" | "play-forward-outline" | "play-forward-sharp" | "play-outline" | "play-sharp" | "play-skip-back" | "play-skip-back-circle" | "play-skip-back-circle-outline" | "play-skip-back-circle-sharp" | "play-skip-back-outline" | "play-skip-back-sharp" | "play-skip-forward" | "play-skip-forward-circle" | "play-skip-forward-circle-outline" | "play-skip-forward-circle-sharp" | "play-skip-forward-outline" | "play-skip-forward-sharp" | "podium" | "podium-outline" | "podium-sharp" | "power-outline" | "power-sharp" | "pricetag" | "pricetag-outline" | "pricetag-sharp" | "pricetags" | "pricetags-outline" | "pricetags-sharp" | "print-outline" | "print-sharp" | "pulse-outline" | "pulse-sharp" | "push" | "push-outline" | "push-sharp" | "qr-code" | "qr-code-outline" | "qr-code-sharp" | "radio-button-off" | "radio-button-off-outline" | "radio-button-off-sharp" | "radio-button-on" | "radio-button-on-outline" | "radio-button-on-sharp" | "radio-outline" | "radio-sharp" | "rainy" | "rainy-outline" | "rainy-sharp" | "reader" | "reader-outline" | "reader-sharp" | "receipt-outline" | "receipt-sharp" | "recording" | "recording-outline" | "recording-sharp" | "refresh-circle" | "refresh-circle-outline" | "refresh-circle-sharp" | "refresh-outline" | "refresh-sharp" | "reload" | "reload-circle" | "reload-circle-outline" | "reload-circle-sharp" | "reload-outline" | "reload-sharp" | "remove-circle" | "remove-circle-outline" | "remove-circle-sharp" | "remove-outline" | "remove-sharp" | "reorder-four" | "reorder-four-outline" | "reorder-four-sharp" | "reorder-three" | "reorder-three-outline" | "reorder-three-sharp" | "reorder-two" | "reorder-two-outline" | "reorder-two-sharp" | "repeat-outline" | "repeat-sharp" | "resize" | "resize-outline" | "resize-sharp" | "restaurant" | "restaurant-outline" | "restaurant-sharp" | "return-down-back" | "return-down-back-outline" | "return-down-back-sharp" | "return-down-forward" | "return-down-forward-outline" | "return-down-forward-sharp" | "return-up-back" | "return-up-back-outline" | "return-up-back-sharp" | "return-up-forward" | "return-up-forward-outline" | "return-up-forward-sharp" | "ribbon-outline" | "ribbon-sharp" | "rocket-outline" | "rocket-sharp" | "rose" | "rose-outline" | "rose-sharp" | "sad" | "sad-outline" | "sad-sharp" | "save-outline" | "save-sharp" | "scan" | "scan-circle" | "scan-circle-outline" | "scan-circle-sharp" | "scan-outline" | "scan-sharp" | "school-outline" | "school-sharp" | "search-circle" | "search-circle-outline" | "search-circle-sharp" | "search-outline" | "search-sharp" | "send-outline" | "send-sharp" | "server-outline" | "server-sharp" | "settings-outline" | "settings-sharp" | "shapes-outline" | "shapes-sharp" | "share-outline" | "share-sharp" | "share-social" | "share-social-outline" | "share-social-sharp" | "shield-checkmark" | "shield-checkmark-outline" | "shield-checkmark-sharp" | "shield-outline" | "shield-sharp" | "shirt" | "shirt-outline" | "shirt-sharp" | "shuffle-outline" | "shuffle-sharp" | "skull-outline" | "skull-sharp" | "snow-outline" | "snow-sharp" | "speedometer" | "speedometer-outline" | "speedometer-sharp" | "square-outline" | "square-sharp" | "star-half-outline" | "star-half-sharp" | "star-outline" | "star-sharp" | "stats-chart" | "stats-chart-outline" | "stats-chart-sharp" | "stop-circle-outline" | "stop-circle-sharp" | "stop-outline" | "stop-sharp" | "stopwatch-outline" | "stopwatch-sharp" | "subway-outline" | "subway-sharp" | "sunny" | "sunny-outline" | "sunny-sharp" | "swap-horizontal" | "swap-horizontal-outline" | "swap-horizontal-sharp" | "swap-vertical" | "swap-vertical-outline" | "swap-vertical-sharp" | "sync-circle" | "sync-circle-outline" | "sync-circle-sharp" | "sync-outline" | "sync-sharp" | "tablet-landscape-outline" | "tablet-landscape-sharp" | "tablet-portrait-outline" | "tablet-portrait-sharp" | "tennisball" | "tennisball-outline" | "tennisball-sharp" | "terminal-outline" | "terminal-sharp" | "text-outline" | "text-sharp" | "thermometer-outline" | "thermometer-sharp" | "thumbs-down-outline" | "thumbs-down-sharp" | "thumbs-up-outline" | "thumbs-up-sharp" | "thunderstorm" | "thunderstorm-outline" | "thunderstorm-sharp" | "time-outline" | "time-sharp" | "timer-outline" | "timer-sharp" | "today" | "today-outline" | "today-sharp" | "toggle" | "toggle-outline" | "toggle-sharp" | "trail-sign" | "trail-sign-outline" | "trail-sign-sharp" | "train-outline" | "train-sharp" | "transgender-outline" | "transgender-sharp" | "trash-bin" | "trash-bin-outline" | "trash-bin-sharp" | "trash-outline" | "trash-sharp" | "trending-down-outline" | "trending-down-sharp" | "trending-up-outline" | "trending-up-sharp" | "triangle-outline" | "triangle-sharp" | "trophy-outline" | "trophy-sharp" | "tv-outline" | "tv-sharp" | "umbrella-outline" | "umbrella-sharp" | "videocam" | "videocam-outline" | "videocam-sharp" | "volume-high" | "volume-high-outline" | "volume-high-sharp" | "volume-low" | "volume-low-outline" | "volume-low-sharp" | "volume-medium" | "volume-medium-outline" | "volume-medium-sharp" | "volume-mute-outline" | "volume-mute-sharp" | "volume-off-outline" | "volume-off-sharp" | "walk" | "walk-outline" | "walk-sharp" | "wallet-outline" | "wallet-sharp" | "warning-outline" | "warning-sharp" | "watch-outline" | "watch-sharp" | "water-outline" | "water-sharp" | "wifi-outline" | "wifi-sharp" | "wine" | "wine-outline" | "wine-sharp" | "woman-outline" | "woman-sharp" | "ios-add" | "ios-add-circle" | "ios-add-circle-outline" | "ios-add-circle-sharp" | "ios-add-outline" | "ios-add-sharp" | "ios-airplane" | "ios-airplane-outline" | "ios-airplane-sharp" | "ios-alarm" | "ios-alarm-outline" | "ios-alarm-sharp" | "ios-albums" | "ios-albums-outline" | "ios-albums-sharp" | "ios-alert" | "ios-alert-circle" | "ios-alert-circle-outline" | "ios-alert-circle-sharp" | "ios-alert-outline" | "ios-alert-sharp" | "ios-american-football" | "ios-american-football-outline" | "ios-american-football-sharp" | "ios-analytics" | "ios-analytics-outline" | "ios-analytics-sharp" | "ios-aperture" | "ios-aperture-outline" | "ios-aperture-sharp" | "ios-apps" | "ios-apps-outline" | "ios-apps-sharp" | "ios-archive" | "ios-archive-outline" | "ios-archive-sharp" | "ios-arrow-back" | "ios-arrow-back-circle" | "ios-arrow-back-circle-outline" | "ios-arrow-back-circle-sharp" | "ios-arrow-back-outline" | "ios-arrow-back-sharp" | "ios-arrow-down" | "ios-arrow-down-circle" | "ios-arrow-down-circle-outline" | "ios-arrow-down-circle-sharp" | "ios-arrow-down-outline" | "ios-arrow-down-sharp" | "ios-arrow-forward" | "ios-arrow-forward-circle" | "ios-arrow-forward-circle-outline" | "ios-arrow-forward-circle-sharp" | "ios-arrow-forward-outline" | "ios-arrow-forward-sharp" | "ios-arrow-redo" | "ios-arrow-redo-circle" | "ios-arrow-redo-circle-outline" | "ios-arrow-redo-circle-sharp" | "ios-arrow-redo-outline" | "ios-arrow-redo-sharp" | "ios-arrow-undo" | "ios-arrow-undo-circle" | "ios-arrow-undo-circle-outline" | "ios-arrow-undo-circle-sharp" | "ios-arrow-undo-outline" | "ios-arrow-undo-sharp" | "ios-arrow-up" | "ios-arrow-up-circle" | "ios-arrow-up-circle-outline" | "ios-arrow-up-circle-sharp" | "ios-arrow-up-outline" | "ios-arrow-up-sharp" | "ios-at" | "ios-at-circle" | "ios-at-circle-outline" | "ios-at-circle-sharp" | "ios-at-outline" | "ios-at-sharp" | "ios-attach" | "ios-attach-outline" | "ios-attach-sharp" | "ios-backspace" | "ios-backspace-outline" | "ios-backspace-sharp" | "ios-bandage" | "ios-bandage-outline" | "ios-bandage-sharp" | "ios-bar-chart" | "ios-bar-chart-outline" | "ios-bar-chart-sharp" | "ios-barbell" | "ios-barbell-outline" | "ios-barbell-sharp" | "ios-barcode" | "ios-barcode-outline" | "ios-barcode-sharp" | "ios-baseball" | "ios-baseball-outline" | "ios-baseball-sharp" | "ios-basket" | "ios-basket-outline" | "ios-basket-sharp" | "ios-basketball" | "ios-basketball-outline" | "ios-basketball-sharp" | "ios-battery-charging" | "ios-battery-charging-outline" | "ios-battery-charging-sharp" | "ios-battery-dead" | "ios-battery-dead-outline" | "ios-battery-dead-sharp" | "ios-battery-full" | "ios-battery-full-outline" | "ios-battery-full-sharp" | "ios-battery-half" | "ios-battery-half-outline" | "ios-battery-half-sharp" | "ios-beaker" | "ios-beaker-outline" | "ios-beaker-sharp" | "ios-bed" | "ios-bed-outline" | "ios-bed-sharp" | "ios-beer" | "ios-beer-outline" | "ios-beer-sharp" | "ios-bicycle" | "ios-bicycle-outline" | "ios-bicycle-sharp" | "ios-bluetooth" | "ios-bluetooth-outline" | "ios-bluetooth-sharp" | "ios-boat" | "ios-boat-outline" | "ios-boat-sharp" | "ios-body" | "ios-body-outline" | "ios-body-sharp" | "ios-bonfire" | "ios-bonfire-outline" | "ios-bonfire-sharp" | "ios-book" | "ios-book-outline" | "ios-book-sharp" | "ios-bookmark" | "ios-bookmark-outline" | "ios-bookmark-sharp" | "ios-bookmarks" | "ios-bookmarks-outline" | "ios-bookmarks-sharp" | "ios-briefcase" | "ios-briefcase-outline" | "ios-briefcase-sharp" | "ios-browsers" | "ios-browsers-outline" | "ios-browsers-sharp" | "ios-brush" | "ios-brush-outline" | "ios-brush-sharp" | "ios-bug" | "ios-bug-outline" | "ios-bug-sharp" | "ios-build" | "ios-build-outline" | "ios-build-sharp" | "ios-bulb" | "ios-bulb-outline" | "ios-bulb-sharp" | "ios-bus" | "ios-bus-outline" | "ios-bus-sharp" | "ios-business" | "ios-business-outline" | "ios-business-sharp" | "ios-cafe" | "ios-cafe-outline" | "ios-cafe-sharp" | "ios-calculator" | "ios-calculator-outline" | "ios-calculator-sharp" | "ios-calendar" | "ios-calendar-outline" | "ios-calendar-sharp" | "ios-call" | "ios-call-outline" | "ios-call-sharp" | "ios-camera" | "ios-camera-outline" | "ios-camera-reverse" | "ios-camera-reverse-outline" | "ios-camera-reverse-sharp" | "ios-camera-sharp" | "ios-car" | "ios-car-outline" | "ios-car-sharp" | "ios-car-sport" | "ios-car-sport-outline" | "ios-car-sport-sharp" | "ios-card" | "ios-card-outline" | "ios-card-sharp" | "ios-caret-back" | "ios-caret-back-circle" | "ios-caret-back-circle-outline" | "ios-caret-back-circle-sharp" | "ios-caret-back-outline" | "ios-caret-back-sharp" | "ios-caret-down" | "ios-caret-down-circle" | "ios-caret-down-circle-outline" | "ios-caret-down-circle-sharp" | "ios-caret-down-outline" | "ios-caret-down-sharp" | "ios-caret-forward" | "ios-caret-forward-circle" | "ios-caret-forward-circle-outline" | "ios-caret-forward-circle-sharp" | "ios-caret-forward-outline" | "ios-caret-forward-sharp" | "ios-caret-up" | "ios-caret-up-circle" | "ios-caret-up-circle-outline" | "ios-caret-up-circle-sharp" | "ios-caret-up-outline" | "ios-caret-up-sharp" | "ios-cart" | "ios-cart-outline" | "ios-cart-sharp" | "ios-cash" | "ios-cash-outline" | "ios-cash-sharp" | "ios-cellular" | "ios-cellular-outline" | "ios-cellular-sharp" | "ios-chatbox" | "ios-chatbox-ellipses" | "ios-chatbox-ellipses-outline" | "ios-chatbox-ellipses-sharp" | "ios-chatbox-outline" | "ios-chatbox-sharp" | "ios-chatbubble" | "ios-chatbubble-ellipses" | "ios-chatbubble-ellipses-outline" | "ios-chatbubble-ellipses-sharp" | "ios-chatbubble-outline" | "ios-chatbubble-sharp" | "ios-chatbubbles" | "ios-chatbubbles-outline" | "ios-chatbubbles-sharp" | "ios-checkbox" | "ios-checkbox-outline" | "ios-checkbox-sharp" | "ios-checkmark" | "ios-checkmark-circle" | "ios-checkmark-circle-outline" | "ios-checkmark-circle-sharp" | "ios-checkmark-done" | "ios-checkmark-done-circle" | "ios-checkmark-done-circle-outline" | "ios-checkmark-done-circle-sharp" | "ios-checkmark-done-outline" | "ios-checkmark-done-sharp" | "ios-checkmark-outline" | "ios-checkmark-sharp" | "ios-chevron-back" | "ios-chevron-back-circle" | "ios-chevron-back-circle-outline" | "ios-chevron-back-circle-sharp" | "ios-chevron-back-outline" | "ios-chevron-back-sharp" | "ios-chevron-down" | "ios-chevron-down-circle" | "ios-chevron-down-circle-outline" | "ios-chevron-down-circle-sharp" | "ios-chevron-down-outline" | "ios-chevron-down-sharp" | "ios-chevron-forward" | "ios-chevron-forward-circle" | "ios-chevron-forward-circle-outline" | "ios-chevron-forward-circle-sharp" | "ios-chevron-forward-outline" | "ios-chevron-forward-sharp" | "ios-chevron-up" | "ios-chevron-up-circle" | "ios-chevron-up-circle-outline" | "ios-chevron-up-circle-sharp" | "ios-chevron-up-outline" | "ios-chevron-up-sharp" | "ios-clipboard" | "ios-clipboard-outline" | "ios-clipboard-sharp" | "ios-close" | "ios-close-circle" | "ios-close-circle-outline" | "ios-close-circle-sharp" | "ios-close-outline" | "ios-close-sharp" | "ios-cloud" | "ios-cloud-circle" | "ios-cloud-circle-outline" | "ios-cloud-circle-sharp" | "ios-cloud-done" | "ios-cloud-done-outline" | "ios-cloud-done-sharp" | "ios-cloud-download" | "ios-cloud-download-outline" | "ios-cloud-download-sharp" | "ios-cloud-offline" | "ios-cloud-offline-outline" | "ios-cloud-offline-sharp" | "ios-cloud-outline" | "ios-cloud-sharp" | "ios-cloud-upload" | "ios-cloud-upload-outline" | "ios-cloud-upload-sharp" | "ios-cloudy" | "ios-cloudy-night" | "ios-cloudy-night-outline" | "ios-cloudy-night-sharp" | "ios-cloudy-outline" | "ios-cloudy-sharp" | "ios-code" | "ios-code-download" | "ios-code-download-outline" | "ios-code-download-sharp" | "ios-code-outline" | "ios-code-sharp" | "ios-code-slash" | "ios-code-slash-outline" | "ios-code-slash-sharp" | "ios-code-working" | "ios-code-working-outline" | "ios-code-working-sharp" | "ios-cog" | "ios-cog-outline" | "ios-cog-sharp" | "ios-color-fill" | "ios-color-fill-outline" | "ios-color-fill-sharp" | "ios-color-filter" | "ios-color-filter-outline" | "ios-color-filter-sharp" | "ios-color-palette" | "ios-color-palette-outline" | "ios-color-palette-sharp" | "ios-color-wand" | "ios-color-wand-outline" | "ios-color-wand-sharp" | "ios-compass" | "ios-compass-outline" | "ios-compass-sharp" | "ios-construct" | "ios-construct-outline" | "ios-construct-sharp" | "ios-contract" | "ios-contract-outline" | "ios-contract-sharp" | "ios-contrast" | "ios-contrast-outline" | "ios-contrast-sharp" | "ios-copy" | "ios-copy-outline" | "ios-copy-sharp" | "ios-create" | "ios-create-outline" | "ios-create-sharp" | "ios-crop" | "ios-crop-outline" | "ios-crop-sharp" | "ios-cube" | "ios-cube-outline" | "ios-cube-sharp" | "ios-cut" | "ios-cut-outline" | "ios-cut-sharp" | "ios-desktop" | "ios-desktop-outline" | "ios-desktop-sharp" | "ios-disc" | "ios-disc-outline" | "ios-disc-sharp" | "ios-document" | "ios-document-attach" | "ios-document-attach-outline" | "ios-document-attach-sharp" | "ios-document-outline" | "ios-document-sharp" | "ios-document-text" | "ios-document-text-outline" | "ios-document-text-sharp" | "ios-documents" | "ios-documents-outline" | "ios-documents-sharp" | "ios-download" | "ios-download-outline" | "ios-download-sharp" | "ios-duplicate" | "ios-duplicate-outline" | "ios-duplicate-sharp" | "ios-ear" | "ios-ear-outline" | "ios-ear-sharp" | "ios-earth" | "ios-earth-outline" | "ios-earth-sharp" | "ios-easel" | "ios-easel-outline" | "ios-easel-sharp" | "ios-egg" | "ios-egg-outline" | "ios-egg-sharp" | "ios-ellipse" | "ios-ellipse-outline" | "ios-ellipse-sharp" | "ios-ellipsis-horizontal" | "ios-ellipsis-horizontal-circle" | "ios-ellipsis-horizontal-circle-outline" | "ios-ellipsis-horizontal-circle-sharp" | "ios-ellipsis-horizontal-outline" | "ios-ellipsis-horizontal-sharp" | "ios-ellipsis-vertical" | "ios-ellipsis-vertical-circle" | "ios-ellipsis-vertical-circle-outline" | "ios-ellipsis-vertical-circle-sharp" | "ios-ellipsis-vertical-outline" | "ios-ellipsis-vertical-sharp" | "ios-enter" | "ios-enter-outline" | "ios-enter-sharp" | "ios-exit" | "ios-exit-outline" | "ios-exit-sharp" | "ios-expand" | "ios-expand-outline" | "ios-expand-sharp" | "ios-eye" | "ios-eye-off" | "ios-eye-off-outline" | "ios-eye-off-sharp" | "ios-eye-outline" | "ios-eye-sharp" | "ios-eyedrop" | "ios-eyedrop-outline" | "ios-eyedrop-sharp" | "ios-fast-food" | "ios-fast-food-outline" | "ios-fast-food-sharp" | "ios-female" | "ios-female-outline" | "ios-female-sharp" | "ios-file-tray" | "ios-file-tray-full" | "ios-file-tray-full-outline" | "ios-file-tray-full-sharp" | "ios-file-tray-outline" | "ios-file-tray-sharp" | "ios-file-tray-stacked" | "ios-file-tray-stacked-outline" | "ios-file-tray-stacked-sharp" | "ios-film" | "ios-film-outline" | "ios-film-sharp" | "ios-filter" | "ios-filter-outline" | "ios-filter-sharp" | "ios-finger-print" | "ios-finger-print-outline" | "ios-finger-print-sharp" | "ios-fitness" | "ios-fitness-outline" | "ios-fitness-sharp" | "ios-flag" | "ios-flag-outline" | "ios-flag-sharp" | "ios-flame" | "ios-flame-outline" | "ios-flame-sharp" | "ios-flash" | "ios-flash-off" | "ios-flash-off-outline" | "ios-flash-off-sharp" | "ios-flash-outline" | "ios-flash-sharp" | "ios-flashlight" | "ios-flashlight-outline" | "ios-flashlight-sharp" | "ios-flask" | "ios-flask-outline" | "ios-flask-sharp" | "ios-flower" | "ios-flower-outline" | "ios-flower-sharp" | "ios-folder" | "ios-folder-open" | "ios-folder-open-outline" | "ios-folder-open-sharp" | "ios-folder-outline" | "ios-folder-sharp" | "ios-football" | "ios-football-outline" | "ios-football-sharp" | "ios-funnel" | "ios-funnel-outline" | "ios-funnel-sharp" | "ios-game-controller" | "ios-game-controller-outline" | "ios-game-controller-sharp" | "ios-gift" | "ios-gift-outline" | "ios-gift-sharp" | "ios-git-branch" | "ios-git-branch-outline" | "ios-git-branch-sharp" | "ios-git-commit" | "ios-git-commit-outline" | "ios-git-commit-sharp" | "ios-git-compare" | "ios-git-compare-outline" | "ios-git-compare-sharp" | "ios-git-merge" | "ios-git-merge-outline" | "ios-git-merge-sharp" | "ios-git-network" | "ios-git-network-outline" | "ios-git-network-sharp" | "ios-git-pull-request" | "ios-git-pull-request-outline" | "ios-git-pull-request-sharp" | "ios-glasses" | "ios-glasses-outline" | "ios-glasses-sharp" | "ios-globe" | "ios-globe-outline" | "ios-globe-sharp" | "ios-golf" | "ios-golf-outline" | "ios-golf-sharp" | "ios-grid" | "ios-grid-outline" | "ios-grid-sharp" | "ios-hammer" | "ios-hammer-outline" | "ios-hammer-sharp" | "ios-hand-left" | "ios-hand-left-outline" | "ios-hand-left-sharp" | "ios-hand-right" | "ios-hand-right-outline" | "ios-hand-right-sharp" | "ios-happy" | "ios-happy-outline" | "ios-happy-sharp" | "ios-hardware-chip" | "ios-hardware-chip-outline" | "ios-hardware-chip-sharp" | "ios-headset" | "ios-headset-outline" | "ios-headset-sharp" | "ios-heart" | "ios-heart-circle" | "ios-heart-circle-outline" | "ios-heart-circle-sharp" | "ios-heart-dislike" | "ios-heart-dislike-circle" | "ios-heart-dislike-circle-outline" | "ios-heart-dislike-circle-sharp" | "ios-heart-dislike-outline" | "ios-heart-dislike-sharp" | "ios-heart-half" | "ios-heart-half-outline" | "ios-heart-half-sharp" | "ios-heart-outline" | "ios-heart-sharp" | "ios-help" | "ios-help-buoy" | "ios-help-buoy-outline" | "ios-help-buoy-sharp" | "ios-help-circle" | "ios-help-circle-outline" | "ios-help-circle-sharp" | "ios-help-outline" | "ios-help-sharp" | "ios-home" | "ios-home-outline" | "ios-home-sharp" | "ios-hourglass" | "ios-hourglass-outline" | "ios-hourglass-sharp" | "ios-ice-cream" | "ios-ice-cream-outline" | "ios-ice-cream-sharp" | "ios-image" | "ios-image-outline" | "ios-image-sharp" | "ios-images" | "ios-images-outline" | "ios-images-sharp" | "ios-infinite" | "ios-infinite-outline" | "ios-infinite-sharp" | "ios-information" | "ios-information-circle" | "ios-information-circle-outline" | "ios-information-circle-sharp" | "ios-information-outline" | "ios-information-sharp" | "ios-journal" | "ios-journal-outline" | "ios-journal-sharp" | "ios-key" | "ios-key-outline" | "ios-key-sharp" | "ios-keypad" | "ios-keypad-outline" | "ios-keypad-sharp" | "ios-language" | "ios-language-outline" | "ios-language-sharp" | "ios-laptop" | "ios-laptop-outline" | "ios-laptop-sharp" | "ios-layers" | "ios-layers-outline" | "ios-layers-sharp" | "ios-leaf" | "ios-leaf-outline" | "ios-leaf-sharp" | "ios-library" | "ios-library-outline" | "ios-library-sharp" | "ios-link" | "ios-link-outline" | "ios-link-sharp" | "ios-list" | "ios-list-circle" | "ios-list-circle-outline" | "ios-list-circle-sharp" | "ios-list-outline" | "ios-list-sharp" | "ios-locate" | "ios-locate-outline" | "ios-locate-sharp" | "ios-location" | "ios-location-outline" | "ios-location-sharp" | "ios-lock-closed" | "ios-lock-closed-outline" | "ios-lock-closed-sharp" | "ios-lock-open" | "ios-lock-open-outline" | "ios-lock-open-sharp" | "ios-log-in" | "ios-log-in-outline" | "ios-log-in-sharp" | "ios-log-out" | "ios-log-out-outline" | "ios-log-out-sharp" | "ios-logo-amazon" | "ios-logo-amplify" | "ios-logo-android" | "ios-logo-angular" | "ios-logo-apple" | "ios-logo-apple-appstore" | "ios-logo-bitbucket" | "ios-logo-bitcoin" | "ios-logo-buffer" | "ios-logo-capacitor" | "ios-logo-chrome" | "ios-logo-closed-captioning" | "ios-logo-codepen" | "ios-logo-css3" | "ios-logo-designernews" | "ios-logo-dribbble" | "ios-logo-dropbox" | "ios-logo-edge" | "ios-logo-electron" | "ios-logo-euro" | "ios-logo-facebook" | "ios-logo-firebase" | "ios-logo-firefox" | "ios-logo-flickr" | "ios-logo-foursquare" | "ios-logo-github" | "ios-logo-google" | "ios-logo-google-playstore" | "ios-logo-hackernews" | "ios-logo-html5" | "ios-logo-instagram" | "ios-logo-ionic" | "ios-logo-ionitron" | "ios-logo-javascript" | "ios-logo-laravel" | "ios-logo-linkedin" | "ios-logo-markdown" | "ios-logo-no-smoking" | "ios-logo-nodejs" | "ios-logo-npm" | "ios-logo-octocat" | "ios-logo-pinterest" | "ios-logo-playstation" | "ios-logo-pwa" | "ios-logo-python" | "ios-logo-react" | "ios-logo-reddit" | "ios-logo-rss" | "ios-logo-sass" | "ios-logo-skype" | "ios-logo-slack" | "ios-logo-snapchat" | "ios-logo-stackoverflow" | "ios-logo-steam" | "ios-logo-stencil" | "ios-logo-tumblr" | "ios-logo-tux" | "ios-logo-twitch" | "ios-logo-twitter" | "ios-logo-usd" | "ios-logo-vimeo" | "ios-logo-vk" | "ios-logo-vue" | "ios-logo-web-component" | "ios-logo-whatsapp" | "ios-logo-windows" | "ios-logo-wordpress" | "ios-logo-xbox" | "ios-logo-xing" | "ios-logo-yahoo" | "ios-logo-yen" | "ios-logo-youtube" | "ios-magnet" | "ios-magnet-outline" | "ios-magnet-sharp" | "ios-mail" | "ios-mail-open" | "ios-mail-open-outline" | "ios-mail-open-sharp" | "ios-mail-outline" | "ios-mail-sharp" | "ios-mail-unread" | "ios-mail-unread-outline" | "ios-mail-unread-sharp" | "ios-male" | "ios-male-female" | "ios-male-female-outline" | "ios-male-female-sharp" | "ios-male-outline" | "ios-male-sharp" | "ios-man" | "ios-man-outline" | "ios-man-sharp" | "ios-map" | "ios-map-outline" | "ios-map-sharp" | "ios-medal" | "ios-medal-outline" | "ios-medal-sharp" | "ios-medical" | "ios-medical-outline" | "ios-medical-sharp" | "ios-medkit" | "ios-medkit-outline" | "ios-medkit-sharp" | "ios-megaphone" | "ios-megaphone-outline" | "ios-megaphone-sharp" | "ios-menu" | "ios-menu-outline" | "ios-menu-sharp" | "ios-mic" | "ios-mic-circle" | "ios-mic-circle-outline" | "ios-mic-circle-sharp" | "ios-mic-off" | "ios-mic-off-circle" | "ios-mic-off-circle-outline" | "ios-mic-off-circle-sharp" | "ios-mic-off-outline" | "ios-mic-off-sharp" | "ios-mic-outline" | "ios-mic-sharp" | "ios-moon" | "ios-moon-outline" | "ios-moon-sharp" | "ios-move" | "ios-move-outline" | "ios-move-sharp" | "ios-musical-note" | "ios-musical-note-outline" | "ios-musical-note-sharp" | "ios-musical-notes" | "ios-musical-notes-outline" | "ios-musical-notes-sharp" | "ios-navigate" | "ios-navigate-circle" | "ios-navigate-circle-outline" | "ios-navigate-circle-sharp" | "ios-navigate-outline" | "ios-navigate-sharp" | "ios-newspaper" | "ios-newspaper-outline" | "ios-newspaper-sharp" | "ios-notifications" | "ios-notifications-circle" | "ios-notifications-circle-outline" | "ios-notifications-circle-sharp" | "ios-notifications-off" | "ios-notifications-off-circle" | "ios-notifications-off-circle-outline" | "ios-notifications-off-circle-sharp" | "ios-notifications-off-outline" | "ios-notifications-off-sharp" | "ios-notifications-outline" | "ios-notifications-sharp" | "ios-nuclear" | "ios-nuclear-outline" | "ios-nuclear-sharp" | "ios-nutrition" | "ios-nutrition-outline" | "ios-nutrition-sharp" | "ios-open" | "ios-open-outline" | "ios-open-sharp" | "ios-options" | "ios-options-outline" | "ios-options-sharp" | "ios-paper-plane" | "ios-paper-plane-outline" | "ios-paper-plane-sharp" | "ios-partly-sunny" | "ios-partly-sunny-outline" | "ios-partly-sunny-sharp" | "ios-pause" | "ios-pause-circle" | "ios-pause-circle-outline" | "ios-pause-circle-sharp" | "ios-pause-outline" | "ios-pause-sharp" | "ios-paw" | "ios-paw-outline" | "ios-paw-sharp" | "ios-pencil" | "ios-pencil-outline" | "ios-pencil-sharp" | "ios-people" | "ios-people-circle" | "ios-people-circle-outline" | "ios-people-circle-sharp" | "ios-people-outline" | "ios-people-sharp" | "ios-person" | "ios-person-add" | "ios-person-add-outline" | "ios-person-add-sharp" | "ios-person-circle" | "ios-person-circle-outline" | "ios-person-circle-sharp" | "ios-person-outline" | "ios-person-remove" | "ios-person-remove-outline" | "ios-person-remove-sharp" | "ios-person-sharp" | "ios-phone-landscape" | "ios-phone-landscape-outline" | "ios-phone-landscape-sharp" | "ios-phone-portrait" | "ios-phone-portrait-outline" | "ios-phone-portrait-sharp" | "ios-pie-chart" | "ios-pie-chart-outline" | "ios-pie-chart-sharp" | "ios-pin" | "ios-pin-outline" | "ios-pin-sharp" | "ios-pint" | "ios-pint-outline" | "ios-pint-sharp" | "ios-pizza" | "ios-pizza-outline" | "ios-pizza-sharp" | "ios-planet" | "ios-planet-outline" | "ios-planet-sharp" | "ios-play" | "ios-play-back" | "ios-play-back-circle" | "ios-play-back-circle-outline" | "ios-play-back-circle-sharp" | "ios-play-back-outline" | "ios-play-back-sharp" | "ios-play-circle" | "ios-play-circle-outline" | "ios-play-circle-sharp" | "ios-play-forward" | "ios-play-forward-circle" | "ios-play-forward-circle-outline" | "ios-play-forward-circle-sharp" | "ios-play-forward-outline" | "ios-play-forward-sharp" | "ios-play-outline" | "ios-play-sharp" | "ios-play-skip-back" | "ios-play-skip-back-circle" | "ios-play-skip-back-circle-outline" | "ios-play-skip-back-circle-sharp" | "ios-play-skip-back-outline" | "ios-play-skip-back-sharp" | "ios-play-skip-forward" | "ios-play-skip-forward-circle" | "ios-play-skip-forward-circle-outline" | "ios-play-skip-forward-circle-sharp" | "ios-play-skip-forward-outline" | "ios-play-skip-forward-sharp" | "ios-podium" | "ios-podium-outline" | "ios-podium-sharp" | "ios-power" | "ios-power-outline" | "ios-power-sharp" | "ios-pricetag" | "ios-pricetag-outline" | "ios-pricetag-sharp" | "ios-pricetags" | "ios-pricetags-outline" | "ios-pricetags-sharp" | "ios-print" | "ios-print-outline" | "ios-print-sharp" | "ios-pulse" | "ios-pulse-outline" | "ios-pulse-sharp" | "ios-push" | "ios-push-outline" | "ios-push-sharp" | "ios-qr-code" | "ios-qr-code-outline" | "ios-qr-code-sharp" | "ios-radio" | "ios-radio-button-off" | "ios-radio-button-off-outline" | "ios-radio-button-off-sharp" | "ios-radio-button-on" | "ios-radio-button-on-outline" | "ios-radio-button-on-sharp" | "ios-radio-outline" | "ios-radio-sharp" | "ios-rainy" | "ios-rainy-outline" | "ios-rainy-sharp" | "ios-reader" | "ios-reader-outline" | "ios-reader-sharp" | "ios-receipt" | "ios-receipt-outline" | "ios-receipt-sharp" | "ios-recording" | "ios-recording-outline" | "ios-recording-sharp" | "ios-refresh" | "ios-refresh-circle" | "ios-refresh-circle-outline" | "ios-refresh-circle-sharp" | "ios-refresh-outline" | "ios-refresh-sharp" | "ios-reload" | "ios-reload-circle" | "ios-reload-circle-outline" | "ios-reload-circle-sharp" | "ios-reload-outline" | "ios-reload-sharp" | "ios-remove" | "ios-remove-circle" | "ios-remove-circle-outline" | "ios-remove-circle-sharp" | "ios-remove-outline" | "ios-remove-sharp" | "ios-reorder-four" | "ios-reorder-four-outline" | "ios-reorder-four-sharp" | "ios-reorder-three" | "ios-reorder-three-outline" | "ios-reorder-three-sharp" | "ios-reorder-two" | "ios-reorder-two-outline" | "ios-reorder-two-sharp" | "ios-repeat" | "ios-repeat-outline" | "ios-repeat-sharp" | "ios-resize" | "ios-resize-outline" | "ios-resize-sharp" | "ios-restaurant" | "ios-restaurant-outline" | "ios-restaurant-sharp" | "ios-return-down-back" | "ios-return-down-back-outline" | "ios-return-down-back-sharp" | "ios-return-down-forward" | "ios-return-down-forward-outline" | "ios-return-down-forward-sharp" | "ios-return-up-back" | "ios-return-up-back-outline" | "ios-return-up-back-sharp" | "ios-return-up-forward" | "ios-return-up-forward-outline" | "ios-return-up-forward-sharp" | "ios-ribbon" | "ios-ribbon-outline" | "ios-ribbon-sharp" | "ios-rocket" | "ios-rocket-outline" | "ios-rocket-sharp" | "ios-rose" | "ios-rose-outline" | "ios-rose-sharp" | "ios-sad" | "ios-sad-outline" | "ios-sad-sharp" | "ios-save" | "ios-save-outline" | "ios-save-sharp" | "ios-scan" | "ios-scan-circle" | "ios-scan-circle-outline" | "ios-scan-circle-sharp" | "ios-scan-outline" | "ios-scan-sharp" | "ios-school" | "ios-school-outline" | "ios-school-sharp" | "ios-search" | "ios-search-circle" | "ios-search-circle-outline" | "ios-search-circle-sharp" | "ios-search-outline" | "ios-search-sharp" | "ios-send" | "ios-send-outline" | "ios-send-sharp" | "ios-server" | "ios-server-outline" | "ios-server-sharp" | "ios-settings" | "ios-settings-outline" | "ios-settings-sharp" | "ios-shapes" | "ios-shapes-outline" | "ios-shapes-sharp" | "ios-share" | "ios-share-outline" | "ios-share-sharp" | "ios-share-social" | "ios-share-social-outline" | "ios-share-social-sharp" | "ios-shield" | "ios-shield-checkmark" | "ios-shield-checkmark-outline" | "ios-shield-checkmark-sharp" | "ios-shield-outline" | "ios-shield-sharp" | "ios-shirt" | "ios-shirt-outline" | "ios-shirt-sharp" | "ios-shuffle" | "ios-shuffle-outline" | "ios-shuffle-sharp" | "ios-skull" | "ios-skull-outline" | "ios-skull-sharp" | "ios-snow" | "ios-snow-outline" | "ios-snow-sharp" | "ios-speedometer" | "ios-speedometer-outline" | "ios-speedometer-sharp" | "ios-square" | "ios-square-outline" | "ios-square-sharp" | "ios-star" | "ios-star-half" | "ios-star-half-outline" | "ios-star-half-sharp" | "ios-star-outline" | "ios-star-sharp" | "ios-stats-chart" | "ios-stats-chart-outline" | "ios-stats-chart-sharp" | "ios-stop" | "ios-stop-circle" | "ios-stop-circle-outline" | "ios-stop-circle-sharp" | "ios-stop-outline" | "ios-stop-sharp" | "ios-stopwatch" | "ios-stopwatch-outline" | "ios-stopwatch-sharp" | "ios-subway" | "ios-subway-outline" | "ios-subway-sharp" | "ios-sunny" | "ios-sunny-outline" | "ios-sunny-sharp" | "ios-swap-horizontal" | "ios-swap-horizontal-outline" | "ios-swap-horizontal-sharp" | "ios-swap-vertical" | "ios-swap-vertical-outline" | "ios-swap-vertical-sharp" | "ios-sync" | "ios-sync-circle" | "ios-sync-circle-outline" | "ios-sync-circle-sharp" | "ios-sync-outline" | "ios-sync-sharp" | "ios-tablet-landscape" | "ios-tablet-landscape-outline" | "ios-tablet-landscape-sharp" | "ios-tablet-portrait" | "ios-tablet-portrait-outline" | "ios-tablet-portrait-sharp" | "ios-tennisball" | "ios-tennisball-outline" | "ios-tennisball-sharp" | "ios-terminal" | "ios-terminal-outline" | "ios-terminal-sharp" | "ios-text" | "ios-text-outline" | "ios-text-sharp" | "ios-thermometer" | "ios-thermometer-outline" | "ios-thermometer-sharp" | "ios-thumbs-down" | "ios-thumbs-down-outline" | "ios-thumbs-down-sharp" | "ios-thumbs-up" | "ios-thumbs-up-outline" | "ios-thumbs-up-sharp" | "ios-thunderstorm" | "ios-thunderstorm-outline" | "ios-thunderstorm-sharp" | "ios-time" | "ios-time-outline" | "ios-time-sharp" | "ios-timer" | "ios-timer-outline" | "ios-timer-sharp" | "ios-today" | "ios-today-outline" | "ios-today-sharp" | "ios-toggle" | "ios-toggle-outline" | "ios-toggle-sharp" | "ios-trail-sign" | "ios-trail-sign-outline" | "ios-trail-sign-sharp" | "ios-train" | "ios-train-outline" | "ios-train-sharp" | "ios-transgender" | "ios-transgender-outline" | "ios-transgender-sharp" | "ios-trash" | "ios-trash-bin" | "ios-trash-bin-outline" | "ios-trash-bin-sharp" | "ios-trash-outline" | "ios-trash-sharp" | "ios-trending-down" | "ios-trending-down-outline" | "ios-trending-down-sharp" | "ios-trending-up" | "ios-trending-up-outline" | "ios-trending-up-sharp" | "ios-triangle" | "ios-triangle-outline" | "ios-triangle-sharp" | "ios-trophy" | "ios-trophy-outline" | "ios-trophy-sharp" | "ios-tv" | "ios-tv-outline" | "ios-tv-sharp" | "ios-umbrella" | "ios-umbrella-outline" | "ios-umbrella-sharp" | "ios-videocam" | "ios-videocam-outline" | "ios-videocam-sharp" | "ios-volume-high" | "ios-volume-high-outline" | "ios-volume-high-sharp" | "ios-volume-low" | "ios-volume-low-outline" | "ios-volume-low-sharp" | "ios-volume-medium" | "ios-volume-medium-outline" | "ios-volume-medium-sharp" | "ios-volume-mute" | "ios-volume-mute-outline" | "ios-volume-mute-sharp" | "ios-volume-off" | "ios-volume-off-outline" | "ios-volume-off-sharp" | "ios-walk" | "ios-walk-outline" | "ios-walk-sharp" | "ios-wallet" | "ios-wallet-outline" | "ios-wallet-sharp" | "ios-warning" | "ios-warning-outline" | "ios-warning-sharp" | "ios-watch" | "ios-watch-outline" | "ios-watch-sharp" | "ios-water" | "ios-water-outline" | "ios-water-sharp" | "ios-wifi" | "ios-wifi-outline" | "ios-wifi-sharp" | "ios-wine" | "ios-wine-outline" | "ios-wine-sharp" | "ios-woman" | "ios-woman-outline" | "ios-woman-sharp" | "md-add" | "md-add-circle" | "md-add-circle-outline" | "md-add-circle-sharp" | "md-add-outline" | "md-add-sharp" | "md-airplane" | "md-airplane-outline" | "md-airplane-sharp" | "md-alarm" | "md-alarm-outline" | "md-alarm-sharp" | "md-albums" | "md-albums-outline" | "md-albums-sharp" | "md-alert" | "md-alert-circle" | "md-alert-circle-outline" | "md-alert-circle-sharp" | "md-alert-outline" | "md-alert-sharp" | "md-american-football" | "md-american-football-outline" | "md-american-football-sharp" | "md-analytics" | "md-analytics-outline" | "md-analytics-sharp" | "md-aperture" | "md-aperture-outline" | "md-aperture-sharp" | "md-apps" | "md-apps-outline" | "md-apps-sharp" | "md-archive" | "md-archive-outline" | "md-archive-sharp" | "md-arrow-back" | "md-arrow-back-circle" | "md-arrow-back-circle-outline" | "md-arrow-back-circle-sharp" | "md-arrow-back-outline" | "md-arrow-back-sharp" | "md-arrow-down" | "md-arrow-down-circle" | "md-arrow-down-circle-outline" | "md-arrow-down-circle-sharp" | "md-arrow-down-outline" | "md-arrow-down-sharp" | "md-arrow-forward" | "md-arrow-forward-circle" | "md-arrow-forward-circle-outline" | "md-arrow-forward-circle-sharp" | "md-arrow-forward-outline" | "md-arrow-forward-sharp" | "md-arrow-redo" | "md-arrow-redo-circle" | "md-arrow-redo-circle-outline" | "md-arrow-redo-circle-sharp" | "md-arrow-redo-outline" | "md-arrow-redo-sharp" | "md-arrow-undo" | "md-arrow-undo-circle" | "md-arrow-undo-circle-outline" | "md-arrow-undo-circle-sharp" | "md-arrow-undo-outline" | "md-arrow-undo-sharp" | "md-arrow-up" | "md-arrow-up-circle" | "md-arrow-up-circle-outline" | "md-arrow-up-circle-sharp" | "md-arrow-up-outline" | "md-arrow-up-sharp" | "md-at" | "md-at-circle" | "md-at-circle-outline" | "md-at-circle-sharp" | "md-at-outline" | "md-at-sharp" | "md-attach" | "md-attach-outline" | "md-attach-sharp" | "md-backspace" | "md-backspace-outline" | "md-backspace-sharp" | "md-bandage" | "md-bandage-outline" | "md-bandage-sharp" | "md-bar-chart" | "md-bar-chart-outline" | "md-bar-chart-sharp" | "md-barbell" | "md-barbell-outline" | "md-barbell-sharp" | "md-barcode" | "md-barcode-outline" | "md-barcode-sharp" | "md-baseball" | "md-baseball-outline" | "md-baseball-sharp" | "md-basket" | "md-basket-outline" | "md-basket-sharp" | "md-basketball" | "md-basketball-outline" | "md-basketball-sharp" | "md-battery-charging" | "md-battery-charging-outline" | "md-battery-charging-sharp" | "md-battery-dead" | "md-battery-dead-outline" | "md-battery-dead-sharp" | "md-battery-full" | "md-battery-full-outline" | "md-battery-full-sharp" | "md-battery-half" | "md-battery-half-outline" | "md-battery-half-sharp" | "md-beaker" | "md-beaker-outline" | "md-beaker-sharp" | "md-bed" | "md-bed-outline" | "md-bed-sharp" | "md-beer" | "md-beer-outline" | "md-beer-sharp" | "md-bicycle" | "md-bicycle-outline" | "md-bicycle-sharp" | "md-bluetooth" | "md-bluetooth-outline" | "md-bluetooth-sharp" | "md-boat" | "md-boat-outline" | "md-boat-sharp" | "md-body" | "md-body-outline" | "md-body-sharp" | "md-bonfire" | "md-bonfire-outline" | "md-bonfire-sharp" | "md-book" | "md-book-outline" | "md-book-sharp" | "md-bookmark" | "md-bookmark-outline" | "md-bookmark-sharp" | "md-bookmarks" | "md-bookmarks-outline" | "md-bookmarks-sharp" | "md-briefcase" | "md-briefcase-outline" | "md-briefcase-sharp" | "md-browsers" | "md-browsers-outline" | "md-browsers-sharp" | "md-brush" | "md-brush-outline" | "md-brush-sharp" | "md-bug" | "md-bug-outline" | "md-bug-sharp" | "md-build" | "md-build-outline" | "md-build-sharp" | "md-bulb" | "md-bulb-outline" | "md-bulb-sharp" | "md-bus" | "md-bus-outline" | "md-bus-sharp" | "md-business" | "md-business-outline" | "md-business-sharp" | "md-cafe" | "md-cafe-outline" | "md-cafe-sharp" | "md-calculator" | "md-calculator-outline" | "md-calculator-sharp" | "md-calendar" | "md-calendar-outline" | "md-calendar-sharp" | "md-call" | "md-call-outline" | "md-call-sharp" | "md-camera" | "md-camera-outline" | "md-camera-reverse" | "md-camera-reverse-outline" | "md-camera-reverse-sharp" | "md-camera-sharp" | "md-car" | "md-car-outline" | "md-car-sharp" | "md-car-sport" | "md-car-sport-outline" | "md-car-sport-sharp" | "md-card" | "md-card-outline" | "md-card-sharp" | "md-caret-back" | "md-caret-back-circle" | "md-caret-back-circle-outline" | "md-caret-back-circle-sharp" | "md-caret-back-outline" | "md-caret-back-sharp" | "md-caret-down" | "md-caret-down-circle" | "md-caret-down-circle-outline" | "md-caret-down-circle-sharp" | "md-caret-down-outline" | "md-caret-down-sharp" | "md-caret-forward" | "md-caret-forward-circle" | "md-caret-forward-circle-outline" | "md-caret-forward-circle-sharp" | "md-caret-forward-outline" | "md-caret-forward-sharp" | "md-caret-up" | "md-caret-up-circle" | "md-caret-up-circle-outline" | "md-caret-up-circle-sharp" | "md-caret-up-outline" | "md-caret-up-sharp" | "md-cart" | "md-cart-outline" | "md-cart-sharp" | "md-cash" | "md-cash-outline" | "md-cash-sharp" | "md-cellular" | "md-cellular-outline" | "md-cellular-sharp" | "md-chatbox" | "md-chatbox-ellipses" | "md-chatbox-ellipses-outline" | "md-chatbox-ellipses-sharp" | "md-chatbox-outline" | "md-chatbox-sharp" | "md-chatbubble" | "md-chatbubble-ellipses" | "md-chatbubble-ellipses-outline" | "md-chatbubble-ellipses-sharp" | "md-chatbubble-outline" | "md-chatbubble-sharp" | "md-chatbubbles" | "md-chatbubbles-outline" | "md-chatbubbles-sharp" | "md-checkbox" | "md-checkbox-outline" | "md-checkbox-sharp" | "md-checkmark" | "md-checkmark-circle" | "md-checkmark-circle-outline" | "md-checkmark-circle-sharp" | "md-checkmark-done" | "md-checkmark-done-circle" | "md-checkmark-done-circle-outline" | "md-checkmark-done-circle-sharp" | "md-checkmark-done-outline" | "md-checkmark-done-sharp" | "md-checkmark-outline" | "md-checkmark-sharp" | "md-chevron-back" | "md-chevron-back-circle" | "md-chevron-back-circle-outline" | "md-chevron-back-circle-sharp" | "md-chevron-back-outline" | "md-chevron-back-sharp" | "md-chevron-down" | "md-chevron-down-circle" | "md-chevron-down-circle-outline" | "md-chevron-down-circle-sharp" | "md-chevron-down-outline" | "md-chevron-down-sharp" | "md-chevron-forward" | "md-chevron-forward-circle" | "md-chevron-forward-circle-outline" | "md-chevron-forward-circle-sharp" | "md-chevron-forward-outline" | "md-chevron-forward-sharp" | "md-chevron-up" | "md-chevron-up-circle" | "md-chevron-up-circle-outline" | "md-chevron-up-circle-sharp" | "md-chevron-up-outline" | "md-chevron-up-sharp" | "md-clipboard" | "md-clipboard-outline" | "md-clipboard-sharp" | "md-close" | "md-close-circle" | "md-close-circle-outline" | "md-close-circle-sharp" | "md-close-outline" | "md-close-sharp" | "md-cloud" | "md-cloud-circle" | "md-cloud-circle-outline" | "md-cloud-circle-sharp" | "md-cloud-done" | "md-cloud-done-outline" | "md-cloud-done-sharp" | "md-cloud-download" | "md-cloud-download-outline" | "md-cloud-download-sharp" | "md-cloud-offline" | "md-cloud-offline-outline" | "md-cloud-offline-sharp" | "md-cloud-outline" | "md-cloud-sharp" | "md-cloud-upload" | "md-cloud-upload-outline" | "md-cloud-upload-sharp" | "md-cloudy" | "md-cloudy-night" | "md-cloudy-night-outline" | "md-cloudy-night-sharp" | "md-cloudy-outline" | "md-cloudy-sharp" | "md-code" | "md-code-download" | "md-code-download-outline" | "md-code-download-sharp" | "md-code-outline" | "md-code-sharp" | "md-code-slash" | "md-code-slash-outline" | "md-code-slash-sharp" | "md-code-working" | "md-code-working-outline" | "md-code-working-sharp" | "md-cog" | "md-cog-outline" | "md-cog-sharp" | "md-color-fill" | "md-color-fill-outline" | "md-color-fill-sharp" | "md-color-filter" | "md-color-filter-outline" | "md-color-filter-sharp" | "md-color-palette" | "md-color-palette-outline" | "md-color-palette-sharp" | "md-color-wand" | "md-color-wand-outline" | "md-color-wand-sharp" | "md-compass" | "md-compass-outline" | "md-compass-sharp" | "md-construct" | "md-construct-outline" | "md-construct-sharp" | "md-contract" | "md-contract-outline" | "md-contract-sharp" | "md-contrast" | "md-contrast-outline" | "md-contrast-sharp" | "md-copy" | "md-copy-outline" | "md-copy-sharp" | "md-create" | "md-create-outline" | "md-create-sharp" | "md-crop" | "md-crop-outline" | "md-crop-sharp" | "md-cube" | "md-cube-outline" | "md-cube-sharp" | "md-cut" | "md-cut-outline" | "md-cut-sharp" | "md-desktop" | "md-desktop-outline" | "md-desktop-sharp" | "md-disc" | "md-disc-outline" | "md-disc-sharp" | "md-document" | "md-document-attach" | "md-document-attach-outline" | "md-document-attach-sharp" | "md-document-outline" | "md-document-sharp" | "md-document-text" | "md-document-text-outline" | "md-document-text-sharp" | "md-documents" | "md-documents-outline" | "md-documents-sharp" | "md-download" | "md-download-outline" | "md-download-sharp" | "md-duplicate" | "md-duplicate-outline" | "md-duplicate-sharp" | "md-ear" | "md-ear-outline" | "md-ear-sharp" | "md-earth" | "md-earth-outline" | "md-earth-sharp" | "md-easel" | "md-easel-outline" | "md-easel-sharp" | "md-egg" | "md-egg-outline" | "md-egg-sharp" | "md-ellipse" | "md-ellipse-outline" | "md-ellipse-sharp" | "md-ellipsis-horizontal" | "md-ellipsis-horizontal-circle" | "md-ellipsis-horizontal-circle-outline" | "md-ellipsis-horizontal-circle-sharp" | "md-ellipsis-horizontal-outline" | "md-ellipsis-horizontal-sharp" | "md-ellipsis-vertical" | "md-ellipsis-vertical-circle" | "md-ellipsis-vertical-circle-outline" | "md-ellipsis-vertical-circle-sharp" | "md-ellipsis-vertical-outline" | "md-ellipsis-vertical-sharp" | "md-enter" | "md-enter-outline" | "md-enter-sharp" | "md-exit" | "md-exit-outline" | "md-exit-sharp" | "md-expand" | "md-expand-outline" | "md-expand-sharp" | "md-eye" | "md-eye-off" | "md-eye-off-outline" | "md-eye-off-sharp" | "md-eye-outline" | "md-eye-sharp" | "md-eyedrop" | "md-eyedrop-outline" | "md-eyedrop-sharp" | "md-fast-food" | "md-fast-food-outline" | "md-fast-food-sharp" | "md-female" | "md-female-outline" | "md-female-sharp" | "md-file-tray" | "md-file-tray-full" | "md-file-tray-full-outline" | "md-file-tray-full-sharp" | "md-file-tray-outline" | "md-file-tray-sharp" | "md-file-tray-stacked" | "md-file-tray-stacked-outline" | "md-file-tray-stacked-sharp" | "md-film" | "md-film-outline" | "md-film-sharp" | "md-filter" | "md-filter-outline" | "md-filter-sharp" | "md-finger-print" | "md-finger-print-outline" | "md-finger-print-sharp" | "md-fitness" | "md-fitness-outline" | "md-fitness-sharp" | "md-flag" | "md-flag-outline" | "md-flag-sharp" | "md-flame" | "md-flame-outline" | "md-flame-sharp" | "md-flash" | "md-flash-off" | "md-flash-off-outline" | "md-flash-off-sharp" | "md-flash-outline" | "md-flash-sharp" | "md-flashlight" | "md-flashlight-outline" | "md-flashlight-sharp" | "md-flask" | "md-flask-outline" | "md-flask-sharp" | "md-flower" | "md-flower-outline" | "md-flower-sharp" | "md-folder" | "md-folder-open" | "md-folder-open-outline" | "md-folder-open-sharp" | "md-folder-outline" | "md-folder-sharp" | "md-football" | "md-football-outline" | "md-football-sharp" | "md-funnel" | "md-funnel-outline" | "md-funnel-sharp" | "md-game-controller" | "md-game-controller-outline" | "md-game-controller-sharp" | "md-gift" | "md-gift-outline" | "md-gift-sharp" | "md-git-branch" | "md-git-branch-outline" | "md-git-branch-sharp" | "md-git-commit" | "md-git-commit-outline" | "md-git-commit-sharp" | "md-git-compare" | "md-git-compare-outline" | "md-git-compare-sharp" | "md-git-merge" | "md-git-merge-outline" | "md-git-merge-sharp" | "md-git-network" | "md-git-network-outline" | "md-git-network-sharp" | "md-git-pull-request" | "md-git-pull-request-outline" | "md-git-pull-request-sharp" | "md-glasses" | "md-glasses-outline" | "md-glasses-sharp" | "md-globe" | "md-globe-outline" | "md-globe-sharp" | "md-golf" | "md-golf-outline" | "md-golf-sharp" | "md-grid" | "md-grid-outline" | "md-grid-sharp" | "md-hammer" | "md-hammer-outline" | "md-hammer-sharp" | "md-hand-left" | "md-hand-left-outline" | "md-hand-left-sharp" | "md-hand-right" | "md-hand-right-outline" | "md-hand-right-sharp" | "md-happy" | "md-happy-outline" | "md-happy-sharp" | "md-hardware-chip" | "md-hardware-chip-outline" | "md-hardware-chip-sharp" | "md-headset" | "md-headset-outline" | "md-headset-sharp" | "md-heart" | "md-heart-circle" | "md-heart-circle-outline" | "md-heart-circle-sharp" | "md-heart-dislike" | "md-heart-dislike-circle" | "md-heart-dislike-circle-outline" | "md-heart-dislike-circle-sharp" | "md-heart-dislike-outline" | "md-heart-dislike-sharp" | "md-heart-half" | "md-heart-half-outline" | "md-heart-half-sharp" | "md-heart-outline" | "md-heart-sharp" | "md-help" | "md-help-buoy" | "md-help-buoy-outline" | "md-help-buoy-sharp" | "md-help-circle" | "md-help-circle-outline" | "md-help-circle-sharp" | "md-help-outline" | "md-help-sharp" | "md-home" | "md-home-outline" | "md-home-sharp" | "md-hourglass" | "md-hourglass-outline" | "md-hourglass-sharp" | "md-ice-cream" | "md-ice-cream-outline" | "md-ice-cream-sharp" | "md-image" | "md-image-outline" | "md-image-sharp" | "md-images" | "md-images-outline" | "md-images-sharp" | "md-infinite" | "md-infinite-outline" | "md-infinite-sharp" | "md-information" | "md-information-circle" | "md-information-circle-outline" | "md-information-circle-sharp" | "md-information-outline" | "md-information-sharp" | "md-journal" | "md-journal-outline" | "md-journal-sharp" | "md-key" | "md-key-outline" | "md-key-sharp" | "md-keypad" | "md-keypad-outline" | "md-keypad-sharp" | "md-language" | "md-language-outline" | "md-language-sharp" | "md-laptop" | "md-laptop-outline" | "md-laptop-sharp" | "md-layers" | "md-layers-outline" | "md-layers-sharp" | "md-leaf" | "md-leaf-outline" | "md-leaf-sharp" | "md-library" | "md-library-outline" | "md-library-sharp" | "md-link" | "md-link-outline" | "md-link-sharp" | "md-list" | "md-list-circle" | "md-list-circle-outline" | "md-list-circle-sharp" | "md-list-outline" | "md-list-sharp" | "md-locate" | "md-locate-outline" | "md-locate-sharp" | "md-location" | "md-location-outline" | "md-location-sharp" | "md-lock-closed" | "md-lock-closed-outline" | "md-lock-closed-sharp" | "md-lock-open" | "md-lock-open-outline" | "md-lock-open-sharp" | "md-log-in" | "md-log-in-outline" | "md-log-in-sharp" | "md-log-out" | "md-log-out-outline" | "md-log-out-sharp" | "md-logo-amazon" | "md-logo-amplify" | "md-logo-android" | "md-logo-angular" | "md-logo-apple" | "md-logo-apple-appstore" | "md-logo-bitbucket" | "md-logo-bitcoin" | "md-logo-buffer" | "md-logo-capacitor" | "md-logo-chrome" | "md-logo-closed-captioning" | "md-logo-codepen" | "md-logo-css3" | "md-logo-designernews" | "md-logo-dribbble" | "md-logo-dropbox" | "md-logo-edge" | "md-logo-electron" | "md-logo-euro" | "md-logo-facebook" | "md-logo-firebase" | "md-logo-firefox" | "md-logo-flickr" | "md-logo-foursquare" | "md-logo-github" | "md-logo-google" | "md-logo-google-playstore" | "md-logo-hackernews" | "md-logo-html5" | "md-logo-instagram" | "md-logo-ionic" | "md-logo-ionitron" | "md-logo-javascript" | "md-logo-laravel" | "md-logo-linkedin" | "md-logo-markdown" | "md-logo-no-smoking" | "md-logo-nodejs" | "md-logo-npm" | "md-logo-octocat" | "md-logo-pinterest" | "md-logo-playstation" | "md-logo-pwa" | "md-logo-python" | "md-logo-react" | "md-logo-reddit" | "md-logo-rss" | "md-logo-sass" | "md-logo-skype" | "md-logo-slack" | "md-logo-snapchat" | "md-logo-stackoverflow" | "md-logo-steam" | "md-logo-stencil" | "md-logo-tumblr" | "md-logo-tux" | "md-logo-twitch" | "md-logo-twitter" | "md-logo-usd" | "md-logo-vimeo" | "md-logo-vk" | "md-logo-vue" | "md-logo-web-component" | "md-logo-whatsapp" | "md-logo-windows" | "md-logo-wordpress" | "md-logo-xbox" | "md-logo-xing" | "md-logo-yahoo" | "md-logo-yen" | "md-logo-youtube" | "md-magnet" | "md-magnet-outline" | "md-magnet-sharp" | "md-mail" | "md-mail-open" | "md-mail-open-outline" | "md-mail-open-sharp" | "md-mail-outline" | "md-mail-sharp" | "md-mail-unread" | "md-mail-unread-outline" | "md-mail-unread-sharp" | "md-male" | "md-male-female" | "md-male-female-outline" | "md-male-female-sharp" | "md-male-outline" | "md-male-sharp" | "md-man" | "md-man-outline" | "md-man-sharp" | "md-map" | "md-map-outline" | "md-map-sharp" | "md-medal" | "md-medal-outline" | "md-medal-sharp" | "md-medical" | "md-medical-outline" | "md-medical-sharp" | "md-medkit" | "md-medkit-outline" | "md-medkit-sharp" | "md-megaphone" | "md-megaphone-outline" | "md-megaphone-sharp" | "md-menu" | "md-menu-outline" | "md-menu-sharp" | "md-mic" | "md-mic-circle" | "md-mic-circle-outline" | "md-mic-circle-sharp" | "md-mic-off" | "md-mic-off-circle" | "md-mic-off-circle-outline" | "md-mic-off-circle-sharp" | "md-mic-off-outline" | "md-mic-off-sharp" | "md-mic-outline" | "md-mic-sharp" | "md-moon" | "md-moon-outline" | "md-moon-sharp" | "md-move" | "md-move-outline" | "md-move-sharp" | "md-musical-note" | "md-musical-note-outline" | "md-musical-note-sharp" | "md-musical-notes" | "md-musical-notes-outline" | "md-musical-notes-sharp" | "md-navigate" | "md-navigate-circle" | "md-navigate-circle-outline" | "md-navigate-circle-sharp" | "md-navigate-outline" | "md-navigate-sharp" | "md-newspaper" | "md-newspaper-outline" | "md-newspaper-sharp" | "md-notifications" | "md-notifications-circle" | "md-notifications-circle-outline" | "md-notifications-circle-sharp" | "md-notifications-off" | "md-notifications-off-circle" | "md-notifications-off-circle-outline" | "md-notifications-off-circle-sharp" | "md-notifications-off-outline" | "md-notifications-off-sharp" | "md-notifications-outline" | "md-notifications-sharp" | "md-nuclear" | "md-nuclear-outline" | "md-nuclear-sharp" | "md-nutrition" | "md-nutrition-outline" | "md-nutrition-sharp" | "md-open" | "md-open-outline" | "md-open-sharp" | "md-options" | "md-options-outline" | "md-options-sharp" | "md-paper-plane" | "md-paper-plane-outline" | "md-paper-plane-sharp" | "md-partly-sunny" | "md-partly-sunny-outline" | "md-partly-sunny-sharp" | "md-pause" | "md-pause-circle" | "md-pause-circle-outline" | "md-pause-circle-sharp" | "md-pause-outline" | "md-pause-sharp" | "md-paw" | "md-paw-outline" | "md-paw-sharp" | "md-pencil" | "md-pencil-outline" | "md-pencil-sharp" | "md-people" | "md-people-circle" | "md-people-circle-outline" | "md-people-circle-sharp" | "md-people-outline" | "md-people-sharp" | "md-person" | "md-person-add" | "md-person-add-outline" | "md-person-add-sharp" | "md-person-circle" | "md-person-circle-outline" | "md-person-circle-sharp" | "md-person-outline" | "md-person-remove" | "md-person-remove-outline" | "md-person-remove-sharp" | "md-person-sharp" | "md-phone-landscape" | "md-phone-landscape-outline" | "md-phone-landscape-sharp" | "md-phone-portrait" | "md-phone-portrait-outline" | "md-phone-portrait-sharp" | "md-pie-chart" | "md-pie-chart-outline" | "md-pie-chart-sharp" | "md-pin" | "md-pin-outline" | "md-pin-sharp" | "md-pint" | "md-pint-outline" | "md-pint-sharp" | "md-pizza" | "md-pizza-outline" | "md-pizza-sharp" | "md-planet" | "md-planet-outline" | "md-planet-sharp" | "md-play" | "md-play-back" | "md-play-back-circle" | "md-play-back-circle-outline" | "md-play-back-circle-sharp" | "md-play-back-outline" | "md-play-back-sharp" | "md-play-circle" | "md-play-circle-outline" | "md-play-circle-sharp" | "md-play-forward" | "md-play-forward-circle" | "md-play-forward-circle-outline" | "md-play-forward-circle-sharp" | "md-play-forward-outline" | "md-play-forward-sharp" | "md-play-outline" | "md-play-sharp" | "md-play-skip-back" | "md-play-skip-back-circle" | "md-play-skip-back-circle-outline" | "md-play-skip-back-circle-sharp" | "md-play-skip-back-outline" | "md-play-skip-back-sharp" | "md-play-skip-forward" | "md-play-skip-forward-circle" | "md-play-skip-forward-circle-outline" | "md-play-skip-forward-circle-sharp" | "md-play-skip-forward-outline" | "md-play-skip-forward-sharp" | "md-podium" | "md-podium-outline" | "md-podium-sharp" | "md-power" | "md-power-outline" | "md-power-sharp" | "md-pricetag" | "md-pricetag-outline" | "md-pricetag-sharp" | "md-pricetags" | "md-pricetags-outline" | "md-pricetags-sharp" | "md-print" | "md-print-outline" | "md-print-sharp" | "md-pulse" | "md-pulse-outline" | "md-pulse-sharp" | "md-push" | "md-push-outline" | "md-push-sharp" | "md-qr-code" | "md-qr-code-outline" | "md-qr-code-sharp" | "md-radio" | "md-radio-button-off" | "md-radio-button-off-outline" | "md-radio-button-off-sharp" | "md-radio-button-on" | "md-radio-button-on-outline" | "md-radio-button-on-sharp" | "md-radio-outline" | "md-radio-sharp" | "md-rainy" | "md-rainy-outline" | "md-rainy-sharp" | "md-reader" | "md-reader-outline" | "md-reader-sharp" | "md-receipt" | "md-receipt-outline" | "md-receipt-sharp" | "md-recording" | "md-recording-outline" | "md-recording-sharp" | "md-refresh" | "md-refresh-circle" | "md-refresh-circle-outline" | "md-refresh-circle-sharp" | "md-refresh-outline" | "md-refresh-sharp" | "md-reload" | "md-reload-circle" | "md-reload-circle-outline" | "md-reload-circle-sharp" | "md-reload-outline" | "md-reload-sharp" | "md-remove" | "md-remove-circle" | "md-remove-circle-outline" | "md-remove-circle-sharp" | "md-remove-outline" | "md-remove-sharp" | "md-reorder-four" | "md-reorder-four-outline" | "md-reorder-four-sharp" | "md-reorder-three" | "md-reorder-three-outline" | "md-reorder-three-sharp" | "md-reorder-two" | "md-reorder-two-outline" | "md-reorder-two-sharp" | "md-repeat" | "md-repeat-outline" | "md-repeat-sharp" | "md-resize" | "md-resize-outline" | "md-resize-sharp" | "md-restaurant" | "md-restaurant-outline" | "md-restaurant-sharp" | "md-return-down-back" | "md-return-down-back-outline" | "md-return-down-back-sharp" | "md-return-down-forward" | "md-return-down-forward-outline" | "md-return-down-forward-sharp" | "md-return-up-back" | "md-return-up-back-outline" | "md-return-up-back-sharp" | "md-return-up-forward" | "md-return-up-forward-outline" | "md-return-up-forward-sharp" | "md-ribbon" | "md-ribbon-outline" | "md-ribbon-sharp" | "md-rocket" | "md-rocket-outline" | "md-rocket-sharp" | "md-rose" | "md-rose-outline" | "md-rose-sharp" | "md-sad" | "md-sad-outline" | "md-sad-sharp" | "md-save" | "md-save-outline" | "md-save-sharp" | "md-scan" | "md-scan-circle" | "md-scan-circle-outline" | "md-scan-circle-sharp" | "md-scan-outline" | "md-scan-sharp" | "md-school" | "md-school-outline" | "md-school-sharp" | "md-search" | "md-search-circle" | "md-search-circle-outline" | "md-search-circle-sharp" | "md-search-outline" | "md-search-sharp" | "md-send" | "md-send-outline" | "md-send-sharp" | "md-server" | "md-server-outline" | "md-server-sharp" | "md-settings" | "md-settings-outline" | "md-settings-sharp" | "md-shapes" | "md-shapes-outline" | "md-shapes-sharp" | "md-share" | "md-share-outline" | "md-share-sharp" | "md-share-social" | "md-share-social-outline" | "md-share-social-sharp" | "md-shield" | "md-shield-checkmark" | "md-shield-checkmark-outline" | "md-shield-checkmark-sharp" | "md-shield-outline" | "md-shield-sharp" | "md-shirt" | "md-shirt-outline" | "md-shirt-sharp" | "md-shuffle" | "md-shuffle-outline" | "md-shuffle-sharp" | "md-skull" | "md-skull-outline" | "md-skull-sharp" | "md-snow" | "md-snow-outline" | "md-snow-sharp" | "md-speedometer" | "md-speedometer-outline" | "md-speedometer-sharp" | "md-square" | "md-square-outline" | "md-square-sharp" | "md-star" | "md-star-half" | "md-star-half-outline" | "md-star-half-sharp" | "md-star-outline" | "md-star-sharp" | "md-stats-chart" | "md-stats-chart-outline" | "md-stats-chart-sharp" | "md-stop" | "md-stop-circle" | "md-stop-circle-outline" | "md-stop-circle-sharp" | "md-stop-outline" | "md-stop-sharp" | "md-stopwatch" | "md-stopwatch-outline" | "md-stopwatch-sharp" | "md-subway" | "md-subway-outline" | "md-subway-sharp" | "md-sunny" | "md-sunny-outline" | "md-sunny-sharp" | "md-swap-horizontal" | "md-swap-horizontal-outline" | "md-swap-horizontal-sharp" | "md-swap-vertical" | "md-swap-vertical-outline" | "md-swap-vertical-sharp" | "md-sync" | "md-sync-circle" | "md-sync-circle-outline" | "md-sync-circle-sharp" | "md-sync-outline" | "md-sync-sharp" | "md-tablet-landscape" | "md-tablet-landscape-outline" | "md-tablet-landscape-sharp" | "md-tablet-portrait" | "md-tablet-portrait-outline" | "md-tablet-portrait-sharp" | "md-tennisball" | "md-tennisball-outline" | "md-tennisball-sharp" | "md-terminal" | "md-terminal-outline" | "md-terminal-sharp" | "md-text" | "md-text-outline" | "md-text-sharp" | "md-thermometer" | "md-thermometer-outline" | "md-thermometer-sharp" | "md-thumbs-down" | "md-thumbs-down-outline" | "md-thumbs-down-sharp" | "md-thumbs-up" | "md-thumbs-up-outline" | "md-thumbs-up-sharp" | "md-thunderstorm" | "md-thunderstorm-outline" | "md-thunderstorm-sharp" | "md-time" | "md-time-outline" | "md-time-sharp" | "md-timer" | "md-timer-outline" | "md-timer-sharp" | "md-today" | "md-today-outline" | "md-today-sharp" | "md-toggle" | "md-toggle-outline" | "md-toggle-sharp" | "md-trail-sign" | "md-trail-sign-outline" | "md-trail-sign-sharp" | "md-train" | "md-train-outline" | "md-train-sharp" | "md-transgender" | "md-transgender-outline" | "md-transgender-sharp" | "md-trash" | "md-trash-bin" | "md-trash-bin-outline" | "md-trash-bin-sharp" | "md-trash-outline" | "md-trash-sharp" | "md-trending-down" | "md-trending-down-outline" | "md-trending-down-sharp" | "md-trending-up" | "md-trending-up-outline" | "md-trending-up-sharp" | "md-triangle" | "md-triangle-outline" | "md-triangle-sharp" | "md-trophy" | "md-trophy-outline" | "md-trophy-sharp" | "md-tv" | "md-tv-outline" | "md-tv-sharp" | "md-umbrella" | "md-umbrella-outline" | "md-umbrella-sharp" | "md-videocam" | "md-videocam-outline" | "md-videocam-sharp" | "md-volume-high" | "md-volume-high-outline" | "md-volume-high-sharp" | "md-volume-low" | "md-volume-low-outline" | "md-volume-low-sharp" | "md-volume-medium" | "md-volume-medium-outline" | "md-volume-medium-sharp" | "md-volume-mute" | "md-volume-mute-outline" | "md-volume-mute-sharp" | "md-volume-off" | "md-volume-off-outline" | "md-volume-off-sharp" | "md-walk" | "md-walk-outline" | "md-walk-sharp" | "md-wallet" | "md-wallet-outline" | "md-wallet-sharp" | "md-warning" | "md-warning-outline" | "md-warning-sharp" | "md-watch" | "md-watch-outline" | "md-watch-sharp" | "md-water" | "md-water-outline" | "md-water-sharp" | "md-wifi" | "md-wifi-outline" | "md-wifi-sharp" | "md-wine" | "md-wine-outline" | "md-wine-sharp" | "md-woman" | "md-woman-outline" | "md-woman-sharp", "ionicons">; export default _default; diff --git a/build/Ionicons.js b/build/Ionicons.js index e3147f34..aea4fe7b 100644 --- a/build/Ionicons.js +++ b/build/Ionicons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Ionicons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Ionicons.json'; -export default createIconSet(glyphMap, 'ionicons', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Ionicons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Ionicons.ttf")); +const Ionicons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Ionicons.json")); +exports.default = (0, createIconSet_1.default)(Ionicons_json_1.default, 'ionicons', Ionicons_ttf_1.default); //# sourceMappingURL=Ionicons.js.map \ No newline at end of file diff --git a/build/Ionicons.js.map b/build/Ionicons.js.map index 37b7bcb7..021ec85f 100644 --- a/build/Ionicons.js.map +++ b/build/Ionicons.js.map @@ -1 +1 @@ -{"version":3,"file":"Ionicons.js","sourceRoot":"","sources":["../src/Ionicons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,uDAAuD,CAAC;AACzE,OAAO,QAAQ,MAAM,4DAA4D,CAAC;AAElF,eAAe,aAAa,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Ionicons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Ionicons.json';\n\nexport default createIconSet(glyphMap, 'ionicons', font);\n"]} \ No newline at end of file +{"version":3,"file":"Ionicons.js","sourceRoot":"","sources":["../src/Ionicons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,yGAAyE;AACzE,+GAAkF;AAElF,kBAAe,IAAA,uBAAa,EAAC,uBAAQ,EAAE,UAAU,EAAE,sBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Ionicons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Ionicons.json';\n\nexport default createIconSet(glyphMap, 'ionicons', font);\n"]} \ No newline at end of file diff --git a/build/MaterialCommunityIcons.d.ts b/build/MaterialCommunityIcons.d.ts index 3402fe1b..cd78f533 100644 --- a/build/MaterialCommunityIcons.d.ts +++ b/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<"function" | "head" | "link" | "email" | "image" | "text" | "alert" | "menu" | "radio" | "switch" | "tab" | "timer" | "key" | "repeat" | "anchor" | "at" | "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" | "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" | "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" | "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">; export default _default; diff --git a/build/MaterialCommunityIcons.js b/build/MaterialCommunityIcons.js index 5d23afe7..c5154e2d 100644 --- a/build/MaterialCommunityIcons.js +++ b/build/MaterialCommunityIcons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json'; -export default createIconSet(glyphMap, 'material-community', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const MaterialCommunityIcons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf")); +const MaterialCommunityIcons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json")); +exports.default = (0, createIconSet_1.default)(MaterialCommunityIcons_json_1.default, 'material-community', MaterialCommunityIcons_ttf_1.default); //# sourceMappingURL=MaterialCommunityIcons.js.map \ No newline at end of file diff --git a/build/MaterialCommunityIcons.js.map b/build/MaterialCommunityIcons.js.map index 91169d62..0056cabb 100644 --- a/build/MaterialCommunityIcons.js.map +++ b/build/MaterialCommunityIcons.js.map @@ -1 +1 @@ -{"version":3,"file":"MaterialCommunityIcons.js","sourceRoot":"","sources":["../src/MaterialCommunityIcons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,qEAAqE,CAAC;AACvF,OAAO,QAAQ,MAAM,0EAA0E,CAAC;AAEhG,eAAe,aAAa,CAAC,QAAQ,EAAE,oBAAoB,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json';\n\nexport default createIconSet(glyphMap, 'material-community', font);\n"]} \ No newline at end of file +{"version":3,"file":"MaterialCommunityIcons.js","sourceRoot":"","sources":["../src/MaterialCommunityIcons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,qIAAuF;AACvF,2IAAgG;AAEhG,kBAAe,IAAA,uBAAa,EAAC,qCAAQ,EAAE,oBAAoB,EAAE,oCAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialCommunityIcons.json';\n\nexport default createIconSet(glyphMap, 'material-community', font);\n"]} \ No newline at end of file diff --git a/build/MaterialIcons.d.ts b/build/MaterialIcons.d.ts index 0b648913..187c3b35 100644 --- a/build/MaterialIcons.d.ts +++ b/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" | "repeat" | "anchor" | "description" | "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" | "bar-chart" | "bluetooth" | "cast" | "check-circle" | "cloud-off" | "fast-forward" | "maximize" | "mic-off" | "minimize" | "monitor" | "navigation" | "phone-forwarded" | "phone-missed" | "power" | "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" | "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">; export default _default; diff --git a/build/MaterialIcons.js b/build/MaterialIcons.js index 1e916689..930fd2aa 100644 --- a/build/MaterialIcons.js +++ b/build/MaterialIcons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/MaterialIcons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialIcons.json'; -export default createIconSet(glyphMap, 'material', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const MaterialIcons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/MaterialIcons.ttf")); +const MaterialIcons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/MaterialIcons.json")); +exports.default = (0, createIconSet_1.default)(MaterialIcons_json_1.default, 'material', MaterialIcons_ttf_1.default); //# sourceMappingURL=MaterialIcons.js.map \ No newline at end of file diff --git a/build/MaterialIcons.js.map b/build/MaterialIcons.js.map index 0d0689a4..472ccaed 100644 --- a/build/MaterialIcons.js.map +++ b/build/MaterialIcons.js.map @@ -1 +1 @@ -{"version":3,"file":"MaterialIcons.js","sourceRoot":"","sources":["../src/MaterialIcons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,4DAA4D,CAAC;AAC9E,OAAO,QAAQ,MAAM,iEAAiE,CAAC;AAEvF,eAAe,aAAa,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/MaterialIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialIcons.json';\n\nexport default createIconSet(glyphMap, 'material', font);\n"]} \ No newline at end of file +{"version":3,"file":"MaterialIcons.js","sourceRoot":"","sources":["../src/MaterialIcons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,mHAA8E;AAC9E,yHAAuF;AAEvF,kBAAe,IAAA,uBAAa,EAAC,4BAAQ,EAAE,UAAU,EAAE,2BAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/MaterialIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/MaterialIcons.json';\n\nexport default createIconSet(glyphMap, 'material', font);\n"]} \ No newline at end of file diff --git a/build/Octicons.d.ts b/build/Octicons.d.ts index 21b418a9..9e96e853 100644 --- a/build/Octicons.d.ts +++ b/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<"link" | "search" | "alert" | "key" | "bold" | "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" | "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">; export default _default; diff --git a/build/Octicons.js b/build/Octicons.js index 1455f22c..121d0492 100644 --- a/build/Octicons.js +++ b/build/Octicons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Octicons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json'; -export default createIconSet(glyphMap, 'octicons', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Octicons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Octicons.ttf")); +const Octicons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Octicons.json")); +exports.default = (0, createIconSet_1.default)(Octicons_json_1.default, 'octicons', Octicons_ttf_1.default); //# sourceMappingURL=Octicons.js.map \ No newline at end of file diff --git a/build/Octicons.js.map b/build/Octicons.js.map index 4ae8eed7..f26715d0 100644 --- a/build/Octicons.js.map +++ b/build/Octicons.js.map @@ -1 +1 @@ -{"version":3,"file":"Octicons.js","sourceRoot":"","sources":["../src/Octicons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,uDAAuD,CAAC;AACzE,OAAO,QAAQ,MAAM,4DAA4D,CAAC;AAElF,eAAe,aAAa,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Octicons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json';\n\nexport default createIconSet(glyphMap, 'octicons', font);\n"]} \ No newline at end of file +{"version":3,"file":"Octicons.js","sourceRoot":"","sources":["../src/Octicons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,yGAAyE;AACzE,+GAAkF;AAElF,kBAAe,IAAA,uBAAa,EAAC,uBAAQ,EAAE,UAAU,EAAE,sBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Octicons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Octicons.json';\n\nexport default createIconSet(glyphMap, 'octicons', font);\n"]} \ No newline at end of file diff --git a/build/SimpleLineIcons.d.ts b/build/SimpleLineIcons.d.ts index e88be131..a2531593 100644 --- a/build/SimpleLineIcons.d.ts +++ b/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" | "anchor" | "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" | "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">; export default _default; diff --git a/build/SimpleLineIcons.js b/build/SimpleLineIcons.js index 8015d694..b1f241e0 100644 --- a/build/SimpleLineIcons.js +++ b/build/SimpleLineIcons.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/SimpleLineIcons.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json'; -export default createIconSet(glyphMap, 'simple-line-icons', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const SimpleLineIcons_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/SimpleLineIcons.ttf")); +const SimpleLineIcons_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json")); +exports.default = (0, createIconSet_1.default)(SimpleLineIcons_json_1.default, 'simple-line-icons', SimpleLineIcons_ttf_1.default); //# sourceMappingURL=SimpleLineIcons.js.map \ No newline at end of file diff --git a/build/SimpleLineIcons.js.map b/build/SimpleLineIcons.js.map index fa49f32f..89c466e9 100644 --- a/build/SimpleLineIcons.js.map +++ b/build/SimpleLineIcons.js.map @@ -1 +1 @@ -{"version":3,"file":"SimpleLineIcons.js","sourceRoot":"","sources":["../src/SimpleLineIcons.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,8DAA8D,CAAC;AAChF,OAAO,QAAQ,MAAM,mEAAmE,CAAC;AAEzF,eAAe,aAAa,CAAC,QAAQ,EAAE,mBAAmB,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/SimpleLineIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json';\n\nexport default createIconSet(glyphMap, 'simple-line-icons', font);\n"]} \ No newline at end of file +{"version":3,"file":"SimpleLineIcons.js","sourceRoot":"","sources":["../src/SimpleLineIcons.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,uHAAgF;AAChF,6HAAyF;AAEzF,kBAAe,IAAA,uBAAa,EAAC,8BAAQ,EAAE,mBAAmB,EAAE,6BAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/SimpleLineIcons.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json';\n\nexport default createIconSet(glyphMap, 'simple-line-icons', font);\n"]} \ No newline at end of file diff --git a/build/Zocial.js b/build/Zocial.js index 3670206d..44d9efcc 100644 --- a/build/Zocial.js +++ b/build/Zocial.js @@ -1,5 +1,10 @@ -import createIconSet from './createIconSet'; -import font from './vendor/react-native-vector-icons/Fonts/Zocial.ttf'; -import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Zocial.json'; -export default createIconSet(glyphMap, 'zocial', font); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +const Zocial_ttf_1 = __importDefault(require("./vendor/react-native-vector-icons/Fonts/Zocial.ttf")); +const Zocial_json_1 = __importDefault(require("./vendor/react-native-vector-icons/glyphmaps/Zocial.json")); +exports.default = (0, createIconSet_1.default)(Zocial_json_1.default, 'zocial', Zocial_ttf_1.default); //# sourceMappingURL=Zocial.js.map \ No newline at end of file diff --git a/build/Zocial.js.map b/build/Zocial.js.map index d138ae6c..eaa2133f 100644 --- a/build/Zocial.js.map +++ b/build/Zocial.js.map @@ -1 +1 @@ -{"version":3,"file":"Zocial.js","sourceRoot":"","sources":["../src/Zocial.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,IAAI,MAAM,qDAAqD,CAAC;AACvE,OAAO,QAAQ,MAAM,0DAA0D,CAAC;AAEhF,eAAe,aAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Zocial.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Zocial.json';\n\nexport default createIconSet(glyphMap, 'zocial', font);\n"]} \ No newline at end of file +{"version":3,"file":"Zocial.js","sourceRoot":"","sources":["../src/Zocial.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAC5C,qGAAuE;AACvE,2GAAgF;AAEhF,kBAAe,IAAA,uBAAa,EAAC,qBAAQ,EAAE,QAAQ,EAAE,oBAAI,CAAC,CAAC","sourcesContent":["import createIconSet from './createIconSet';\nimport font from './vendor/react-native-vector-icons/Fonts/Zocial.ttf';\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/Zocial.json';\n\nexport default createIconSet(glyphMap, 'zocial', font);\n"]} \ No newline at end of file diff --git a/build/createIconSet.js b/build/createIconSet.js index 15cd910e..ef46b8f7 100644 --- a/build/createIconSet.js +++ b/build/createIconSet.js @@ -1,55 +1,79 @@ -import * as Font from "expo-font"; -import React from "react"; -import { Text, } from "react-native"; -import createIconSet from "./vendor/react-native-vector-icons/lib/create-icon-set"; -import createIconButtonComponent from "./vendor/react-native-vector-icons/lib/icon-button"; -export { DEFAULT_ICON_COLOR, DEFAULT_ICON_SIZE, } from "./vendor/react-native-vector-icons/lib/create-icon-set"; -export default function (glyphMap, fontName, expoAssetId, fontStyle) { - var _a; +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DEFAULT_ICON_SIZE = exports.DEFAULT_ICON_COLOR = void 0; +const Font = __importStar(require("expo-font")); +const react_1 = __importDefault(require("react")); +const react_native_1 = require("react-native"); +const create_icon_set_1 = __importDefault(require("./vendor/react-native-vector-icons/lib/create-icon-set")); +const icon_button_1 = __importDefault(require("./vendor/react-native-vector-icons/lib/icon-button")); +var create_icon_set_2 = require("./vendor/react-native-vector-icons/lib/create-icon-set"); +Object.defineProperty(exports, "DEFAULT_ICON_COLOR", { enumerable: true, get: function () { return create_icon_set_2.DEFAULT_ICON_COLOR; } }); +Object.defineProperty(exports, "DEFAULT_ICON_SIZE", { enumerable: true, get: function () { return create_icon_set_2.DEFAULT_ICON_SIZE; } }); +function default_1(glyphMap, fontName, expoAssetId, fontStyle) { const font = { [fontName]: expoAssetId }; - const RNVIconComponent = createIconSet(glyphMap, fontName, null, fontStyle); - return _a = class Icon extends React.Component { - constructor() { - super(...arguments); - this._mounted = false; - this.state = { - fontIsLoaded: Font.isLoaded(fontName), - }; + const RNVIconComponent = (0, create_icon_set_1.default)(glyphMap, fontName, null, fontStyle); + return class Icon extends react_1.default.Component { + static defaultProps = RNVIconComponent.defaultProps; + static Button = (0, icon_button_1.default)(Icon); + static glyphMap = glyphMap; + static getRawGlyphMap = () => glyphMap; + static getFontFamily = () => fontName; + static loadFont = () => Font.loadAsync(font); + static font = font; + _mounted = false; + _icon; + state = { + fontIsLoaded: Font.isLoaded(fontName), + }; + async componentDidMount() { + this._mounted = true; + if (!this.state.fontIsLoaded) { + await Font.loadAsync(font); + this._mounted && this.setState({ fontIsLoaded: true }); } - async componentDidMount() { - this._mounted = true; - if (!this.state.fontIsLoaded) { - await Font.loadAsync(font); - this._mounted && this.setState({ fontIsLoaded: true }); - } + } + componentWillUnmount() { + this._mounted = false; + } + setNativeProps(props) { + if (this._icon) { + this._icon.setNativeProps(props); } - componentWillUnmount() { - this._mounted = false; + } + render() { + if (__DEV__ && this.props.name && !(this.props.name in glyphMap)) { + console.warn(`"${this.props.name}" is not a valid icon name for family "${fontName}"`); } - setNativeProps(props) { - if (this._icon) { - this._icon.setNativeProps(props); - } + if (!this.state.fontIsLoaded) { + return react_1.default.createElement(react_native_1.Text, null); } - render() { - if (__DEV__ && this.props.name && !(this.props.name in glyphMap)) { - console.warn(`"${this.props.name}" is not a valid icon name for family "${fontName}"`); - } - if (!this.state.fontIsLoaded) { - return ; - } - return ( { + return (react_1.default.createElement(RNVIconComponent, { ref: (view) => { this._icon = view; - }} {...this.props}/>); - } - }, - _a.defaultProps = RNVIconComponent.defaultProps, - _a.Button = createIconButtonComponent(_a), - _a.glyphMap = glyphMap, - _a.getRawGlyphMap = () => glyphMap, - _a.getFontFamily = () => fontName, - _a.loadFont = () => Font.loadAsync(font), - _a.font = font, - _a; + }, ...this.props })); + } + }; } +exports.default = default_1; //# sourceMappingURL=createIconSet.js.map \ No newline at end of file diff --git a/build/createIconSet.js.map b/build/createIconSet.js.map index 83aa6e1f..92a44406 100644 --- a/build/createIconSet.js.map +++ b/build/createIconSet.js.map @@ -1 +1 @@ -{"version":3,"file":"createIconSet.js","sourceRoot":"","sources":["../src/createIconSet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAyB,MAAM,OAAO,CAAC;AAC9C,OAAO,EACL,IAAI,GAOL,MAAM,cAAc,CAAC;AAEtB,OAAO,aAAa,MAAM,wDAAwD,CAAC;AACnF,OAAO,yBAAyB,MAAM,oDAAoD,CAAC;AAE3F,OAAO,EACL,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,wDAAwD,CAAC;AAoFhE,MAAM,CAAC,OAAO,WACZ,QAAqB,EACrB,QAAY,EACZ,WAAW,EACX,SAAe;;IAEf,MAAM,IAAI,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IACzC,MAAM,gBAAgB,GAAG,aAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;IAE5E,YAAO,MAAM,IAAK,SAAQ,KAAK,CAAC,SAAuB;YAAhD;;gBASL,aAAQ,GAAG,KAAK,CAAC;gBAGjB,UAAK,GAAG;oBACN,YAAY,EAAE,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;iBACtC,CAAC;YAwCJ,CAAC;YAtCC,KAAK,CAAC,iBAAiB;gBACrB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;gBACrB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;oBAC5B,MAAM,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;oBAC3B,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,CAAC;iBACxD;YACH,CAAC;YAED,oBAAoB;gBAClB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;YACxB,CAAC;YAED,cAAc,CAAC,KAAK;gBAClB,IAAI,IAAI,CAAC,KAAK,EAAE;oBACd,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;iBAClC;YACH,CAAC;YAED,MAAM;gBACJ,IAAI,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,QAAQ,CAAC,EAAE;oBAChE,OAAO,CAAC,IAAI,CACV,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,0CAA0C,QAAQ,GAAG,CACzE,CAAC;iBACH;gBAED,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;oBAC5B,OAAO,CAAC,IAAI,CAAC,AAAD,EAAG,CAAC;iBACjB;gBAED,OAAO,CACL,CAAC,gBAAgB,CACf,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE;oBACZ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;gBACpB,CAAC,CAAC,CACF,IAAI,IAAI,CAAC,KAAK,CAAC,EACf,CACH,CAAC;YACJ,CAAC;SACF;QArDQ,eAAY,GAAG,gBAAgB,CAAC,YAAa;QAC7C,SAAM,GAAG,yBAAyB,CAAC,EAAI,CAAE;QACzC,WAAQ,GAAG,QAAS;QACpB,iBAAc,GAAG,GAAG,EAAE,CAAC,QAAS;QAChC,gBAAa,GAAG,GAAG,EAAE,CAAC,QAAS;QAC/B,WAAQ,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAE;QACtC,OAAI,GAAG,IAAK;WA+CnB;AACJ,CAAC","sourcesContent":["import * as Font from \"expo-font\";\nimport React, { ComponentClass } from \"react\";\nimport {\n Text,\n TextProps,\n TouchableHighlightProps,\n ViewProps,\n OpaqueColorValue,\n TextStyle,\n ViewStyle,\n} from \"react-native\";\n\nimport createIconSet from \"./vendor/react-native-vector-icons/lib/create-icon-set\";\nimport createIconButtonComponent from \"./vendor/react-native-vector-icons/lib/icon-button\";\n\nexport {\n DEFAULT_ICON_COLOR,\n DEFAULT_ICON_SIZE,\n} from \"./vendor/react-native-vector-icons/lib/create-icon-set\";\n\nexport interface IconProps extends TextProps {\n /**\n * Size of the icon, can also be passed as fontSize in the style object.\n *\n * @default 12\n */\n size?: number;\n\n /**\n * Name of the icon to show\n *\n * See Icon Explorer app\n * {@link https://expo.github.io/vector-icons/}\n */\n name: GLYPHS;\n\n /**\n * Color of the icon. Can be a string or OpaqueColorValue (returned from\n * PlatformColor(..))\n *\n */\n color?: string | OpaqueColorValue;\n}\n\nexport interface IconButtonProps\n extends IconProps,\n ViewProps,\n TouchableHighlightProps {\n /**\n * Text and icon color\n * Use iconStyle or nest a Text component if you need different colors.\n * Can be a string or OpaqueColorValue (returned from PlatformColor(..))\n *\n * @default 'white'\n */\n color?: string | OpaqueColorValue;\n\n /**\n * Border radius of the button\n * Set to 0 to disable.\n *\n * @default 5\n */\n borderRadius?: number;\n\n /**\n * Styles applied to the icon only\n * Good for setting margins or a different color.\n *\n * @default {marginRight: 10}\n */\n iconStyle?: TextStyle;\n\n /**\n * Style prop inherited from TextProps and TouchableWithoutFeedbackProperties\n * Only exist here so we can have ViewStyle or TextStyle\n *\n */\n style?: ViewStyle | TextStyle;\n\n /**\n * Background color of the button. Can be a string or OpaqueColorValue (returned from\n * PlatformColor(..))\n *\n * @default '#007AFF'\n */\n backgroundColor?: string | OpaqueColorValue;\n}\n\nexport type GlyphMap = { [K in G]: number | string };\n\nexport interface Icon {\n defaultProps: any;\n Button: ComponentClass>;\n glyphMap: GlyphMap;\n getRawGlyphMap: () => GlyphMap;\n getFontFamily: () => FN;\n loadFont: () => Promise;\n font: { [x: string]: any };\n new (props: IconProps): React.Component>;\n}\n\nexport default function (\n glyphMap: GlyphMap,\n fontName: FN,\n expoAssetId,\n fontStyle?: any\n): Icon {\n const font = { [fontName]: expoAssetId };\n const RNVIconComponent = createIconSet(glyphMap, fontName, null, fontStyle);\n\n return class Icon extends React.Component> {\n static defaultProps = RNVIconComponent.defaultProps;\n static Button = createIconButtonComponent(Icon);\n static glyphMap = glyphMap;\n static getRawGlyphMap = () => glyphMap;\n static getFontFamily = () => fontName;\n static loadFont = () => Font.loadAsync(font);\n static font = font;\n\n _mounted = false;\n _icon?: any;\n\n state = {\n fontIsLoaded: Font.isLoaded(fontName),\n };\n\n async componentDidMount() {\n this._mounted = true;\n if (!this.state.fontIsLoaded) {\n await Font.loadAsync(font);\n this._mounted && this.setState({ fontIsLoaded: true });\n }\n }\n\n componentWillUnmount() {\n this._mounted = false;\n }\n\n setNativeProps(props) {\n if (this._icon) {\n this._icon.setNativeProps(props);\n }\n }\n\n render() {\n if (__DEV__ && this.props.name && !(this.props.name in glyphMap)) {\n console.warn(\n `\"${this.props.name}\" is not a valid icon name for family \"${fontName}\"`\n );\n }\n\n if (!this.state.fontIsLoaded) {\n return ;\n }\n\n return (\n {\n this._icon = view;\n }}\n {...this.props}\n />\n );\n }\n };\n}\n"]} \ No newline at end of file +{"version":3,"file":"createIconSet.js","sourceRoot":"","sources":["../src/createIconSet.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAAkC;AAClC,kDAA8C;AAC9C,+CAQsB;AAEtB,6GAAmF;AACnF,qGAA2F;AAE3F,0FAGgE;AAF9D,qHAAA,kBAAkB,OAAA;AAClB,oHAAA,iBAAiB,OAAA;AAqFnB,mBACE,QAAqB,EACrB,QAAY,EACZ,WAAW,EACX,SAAe;IAEf,MAAM,IAAI,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IACzC,MAAM,gBAAgB,GAAG,IAAA,yBAAa,EAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;IAE5E,OAAO,MAAM,IAAK,SAAQ,eAAK,CAAC,SAAuB;QACrD,MAAM,CAAC,YAAY,GAAG,gBAAgB,CAAC,YAAY,CAAC;QACpD,MAAM,CAAC,MAAM,GAAG,IAAA,qBAAyB,EAAC,IAAI,CAAC,CAAC;QAChD,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAC3B,MAAM,CAAC,cAAc,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC;QACvC,MAAM,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC;QACtC,MAAM,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC;QAEnB,QAAQ,GAAG,KAAK,CAAC;QACjB,KAAK,CAAO;QAEZ,KAAK,GAAG;YACN,YAAY,EAAE,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;SACtC,CAAC;QAEF,KAAK,CAAC,iBAAiB;YACrB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;YACrB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;gBAC5B,MAAM,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;gBAC3B,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,CAAC;aACxD;QACH,CAAC;QAED,oBAAoB;YAClB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;QACxB,CAAC;QAED,cAAc,CAAC,KAAK;YAClB,IAAI,IAAI,CAAC,KAAK,EAAE;gBACd,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;aAClC;QACH,CAAC;QAED,MAAM;YACJ,IAAI,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,QAAQ,CAAC,EAAE;gBAChE,OAAO,CAAC,IAAI,CACV,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,0CAA0C,QAAQ,GAAG,CACzE,CAAC;aACH;YAED,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;gBAC5B,OAAO,8BAAC,mBAAI,OAAG,CAAC;aACjB;YAED,OAAO,CACL,8BAAC,gBAAgB,IACf,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE;oBACZ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;gBACpB,CAAC,KACG,IAAI,CAAC,KAAK,GACd,CACH,CAAC;QACJ,CAAC;KACF,CAAC;AACJ,CAAC;AAhED,4BAgEC","sourcesContent":["import * as Font from \"expo-font\";\nimport React, { ComponentClass } from \"react\";\nimport {\n Text,\n TextProps,\n TouchableHighlightProps,\n ViewProps,\n OpaqueColorValue,\n TextStyle,\n ViewStyle,\n} from \"react-native\";\n\nimport createIconSet from \"./vendor/react-native-vector-icons/lib/create-icon-set\";\nimport createIconButtonComponent from \"./vendor/react-native-vector-icons/lib/icon-button\";\n\nexport {\n DEFAULT_ICON_COLOR,\n DEFAULT_ICON_SIZE,\n} from \"./vendor/react-native-vector-icons/lib/create-icon-set\";\n\nexport interface IconProps extends TextProps {\n /**\n * Size of the icon, can also be passed as fontSize in the style object.\n *\n * @default 12\n */\n size?: number;\n\n /**\n * Name of the icon to show\n *\n * See Icon Explorer app\n * {@link https://expo.github.io/vector-icons/}\n */\n name: GLYPHS;\n\n /**\n * Color of the icon. Can be a string or OpaqueColorValue (returned from\n * PlatformColor(..))\n *\n */\n color?: string | OpaqueColorValue;\n}\n\nexport interface IconButtonProps\n extends IconProps,\n ViewProps,\n TouchableHighlightProps {\n /**\n * Text and icon color\n * Use iconStyle or nest a Text component if you need different colors.\n * Can be a string or OpaqueColorValue (returned from PlatformColor(..))\n *\n * @default 'white'\n */\n color?: string | OpaqueColorValue;\n\n /**\n * Border radius of the button\n * Set to 0 to disable.\n *\n * @default 5\n */\n borderRadius?: number;\n\n /**\n * Styles applied to the icon only\n * Good for setting margins or a different color.\n *\n * @default {marginRight: 10}\n */\n iconStyle?: TextStyle;\n\n /**\n * Style prop inherited from TextProps and TouchableWithoutFeedbackProperties\n * Only exist here so we can have ViewStyle or TextStyle\n *\n */\n style?: ViewStyle | TextStyle;\n\n /**\n * Background color of the button. Can be a string or OpaqueColorValue (returned from\n * PlatformColor(..))\n *\n * @default '#007AFF'\n */\n backgroundColor?: string | OpaqueColorValue;\n}\n\nexport type GlyphMap = { [K in G]: number | string };\n\nexport interface Icon {\n defaultProps: any;\n Button: ComponentClass>;\n glyphMap: GlyphMap;\n getRawGlyphMap: () => GlyphMap;\n getFontFamily: () => FN;\n loadFont: () => Promise;\n font: { [x: string]: any };\n new (props: IconProps): React.Component>;\n}\n\nexport default function (\n glyphMap: GlyphMap,\n fontName: FN,\n expoAssetId,\n fontStyle?: any\n): Icon {\n const font = { [fontName]: expoAssetId };\n const RNVIconComponent = createIconSet(glyphMap, fontName, null, fontStyle);\n\n return class Icon extends React.Component> {\n static defaultProps = RNVIconComponent.defaultProps;\n static Button = createIconButtonComponent(Icon);\n static glyphMap = glyphMap;\n static getRawGlyphMap = () => glyphMap;\n static getFontFamily = () => fontName;\n static loadFont = () => Font.loadAsync(font);\n static font = font;\n\n _mounted = false;\n _icon?: any;\n\n state = {\n fontIsLoaded: Font.isLoaded(fontName),\n };\n\n async componentDidMount() {\n this._mounted = true;\n if (!this.state.fontIsLoaded) {\n await Font.loadAsync(font);\n this._mounted && this.setState({ fontIsLoaded: true });\n }\n }\n\n componentWillUnmount() {\n this._mounted = false;\n }\n\n setNativeProps(props) {\n if (this._icon) {\n this._icon.setNativeProps(props);\n }\n }\n\n render() {\n if (__DEV__ && this.props.name && !(this.props.name in glyphMap)) {\n console.warn(\n `\"${this.props.name}\" is not a valid icon name for family \"${fontName}\"`\n );\n }\n\n if (!this.state.fontIsLoaded) {\n return ;\n }\n\n return (\n {\n this._icon = view;\n }}\n {...this.props}\n />\n );\n }\n };\n}\n"]} \ No newline at end of file diff --git a/build/createIconSetFromFontAwesome5.js b/build/createIconSetFromFontAwesome5.js index a0fd0c39..0a2ce5ef 100644 --- a/build/createIconSetFromFontAwesome5.js +++ b/build/createIconSetFromFontAwesome5.js @@ -1,12 +1,18 @@ -import { Platform } from 'react-native'; -import createMultiStyleIconSet from './createMultiStyleIconSet'; -export const FA5Style = { +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.createFA5iconSet = exports.FA5Style = void 0; +const react_native_1 = require("react-native"); +const createMultiStyleIconSet_1 = __importDefault(require("./createMultiStyleIconSet")); +exports.FA5Style = { regular: 'regular', light: 'light', solid: 'solid', brand: 'brand', }; -export function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) { +function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) { const metadataKeys = Object.keys(metadata); const fontFamily = `FontAwesome5${pro ? 'Pro' : 'Free'}`; function fallbackFamily(glyph) { @@ -29,7 +35,7 @@ export function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) { return { fontFamily: `${family}-${styleName}`, fontFile, - fontStyle: Platform.select({ + fontStyle: react_native_1.Platform.select({ ios: { fontWeight, }, @@ -42,7 +48,7 @@ export function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) { const lightIcons = createFontAwesomeStyle('Light', '100'); const regularIcons = createFontAwesomeStyle('Regular', '400'); const solidIcons = createFontAwesomeStyle('Solid', '700'); - const Icon = createMultiStyleIconSet({ + const Icon = (0, createMultiStyleIconSet_1.default)({ brand: brandIcons, light: lightIcons, regular: regularIcons, @@ -54,4 +60,5 @@ export function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) { }); return Icon; } +exports.createFA5iconSet = createFA5iconSet; //# sourceMappingURL=createIconSetFromFontAwesome5.js.map \ No newline at end of file diff --git a/build/createIconSetFromFontAwesome5.js.map b/build/createIconSetFromFontAwesome5.js.map index 71430ca2..f3cc2587 100644 --- a/build/createIconSetFromFontAwesome5.js.map +++ b/build/createIconSetFromFontAwesome5.js.map @@ -1 +1 @@ -{"version":3,"file":"createIconSetFromFontAwesome5.js","sourceRoot":"","sources":["../src/createIconSetFromFontAwesome5.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAEhE,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACf,CAAC;AAEF,MAAM,UAAU,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,GAAG,EAAE,EAAE,KAAK,EAAE,GAAG,GAAG,KAAK;IAC1E,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3C,MAAM,UAAU,GAAG,eAAe,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEzD,SAAS,cAAc,CAAC,KAAK;QAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;YAC/C,MAAM,MAAM,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;YAC/B,IAAI,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;gBAC1C,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;aAC/C;SACF;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,SAAS,cAAc,CAAC,KAAK,EAAE,KAAK;QAClC,MAAM,MAAM,GAAG,KAAK,KAAK,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;QACpD,IAAI,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;QACtD,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,SAAS,sBAAsB,CAAC,SAAS,EAAE,UAAU,EAAE,MAAM,GAAG,UAAU;QACxE,IAAI,QAAQ,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QAEhC,OAAO;YACL,UAAU,EAAE,GAAG,MAAM,IAAI,SAAS,EAAE;YACpC,QAAQ;YACR,SAAS,EAAE,QAAQ,CAAC,MAAM,CAAC;gBACzB,GAAG,EAAE;oBACH,UAAU;iBACX;gBACD,OAAO,EAAE,EAAE;aACZ,CAAC;YACF,QAAQ;SACT,CAAC;IACJ,CAAC;IAED,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,YAAY,GAAG,sBAAsB,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IAC9D,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,IAAI,GAAG,uBAAuB,CAClC;QACE,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,UAAU;KAClB,EACD;QACE,YAAY,EAAE,SAAS;QACvB,cAAc;QACd,cAAc;KACf,CACF,CAAC;IAEF,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["import { Platform } from 'react-native';\nimport createMultiStyleIconSet from './createMultiStyleIconSet';\n\nexport const FA5Style = {\n regular: 'regular',\n light: 'light',\n solid: 'solid',\n brand: 'brand',\n};\n\nexport function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) {\n const metadataKeys = Object.keys(metadata);\n const fontFamily = `FontAwesome5${pro ? 'Pro' : 'Free'}`;\n\n function fallbackFamily(glyph) {\n for (let i = 0; i < metadataKeys.length; i += 1) {\n const family = metadataKeys[i];\n if (metadata[family].indexOf(glyph) !== -1) {\n return family === 'brands' ? 'brand' : family;\n }\n }\n\n return 'regular';\n }\n\n function glyphValidator(glyph, style) {\n const family = style === 'brand' ? 'brands' : style;\n if (metadataKeys.indexOf(family) === -1) return false;\n return metadata[family].indexOf(glyph) !== -1;\n }\n\n function createFontAwesomeStyle(styleName, fontWeight, family = fontFamily) {\n let fontFile = fonts[styleName];\n\n return {\n fontFamily: `${family}-${styleName}`,\n fontFile,\n fontStyle: Platform.select({\n ios: {\n fontWeight,\n },\n default: {},\n }),\n glyphMap,\n };\n }\n\n const brandIcons = createFontAwesomeStyle('Brand', '400');\n const lightIcons = createFontAwesomeStyle('Light', '100');\n const regularIcons = createFontAwesomeStyle('Regular', '400');\n const solidIcons = createFontAwesomeStyle('Solid', '700');\n const Icon = createMultiStyleIconSet(\n {\n brand: brandIcons,\n light: lightIcons,\n regular: regularIcons,\n solid: solidIcons,\n },\n {\n defaultStyle: 'regular',\n fallbackFamily,\n glyphValidator,\n },\n );\n\n return Icon;\n}"]} \ No newline at end of file +{"version":3,"file":"createIconSetFromFontAwesome5.js","sourceRoot":"","sources":["../src/createIconSetFromFontAwesome5.ts"],"names":[],"mappings":";;;;;;AAAA,+CAAwC;AACxC,wFAAgE;AAEnD,QAAA,QAAQ,GAAG;IACtB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACf,CAAC;AAEF,SAAgB,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,GAAG,EAAE,EAAE,KAAK,EAAE,GAAG,GAAG,KAAK;IAC1E,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3C,MAAM,UAAU,GAAG,eAAe,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEzD,SAAS,cAAc,CAAC,KAAK;QAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;YAC/C,MAAM,MAAM,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;YAC/B,IAAI,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;gBAC1C,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;aAC/C;SACF;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,SAAS,cAAc,CAAC,KAAK,EAAE,KAAK;QAClC,MAAM,MAAM,GAAG,KAAK,KAAK,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;QACpD,IAAI,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;QACtD,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,SAAS,sBAAsB,CAAC,SAAS,EAAE,UAAU,EAAE,MAAM,GAAG,UAAU;QACxE,IAAI,QAAQ,GAAG,KAAK,CAAC,SAAS,CAAC,CAAC;QAEhC,OAAO;YACL,UAAU,EAAE,GAAG,MAAM,IAAI,SAAS,EAAE;YACpC,QAAQ;YACR,SAAS,EAAE,uBAAQ,CAAC,MAAM,CAAC;gBACzB,GAAG,EAAE;oBACH,UAAU;iBACX;gBACD,OAAO,EAAE,EAAE;aACZ,CAAC;YACF,QAAQ;SACT,CAAC;IACJ,CAAC;IAED,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,YAAY,GAAG,sBAAsB,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IAC9D,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAC1D,MAAM,IAAI,GAAG,IAAA,iCAAuB,EAClC;QACE,KAAK,EAAE,UAAU;QACjB,KAAK,EAAE,UAAU;QACjB,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,UAAU;KAClB,EACD;QACE,YAAY,EAAE,SAAS;QACvB,cAAc;QACd,cAAc;KACf,CACF,CAAC;IAEF,OAAO,IAAI,CAAC;AACd,CAAC;AAxDD,4CAwDC","sourcesContent":["import { Platform } from 'react-native';\nimport createMultiStyleIconSet from './createMultiStyleIconSet';\n\nexport const FA5Style = {\n regular: 'regular',\n light: 'light',\n solid: 'solid',\n brand: 'brand',\n};\n\nexport function createFA5iconSet(glyphMap, metadata = {}, fonts, pro = false) {\n const metadataKeys = Object.keys(metadata);\n const fontFamily = `FontAwesome5${pro ? 'Pro' : 'Free'}`;\n\n function fallbackFamily(glyph) {\n for (let i = 0; i < metadataKeys.length; i += 1) {\n const family = metadataKeys[i];\n if (metadata[family].indexOf(glyph) !== -1) {\n return family === 'brands' ? 'brand' : family;\n }\n }\n\n return 'regular';\n }\n\n function glyphValidator(glyph, style) {\n const family = style === 'brand' ? 'brands' : style;\n if (metadataKeys.indexOf(family) === -1) return false;\n return metadata[family].indexOf(glyph) !== -1;\n }\n\n function createFontAwesomeStyle(styleName, fontWeight, family = fontFamily) {\n let fontFile = fonts[styleName];\n\n return {\n fontFamily: `${family}-${styleName}`,\n fontFile,\n fontStyle: Platform.select({\n ios: {\n fontWeight,\n },\n default: {},\n }),\n glyphMap,\n };\n }\n\n const brandIcons = createFontAwesomeStyle('Brand', '400');\n const lightIcons = createFontAwesomeStyle('Light', '100');\n const regularIcons = createFontAwesomeStyle('Regular', '400');\n const solidIcons = createFontAwesomeStyle('Solid', '700');\n const Icon = createMultiStyleIconSet(\n {\n brand: brandIcons,\n light: lightIcons,\n regular: regularIcons,\n solid: solidIcons,\n },\n {\n defaultStyle: 'regular',\n fallbackFamily,\n glyphValidator,\n },\n );\n\n return Icon;\n}"]} \ No newline at end of file diff --git a/build/createIconSetFromFontello.js b/build/createIconSetFromFontello.js index bb089a30..56ace232 100644 --- a/build/createIconSetFromFontello.js +++ b/build/createIconSetFromFontello.js @@ -1,5 +1,11 @@ -import createIconSetFromFontello from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontello'; -export default function (config, expoFontName, expoAssetId) { - return createIconSetFromFontello(config, expoFontName, expoAssetId); +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const create_icon_set_from_fontello_1 = __importDefault(require("./vendor/react-native-vector-icons/lib/create-icon-set-from-fontello")); +function default_1(config, expoFontName, expoAssetId) { + return (0, create_icon_set_from_fontello_1.default)(config, expoFontName, expoAssetId); } +exports.default = default_1; //# sourceMappingURL=createIconSetFromFontello.js.map \ No newline at end of file diff --git a/build/createIconSetFromFontello.js.map b/build/createIconSetFromFontello.js.map index db8f0c46..e198c673 100644 --- a/build/createIconSetFromFontello.js.map +++ b/build/createIconSetFromFontello.js.map @@ -1 +1 @@ -{"version":3,"file":"createIconSetFromFontello.js","sourceRoot":"","sources":["../src/createIconSetFromFontello.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,MAAM,sEAAsE,CAAC;AAE7G,MAAM,CAAC,OAAO,WAAU,MAAM,EAAE,YAAY,EAAE,WAAW;IACvD,OAAO,yBAAyB,CAAC,MAAM,EAAE,YAAY,EAAE,WAAW,CAAC,CAAC;AACtE,CAAC","sourcesContent":["import createIconSetFromFontello from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontello';\n\nexport default function(config, expoFontName, expoAssetId) {\n return createIconSetFromFontello(config, expoFontName, expoAssetId);\n}\n"]} \ No newline at end of file +{"version":3,"file":"createIconSetFromFontello.js","sourceRoot":"","sources":["../src/createIconSetFromFontello.ts"],"names":[],"mappings":";;;;;AAAA,yIAA6G;AAE7G,mBAAwB,MAAM,EAAE,YAAY,EAAE,WAAW;IACvD,OAAO,IAAA,uCAAyB,EAAC,MAAM,EAAE,YAAY,EAAE,WAAW,CAAC,CAAC;AACtE,CAAC;AAFD,4BAEC","sourcesContent":["import createIconSetFromFontello from './vendor/react-native-vector-icons/lib/create-icon-set-from-fontello';\n\nexport default function(config, expoFontName, expoAssetId) {\n return createIconSetFromFontello(config, expoFontName, expoAssetId);\n}\n"]} \ No newline at end of file diff --git a/build/createIconSetFromIcoMoon.js b/build/createIconSetFromIcoMoon.js index d59b4db0..b55c50ec 100644 --- a/build/createIconSetFromIcoMoon.js +++ b/build/createIconSetFromIcoMoon.js @@ -1,5 +1,10 @@ -import createIconSet from "./createIconSet"; -export default function (config, expoFontName, expoAssetId) { +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const createIconSet_1 = __importDefault(require("./createIconSet")); +function default_1(config, expoFontName, expoAssetId) { const glyphMap = {}; config.icons.forEach(icon => { icon.properties.name.split(/\s*,\s*/g).forEach(name => { @@ -7,6 +12,7 @@ export default function (config, expoFontName, expoAssetId) { }); }); const fontFamily = expoFontName || config.preferences.fontPref.metadata.fontFamily; - return createIconSet(glyphMap, fontFamily, expoAssetId || `${fontFamily}.ttf`); + return (0, createIconSet_1.default)(glyphMap, fontFamily, expoAssetId || `${fontFamily}.ttf`); } +exports.default = default_1; //# sourceMappingURL=createIconSetFromIcoMoon.js.map \ No newline at end of file diff --git a/build/createIconSetFromIcoMoon.js.map b/build/createIconSetFromIcoMoon.js.map index e5079627..07afaae7 100644 --- a/build/createIconSetFromIcoMoon.js.map +++ b/build/createIconSetFromIcoMoon.js.map @@ -1 +1 @@ -{"version":3,"file":"createIconSetFromIcoMoon.js","sourceRoot":"","sources":["../src/createIconSetFromIcoMoon.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,MAAM,CAAC,OAAO,WAAW,MAAM,EAAE,YAAY,EAAE,WAAW;IACxD,MAAM,QAAQ,GAAG,EAAE,CAAC;IACpB,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QAC1B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;YACpD,QAAQ,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;QACxC,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,MAAM,UAAU,GACd,YAAY,IAAI,MAAM,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC;IAElE,OAAO,aAAa,CAClB,QAAQ,EACR,UAAU,EACV,WAAW,IAAI,GAAG,UAAU,MAAM,CACnC,CAAC;AACJ,CAAC","sourcesContent":["import createIconSet from \"./createIconSet\";\n\nexport default function (config, expoFontName, expoAssetId) {\n const glyphMap = {};\n config.icons.forEach(icon => {\n icon.properties.name.split(/\\s*,\\s*/g).forEach(name => {\n glyphMap[name] = icon.properties.code;\n });\n });\n\n const fontFamily =\n expoFontName || config.preferences.fontPref.metadata.fontFamily;\n\n return createIconSet(\n glyphMap,\n fontFamily,\n expoAssetId || `${fontFamily}.ttf`\n );\n}\n"]} \ No newline at end of file +{"version":3,"file":"createIconSetFromIcoMoon.js","sourceRoot":"","sources":["../src/createIconSetFromIcoMoon.ts"],"names":[],"mappings":";;;;;AAAA,oEAA4C;AAE5C,mBAAyB,MAAM,EAAE,YAAY,EAAE,WAAW;IACxD,MAAM,QAAQ,GAAG,EAAE,CAAC;IACpB,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QAC1B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;YACpD,QAAQ,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;QACxC,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,MAAM,UAAU,GACd,YAAY,IAAI,MAAM,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC;IAElE,OAAO,IAAA,uBAAa,EAClB,QAAQ,EACR,UAAU,EACV,WAAW,IAAI,GAAG,UAAU,MAAM,CACnC,CAAC;AACJ,CAAC;AAhBD,4BAgBC","sourcesContent":["import createIconSet from \"./createIconSet\";\n\nexport default function (config, expoFontName, expoAssetId) {\n const glyphMap = {};\n config.icons.forEach(icon => {\n icon.properties.name.split(/\\s*,\\s*/g).forEach(name => {\n glyphMap[name] = icon.properties.code;\n });\n });\n\n const fontFamily =\n expoFontName || config.preferences.fontPref.metadata.fontFamily;\n\n return createIconSet(\n glyphMap,\n fontFamily,\n expoAssetId || `${fontFamily}.ttf`\n );\n}\n"]} \ No newline at end of file diff --git a/build/createMultiStyleIconSet.js b/build/createMultiStyleIconSet.js index 89f768a2..7f289e0a 100644 --- a/build/createMultiStyleIconSet.js +++ b/build/createMultiStyleIconSet.js @@ -1,6 +1,30 @@ -import React, { PureComponent } from 'react'; -import createIconSet from './createIconSet'; -export default function createMultiStyleIconSet(styles, optionsInput = {}) { +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const react_1 = __importStar(require("react")); +const createIconSet_1 = __importDefault(require("./createIconSet")); +function createMultiStyleIconSet(styles, optionsInput = {}) { const styleNames = Object.keys(styles); if (styleNames.length === 0) { throw new Error('You need to add at least one style'); @@ -13,7 +37,7 @@ export default function createMultiStyleIconSet(styles, optionsInput = {}) { }; const iconSets = styleNames.reduce((acc, name) => { const style = styles[name]; - acc[name] = createIconSet(style.glyphMap || {}, style.fontFamily || '', style.fontFile || '', style.fontStyle || {}); + acc[name] = (0, createIconSet_1.default)(style.glyphMap || {}, style.fontFamily || '', style.fontFile || '', style.fontStyle || {}); return acc; }, {}); function styleFromProps(props) { @@ -61,30 +85,32 @@ export default function createMultiStyleIconSet(styles, optionsInput = {}) { return options.glyphValidator(name, style); } function createStyledIconClass(selectClass = '') { - class IconClass extends PureComponent { + class IconClass extends react_1.PureComponent { + static defaultProps = styleNames.reduce((acc, name) => { + acc[name] = false; + return acc; + }, {}); + static font = Object.values(styles).reduce((acc, style) => { + acc[style.fontFamily] = style.fontFile; + return acc; + }, {}); + static Button; + static StyledIconSet = getStyledIconSet; + static getFontFamily = getFontFamily; + static getRawGlyphMap = getRawGlyphMap; + static hasIcon = hasIcon; render() { const selectedIconSet = getIconSetForProps(this.props); const SelectedIconClass = selectIconClass(selectedIconSet, selectClass); const props = reduceProps(this.props); - return React.createElement(SelectedIconClass, props); + return react_1.default.createElement(SelectedIconClass, props); } } - IconClass.defaultProps = styleNames.reduce((acc, name) => { - acc[name] = false; - return acc; - }, {}); - IconClass.font = Object.values(styles).reduce((acc, style) => { - acc[style.fontFamily] = style.fontFile; - return acc; - }, {}); - IconClass.StyledIconSet = getStyledIconSet; - IconClass.getFontFamily = getFontFamily; - IconClass.getRawGlyphMap = getRawGlyphMap; - IconClass.hasIcon = hasIcon; return IconClass; } const Icon = createStyledIconClass(); Icon.Button = createStyledIconClass('Button'); return Icon; } +exports.default = createMultiStyleIconSet; //# sourceMappingURL=createMultiStyleIconSet.js.map \ No newline at end of file diff --git a/build/createMultiStyleIconSet.js.map b/build/createMultiStyleIconSet.js.map index 1e12b5cb..cdff88cc 100644 --- a/build/createMultiStyleIconSet.js.map +++ b/build/createMultiStyleIconSet.js.map @@ -1 +1 @@ -{"version":3,"file":"createMultiStyleIconSet.js","sourceRoot":"","sources":["../src/createMultiStyleIconSet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAa5C,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAC7C,MAAkB,EAClB,YAAY,GAAG,EAAE;IAEjB,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAEvC,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE;QAC3B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;KACvD;IAED,MAAM,OAAO,GAAG;QACd,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC;QAC3B,cAAc,EAAE,CAAC,OAAY,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;QAC/C,cAAc,EAAE,CAAC,OAAY,EAAE,QAAa,EAAE,EAAE,CAAC,IAAI;QACrD,GAAG,YAAY;KAChB,CAAC;IAEF,MAAM,QAAQ,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;QAC/C,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;QAE3B,GAAG,CAAC,IAAI,CAAC,GAAG,aAAa,CACvB,KAAK,CAAC,QAAQ,IAAI,EAAE,EACpB,KAAK,CAAC,UAAU,IAAI,EAAE,EACtB,KAAK,CAAC,QAAQ,IAAI,EAAE,EACpB,KAAK,CAAC,SAAS,IAAI,EAAE,CACtB,CAAC;QAEF,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,SAAS,cAAc,CAAC,KAAK;QAC3B,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAC9B,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,CACnB,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI;YAC7D,CAAC,CAAC,QAAQ;YACV,CAAC,CAAC,MAAM,EACZ,OAAO,CAAC,YAAY,CACrB,CAAC;IACJ,CAAC;IAED,SAAS,kBAAkB,CAAC,KAAK;QAC/B,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;QACvB,MAAM,KAAK,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;QAEpC,IAAI,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,CAAC;YAAE,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;QAEhE,MAAM,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;QAE5C,IAAI,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE;YACrC,OAAO,OAAO,CAAC,YAAY,CAAC;SAC7B;QAED,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1B,CAAC;IAED,SAAS,eAAe,CAAC,OAAO,EAAE,SAAS;QACzC,OAAO,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;IAED,SAAS,WAAW,CAAC,KAAK;QACxB,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YAC7C,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE;gBACnC,GAAG,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;aACzB;YAED,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAE,CAAC,CAAC;IACT,CAAC;IAED,SAAS,gBAAgB,CAAC,KAAK,EAAE,IAAI,GAAG,EAAE;QACxC,IAAI,UAAU,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;YACpC,OAAO,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;SACvC;QAED,OAAO,CAAC,IAAI;YACV,CAAC,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;YAC7C,CAAC,CAAC,kBAAkB,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,SAAS,aAAa,CAAC,KAAK,GAAG,OAAO,CAAC,YAAY;QACjD,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC,aAAa,EAAE,CAAC;IACjD,CAAC;IAED,SAAS,cAAc,CAAC,KAAK,GAAG,OAAO,CAAC,YAAY;QAClD,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC,cAAc,EAAE,CAAC;IAClD,CAAC;IAED,SAAS,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,YAAY;QACjD,OAAO,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC7C,CAAC;IAED,SAAS,qBAAqB,CAAC,WAAW,GAAG,EAAE;QAC7C,MAAM,SAAU,SAAQ,aAAa;YAkBnC,MAAM;gBACJ,MAAM,eAAe,GAAG,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACvD,MAAM,iBAAiB,GAAG,eAAe,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;gBACxE,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBAEtC,OAAO,KAAK,CAAC,aAAa,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAC;YACvD,CAAC;;QAvBM,sBAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACpD,GAAG,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;YAClB,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAE,CAAC,CAAC;QAEA,cAAI,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;YACxD,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC;YACvC,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAE,CAAC,CAAC;QAIA,uBAAa,GAAG,gBAAgB,CAAC;QACjC,uBAAa,GAAG,aAAa,CAAC;QAC9B,wBAAc,GAAG,cAAc,CAAC;QAChC,iBAAO,GAAG,OAAO,CAAC;QAW3B,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,MAAM,IAAI,GAAG,qBAAqB,EAAE,CAAC;IACrC,IAAI,CAAC,MAAM,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["import React, { PureComponent } from 'react';\n\nimport createIconSet from './createIconSet';\n\ntype FontStyle = {\n fontFamily: string;\n fontFile: any;\n glyphMap: any;\n fontStyle: any;\n};\n\ntype FontStyles = {\n [key: string]: FontStyle;\n};\n\nexport default function createMultiStyleIconSet(\n styles: FontStyles,\n optionsInput = {}\n): any {\n const styleNames = Object.keys(styles);\n\n if (styleNames.length === 0) {\n throw new Error('You need to add at least one style');\n }\n\n const options = {\n defaultStyle: styleNames[0],\n fallbackFamily: (_unused: any) => styleNames[0],\n glyphValidator: (_unused: any, __unused: any) => true,\n ...optionsInput,\n };\n\n const iconSets = styleNames.reduce((acc, name) => {\n const style = styles[name];\n\n acc[name] = createIconSet(\n style.glyphMap || {},\n style.fontFamily || '',\n style.fontFile || '',\n style.fontStyle || {}\n );\n\n return acc;\n }, {});\n\n function styleFromProps(props) {\n return Object.keys(props).reduce(\n (result, propName) =>\n styleNames.indexOf(propName) !== -1 && props[propName] === true\n ? propName\n : result,\n options.defaultStyle\n );\n }\n\n function getIconSetForProps(props) {\n const { name } = props;\n const style = styleFromProps(props);\n\n if (options.glyphValidator(name, style)) return iconSets[style];\n\n const family = options.fallbackFamily(name);\n\n if (styleNames.indexOf(family) === -1) {\n return options.defaultStyle;\n }\n\n return iconSets[family];\n }\n\n function selectIconClass(iconSet, iconClass) {\n return iconClass.length > 0 ? iconSet[iconClass] : iconSet;\n }\n\n function reduceProps(props) {\n return Object.keys(props).reduce((acc, prop) => {\n if (styleNames.indexOf(prop) === -1) {\n acc[prop] = props[prop];\n }\n\n return acc;\n }, {});\n }\n\n function getStyledIconSet(style, name = '') {\n if (styleNames.indexOf(style) === -1) {\n return iconSets[options.defaultStyle];\n }\n\n return !name\n ? iconSets[styleFromProps({ [style]: true })]\n : getIconSetForProps({ name, [style]: true });\n }\n\n function getFontFamily(style = options.defaultStyle) {\n return getStyledIconSet(style).getFontFamily();\n }\n\n function getRawGlyphMap(style = options.defaultStyle) {\n return getStyledIconSet(style).getRawGlyphMap();\n }\n\n function hasIcon(name, style = options.defaultStyle) {\n return options.glyphValidator(name, style);\n }\n\n function createStyledIconClass(selectClass = '') {\n class IconClass extends PureComponent {\n static defaultProps = styleNames.reduce((acc, name) => {\n acc[name] = false;\n return acc;\n }, {});\n\n static font = Object.values(styles).reduce((acc, style) => {\n acc[style.fontFamily] = style.fontFile;\n return acc;\n }, {});\n\n static Button: any;\n\n static StyledIconSet = getStyledIconSet;\n static getFontFamily = getFontFamily;\n static getRawGlyphMap = getRawGlyphMap;\n static hasIcon = hasIcon;\n\n render() {\n const selectedIconSet = getIconSetForProps(this.props);\n const SelectedIconClass = selectIconClass(selectedIconSet, selectClass);\n const props = reduceProps(this.props);\n\n return React.createElement(SelectedIconClass, props);\n }\n }\n\n return IconClass;\n }\n\n const Icon = createStyledIconClass();\n Icon.Button = createStyledIconClass('Button');\n return Icon;\n}\n"]} \ No newline at end of file +{"version":3,"file":"createMultiStyleIconSet.js","sourceRoot":"","sources":["../src/createMultiStyleIconSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA6C;AAE7C,oEAA4C;AAa5C,SAAwB,uBAAuB,CAC7C,MAAkB,EAClB,YAAY,GAAG,EAAE;IAEjB,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAEvC,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE;QAC3B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;KACvD;IAED,MAAM,OAAO,GAAG;QACd,YAAY,EAAE,UAAU,CAAC,CAAC,CAAC;QAC3B,cAAc,EAAE,CAAC,OAAY,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;QAC/C,cAAc,EAAE,CAAC,OAAY,EAAE,QAAa,EAAE,EAAE,CAAC,IAAI;QACrD,GAAG,YAAY;KAChB,CAAC;IAEF,MAAM,QAAQ,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;QAC/C,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;QAE3B,GAAG,CAAC,IAAI,CAAC,GAAG,IAAA,uBAAa,EACvB,KAAK,CAAC,QAAQ,IAAI,EAAE,EACpB,KAAK,CAAC,UAAU,IAAI,EAAE,EACtB,KAAK,CAAC,QAAQ,IAAI,EAAE,EACpB,KAAK,CAAC,SAAS,IAAI,EAAE,CACtB,CAAC;QAEF,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,SAAS,cAAc,CAAC,KAAK;QAC3B,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAC9B,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,CACnB,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI;YAC7D,CAAC,CAAC,QAAQ;YACV,CAAC,CAAC,MAAM,EACZ,OAAO,CAAC,YAAY,CACrB,CAAC;IACJ,CAAC;IAED,SAAS,kBAAkB,CAAC,KAAK;QAC/B,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;QACvB,MAAM,KAAK,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;QAEpC,IAAI,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,CAAC;YAAE,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC;QAEhE,MAAM,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;QAE5C,IAAI,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE;YACrC,OAAO,OAAO,CAAC,YAAY,CAAC;SAC7B;QAED,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1B,CAAC;IAED,SAAS,eAAe,CAAC,OAAO,EAAE,SAAS;QACzC,OAAO,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;IAED,SAAS,WAAW,CAAC,KAAK;QACxB,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YAC7C,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE;gBACnC,GAAG,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;aACzB;YAED,OAAO,GAAG,CAAC;QACb,CAAC,EAAE,EAAE,CAAC,CAAC;IACT,CAAC;IAED,SAAS,gBAAgB,CAAC,KAAK,EAAE,IAAI,GAAG,EAAE;QACxC,IAAI,UAAU,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;YACpC,OAAO,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;SACvC;QAED,OAAO,CAAC,IAAI;YACV,CAAC,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;YAC7C,CAAC,CAAC,kBAAkB,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,SAAS,aAAa,CAAC,KAAK,GAAG,OAAO,CAAC,YAAY;QACjD,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC,aAAa,EAAE,CAAC;IACjD,CAAC;IAED,SAAS,cAAc,CAAC,KAAK,GAAG,OAAO,CAAC,YAAY;QAClD,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC,cAAc,EAAE,CAAC;IAClD,CAAC;IAED,SAAS,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,YAAY;QACjD,OAAO,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC7C,CAAC;IAED,SAAS,qBAAqB,CAAC,WAAW,GAAG,EAAE;QAC7C,MAAM,SAAU,SAAQ,qBAAa;YACnC,MAAM,CAAC,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;gBACpD,GAAG,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;gBAClB,OAAO,GAAG,CAAC;YACb,CAAC,EAAE,EAAE,CAAC,CAAC;YAEP,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE;gBACxD,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC;gBACvC,OAAO,GAAG,CAAC;YACb,CAAC,EAAE,EAAE,CAAC,CAAC;YAEP,MAAM,CAAC,MAAM,CAAM;YAEnB,MAAM,CAAC,aAAa,GAAG,gBAAgB,CAAC;YACxC,MAAM,CAAC,aAAa,GAAG,aAAa,CAAC;YACrC,MAAM,CAAC,cAAc,GAAG,cAAc,CAAC;YACvC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC;YAEzB,MAAM;gBACJ,MAAM,eAAe,GAAG,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACvD,MAAM,iBAAiB,GAAG,eAAe,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;gBACxE,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBAEtC,OAAO,eAAK,CAAC,aAAa,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAC;YACvD,CAAC;;QAGH,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,MAAM,IAAI,GAAG,qBAAqB,EAAE,CAAC;IACrC,IAAI,CAAC,MAAM,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAO,IAAI,CAAC;AACd,CAAC;AA7HD,0CA6HC","sourcesContent":["import React, { PureComponent } from 'react';\n\nimport createIconSet from './createIconSet';\n\ntype FontStyle = {\n fontFamily: string;\n fontFile: any;\n glyphMap: any;\n fontStyle: any;\n};\n\ntype FontStyles = {\n [key: string]: FontStyle;\n};\n\nexport default function createMultiStyleIconSet(\n styles: FontStyles,\n optionsInput = {}\n): any {\n const styleNames = Object.keys(styles);\n\n if (styleNames.length === 0) {\n throw new Error('You need to add at least one style');\n }\n\n const options = {\n defaultStyle: styleNames[0],\n fallbackFamily: (_unused: any) => styleNames[0],\n glyphValidator: (_unused: any, __unused: any) => true,\n ...optionsInput,\n };\n\n const iconSets = styleNames.reduce((acc, name) => {\n const style = styles[name];\n\n acc[name] = createIconSet(\n style.glyphMap || {},\n style.fontFamily || '',\n style.fontFile || '',\n style.fontStyle || {}\n );\n\n return acc;\n }, {});\n\n function styleFromProps(props) {\n return Object.keys(props).reduce(\n (result, propName) =>\n styleNames.indexOf(propName) !== -1 && props[propName] === true\n ? propName\n : result,\n options.defaultStyle\n );\n }\n\n function getIconSetForProps(props) {\n const { name } = props;\n const style = styleFromProps(props);\n\n if (options.glyphValidator(name, style)) return iconSets[style];\n\n const family = options.fallbackFamily(name);\n\n if (styleNames.indexOf(family) === -1) {\n return options.defaultStyle;\n }\n\n return iconSets[family];\n }\n\n function selectIconClass(iconSet, iconClass) {\n return iconClass.length > 0 ? iconSet[iconClass] : iconSet;\n }\n\n function reduceProps(props) {\n return Object.keys(props).reduce((acc, prop) => {\n if (styleNames.indexOf(prop) === -1) {\n acc[prop] = props[prop];\n }\n\n return acc;\n }, {});\n }\n\n function getStyledIconSet(style, name = '') {\n if (styleNames.indexOf(style) === -1) {\n return iconSets[options.defaultStyle];\n }\n\n return !name\n ? iconSets[styleFromProps({ [style]: true })]\n : getIconSetForProps({ name, [style]: true });\n }\n\n function getFontFamily(style = options.defaultStyle) {\n return getStyledIconSet(style).getFontFamily();\n }\n\n function getRawGlyphMap(style = options.defaultStyle) {\n return getStyledIconSet(style).getRawGlyphMap();\n }\n\n function hasIcon(name, style = options.defaultStyle) {\n return options.glyphValidator(name, style);\n }\n\n function createStyledIconClass(selectClass = '') {\n class IconClass extends PureComponent {\n static defaultProps = styleNames.reduce((acc, name) => {\n acc[name] = false;\n return acc;\n }, {});\n\n static font = Object.values(styles).reduce((acc, style) => {\n acc[style.fontFamily] = style.fontFile;\n return acc;\n }, {});\n\n static Button: any;\n\n static StyledIconSet = getStyledIconSet;\n static getFontFamily = getFontFamily;\n static getRawGlyphMap = getRawGlyphMap;\n static hasIcon = hasIcon;\n\n render() {\n const selectedIconSet = getIconSetForProps(this.props);\n const SelectedIconClass = selectIconClass(selectedIconSet, selectClass);\n const props = reduceProps(this.props);\n\n return React.createElement(SelectedIconClass, props);\n }\n }\n\n return IconClass;\n }\n\n const Icon = createStyledIconClass();\n Icon.Button = createStyledIconClass('Button');\n return Icon;\n}\n"]} \ No newline at end of file diff --git a/createIconSet.js b/createIconSet.js index 36aebd4f..61d65e9b 100644 --- a/createIconSet.js +++ b/createIconSet.js @@ -1,2 +1 @@ -import createIconSet from './build/createIconSet'; -export default createIconSet; +module.exports = require("./build/createIconSet"); diff --git a/createIconSetFromFontello.js b/createIconSetFromFontello.js index f84abeea..313cd92b 100644 --- a/createIconSetFromFontello.js +++ b/createIconSetFromFontello.js @@ -1,2 +1 @@ -import createIconSetFromFontello from './build/createIconSetFromFontello'; -export default createIconSetFromFontello; +module.exports = require("./build/createIconSetFromFontello"); diff --git a/createIconSetFromIcoMoon.js b/createIconSetFromIcoMoon.js index a20a39ff..f497b1bf 100644 --- a/createIconSetFromIcoMoon.js +++ b/createIconSetFromIcoMoon.js @@ -1,2 +1 @@ -import createIconSetFromIcoMoon from './build/createIconSetFromIcoMoon'; -export default createIconSetFromIcoMoon; +module.exports = require("./build/createIconSetFromIcoMoon"); diff --git a/createMultiStyleIconSet.js b/createMultiStyleIconSet.js index 54709e28..4492131d 100644 --- a/createMultiStyleIconSet.js +++ b/createMultiStyleIconSet.js @@ -1,2 +1 @@ -import createMultiStyleIconSet from './build/createMultiStyleIconSet'; -export default createMultiStyleIconSet; +module.exports = require("./build/createMultiStyleIconSet"); diff --git a/package.json b/package.json index 698fc1a2..8f9fe81e 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "devDependencies": { "@types/react-native": "~0.63", "expo-font": "^8.4.0", - "expo-module-scripts": "^1.0.0" + "expo-module-scripts": "^2.0.0" } } diff --git a/tsconfig.json b/tsconfig.json index 49b4fc8d..49ec556c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "expo-module-scripts/tsconfig.base", "compilerOptions": { "outDir": "./build", + "module": "commonjs", "resolveJsonModule": true }, "include": ["./src"], diff --git a/yarn.lock b/yarn.lock index af6a295d..89b511f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,13 +19,54 @@ optionalDependencies: chokidar "^2.0.3" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35": +"@babel/code-frame@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== dependencies: "@babel/highlight" "^7.0.0" +"@babel/code-frame@^7.14.5", "@babel/code-frame@^7.8.3": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== + dependencies: + "@babel/highlight" "^7.14.5" + +"@babel/code-frame@~7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== + dependencies: + "@babel/highlight" "^7.10.4" + +"@babel/compat-data@^7.12.13", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== + +"@babel/core@7.9.0": + version "7.9.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" + integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== + dependencies: + "@babel/code-frame" "^7.8.3" + "@babel/generator" "^7.9.0" + "@babel/helper-module-transforms" "^7.9.0" + "@babel/helpers" "^7.9.0" + "@babel/parser" "^7.9.0" + "@babel/template" "^7.8.6" + "@babel/traverse" "^7.9.0" + "@babel/types" "^7.9.0" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.1" + json5 "^2.1.2" + lodash "^4.17.13" + resolve "^1.3.2" + semver "^5.4.1" + source-map "^0.5.0" + "@babel/core@^7.1.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b" @@ -46,6 +87,52 @@ semver "^5.4.1" source-map "^0.5.0" +"@babel/core@^7.7.5": + version "7.15.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" + integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.4" + "@babel/helper-compilation-targets" "^7.15.4" + "@babel/helper-module-transforms" "^7.15.4" + "@babel/helpers" "^7.15.4" + "@babel/parser" "^7.15.5" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + source-map "^0.5.0" + +"@babel/eslint-parser@^7.11.5": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.7.tgz#2dc3d0ff0ea22bb1e08d93b4eeb1149bf1c75f2d" + integrity sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ== + dependencies: + eslint-scope "^5.1.1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.0" + +"@babel/eslint-plugin@^7.11.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.14.5.tgz#70b76608d49094062e8da2a2614d50fec775c00f" + integrity sha512-nzt/YMnOOIRikvSn2hk9+W2omgJBy6U8TN0R+WTTmqapA+HnZTuviZaketdTE9W7/k/+E/DfZlt1ey1NSE39pg== + dependencies: + eslint-rule-composer "^0.3.0" + +"@babel/generator@^7.15.4", "@babel/generator@^7.4.0", "@babel/generator@^7.9.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" + integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== + dependencies: + "@babel/types" "^7.15.4" + jsesc "^2.5.1" + source-map "^0.5.0" + "@babel/generator@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz#9aa48c1989257877a9d971296e5b73bfe72e446e" @@ -64,6 +151,13 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" + integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f" @@ -72,6 +166,14 @@ "@babel/helper-explode-assignable-expression" "^7.1.0" "@babel/types" "^7.0.0" +"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f" + integrity sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helper-builder-react-jsx@^7.3.0": version "7.3.0" resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4" @@ -89,7 +191,29 @@ "@babel/traverse" "^7.1.0" "@babel/types" "^7.0.0" -"@babel/helper-create-class-features-plugin@^7.3.0", "@babel/helper-create-class-features-plugin@^7.3.4": +"@babel/helper-compilation-targets@^7.12.17", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9" + integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-validator-option" "^7.14.5" + browserslist "^4.16.6" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.12.13", "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e" + integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-member-expression-to-functions" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + +"@babel/helper-create-class-features-plugin@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.3.4.tgz#092711a7a3ad8ea34de3e541644c2ce6af1f6f0c" integrity sha512-uFpzw6L2omjibjxa8VGZsJUPL5wJH0zzGKpoz0ccBkzIa6C8kWNUbiBmQ0rgOKWlHJ6qzmfa6lTiGchiV8SC+g== @@ -101,6 +225,14 @@ "@babel/helper-replace-supers" "^7.3.4" "@babel/helper-split-export-declaration" "^7.0.0" +"@babel/helper-create-regexp-features-plugin@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" + integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + regexpu-core "^4.7.1" + "@babel/helper-define-map@^7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz#3b74caec329b3c80c116290887c0dd9ae468c20c" @@ -110,6 +242,20 @@ "@babel/types" "^7.0.0" lodash "^4.17.10" +"@babel/helper-define-polyfill-provider@^0.2.2": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" + integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== + dependencies: + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" + "@babel/helper-explode-assignable-expression@^7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6" @@ -118,6 +264,13 @@ "@babel/traverse" "^7.1.0" "@babel/types" "^7.0.0" +"@babel/helper-explode-assignable-expression@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz#f9aec9d219f271eaf92b9f561598ca6b2682600c" + integrity sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-function-name@^7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" @@ -127,6 +280,15 @@ "@babel/template" "^7.1.0" "@babel/types" "^7.0.0" +"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc" + integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw== + dependencies: + "@babel/helper-get-function-arity" "^7.15.4" + "@babel/template" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helper-get-function-arity@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" @@ -134,6 +296,13 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-get-function-arity@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" + integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-hoist-variables@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88" @@ -141,6 +310,13 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-hoist-variables@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" + integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-member-expression-to-functions@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" @@ -148,6 +324,13 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-member-expression-to-functions@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef" + integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-module-imports@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" @@ -155,6 +338,13 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" + integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-module-transforms@^7.1.0": version "7.2.2" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.2.2.tgz#ab2f8e8d231409f8370c883d20c335190284b963" @@ -167,6 +357,20 @@ "@babel/types" "^7.2.2" lodash "^4.17.10" +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.9.0": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" + integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== + dependencies: + "@babel/helper-module-imports" "^7.15.4" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-simple-access" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + "@babel/helper-validator-identifier" "^7.15.7" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.6" + "@babel/helper-optimise-call-expression@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5" @@ -174,11 +378,23 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-optimise-call-expression@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171" + integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-plugin-utils@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== +"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" + integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== + "@babel/helper-regex@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27" @@ -186,6 +402,25 @@ dependencies: lodash "^4.17.10" +"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f" + integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-wrap-function" "^7.15.4" + "@babel/types" "^7.15.4" + +"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a" + integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helper-replace-supers@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.3.4.tgz#a795208e9b911a6eeb08e5891faacf06e7013e13" @@ -204,6 +439,20 @@ "@babel/template" "^7.1.0" "@babel/types" "^7.0.0" +"@babel/helper-simple-access@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b" + integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg== + dependencies: + "@babel/types" "^7.15.4" + +"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb" + integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A== + dependencies: + "@babel/types" "^7.15.4" + "@babel/helper-split-export-declaration@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" @@ -211,6 +460,42 @@ dependencies: "@babel/types" "^7.0.0" +"@babel/helper-split-export-declaration@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257" + integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw== + dependencies: + "@babel/types" "^7.15.4" + +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== + +"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" + integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== + +"@babel/helper-wrap-function@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7" + integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw== + dependencies: + "@babel/helper-function-name" "^7.15.4" + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + +"@babel/helpers@^7.15.4", "@babel/helpers@^7.9.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43" + integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ== + dependencies: + "@babel/template" "^7.15.4" + "@babel/traverse" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/helpers@^7.2.0": version "7.3.1" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.3.1.tgz#949eec9ea4b45d3210feb7dc1c22db664c9e44b9" @@ -229,11 +514,43 @@ esutils "^2.0.2" js-tokens "^4.0.0" +"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== + dependencies: + "@babel/helper-validator-identifier" "^7.14.5" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.4.3", "@babel/parser@^7.9.0": + version "7.15.7" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" + integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== + "@babel/parser@^7.2.2", "@babel/parser@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c" integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e" + integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" + +"@babel/plugin-proposal-async-generator-functions@^7.12.13", "@babel/plugin-proposal-async-generator-functions@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" + integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.15.4" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-proposal-class-properties@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.3.4.tgz#410f5173b3dc45939f9ab30ca26684d72901405e" @@ -242,14 +559,47 @@ "@babel/helper-create-class-features-plugin" "^7.3.4" "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-proposal-decorators@^7.1.0": - version "7.3.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.3.0.tgz#637ba075fa780b1f75d08186e8fb4357d03a72a7" - integrity sha512-3W/oCUmsO43FmZIqermmq6TKaRSYhmh/vybPfVFwQWdSb8xwki38uAIvknCRzuyHRuYfCYmJzL9or1v0AffPjg== +"@babel/plugin-proposal-class-properties@^7.12.13", "@babel/plugin-proposal-class-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e" + integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.3.0" - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-syntax-decorators" "^7.2.0" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-proposal-class-properties@~7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.13.tgz#3d2ce350367058033c93c098e348161d6dc0d8c8" + integrity sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.12.13" + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-proposal-class-static-block@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7" + integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-proposal-decorators@^7.6.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.15.4.tgz#fb55442bc83ab4d45dda76b91949706bf22881d2" + integrity sha512-WNER+YLs7avvRukEddhu5PSfSaMMimX2xBFgLQS7Bw16yrUxJGWidO9nQp+yLy9MVybg5Ba3BlhAw+BkdhpDmg== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-decorators" "^7.14.5" + +"@babel/plugin-proposal-dynamic-import@^7.12.17", "@babel/plugin-proposal-dynamic-import@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c" + integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-proposal-export-default-from@^7.0.0": version "7.2.0" @@ -259,6 +609,30 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-export-default-from" "^7.2.0" +"@babel/plugin-proposal-export-namespace-from@^7.12.13", "@babel/plugin-proposal-export-namespace-from@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76" + integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-proposal-json-strings@^7.12.13", "@babel/plugin-proposal-json-strings@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb" + integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-proposal-logical-assignment-operators@^7.12.13", "@babel/plugin-proposal-logical-assignment-operators@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738" + integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.2.0.tgz#c3fda766187b2f2162657354407247a758ee9cf9" @@ -267,6 +641,22 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0" +"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.13", "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6" + integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-proposal-numeric-separator@^7.12.13", "@babel/plugin-proposal-numeric-separator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18" + integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-proposal-object-rest-spread@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.4.tgz#47f73cf7f2a721aad5c0261205405c642e424654" @@ -275,6 +665,17 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-object-rest-spread" "^7.2.0" +"@babel/plugin-proposal-object-rest-spread@^7.12.13", "@babel/plugin-proposal-object-rest-spread@^7.15.6": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11" + integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.15.4" + "@babel/plugin-proposal-optional-catch-binding@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5" @@ -283,6 +684,14 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" +"@babel/plugin-proposal-optional-catch-binding@^7.12.13", "@babel/plugin-proposal-optional-catch-binding@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c" + integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-proposal-optional-chaining@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.2.0.tgz#ae454f4c21c6c2ce8cb2397dc332ae8b420c5441" @@ -291,12 +700,75 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-optional-chaining" "^7.2.0" -"@babel/plugin-syntax-decorators@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b" - integrity sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA== +"@babel/plugin-proposal-optional-chaining@^7.12.17", "@babel/plugin-proposal-optional-chaining@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603" + integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== dependencies: - "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-methods@^7.12.13", "@babel/plugin-proposal-private-methods@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d" + integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-proposal-private-property-in-object@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5" + integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-create-class-features-plugin" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8" + integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-bigint@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" + integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-decorators@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.14.5.tgz#eafb9c0cbe09c8afeb964ba3a7bbd63945a72f20" + integrity sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-dynamic-import@^7.0.0": version "7.2.0" @@ -305,6 +777,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.2.0.tgz#edd83b7adc2e0d059e2467ca96c650ab6d2f3820" @@ -312,6 +791,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + "@babel/plugin-syntax-flow@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.2.0.tgz#a765f061f803bc48f240c26f8747faf97c26bf7c" @@ -319,6 +805,20 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-import-meta@^7.8.3": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-syntax-jsx@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7" @@ -326,6 +826,20 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624" @@ -333,6 +847,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" @@ -340,6 +861,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-syntax-optional-catch-binding@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c" @@ -347,6 +875,20 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.0.0", "@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-syntax-optional-chaining@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff" @@ -354,12 +896,26 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-typescript@^7.2.0": - version "7.3.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991" - integrity sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag== +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: - "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-typescript@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716" + integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-arrow-functions@^7.0.0": version "7.2.0" @@ -368,6 +924,29 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-arrow-functions@^7.12.13", "@babel/plugin-transform-arrow-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a" + integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-async-to-generator@^7.12.13", "@babel/plugin-transform-async-to-generator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67" + integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== + dependencies: + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.14.5" + +"@babel/plugin-transform-block-scoped-functions@^7.12.13", "@babel/plugin-transform-block-scoped-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4" + integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-block-scoping@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.3.4.tgz#5c22c339de234076eee96c8783b2fed61202c5c4" @@ -376,6 +955,13 @@ "@babel/helper-plugin-utils" "^7.0.0" lodash "^4.17.11" +"@babel/plugin-transform-block-scoping@^7.12.13", "@babel/plugin-transform-block-scoping@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf" + integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-classes@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.3.4.tgz#dc173cb999c6c5297e0b5f2277fdaaec3739d0cc" @@ -390,6 +976,19 @@ "@babel/helper-split-export-declaration" "^7.0.0" globals "^11.1.0" +"@babel/plugin-transform-classes@^7.12.13", "@babel/plugin-transform-classes@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1" + integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-optimise-call-expression" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + globals "^11.1.0" + "@babel/plugin-transform-computed-properties@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da" @@ -397,6 +996,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-computed-properties@^7.12.13", "@babel/plugin-transform-computed-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f" + integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-destructuring@^7.0.0": version "7.3.2" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.3.2.tgz#f2f5520be055ba1c38c41c0e094d8a461dd78f2d" @@ -404,6 +1010,28 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-destructuring@^7.12.13", "@babel/plugin-transform-destructuring@^7.14.7": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576" + integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a" + integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-duplicate-keys@^7.12.13", "@babel/plugin-transform-duplicate-keys@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954" + integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-exponentiation-operator@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008" @@ -412,6 +1040,14 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0" "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-exponentiation-operator@^7.12.13", "@babel/plugin-transform-exponentiation-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493" + integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-flow-strip-types@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.3.4.tgz#00156236defb7dedddc2d3c9477dcc01a4494327" @@ -427,6 +1063,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-for-of@^7.12.13", "@babel/plugin-transform-for-of@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2" + integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-function-name@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.2.0.tgz#f7930362829ff99a3174c39f0afcc024ef59731a" @@ -435,6 +1078,14 @@ "@babel/helper-function-name" "^7.1.0" "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-function-name@^7.12.13", "@babel/plugin-transform-function-name@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2" + integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== + dependencies: + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-literals@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1" @@ -442,6 +1093,29 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-literals@^7.12.13", "@babel/plugin-transform-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78" + integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-member-expression-literals@^7.12.13", "@babel/plugin-transform-member-expression-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7" + integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-modules-amd@^7.12.13", "@babel/plugin-transform-modules-amd@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7" + integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== + dependencies: + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + babel-plugin-dynamic-import-node "^2.3.3" + "@babel/plugin-transform-modules-commonjs@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.2.0.tgz#c4f1933f5991d5145e9cfad1dfd848ea1727f404" @@ -451,6 +1125,49 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-simple-access" "^7.1.0" +"@babel/plugin-transform-modules-commonjs@^7.12.13", "@babel/plugin-transform-modules-commonjs@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1" + integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA== + dependencies: + "@babel/helper-module-transforms" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-simple-access" "^7.15.4" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-systemjs@^7.12.13", "@babel/plugin-transform-modules-systemjs@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132" + integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw== + dependencies: + "@babel/helper-hoist-variables" "^7.15.4" + "@babel/helper-module-transforms" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.9" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-umd@^7.12.13", "@babel/plugin-transform-modules-umd@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0" + integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== + dependencies: + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.12.13", "@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": + version "7.14.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2" + integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + +"@babel/plugin-transform-new-target@^7.12.13", "@babel/plugin-transform-new-target@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8" + integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-object-assign@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.2.0.tgz#6fdeea42be17040f119e38e23ea0f49f31968bde" @@ -458,6 +1175,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-object-super@^7.12.13", "@babel/plugin-transform-object-super@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45" + integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/plugin-transform-parameters@^7.0.0": version "7.3.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.3.3.tgz#3a873e07114e1a5bee17d04815662c8317f10e30" @@ -467,6 +1192,20 @@ "@babel/helper-get-function-arity" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-parameters@^7.12.13", "@babel/plugin-transform-parameters@^7.15.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62" + integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-property-literals@^7.12.13", "@babel/plugin-transform-property-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34" + integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-react-display-name@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0" @@ -474,6 +1213,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-react-jsx-self@^7.0.0": + version "7.14.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.14.9.tgz#33041e665453391eb6ee54a2ecf3ba1d46bd30f4" + integrity sha512-Fqqu0f8zv9W+RyOnx29BX/RlEsBRANbOf5xs5oxb2aHP4FKbLXxIaVPUiCti56LAR1IixMH4EyaixhUsKqoBHw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-react-jsx-source@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.2.0.tgz#20c8c60f0140f5dd3cd63418d452801cf3f7180f" @@ -498,6 +1244,20 @@ dependencies: regenerator-transform "^0.13.4" +"@babel/plugin-transform-regenerator@^7.12.13", "@babel/plugin-transform-regenerator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f" + integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== + dependencies: + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.12.13", "@babel/plugin-transform-reserved-words@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304" + integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-runtime@^7.0.0": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.3.4.tgz#57805ac8c1798d102ecd75c03b024a5b3ea9b431" @@ -515,6 +1275,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-shorthand-properties@^7.12.13", "@babel/plugin-transform-shorthand-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58" + integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-spread@^7.0.0": version "7.2.2" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406" @@ -522,6 +1289,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-transform-spread@^7.12.13", "@babel/plugin-transform-spread@^7.14.6": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" + integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-transform-sticky-regex@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1" @@ -530,6 +1305,13 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-regex" "^7.0.0" +"@babel/plugin-transform-sticky-regex@^7.12.13", "@babel/plugin-transform-sticky-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9" + integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-template-literals@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.2.0.tgz#d87ed01b8eaac7a92473f608c97c089de2ba1e5b" @@ -538,13 +1320,35 @@ "@babel/helper-annotate-as-pure" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-typescript@^7.0.0": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.3.2.tgz#59a7227163e55738842f043d9e5bd7c040447d96" - integrity sha512-Pvco0x0ZSCnexJnshMfaibQ5hnK8aUHSvjCQhC1JR8eeg+iBwt0AtCO7gWxJ358zZevuf9wPSO5rv+WJcbHPXQ== +"@babel/plugin-transform-template-literals@^7.12.13", "@babel/plugin-transform-template-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93" + integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-syntax-typescript" "^7.2.0" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-typeof-symbol@^7.12.13", "@babel/plugin-transform-typeof-symbol@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4" + integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-typescript@^7.12.17", "@babel/plugin-transform-typescript@^7.5.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" + integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-typescript" "^7.14.5" + +"@babel/plugin-transform-unicode-escapes@^7.12.13", "@babel/plugin-transform-unicode-escapes@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b" + integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-unicode-regex@^7.0.0": version "7.2.0" @@ -555,6 +1359,192 @@ "@babel/helper-regex" "^7.0.0" regexpu-core "^4.1.3" +"@babel/plugin-transform-unicode-regex@^7.12.13", "@babel/plugin-transform-unicode-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e" + integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/preset-env@^7.6.3": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" + integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" + "@babel/plugin-proposal-async-generator-functions" "^7.15.4" + "@babel/plugin-proposal-class-properties" "^7.14.5" + "@babel/plugin-proposal-class-static-block" "^7.15.4" + "@babel/plugin-proposal-dynamic-import" "^7.14.5" + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" + "@babel/plugin-proposal-json-strings" "^7.14.5" + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" + "@babel/plugin-proposal-numeric-separator" "^7.14.5" + "@babel/plugin-proposal-object-rest-spread" "^7.15.6" + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" + "@babel/plugin-proposal-private-methods" "^7.14.5" + "@babel/plugin-proposal-private-property-in-object" "^7.15.4" + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-transform-arrow-functions" "^7.14.5" + "@babel/plugin-transform-async-to-generator" "^7.14.5" + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" + "@babel/plugin-transform-block-scoping" "^7.15.3" + "@babel/plugin-transform-classes" "^7.15.4" + "@babel/plugin-transform-computed-properties" "^7.14.5" + "@babel/plugin-transform-destructuring" "^7.14.7" + "@babel/plugin-transform-dotall-regex" "^7.14.5" + "@babel/plugin-transform-duplicate-keys" "^7.14.5" + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" + "@babel/plugin-transform-for-of" "^7.15.4" + "@babel/plugin-transform-function-name" "^7.14.5" + "@babel/plugin-transform-literals" "^7.14.5" + "@babel/plugin-transform-member-expression-literals" "^7.14.5" + "@babel/plugin-transform-modules-amd" "^7.14.5" + "@babel/plugin-transform-modules-commonjs" "^7.15.4" + "@babel/plugin-transform-modules-systemjs" "^7.15.4" + "@babel/plugin-transform-modules-umd" "^7.14.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" + "@babel/plugin-transform-new-target" "^7.14.5" + "@babel/plugin-transform-object-super" "^7.14.5" + "@babel/plugin-transform-parameters" "^7.15.4" + "@babel/plugin-transform-property-literals" "^7.14.5" + "@babel/plugin-transform-regenerator" "^7.14.5" + "@babel/plugin-transform-reserved-words" "^7.14.5" + "@babel/plugin-transform-shorthand-properties" "^7.14.5" + "@babel/plugin-transform-spread" "^7.14.6" + "@babel/plugin-transform-sticky-regex" "^7.14.5" + "@babel/plugin-transform-template-literals" "^7.14.5" + "@babel/plugin-transform-typeof-symbol" "^7.14.5" + "@babel/plugin-transform-unicode-escapes" "^7.14.5" + "@babel/plugin-transform-unicode-regex" "^7.14.5" + "@babel/preset-modules" "^0.1.4" + "@babel/types" "^7.15.6" + babel-plugin-polyfill-corejs2 "^0.2.2" + babel-plugin-polyfill-corejs3 "^0.2.2" + babel-plugin-polyfill-regenerator "^0.2.2" + core-js-compat "^3.16.0" + semver "^6.3.0" + +"@babel/preset-env@~7.12.13": + version "7.12.17" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa" + integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg== + dependencies: + "@babel/compat-data" "^7.12.13" + "@babel/helper-compilation-targets" "^7.12.17" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-validator-option" "^7.12.17" + "@babel/plugin-proposal-async-generator-functions" "^7.12.13" + "@babel/plugin-proposal-class-properties" "^7.12.13" + "@babel/plugin-proposal-dynamic-import" "^7.12.17" + "@babel/plugin-proposal-export-namespace-from" "^7.12.13" + "@babel/plugin-proposal-json-strings" "^7.12.13" + "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13" + "@babel/plugin-proposal-numeric-separator" "^7.12.13" + "@babel/plugin-proposal-object-rest-spread" "^7.12.13" + "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" + "@babel/plugin-proposal-optional-chaining" "^7.12.17" + "@babel/plugin-proposal-private-methods" "^7.12.13" + "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" + "@babel/plugin-syntax-async-generators" "^7.8.0" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-dynamic-import" "^7.8.0" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.0" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.0" + "@babel/plugin-syntax-top-level-await" "^7.12.13" + "@babel/plugin-transform-arrow-functions" "^7.12.13" + "@babel/plugin-transform-async-to-generator" "^7.12.13" + "@babel/plugin-transform-block-scoped-functions" "^7.12.13" + "@babel/plugin-transform-block-scoping" "^7.12.13" + "@babel/plugin-transform-classes" "^7.12.13" + "@babel/plugin-transform-computed-properties" "^7.12.13" + "@babel/plugin-transform-destructuring" "^7.12.13" + "@babel/plugin-transform-dotall-regex" "^7.12.13" + "@babel/plugin-transform-duplicate-keys" "^7.12.13" + "@babel/plugin-transform-exponentiation-operator" "^7.12.13" + "@babel/plugin-transform-for-of" "^7.12.13" + "@babel/plugin-transform-function-name" "^7.12.13" + "@babel/plugin-transform-literals" "^7.12.13" + "@babel/plugin-transform-member-expression-literals" "^7.12.13" + "@babel/plugin-transform-modules-amd" "^7.12.13" + "@babel/plugin-transform-modules-commonjs" "^7.12.13" + "@babel/plugin-transform-modules-systemjs" "^7.12.13" + "@babel/plugin-transform-modules-umd" "^7.12.13" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" + "@babel/plugin-transform-new-target" "^7.12.13" + "@babel/plugin-transform-object-super" "^7.12.13" + "@babel/plugin-transform-parameters" "^7.12.13" + "@babel/plugin-transform-property-literals" "^7.12.13" + "@babel/plugin-transform-regenerator" "^7.12.13" + "@babel/plugin-transform-reserved-words" "^7.12.13" + "@babel/plugin-transform-shorthand-properties" "^7.12.13" + "@babel/plugin-transform-spread" "^7.12.13" + "@babel/plugin-transform-sticky-regex" "^7.12.13" + "@babel/plugin-transform-template-literals" "^7.12.13" + "@babel/plugin-transform-typeof-symbol" "^7.12.13" + "@babel/plugin-transform-unicode-escapes" "^7.12.13" + "@babel/plugin-transform-unicode-regex" "^7.12.13" + "@babel/preset-modules" "^0.1.3" + "@babel/types" "^7.12.17" + core-js-compat "^3.8.0" + semver "^5.5.0" + +"@babel/preset-modules@^0.1.3", "@babel/preset-modules@^0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" + integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" + "@babel/plugin-transform-dotall-regex" "^7.4.4" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/preset-typescript@~7.12.13": + version "7.12.17" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.17.tgz#8ecf04618956c268359dd9feab775dc14a666eb5" + integrity sha512-T513uT4VSThRcmWeqcLkITKJ1oGQho9wfWuhQm10paClQkp1qyd0Wf8mvC8Se7UYssMyRSj4tZYpVTkCmAK/mA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + "@babel/helper-validator-option" "^7.12.17" + "@babel/plugin-transform-typescript" "^7.12.17" + +"@babel/runtime@^7.12.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" + integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2", "@babel/template@^7.2.2": version "7.2.2" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907" @@ -564,6 +1554,15 @@ "@babel/parser" "^7.2.2" "@babel/types" "^7.2.2" +"@babel/template@^7.15.4", "@babel/template@^7.3.3", "@babel/template@^7.4.0", "@babel/template@^7.8.6": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194" + integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/parser" "^7.15.4" + "@babel/types" "^7.15.4" + "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06" @@ -579,6 +1578,21 @@ globals "^11.1.0" lodash "^4.17.11" +"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.9.0": + version "7.15.4" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" + integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.4" + "@babel/helper-function-name" "^7.15.4" + "@babel/helper-hoist-variables" "^7.15.4" + "@babel/helper-split-export-declaration" "^7.15.4" + "@babel/parser" "^7.15.4" + "@babel/types" "^7.15.4" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.0.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed" @@ -588,6 +1602,163 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" +"@babel/types@^7.12.17", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.9.0": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== + dependencies: + "@babel/helper-validator-identifier" "^7.14.9" + to-fast-properties "^2.0.0" + +"@bcoe/v8-coverage@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" + integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== + +"@cnakazawa/watch@^1.0.3": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" + integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== + dependencies: + exec-sh "^0.3.2" + minimist "^1.2.0" + +"@expo/config-plugins@1.0.33": + version "1.0.33" + resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-1.0.33.tgz#8ee78ea6f939f7e04606e9afa22b32139ea974a0" + integrity sha512-YQJop0c69LKD/6ZJJto7klS7TDmzgs44TI0Z5RBqesOjYlDwNFcQk2Rl2BaA1wlAYkH+rRrhN2+WjjSyD9HiPg== + dependencies: + "@expo/config-types" "^40.0.0-beta.2" + "@expo/configure-splash-screen" "0.4.0" + "@expo/image-utils" "0.3.14" + "@expo/json-file" "8.2.30" + "@expo/plist" "0.0.13" + find-up "~5.0.0" + fs-extra "9.0.0" + getenv "^1.0.0" + glob "7.1.6" + resolve-from "^5.0.0" + slash "^3.0.0" + xcode "^3.0.1" + xml2js "^0.4.23" + +"@expo/config-plugins@3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-3.1.0.tgz#0752ff33c5eab21cf42034a44e79df97f0f867f8" + integrity sha512-V5qxaxCAExBM0TXmbU1QKiZcAGP3ecu7KXede8vByT15cro5PkcWu2sSdJCYbHQ/gw6Vf/i8sr8gKlN8V8TSLg== + dependencies: + "@expo/config-types" "^42.0.0" + "@expo/json-file" "8.2.33" + "@expo/plist" "0.0.14" + chalk "^4.1.2" + debug "^4.3.1" + find-up "~5.0.0" + fs-extra "9.0.0" + getenv "^1.0.0" + glob "7.1.6" + resolve-from "^5.0.0" + semver "^7.3.5" + slash "^3.0.0" + xcode "^3.0.1" + xml2js "^0.4.23" + +"@expo/config-types@^40.0.0-beta.2": + version "40.0.0-beta.2" + resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-40.0.0-beta.2.tgz#4fea4ef5654d02218b02b0b3772529a9ce5b0471" + integrity sha512-t9pHCQMXOP4nwd7LGXuHkLlFy0JdfknRSCAeVF4Kw2/y+5OBbR9hW9ZVnetpBf0kORrekgiI7K/qDaa3hh5+Qg== + +"@expo/config-types@^42.0.0": + version "42.0.0" + resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-42.0.0.tgz#3e3e125ec092c0c34dbfaf19be5480402de3d677" + integrity sha512-Rj02OMZke2MrGa/1Y/EScmR7VuWbDEHPJyvfFyyLbadUt+Yv6isCdeFzDt71I7gJlPR9T4fzixeYLrtXXOTq0w== + +"@expo/config@^3.2.3": + version "3.3.43" + resolved "https://registry.yarnpkg.com/@expo/config/-/config-3.3.43.tgz#7a07129b37cc5e5df14f48a5c253614f2f408edc" + integrity sha512-5a78fQqTKk7RhgrW5XzHS8ylCo9YRjZrheLyVDNNfvwAD8YjeBz6bFWsItZPpAIoaDgkLh0a8uhc11DCmqoKpw== + dependencies: + "@babel/core" "7.9.0" + "@babel/plugin-proposal-class-properties" "~7.12.13" + "@babel/preset-env" "~7.12.13" + "@babel/preset-typescript" "~7.12.13" + "@expo/config-plugins" "1.0.33" + "@expo/config-types" "^40.0.0-beta.2" + "@expo/json-file" "8.2.30" + fs-extra "9.0.0" + getenv "^1.0.0" + glob "7.1.6" + require-from-string "^2.0.2" + resolve-from "^5.0.0" + semver "7.3.2" + slugify "^1.3.4" + +"@expo/config@^5.0.3": + version "5.0.9" + resolved "https://registry.yarnpkg.com/@expo/config/-/config-5.0.9.tgz#5221af5394599d861515ef8513731f21fbb322db" + integrity sha512-eZj+cf03wkQQdHSpYvrmiqAsn2dJV10uhHIwXyeFBaFvhds0NgThOldJZfOppQ4QUaGobB/vaJ7UqUa3B0PCMw== + dependencies: + "@babel/code-frame" "~7.10.4" + "@expo/config-plugins" "3.1.0" + "@expo/config-types" "^42.0.0" + "@expo/json-file" "8.2.33" + getenv "^1.0.0" + glob "7.1.6" + require-from-string "^2.0.2" + resolve-from "^5.0.0" + semver "7.3.2" + slugify "^1.3.4" + sucrase "^3.20.0" + +"@expo/configure-splash-screen@0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.4.0.tgz#dad43fccae4525e32ec25d22c7338b2c3cbf6170" + integrity sha512-IDPnr2/DW1tYpDHqedFYNCDzRTf9HYinWFQ7fOelNZLuOCMoErLbSStA5zfkv46o69AgcCpteqgKHSoxsIBz5g== + dependencies: + color-string "^1.5.3" + commander "^5.1.0" + fs-extra "^9.0.0" + glob "^7.1.6" + lodash "^4.17.15" + pngjs "^5.0.0" + xcode "^3.0.0" + xml-js "^1.6.11" + +"@expo/image-utils@0.3.14": + version "0.3.14" + resolved "https://registry.yarnpkg.com/@expo/image-utils/-/image-utils-0.3.14.tgz#eea0d59c5845e8b19504011c20afd837c5d044c5" + integrity sha512-n+JkLZ71CWuNKLVVsPTzMGRwmbeKiVQw/2b99Ro7znCKzJy3tyE5T2C6WBvYh/5h/hjg8TqEODjXXWucRIzMXA== + dependencies: + "@expo/spawn-async" "1.5.0" + chalk "^4.0.0" + fs-extra "9.0.0" + getenv "^1.0.0" + jimp "0.12.1" + mime "^2.4.4" + node-fetch "^2.6.0" + parse-png "^2.1.0" + resolve-from "^5.0.0" + semver "7.3.2" + tempy "0.3.0" + +"@expo/json-file@8.2.30": + version "8.2.30" + resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-8.2.30.tgz#bd855b6416b5c3af7e55b43f6761c1e7d2b755b0" + integrity sha512-vrgGyPEXBoFI5NY70IegusCSoSVIFV3T3ry4tjJg1MFQKTUlR7E0r+8g8XR6qC705rc2PawaZQjqXMAVtV6s2A== + dependencies: + "@babel/code-frame" "~7.10.4" + fs-extra "9.0.0" + json5 "^1.0.1" + write-file-atomic "^2.3.0" + +"@expo/json-file@8.2.33": + version "8.2.33" + resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-8.2.33.tgz#78f56f33a2cfb807b23c81e00237a33159aa1f32" + integrity sha512-CDnhjdirUs6OdN5hOSTJ2y3i9EiJMk7Z5iDljC5xyCHCrUex7oyI8vbRsZEojAahxZccgL/PrO+CjakiFFWurg== + dependencies: + "@babel/code-frame" "~7.10.4" + json5 "^1.0.1" + write-file-atomic "^2.3.0" + "@expo/npm-proofread@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@expo/npm-proofread/-/npm-proofread-1.0.1.tgz#8450f71cea47dd9864d61a1a105931dc7ea2209a" @@ -595,40 +1766,888 @@ dependencies: semver "^5.3.0" -"@types/jest@^23.3.9": - version "23.3.14" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.14.tgz#37daaf78069e7948520474c87b80092ea912520a" - integrity sha512-Q5hTcfdudEL2yOmluA1zaSyPbzWPmJ3XfSWeP3RyoYvS9hnje1ZyagrZOuQ6+1nQC1Gw+7gap3pLNL3xL6UBug== - -"@types/prop-types@*": - version "15.7.0" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a" - integrity sha512-eItQyV43bj4rR3JPV0Skpl1SncRCdziTEK9/v8VwXmV6d/qOUO8/EuWeHBbCZcsfSHfzI5UyMJLCSXtxxznyZg== +"@expo/plist@0.0.13": + version "0.0.13" + resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.0.13.tgz#700a48d9927aa2b0257c613e13454164e7371a96" + integrity sha512-zGPSq9OrCn7lWvwLLHLpHUUq2E40KptUFXn53xyZXPViI0k9lbApcR9KlonQZ95C+ELsf0BQ3gRficwK92Ivcw== + dependencies: + base64-js "^1.2.3" + xmlbuilder "^14.0.0" + xmldom "~0.5.0" -"@types/react-native@~0.63": - version "0.63.37" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.37.tgz#c43df90c9d3cc082a97a49a53e989de26cb8ab45" - integrity sha512-xr9SZG7tQQBKT6840tAGaWEC65D2gjyxZtuZxz631UgeW1ofItuu9HMVhoyYqot2hRSa6Q4YC8FYkRVUpM53/w== +"@expo/plist@0.0.14": + version "0.0.14" + resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.0.14.tgz#a756903bd28aabe0a961222df2e7858a39a218c9" + integrity sha512-bb4Ua1M/OdNgS8KiGdSDUjZ/bbPfv3xdPY/lz8Ctp/adlj/QgB8xA7tVPeqSSfJPZqFRwU0qLCnRhpUOnP51VQ== dependencies: - "@types/react" "*" + "@xmldom/xmldom" "~0.7.0" + base64-js "^1.2.3" + xmlbuilder "^14.0.0" -"@types/react@*": - version "16.8.8" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.8.tgz#4b60a469fd2469f7aa6eaa0f8cfbc51f6d76e662" - integrity sha512-xwEvyet96u7WnB96kqY0yY7qxx/pEpU51QeACkKFtrgjjXITQn0oO1iwPEraXVgh10ZFPix7gs1R4OJXF7P5sg== +"@expo/spawn-async@1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@expo/spawn-async/-/spawn-async-1.5.0.tgz#799827edd8c10ef07eb1a2ff9dcfe081d596a395" + integrity sha512-LB7jWkqrHo+5fJHNrLAFdimuSXQ2MQ4lA7SQW5bf/HbsXuV2VrT/jN/M8f/KoWt0uJMGN4k/j7Opx4AvOOxSew== dependencies: - "@types/prop-types" "*" - csstype "^2.2.0" + cross-spawn "^6.0.5" -abab@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f" - integrity sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w== +"@istanbuljs/load-nyc-config@^1.0.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" + integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== + dependencies: + camelcase "^5.3.1" + find-up "^4.1.0" + get-package-type "^0.1.0" + js-yaml "^3.13.1" + resolve-from "^5.0.0" -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== +"@istanbuljs/schema@^0.1.2": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" + integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== + +"@jest/console@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0" + integrity sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== + dependencies: + "@jest/source-map" "^24.9.0" + chalk "^2.0.1" + slash "^2.0.0" + +"@jest/console@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-25.5.0.tgz#770800799d510f37329c508a9edd0b7b447d9abb" + integrity sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + jest-message-util "^25.5.0" + jest-util "^25.5.0" + slash "^3.0.0" + +"@jest/core@^25.5.4": + version "25.5.4" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.4.tgz#3ef7412f7339210f003cdf36646bbca786efe7b4" + integrity sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA== + dependencies: + "@jest/console" "^25.5.0" + "@jest/reporters" "^25.5.1" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + ansi-escapes "^4.2.1" + chalk "^3.0.0" + exit "^0.1.2" + graceful-fs "^4.2.4" + jest-changed-files "^25.5.0" + jest-config "^25.5.4" + jest-haste-map "^25.5.1" + jest-message-util "^25.5.0" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-resolve-dependencies "^25.5.4" + jest-runner "^25.5.4" + jest-runtime "^25.5.4" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + jest-watcher "^25.5.0" + micromatch "^4.0.2" + p-each-series "^2.1.0" + realpath-native "^2.0.0" + rimraf "^3.0.0" + slash "^3.0.0" + strip-ansi "^6.0.0" + +"@jest/environment@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-24.9.0.tgz#21e3afa2d65c0586cbd6cbefe208bafade44ab18" + integrity sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ== + dependencies: + "@jest/fake-timers" "^24.9.0" + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" + jest-mock "^24.9.0" + +"@jest/environment@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-25.5.0.tgz#aa33b0c21a716c65686638e7ef816c0e3a0c7b37" + integrity sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA== + dependencies: + "@jest/fake-timers" "^25.5.0" + "@jest/types" "^25.5.0" + jest-mock "^25.5.0" + +"@jest/fake-timers@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.9.0.tgz#ba3e6bf0eecd09a636049896434d306636540c93" + integrity sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== + dependencies: + "@jest/types" "^24.9.0" + jest-message-util "^24.9.0" + jest-mock "^24.9.0" + +"@jest/fake-timers@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-25.5.0.tgz#46352e00533c024c90c2bc2ad9f2959f7f114185" + integrity sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ== + dependencies: + "@jest/types" "^25.5.0" + jest-message-util "^25.5.0" + jest-mock "^25.5.0" + jest-util "^25.5.0" + lolex "^5.0.0" + +"@jest/globals@^25.5.2": + version "25.5.2" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-25.5.2.tgz#5e45e9de8d228716af3257eeb3991cc2e162ca88" + integrity sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA== + dependencies: + "@jest/environment" "^25.5.0" + "@jest/types" "^25.5.0" + expect "^25.5.0" + +"@jest/reporters@^25.5.1": + version "25.5.1" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-25.5.1.tgz#cb686bcc680f664c2dbaf7ed873e93aa6811538b" + integrity sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw== + dependencies: + "@bcoe/v8-coverage" "^0.2.3" + "@jest/console" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + chalk "^3.0.0" + collect-v8-coverage "^1.0.0" + exit "^0.1.2" + glob "^7.1.2" + graceful-fs "^4.2.4" + istanbul-lib-coverage "^3.0.0" + istanbul-lib-instrument "^4.0.0" + istanbul-lib-report "^3.0.0" + istanbul-lib-source-maps "^4.0.0" + istanbul-reports "^3.0.2" + jest-haste-map "^25.5.1" + jest-resolve "^25.5.1" + jest-util "^25.5.0" + jest-worker "^25.5.0" + slash "^3.0.0" + source-map "^0.6.0" + string-length "^3.1.0" + terminal-link "^2.0.0" + v8-to-istanbul "^4.1.3" + optionalDependencies: + node-notifier "^6.0.0" + +"@jest/source-map@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714" + integrity sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== + dependencies: + callsites "^3.0.0" + graceful-fs "^4.1.15" + source-map "^0.6.0" + +"@jest/source-map@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-25.5.0.tgz#df5c20d6050aa292c2c6d3f0d2c7606af315bd1b" + integrity sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ== + dependencies: + callsites "^3.0.0" + graceful-fs "^4.2.4" + source-map "^0.6.0" + +"@jest/test-result@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca" + integrity sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== + dependencies: + "@jest/console" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/istanbul-lib-coverage" "^2.0.0" + +"@jest/test-result@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-25.5.0.tgz#139a043230cdeffe9ba2d8341b27f2efc77ce87c" + integrity sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A== + dependencies: + "@jest/console" "^25.5.0" + "@jest/types" "^25.5.0" + "@types/istanbul-lib-coverage" "^2.0.0" + collect-v8-coverage "^1.0.0" + +"@jest/test-sequencer@^25.5.4": + version "25.5.4" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.5.4.tgz#9b4e685b36954c38d0f052e596d28161bdc8b737" + integrity sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA== + dependencies: + "@jest/test-result" "^25.5.0" + graceful-fs "^4.2.4" + jest-haste-map "^25.5.1" + jest-runner "^25.5.4" + jest-runtime "^25.5.4" + +"@jest/transform@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56" + integrity sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^24.9.0" + babel-plugin-istanbul "^5.1.0" + chalk "^2.0.1" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.1.15" + jest-haste-map "^24.9.0" + jest-regex-util "^24.9.0" + jest-util "^24.9.0" + micromatch "^3.1.10" + pirates "^4.0.1" + realpath-native "^1.1.0" + slash "^2.0.0" + source-map "^0.6.1" + write-file-atomic "2.4.1" + +"@jest/transform@^25.5.1": + version "25.5.1" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.5.1.tgz#0469ddc17699dd2bf985db55fa0fb9309f5c2db3" + integrity sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^25.5.0" + babel-plugin-istanbul "^6.0.0" + chalk "^3.0.0" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.2.4" + jest-haste-map "^25.5.1" + jest-regex-util "^25.2.6" + jest-util "^25.5.0" + micromatch "^4.0.2" + pirates "^4.0.1" + realpath-native "^2.0.0" + slash "^3.0.0" + source-map "^0.6.1" + write-file-atomic "^3.0.0" + +"@jest/types@^24.9.0": + version "24.9.0" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" + integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^1.1.1" + "@types/yargs" "^13.0.0" + +"@jest/types@^25.5.0": + version "25.5.0" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" + integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^1.1.1" + "@types/yargs" "^15.0.0" + chalk "^3.0.0" + +"@jest/types@^26.6.2": + version "26.6.2" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^15.0.0" + chalk "^4.0.0" + +"@jimp/bmp@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.12.1.tgz#43cf1f711797c029aa7570a492769b4778638da2" + integrity sha512-t16IamuBMv4GiGa1VAMzsgrVKVANxXG81wXECzbikOUkUv7pKJ2vHZDgkLBEsZQ9sAvFCneM1+yoSRpuENrfVQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + bmp-js "^0.1.0" + +"@jimp/core@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.12.1.tgz#a46341e5476e00115b1fab399627d65f9ab2d442" + integrity sha512-mWfjExYEjHxBal+1gPesGChOQBSpxO7WUQkrO9KM7orboitOdQ15G5UA75ce7XVZ+5t+FQPOLmVkVZzzTQSEJA== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + any-base "^1.1.0" + buffer "^5.2.0" + exif-parser "^0.1.12" + file-type "^9.0.0" + load-bmfont "^1.3.1" + mkdirp "^0.5.1" + phin "^2.9.1" + pixelmatch "^4.0.2" + tinycolor2 "^1.4.1" + +"@jimp/custom@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.12.1.tgz#e54d0fb2c29f4eb3b5b0bd00dc4cd25a78f48af4" + integrity sha512-bVClp8FEJ/11GFTKeRTrfH7NgUWvVO5/tQzO/68aOwMIhbz9BOYQGh533K9+mSy29VjZJo8jxZ0C9ZwYHuFwfA== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/core" "^0.12.1" + +"@jimp/gif@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.12.1.tgz#e5fe9e25796ef6390044b9f1a595e2ef2ebe9fe8" + integrity sha512-cGn/AcvMGUGcqR6ByClGSnrja4AYmTwsGVXTQ1+EmfAdTiy6ztGgZCTDpZ/tq4SpdHXwm9wDHez7damKhTrH0g== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + omggif "^1.0.9" + +"@jimp/jpeg@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.12.1.tgz#adaacd30d819241cdddc978dc4facc882a0846ab" + integrity sha512-UoCUHbKLj2CDCETd7LrJnmK/ExDsSfJXmc1pKkfgomvepjXogdl2KTHf141wL6D+9CfSD2VBWQLC5TvjMvcr9A== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + jpeg-js "^0.4.0" + +"@jimp/plugin-blit@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.12.1.tgz#555a492fd71370820b7a1b85cc04ba3c58b0c4c7" + integrity sha512-VRBB6bx6EpQuaH0WX8ytlGNqUQcmuxXBbzL3e+cD0W6MluYibzQy089okvXcyUS72Q+qpSMmUDCVr3pDqLAsSA== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-blur@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.12.1.tgz#93cf1b6c44e4c7bbb80914ef953c8bb3dac31295" + integrity sha512-rTFY0yrwVJFNgNsAlYGn2GYCRLVEcPQ6cqAuhNylXuR/7oH3Acul+ZWafeKtvN8D8uMlth/6VP74gruXvwffZw== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-circle@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.12.1.tgz#56100e5b04c98b711e2c2188d0825c0e1766be69" + integrity sha512-+/OiBDjby7RBbQoDX8ZsqJRr1PaGPdTaaKUVGAsrE7KCNO9ODYNFAizB9lpidXkGgJ4Wx5R4mJy21i22oY/a4Q== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-color@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.12.1.tgz#193f4d851c29b5d393843b68385eee3d13b7ea7e" + integrity sha512-xlnK/msWN4uZ+Bu7+UrCs9oMzTSA9QE0jWFnF3h0aBsD8t1LGxozkckHe8nHtC/y/sxIa8BGKSfkiaW+r6FbnA== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + tinycolor2 "^1.4.1" + +"@jimp/plugin-contain@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.12.1.tgz#6dffe0632e5acbc5d5d17671910f6671a4849c5a" + integrity sha512-WZ/D6G0jhnBh2bkBh610PEh/caGhAUIAxYLsQsfSSlOxPsDhbj3S6hMbFKRgnDvf0hsd5zTIA0j1B0UG4kh18A== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-cover@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.12.1.tgz#c0e9005d891efbaa6533ca4d6874d3e14cc51179" + integrity sha512-ddWwTQO40GcabJ2UwUYCeuNxnjV4rBTiLprnjGMqAJCzdz3q3Sp20FkRf+H+E22k2v2LHss8dIOFOF4i6ycr9Q== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-crop@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.12.1.tgz#44a5adb5f5222c3d3c6c94410b1995fe88041ada" + integrity sha512-CKjVkrNO8FDZKYVpMireQW4SgKBSOdF+Ip/1sWssHHe77+jGEKqOjhYju+VhT3dZJ3+75rJNI9II7Kethp+rTw== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-displace@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.12.1.tgz#d83b5d4d45a35b5d7b7722ec8657d46a3ccc6da1" + integrity sha512-MQAw2iuf1/bVJ6P95WWTLA+WBjvIZ7TeGBerkvBaTK8oWdj+NSLNRIYOIoyPbZ7DTL8f1SN4Vd6KD6BZaoWrwg== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-dither@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.12.1.tgz#1265a063423a20b9425f5055fe3ddafaa0eea9fe" + integrity sha512-mCrBHdx2ViTLJDLcrobqGLlGhZF/Mq41bURWlElQ2ArvrQ3/xR52We9DNDfC08oQ2JVb6q3v1GnCCdn0KNojGQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-fisheye@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.12.1.tgz#0afa268abbfcc88212f49b2b84b04da89f35cae2" + integrity sha512-CHvYSXtHNplzkkYzB44tENPDmvfUHiYCnAETTY+Hx58kZ0w8ERZ+OiLhUmiBcvH/QHm/US1iiNjgGUAfeQX6dg== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-flip@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.12.1.tgz#b80415e69cf477d40f1960bc6081441ba0ce54dc" + integrity sha512-xi+Yayrnln8A/C9E3yQBExjxwBSeCkt/ZQg1CxLgszVyX/3Zo8+nkV8MJYpkTpj8LCZGTOKlsE05mxu/a3lbJQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-gaussian@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.12.1.tgz#7cd1fa2c7b6f6d91776af043d202aa595430c34a" + integrity sha512-7O6eKlhL37hsLfV6WAX1Cvce7vOqSwL1oWbBveC1agutDlrtvcTh1s2mQ4Pde654hCJu55mq1Ur10+ote5j3qw== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-invert@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.12.1.tgz#9403089d9f740d54be72270faa28f392bf3dff9c" + integrity sha512-JTAs7A1Erbxwl+7ph7tgcb2PZ4WzB+3nb2WbfiWU8iCrKj17mMDSc5soaCCycn8wfwqvgB1vhRfGpseOLWxsuQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-mask@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.12.1.tgz#3cbf2c990c9ecb76b34e8c13c028bc469acfd593" + integrity sha512-bnDdY0RO/x5Mhqoy+056SN1wEj++sD4muAKqLD2CIT8Zq5M/0TA4hkdf/+lwFy3H2C0YTK39PSE9xyb4jPX3kA== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-normalize@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.12.1.tgz#e1cc7724792f7ace9573ed550bd9cda57e06e560" + integrity sha512-4kSaI4JLM/PNjHwbnAHgyh51V5IlPfPxYvsZyZ1US32pebWtocxSMaSuOaJUg7OGSkwSDBv81UR2h5D+Dz1b5A== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-print@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.12.1.tgz#1e604cd796fcffd7a9188ce3e94a1f5f1bc56a9f" + integrity sha512-T0lNS3qU9SwCHOEz7AGrdp50+gqiWGZibOL3350/X/dqoFs1EvGDjKVeWncsGCyLlpfd7M/AibHZgu8Fx2bWng== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + load-bmfont "^1.4.0" + +"@jimp/plugin-resize@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.12.1.tgz#cb0347320eb392136a16e179c396f636891038af" + integrity sha512-sbNn4tdBGcgGlPt9XFxCuDl4ZOoxa8/Re8nAikyxYhRss2Dqz91ARbBQxOf1vlUGeicQMsjEuWbPQAogTSJRug== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-rotate@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.12.1.tgz#29101e949f96047bcee2afaba5008be8f92ed8e8" + integrity sha512-RYkLzwG2ervG6hHy8iepbIVeWdT1kz4Qz044eloqo6c66MK0KAqp228YI8+CAKm0joQnVDC/A0FgRIj/K8uyAw== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-scale@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.12.1.tgz#bf9c2e5af47dc07d48d8ab16fecba96b40af3734" + integrity sha512-zjNVI1fUj+ywfG78T1ZU33g9a5sk4rhEQkkhtny8koAscnVsDN2YaZEKoFli54kqaWh5kSS5DDL7a/9pEfXnFQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-shadow@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.12.1.tgz#63508e3d321dbd057acc1e93b90c326257e0f1c3" + integrity sha512-Z82IwvunXWQ2jXegd3W3TYUXpfJcEvNbHodr7Z+oVnwhM1OoQ5QC6RSRQwsj2qXIhbGffQjH8eguHgEgAV+u5w== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugin-threshold@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.12.1.tgz#deaa1ac912522b9b7353820e84c8706ff433aa04" + integrity sha512-PFezt5fSk0q+xKvdpuv0eLggy2I7EgYotrK8TRZOT0jimuYFXPF0Z514c6szumoW5kEsRz04L1HkPT1FqI97Yg== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + +"@jimp/plugins@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.12.1.tgz#450a1312184f649d81b75fc1aeff265e99c8f2b3" + integrity sha512-7+Yp29T6BbYo+Oqnc+m7A5AH+O+Oy5xnxvxlfmsp48+SuwEZ4akJp13Gu2PSmRlylENzR7MlWOxzhas5ERNlIg== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/plugin-blit" "^0.12.1" + "@jimp/plugin-blur" "^0.12.1" + "@jimp/plugin-circle" "^0.12.1" + "@jimp/plugin-color" "^0.12.1" + "@jimp/plugin-contain" "^0.12.1" + "@jimp/plugin-cover" "^0.12.1" + "@jimp/plugin-crop" "^0.12.1" + "@jimp/plugin-displace" "^0.12.1" + "@jimp/plugin-dither" "^0.12.1" + "@jimp/plugin-fisheye" "^0.12.1" + "@jimp/plugin-flip" "^0.12.1" + "@jimp/plugin-gaussian" "^0.12.1" + "@jimp/plugin-invert" "^0.12.1" + "@jimp/plugin-mask" "^0.12.1" + "@jimp/plugin-normalize" "^0.12.1" + "@jimp/plugin-print" "^0.12.1" + "@jimp/plugin-resize" "^0.12.1" + "@jimp/plugin-rotate" "^0.12.1" + "@jimp/plugin-scale" "^0.12.1" + "@jimp/plugin-shadow" "^0.12.1" + "@jimp/plugin-threshold" "^0.12.1" + timm "^1.6.1" + +"@jimp/png@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.12.1.tgz#85d99ed6304e7d37f8e5279b3b4b058ed28a7f67" + integrity sha512-tOUSJMJzcMAN82F9/Q20IToquIVWzvOe/7NIpVQJn6m+Lq6TtVmd7d8gdcna9AEFm2FIza5lhq2Kta6Xj0KXhQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/utils" "^0.12.1" + pngjs "^3.3.3" + +"@jimp/tiff@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.12.1.tgz#ce2cd058d0f3a9fe43564866b6a64a815c141a9e" + integrity sha512-bzWDgv3202TKhaBGzV9OFF0PVQWEb4194h9kv5js348SSnbCusz/tzTE1EwKrnbDZThZPgTB1ryKs7D+Q9Mhmg== + dependencies: + "@babel/runtime" "^7.7.2" + utif "^2.0.1" + +"@jimp/types@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.12.1.tgz#2671e228bd1abc7f086e2f4316097c15aa4b41c0" + integrity sha512-hg5OKXpWWeKGuDrfibrjWWhr7hqb7f552wqnPWSLQpVrdWgjH+hpOv6cOzdo9bsU78qGTelZJPxr0ERRoc+MhQ== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/bmp" "^0.12.1" + "@jimp/gif" "^0.12.1" + "@jimp/jpeg" "^0.12.1" + "@jimp/png" "^0.12.1" + "@jimp/tiff" "^0.12.1" + timm "^1.6.1" + +"@jimp/utils@^0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.12.1.tgz#e9ab43dcd55f88a8fdf250a84bcf43d09713bd9d" + integrity sha512-EjPkDQOzV/oZfbolEUgFT6SE++PtCccVBvjuACkttyCfl0P2jnpR49SwstyVLc2u8AwBAZEHHAw9lPYaMjtbXQ== + dependencies: + "@babel/runtime" "^7.7.2" + regenerator-runtime "^0.13.3" + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@sinonjs/commons@^1.7.0": + version "1.8.3" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" + integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== + dependencies: + type-detect "4.0.8" + +"@testing-library/react-hooks@^3.2.1": + version "3.7.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e" + integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g== + dependencies: + "@babel/runtime" "^7.12.5" + "@types/testing-library__react-hooks" "^3.4.0" + +"@tsconfig/node10@^1.0.7": + version "1.0.8" + resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" + integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg== + +"@types/babel__core@^7.1.7": + version "7.1.16" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.16.tgz#bc12c74b7d65e82d29876b5d0baf5c625ac58702" + integrity sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.6.3" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.3.tgz#f456b4b2ce79137f768aa130d2423d2f0ccfaba5" + integrity sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA== + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.4.1" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" + integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": + version "7.14.2" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43" + integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA== + dependencies: + "@babel/types" "^7.3.0" + +"@types/cheerio@^0.22.22": + version "0.22.30" + resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.30.tgz#6c1ded70d20d890337f0f5144be2c5e9ce0936e6" + integrity sha512-t7ZVArWZlq3dFa9Yt33qFBQIK4CQd1Q3UJp0V+UhP6vgLWLM6Qug7vZuRSGXg45zXeB1Fm5X2vmBkEX58LV2Tw== + dependencies: + "@types/node" "*" + +"@types/graceful-fs@^4.1.2": + version "4.1.5" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" + integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== + dependencies: + "@types/node" "*" + +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" + integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== + +"@types/istanbul-lib-report@*": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" + integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== + dependencies: + "@types/istanbul-lib-coverage" "*" + +"@types/istanbul-reports@^1.1.1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2" + integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== + dependencies: + "@types/istanbul-lib-coverage" "*" + "@types/istanbul-lib-report" "*" + +"@types/istanbul-reports@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" + integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== + dependencies: + "@types/istanbul-lib-report" "*" + +"@types/jest@26.x": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== + dependencies: + jest-diff "^26.0.0" + pretty-format "^26.0.0" + +"@types/jest@^24.0.11": + version "24.9.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534" + integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q== + dependencies: + jest-diff "^24.3.0" + +"@types/json-schema@^7.0.7": + version "7.0.9" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + +"@types/json5@^0.0.29": + version "0.0.29" + resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" + integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= + +"@types/node@*": + version "16.9.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.4.tgz#a12f0ee7847cf17a97f6fdf1093cb7a9af23cca4" + integrity sha512-KDazLNYAGIuJugdbULwFZULF9qQ13yNWEBFnfVpqlpgAAo6H/qnM9RjBgh0A0kmHf3XxAKLdN5mTIng9iUvVLA== + +"@types/normalize-package-data@^2.4.0": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== + +"@types/prettier@^1.19.0": + version "1.19.1" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.19.1.tgz#33509849f8e679e4add158959fdb086440e9553f" + integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== + +"@types/prop-types@*": + version "15.7.0" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a" + integrity sha512-eItQyV43bj4rR3JPV0Skpl1SncRCdziTEK9/v8VwXmV6d/qOUO8/EuWeHBbCZcsfSHfzI5UyMJLCSXtxxznyZg== + +"@types/react-native@~0.63": + version "0.63.37" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.37.tgz#c43df90c9d3cc082a97a49a53e989de26cb8ab45" + integrity sha512-xr9SZG7tQQBKT6840tAGaWEC65D2gjyxZtuZxz631UgeW1ofItuu9HMVhoyYqot2hRSa6Q4YC8FYkRVUpM53/w== + dependencies: + "@types/react" "*" + +"@types/react-test-renderer@*": + version "17.0.1" + resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-17.0.1.tgz#3120f7d1c157fba9df0118dae20cb0297ee0e06b" + integrity sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw== + dependencies: + "@types/react" "*" + +"@types/react@*": + version "16.8.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.8.tgz#4b60a469fd2469f7aa6eaa0f8cfbc51f6d76e662" + integrity sha512-xwEvyet96u7WnB96kqY0yY7qxx/pEpU51QeACkKFtrgjjXITQn0oO1iwPEraXVgh10ZFPix7gs1R4OJXF7P5sg== + dependencies: + "@types/prop-types" "*" + csstype "^2.2.0" + +"@types/stack-utils@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== + +"@types/testing-library__react-hooks@^3.4.0": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433" + integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q== + dependencies: + "@types/react-test-renderer" "*" + +"@types/yargs-parser@*": + version "20.2.1" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129" + integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw== + +"@types/yargs@^13.0.0": + version "13.0.12" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz#d895a88c703b78af0465a9de88aa92c61430b092" + integrity sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ== + dependencies: + "@types/yargs-parser" "*" + +"@types/yargs@^15.0.0": + version "15.0.14" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06" + integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== + dependencies: + "@types/yargs-parser" "*" + +"@typescript-eslint/eslint-plugin@^4.12.0": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz#e938603a136f01dcabeece069da5fb2e331d4498" + integrity sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA== + dependencies: + "@typescript-eslint/experimental-utils" "4.31.1" + "@typescript-eslint/scope-manager" "4.31.1" + debug "^4.3.1" + functional-red-black-tree "^1.0.1" + regexpp "^3.1.0" + semver "^7.3.5" + tsutils "^3.21.0" + +"@typescript-eslint/experimental-utils@4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz#0c900f832f270b88e13e51753647b02d08371ce5" + integrity sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q== + dependencies: + "@types/json-schema" "^7.0.7" + "@typescript-eslint/scope-manager" "4.31.1" + "@typescript-eslint/types" "4.31.1" + "@typescript-eslint/typescript-estree" "4.31.1" + eslint-scope "^5.1.1" + eslint-utils "^3.0.0" + +"@typescript-eslint/parser@^4.12.0": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064" + integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ== + dependencies: + "@typescript-eslint/scope-manager" "4.31.1" + "@typescript-eslint/types" "4.31.1" + "@typescript-eslint/typescript-estree" "4.31.1" + debug "^4.3.1" + +"@typescript-eslint/scope-manager@4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.1.tgz#0c21e8501f608d6a25c842fcf59541ef4f1ab561" + integrity sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ== + dependencies: + "@typescript-eslint/types" "4.31.1" + "@typescript-eslint/visitor-keys" "4.31.1" + +"@typescript-eslint/types@4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66" + integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ== + +"@typescript-eslint/typescript-estree@4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17" + integrity sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg== + dependencies: + "@typescript-eslint/types" "4.31.1" + "@typescript-eslint/visitor-keys" "4.31.1" + debug "^4.3.1" + globby "^11.0.3" + is-glob "^4.0.1" + semver "^7.3.5" + tsutils "^3.21.0" + +"@typescript-eslint/visitor-keys@4.31.1": + version "4.31.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc" + integrity sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ== + dependencies: + "@typescript-eslint/types" "4.31.1" + eslint-visitor-keys "^2.0.0" + +"@xmldom/xmldom@~0.7.0": + version "0.7.5" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d" + integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A== + +abab@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f" + integrity sha512-sY5AXXVZv4Y1VACTtR11UJCPHHudgY5i26Qj5TypE6DKlIApbwb5uqhXcJ5UUGbvZNRh7EeIoW+LrJumBsKp7w== + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== acorn-globals@^4.1.0: version "4.3.0" @@ -638,6 +2657,14 @@ acorn-globals@^4.1.0: acorn "^6.0.1" acorn-walk "^6.0.1" +acorn-globals@^4.3.2: + version "4.3.4" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7" + integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== + dependencies: + acorn "^6.0.1" + acorn-walk "^6.0.1" + acorn-walk@^6.0.1: version "6.1.1" resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" @@ -653,6 +2680,36 @@ acorn@^6.0.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== +acorn@^7.1.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + +airbnb-prop-types@^2.16.0: + version "2.16.0" + resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz#b96274cefa1abb14f623f804173ee97c13971dc2" + integrity sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== + dependencies: + array.prototype.find "^2.1.1" + function.prototype.name "^1.1.2" + is-regex "^1.1.0" + object-is "^1.1.2" + object.assign "^4.1.0" + object.entries "^1.1.2" + prop-types "^15.7.2" + prop-types-exact "^1.2.0" + react-is "^16.13.1" + +ajv@^6.12.3: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + ajv@^6.5.5: version "6.10.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" @@ -663,10 +2720,12 @@ ajv@^6.5.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ansi-escapes@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== +ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: + version "4.3.2" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" ansi-regex@^2.0.0: version "2.1.1" @@ -678,10 +2737,15 @@ ansi-regex@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= +ansi-regex@^4.0.0, ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + +ansi-regex@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" @@ -690,6 +2754,23 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +any-base@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/any-base/-/any-base-1.1.0.tgz#ae101a62bc08a597b4c9ab5b7089d456630549fe" + integrity sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg== + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= + anymatch@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" @@ -698,12 +2779,13 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -append-transform@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991" - integrity sha1-126/jKlNJ24keja61EpLdKthGZE= +anymatch@^3.0.3: + version "3.1.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== dependencies: - default-require-extensions "^1.0.0" + normalize-path "^3.0.0" + picomatch "^2.0.4" aproba@^1.0.3: version "1.2.0" @@ -725,19 +2807,12 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -arr-diff@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" - integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= - dependencies: - arr-flatten "^1.0.1" - arr-diff@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= -arr-flatten@^1.0.1, arr-flatten@^1.1.0: +arr-flatten@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== @@ -752,20 +2827,64 @@ array-equal@^1.0.0: resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= -array-unique@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" - integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= +array-includes@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a" + integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.2" + get-intrinsic "^1.1.1" + is-string "^1.0.5" + +array-union@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== array-unique@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" - integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= +array.prototype.filter@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array.prototype.filter/-/array.prototype.filter-1.0.0.tgz#24d63e38983cdc6bf023a3c574b2f2a3f384c301" + integrity sha512-TfO1gz+tLm+Bswq0FBOXPqAchtCr2Rn48T8dLJoRFl8NoEosjZmzptmuo1X8aZBzZcqsR1W8U761tjACJtngTQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0" + es-array-method-boxes-properly "^1.0.0" + is-string "^1.0.5" + +array.prototype.find@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.1.tgz#3baca26108ca7affb08db06bf0be6cb3115a969c" + integrity sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.4" + +array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" + integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.1" + +array.prototype.flatmap@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9" + integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.1" + function-bind "^1.1.1" asap@~2.0.3: version "2.0.6" @@ -804,18 +2923,16 @@ async-limiter@~1.0.0: resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== -async@^2.1.4: - version "2.6.2" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381" - integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg== - dependencies: - lodash "^4.17.11" - asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== + atob@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" @@ -831,98 +2948,58 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== -babel-code-frame@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - dependencies: - chalk "^1.1.3" - esutils "^2.0.2" - js-tokens "^3.0.2" - -babel-core@^6.0.0, babel-core@^6.26.0: - version "6.26.3" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" - integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - dependencies: - babel-code-frame "^6.26.0" - babel-generator "^6.26.0" - babel-helpers "^6.24.1" - babel-messages "^6.23.0" - babel-register "^6.26.0" - babel-runtime "^6.26.0" - babel-template "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - convert-source-map "^1.5.1" - debug "^2.6.9" - json5 "^0.5.1" - lodash "^4.17.4" - minimatch "^3.0.4" - path-is-absolute "^1.0.1" - private "^0.1.8" - slash "^1.0.0" - source-map "^0.5.7" - -babel-core@^7.0.0-bridge.0: - version "7.0.0-bridge.0" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" - integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - -babel-generator@^6.18.0, babel-generator@^6.26.0: - version "6.26.1" - resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" - integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== - dependencies: - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - detect-indent "^4.0.0" - jsesc "^1.3.0" - lodash "^4.17.4" - source-map "^0.5.7" - trim-right "^1.0.1" - -babel-helpers@^6.24.1: - version "6.24.1" - resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" - integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= +babel-jest@^25.2.0, babel-jest@^25.5.1: + version "25.5.1" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.5.1.tgz#bc2e6101f849d6f6aec09720ffc7bc5332e62853" + integrity sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ== + dependencies: + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/babel__core" "^7.1.7" + babel-plugin-istanbul "^6.0.0" + babel-preset-jest "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + slash "^3.0.0" + +babel-plugin-dynamic-import-node@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== dependencies: - babel-runtime "^6.22.0" - babel-template "^6.24.1" + object.assign "^4.1.0" -babel-jest@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1" - integrity sha512-lqKGG6LYXYu+DQh/slrQ8nxXQkEkhugdXsU6St7GmhVS7Ilc/22ArwqXNJrf0QaOBjZB0360qZMwXqDYQHXaew== +babel-plugin-istanbul@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854" + integrity sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw== dependencies: - babel-plugin-istanbul "^4.1.6" - babel-preset-jest "^23.2.0" + "@babel/helper-plugin-utils" "^7.0.0" + find-up "^3.0.0" + istanbul-lib-instrument "^3.3.0" + test-exclude "^5.2.3" -babel-messages@^6.23.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" - integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= +babel-plugin-istanbul@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" + integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== dependencies: - babel-runtime "^6.22.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@istanbuljs/load-nyc-config" "^1.0.0" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-instrument "^4.0.0" + test-exclude "^6.0.0" -babel-plugin-istanbul@^4.1.6: - version "4.1.6" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45" - integrity sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ== +babel-plugin-jest-hoist@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.5.0.tgz#129c80ba5c7fc75baf3a45b93e2e372d57ca2677" + integrity sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g== dependencies: - babel-plugin-syntax-object-rest-spread "^6.13.0" - find-up "^2.1.0" - istanbul-lib-instrument "^1.10.1" - test-exclude "^4.2.1" - -babel-plugin-jest-hoist@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167" - integrity sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc= + "@babel/template" "^7.3.3" + "@babel/types" "^7.3.3" + "@types/babel__traverse" "^7.0.6" -babel-plugin-module-resolver@^3.1.1: +babel-plugin-module-resolver@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7" integrity sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA== @@ -933,95 +3010,81 @@ babel-plugin-module-resolver@^3.1.1: reselect "^3.0.1" resolve "^1.4.0" -babel-plugin-syntax-object-rest-spread@^6.13.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" - integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= +babel-plugin-polyfill-corejs2@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" + integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.2.2" + semver "^6.1.1" -babel-preset-expo@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-5.0.0.tgz#d1569579c7326391d589b031ed688061f959e378" - integrity sha512-pDtkAIafvQLAZ5dQ/6I9okkiZLw9IBR8ItRzAyUO4j2rUMB9ey6yZTTE77AKWq5HhxhY53Hic8Zl0vSDMTXI0A== - dependencies: - "@babel/plugin-proposal-decorators" "^7.1.0" - babel-plugin-module-resolver "^3.1.1" - metro-react-native-babel-preset "^0.49.0" - -babel-preset-jest@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46" - integrity sha1-jsegOhOPABoaj7HoETZSvxpV2kY= - dependencies: - babel-plugin-jest-hoist "^23.2.0" - babel-plugin-syntax-object-rest-spread "^6.13.0" - -babel-register@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" - integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= - dependencies: - babel-core "^6.26.0" - babel-runtime "^6.26.0" - core-js "^2.5.0" - home-or-tmp "^2.0.0" - lodash "^4.17.4" - mkdirp "^0.5.1" - source-map-support "^0.4.15" - -babel-runtime@^6.22.0, babel-runtime@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" - -babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" - integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= - dependencies: - babel-runtime "^6.26.0" - babel-traverse "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - lodash "^4.17.4" - -babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" - integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - dependencies: - babel-code-frame "^6.26.0" - babel-messages "^6.23.0" - babel-runtime "^6.26.0" - babel-types "^6.26.0" - babylon "^6.18.0" - debug "^2.6.8" - globals "^9.18.0" - invariant "^2.2.2" - lodash "^4.17.4" - -babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" - integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - dependencies: - babel-runtime "^6.26.0" - esutils "^2.0.2" - lodash "^4.17.4" - to-fast-properties "^1.0.3" +babel-plugin-polyfill-corejs3@^0.2.2: + version "0.2.4" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz#68cb81316b0e8d9d721a92e0009ec6ecd4cd2ca9" + integrity sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" + core-js-compat "^3.14.0" -babylon@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" - integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== +babel-plugin-polyfill-regenerator@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" + integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" + +babel-plugin-react-native-web@~0.13.6: + version "0.13.18" + resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.13.18.tgz#f0b640412b81acd02d8036b7a935ffb3ab446e4e" + integrity sha512-f8pAxyKqXBNRIh8l4Sqju055BNec+DQlItdtutByYxULU0iJ1F7evIYE3skPKAkTB/xJH17l+n3Z8dVabGIIGg== + +babel-preset-current-node-syntax@^0.1.2: + version "0.1.4" + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.4.tgz#826f1f8e7245ad534714ba001f84f7e906c3b615" + integrity sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w== + dependencies: + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-bigint" "^7.8.3" + "@babel/plugin-syntax-class-properties" "^7.8.3" + "@babel/plugin-syntax-import-meta" "^7.8.3" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.8.3" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +babel-preset-expo@~8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-8.3.0.tgz#d77065f6e079a64de6e6830e58770fdb9b3240fa" + integrity sha512-KmoFiEJ0A8QUH0OTh+mj3RBvv069FQsQ1hvZDi6tVMSzrW+Y/imsJMXgVboZN+XGOYnWFaGEKQ8BqNvBX+zKjA== + dependencies: + "@babel/plugin-proposal-decorators" "^7.6.0" + "@babel/preset-env" "^7.6.3" + babel-plugin-module-resolver "^3.2.0" + babel-plugin-react-native-web "~0.13.6" + metro-react-native-babel-preset "~0.59.0" + +babel-preset-jest@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.5.0.tgz#c1d7f191829487a907764c65307faa0e66590b49" + integrity sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw== + dependencies: + babel-plugin-jest-hoist "^25.5.0" + babel-preset-current-node-syntax "^0.1.2" balanced-match@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= +base64-js@^1.2.3, base64-js@^1.3.1, base64-js@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + base@^0.11.1: version "0.11.2" resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" @@ -1042,11 +3105,40 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" +big-integer@^1.6.44: + version "1.6.49" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.49.tgz#f6817d3ea5d4f3fb19e24df9f4b1b4471a8328ce" + integrity sha512-KJ7VhqH+f/BOt9a3yMwJNmcZjG53ijWMTjSAGMveQWyLwqIiwkjNP5PFgDob3Snnx86SjDj6I89fIbv0dkQeNw== + binary-extensions@^1.0.0: version "1.13.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.0.tgz#9523e001306a32444b907423f1de2164222f6ab1" integrity sha512-EgmjVLMn22z7eGGv3kcnHwSnJXmFHjISTY9E/S5lIcTD3Oxw05QTcBLNkJFzcb3cNueUdF/IN4U+d78V0zO8Hw== +bmp-js@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/bmp-js/-/bmp-js-0.1.0.tgz#e05a63f796a6c1ff25f4771ec7adadc148c07233" + integrity sha1-4Fpj95amwf8l9Hcex62twUjAcjM= + +boolbase@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= + +bplist-creator@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.0.8.tgz#56b2a6e79e9aec3fc33bf831d09347d73794e79c" + integrity sha512-Za9JKzD6fjLC16oX2wsXfc+qBEhJBJB1YPInoAQpMLhDuj5aVOv1baGeIQSq1Fr3OCqzvsoQcSBSwGId/Ja2PA== + dependencies: + stream-buffers "~2.2.0" + +bplist-parser@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.2.0.tgz#43a9d183e5bf9d545200ceac3e712f79ebbe8d0e" + integrity sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw== + dependencies: + big-integer "^1.6.44" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -1055,15 +3147,6 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^1.8.2: - version "1.8.5" - resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" - integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= - dependencies: - expand-range "^1.8.1" - preserve "^0.2.0" - repeat-element "^1.1.2" - braces@^2.3.1, braces@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" @@ -1080,6 +3163,13 @@ braces@^2.3.1, braces@^2.3.2: split-string "^3.0.2" to-regex "^3.0.1" +braces@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + browser-process-hrtime@^0.1.2: version "0.1.3" resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4" @@ -1092,6 +3182,17 @@ browser-resolve@^1.11.3: dependencies: resolve "1.1.7" +browserslist@^4.16.6, browserslist@^4.17.0: + version "4.17.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c" + integrity sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g== + dependencies: + caniuse-lite "^1.0.30001254" + colorette "^1.3.0" + electron-to-chromium "^1.3.830" + escalade "^3.1.1" + node-releases "^1.1.75" + bs-logger@0.x: version "0.2.6" resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" @@ -1106,11 +3207,24 @@ bser@^2.0.0: dependencies: node-int64 "^0.4.0" +buffer-equal@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b" + integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs= + buffer-from@1.x, buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== +buffer@^5.2.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + cache-base@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" @@ -1126,40 +3240,42 @@ cache-base@^1.0.1: union-value "^1.0.0" unset-value "^1.0.0" -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= +call-bind@^1.0.0, call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" -camelcase@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== -capture-exit@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f" - integrity sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28= +camelcase@^5.0.0, camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +caniuse-lite@^1.0.30001254: + version "1.0.30001258" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz#b604eed80cc54a578e4bf5a02ae3ed49f869d252" + integrity sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA== + +capture-exit@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" + integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== dependencies: - rsvp "^3.3.3" + rsvp "^4.8.4" caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^2.0.0, chalk@^2.0.1: +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -1168,6 +3284,46 @@ chalk@^2.0.0, chalk@^2.0.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^4.0.0, chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +cheerio-select@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823" + integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg== + dependencies: + css-select "^4.1.3" + css-what "^5.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + domutils "^2.7.0" + +cheerio@^1.0.0-rc.3: + version "1.0.0-rc.10" + resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" + integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw== + dependencies: + cheerio-select "^1.5.0" + dom-serializer "^1.3.2" + domhandler "^4.2.0" + htmlparser2 "^6.1.0" + parse5 "^6.0.1" + parse5-htmlparser2-tree-adapter "^6.0.1" + tslib "^2.2.0" + chokidar@^2.0.3: version "2.1.2" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058" @@ -1192,10 +3348,15 @@ chownr@^1.1.1: resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== -ci-info@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" - integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== +ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== + +circular-json-es6@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/circular-json-es6/-/circular-json-es6-2.0.2.tgz#e4f4a093e49fb4b6aba1157365746112a78bd344" + integrity sha512-ODYONMMNb3p658Zv+Pp+/XPa5s6q7afhz3Tzyvo+VRh9WIrJ64J76ZC4GQxnlye/NesTn09jvOiuE8+xxfpwhQ== class-utils@^0.3.5: version "0.3.6" @@ -1207,14 +3368,14 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -cliui@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" - integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ== +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== dependencies: - string-width "^2.1.1" - strip-ansi "^4.0.0" - wrap-ansi "^2.0.0" + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^6.2.0" co@^4.6.0: version "4.6.0" @@ -1226,6 +3387,11 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= +collect-v8-coverage@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" + integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== + collection-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" @@ -1241,11 +3407,41 @@ color-convert@^1.9.0: dependencies: color-name "1.1.3" +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-convert@~0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-0.5.3.tgz#bdb6c69ce660fadffe0b0007cc447e1b9f7282bd" + integrity sha1-vbbGnOZg+t/+CwAHzER+G59ygr0= + color-name@1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= +color-name@^1.0.0, color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-string@^1.5.3: + version "1.6.0" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312" + integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +colorette@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" + integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== + combined-stream@^1.0.6, combined-stream@~1.0.6: version "1.0.7" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" @@ -1258,10 +3454,15 @@ commander@^2.19.0, commander@^2.8.1: resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== -commander@~2.20.3: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +commander@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + +commander@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" + integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== component-emitter@^1.2.1: version "1.2.1" @@ -1278,22 +3479,32 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0: resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1: +convert-source-map@^1.1.0, convert-source-map@^1.4.0: version "1.6.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== dependencies: safe-buffer "~5.1.1" +convert-source-map@^1.6.0, convert-source-map@^1.7.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== + dependencies: + safe-buffer "~5.1.1" + copy-descriptor@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= -core-js@^2.4.0, core-js@^2.5.0: - version "2.6.5" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" - integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A== +core-js-compat@^3.14.0, core-js-compat@^3.16.0, core-js-compat@^3.8.0: + version "3.18.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.0.tgz#fb360652201e8ac8da812718c008cd0482ed9b42" + integrity sha512-tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg== + dependencies: + browserslist "^4.17.0" + semver "7.0.0" core-js@^2.4.1: version "2.6.12" @@ -1305,26 +3516,80 @@ core-util-is@1.0.2, core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= +cross-spawn@^6.0.0, cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== dependencies: - lru-cache "^4.0.1" + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" shebang-command "^1.2.0" which "^1.2.9" +cross-spawn@^7.0.0: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +crypto-random-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" + integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + +css-select@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.3.tgz#a70440f70317f2669118ad74ff105e65849c7067" + integrity sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA== + dependencies: + boolbase "^1.0.0" + css-what "^5.0.0" + domhandler "^4.2.0" + domutils "^2.6.0" + nth-check "^2.0.0" + +css-what@^5.0.0, css-what@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" + integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg== + +cssfontparser@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/cssfontparser/-/cssfontparser-1.2.1.tgz#f4022fc8f9700c68029d542084afbaf425a3f3e3" + integrity sha1-9AIvyPlwDGgCnVQghK+69CWj8+M= + cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0": version "0.3.6" resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.6.tgz#f85206cee04efa841f3c5982a74ba96ab20d65ad" integrity sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A== +cssom@^0.4.1: + version "0.4.4" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" + integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== + +cssom@~0.3.6: + version "0.3.8" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" + integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== + cssstyle@^1.0.0: version "1.2.1" resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.2.1.tgz#3aceb2759eaf514ac1a21628d723d6043a819495" integrity sha512-7DYm8qe+gPx/h77QlCyFmX80+fGaE/6A/Ekl0zaszYOubvySO2saYFdQ78P29D0UsULxFKCetDGNaNRUdSF+2A== dependencies: - cssom "0.3.x" + cssom "0.3.x" + +cssstyle@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" + integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== + dependencies: + cssom "~0.3.6" csstype@^2.2.0: version "2.6.3" @@ -1338,7 +3603,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -data-urls@^1.0.0: +data-urls@^1.0.0, data-urls@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== @@ -1347,17 +3612,17 @@ data-urls@^1.0.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" -debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: +debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" -debug@^3.1.0: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== +debug@^3.2.7: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== dependencies: ms "^2.1.1" @@ -1368,7 +3633,14 @@ debug@^4.1.0: dependencies: ms "^2.1.1" -decamelize@^1.1.1: +debug@^4.1.1, debug@^4.3.1: + version "4.3.2" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" + integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== + dependencies: + ms "2.1.2" + +decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -1378,6 +3650,13 @@ decode-uri-component@^0.2.0: resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= +deep-equal-ident@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/deep-equal-ident/-/deep-equal-ident-1.1.1.tgz#06f4b89e53710cd6cea4a7781c7a956642de8dc9" + integrity sha1-BvS4nlNxDNbOpKd4HHqVZkLejck= + dependencies: + lodash.isequal "^3.0" + deep-extend@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" @@ -1388,14 +3667,12 @@ deep-is@~0.1.3: resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= -default-require-extensions@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8" - integrity sha1-836hXT4T/9m0N9M+GnW1+5eHTLg= - dependencies: - strip-bom "^2.0.0" +deepmerge@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== -define-properties@^1.1.2: +define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== @@ -1434,33 +3711,69 @@ delegates@^1.0.0: resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= -detect-indent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" - integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= - dependencies: - repeating "^2.0.0" - detect-libc@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= -detect-newline@^2.1.0: +detect-newline@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" + integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== + +diff-sequences@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5" + integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew== + +diff-sequences@^25.2.6: + version "25.2.6" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd" + integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== + +diff-sequences@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" + integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== + +dir-glob@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== + dependencies: + path-type "^4.0.0" + +discontinuous-range@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" + integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= + +doctrine@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" - integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== + dependencies: + esutils "^2.0.2" -diff@^3.2.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" - integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== +dom-serializer@^1.0.1, dom-serializer@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" dom-walk@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" integrity sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg= +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + domexception@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" @@ -1468,6 +3781,22 @@ domexception@^1.0.1: dependencies: webidl-conversions "^4.0.2" +domhandler@^4.0.0, domhandler@^4.2.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f" + integrity sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w== + dependencies: + domelementtype "^2.2.0" + +domutils@^2.5.2, domutils@^2.6.0, domutils@^2.7.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -1476,6 +3805,16 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" +electron-to-chromium@^1.3.830: + version "1.3.843" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.843.tgz#671489bd2f59fd49b76adddc1aa02c88cd38a5c0" + integrity sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + encoding@^0.1.11: version "0.1.13" resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" @@ -1483,13 +3822,138 @@ encoding@^0.1.11: dependencies: iconv-lite "^0.6.2" -error-ex@^1.2.0: +end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +enzyme-adapter-react-16@~1.15.2: + version "1.15.6" + resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.6.tgz#fd677a658d62661ac5afd7f7f541f141f8085901" + integrity sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g== + dependencies: + enzyme-adapter-utils "^1.14.0" + enzyme-shallow-equal "^1.0.4" + has "^1.0.3" + object.assign "^4.1.2" + object.values "^1.1.2" + prop-types "^15.7.2" + react-is "^16.13.1" + react-test-renderer "^16.0.0-0" + semver "^5.7.0" + +enzyme-adapter-utils@^1.14.0: + version "1.14.0" + resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz#afbb0485e8033aa50c744efb5f5711e64fbf1ad0" + integrity sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg== + dependencies: + airbnb-prop-types "^2.16.0" + function.prototype.name "^1.1.3" + has "^1.0.3" + object.assign "^4.1.2" + object.fromentries "^2.0.3" + prop-types "^15.7.2" + semver "^5.7.1" + +enzyme-matchers@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/enzyme-matchers/-/enzyme-matchers-7.1.2.tgz#d80530a61f22d28bb993dd7588abba38bd4de282" + integrity sha512-03WqAg2XDl7id9rARIO97HQ1JIw9F2heJ3R4meGu/13hx0ULTDEgl0E67MGl2Uq1jq1DyRnJfto1/VSzskdV5A== + dependencies: + circular-json-es6 "^2.0.1" + deep-equal-ident "^1.1.1" + +enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz#b9256cb25a5f430f9bfe073a84808c1d74fced2e" + integrity sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== + dependencies: + has "^1.0.3" + object-is "^1.1.2" + +enzyme-to-json@^3.3.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823" + integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg== + dependencies: + "@types/cheerio" "^0.22.22" + lodash "^4.17.21" + react-is "^16.12.0" + +enzyme-to-json@~3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.5.0.tgz#3d536f1e8fb50d972360014fe2bd64e6a672f7dd" + integrity sha512-clusXRsiaQhG7+wtyc4t7MU8N3zCOgf4eY9+CeSenYzKlFST4lxerfOvnWd4SNaToKhkuba+w6m242YpQOS7eA== + dependencies: + lodash "^4.17.15" + react-is "^16.12.0" + +enzyme@~3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28" + integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== + dependencies: + array.prototype.flat "^1.2.3" + cheerio "^1.0.0-rc.3" + enzyme-shallow-equal "^1.0.1" + function.prototype.name "^1.1.2" + has "^1.0.3" + html-element-map "^1.2.0" + is-boolean-object "^1.0.1" + is-callable "^1.1.5" + is-number-object "^1.0.4" + is-regex "^1.0.5" + is-string "^1.0.5" + is-subset "^0.1.1" + lodash.escape "^4.0.1" + lodash.isequal "^4.5.0" + object-inspect "^1.7.0" + object-is "^1.0.2" + object.assign "^4.1.0" + object.entries "^1.1.1" + object.values "^1.1.1" + raf "^3.4.1" + rst-selector-parser "^2.2.3" + string.prototype.trim "^1.2.1" + +error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" +es-abstract@^1.17.4, es-abstract@^1.18.0, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-abstract@^1.18.2: + version "1.18.6" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456" + integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ== + dependencies: + call-bind "^1.0.2" + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + get-intrinsic "^1.1.1" + get-symbol-description "^1.0.0" + has "^1.0.3" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + is-callable "^1.2.4" + is-negative-zero "^2.0.1" + is-regex "^1.1.4" + is-string "^1.0.7" + object-inspect "^1.11.0" + object-keys "^1.1.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" + es-abstract@^1.5.1: version "1.13.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" @@ -1502,6 +3966,11 @@ es-abstract@^1.5.1: is-regex "^1.0.4" object-keys "^1.0.12" +es-array-method-boxes-properly@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" + integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== + es-to-primitive@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" @@ -1511,11 +3980,37 @@ es-to-primitive@^1.2.0: is-date-object "^1.0.1" is-symbol "^1.0.2" -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: +es-to-primitive@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" + integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= +escodegen@^1.11.1: + version "1.14.3" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" + integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== + dependencies: + esprima "^4.0.1" + estraverse "^4.2.0" + esutils "^2.0.2" + optionator "^0.8.1" + optionalDependencies: + source-map "~0.6.1" + escodegen@^1.9.1: version "1.11.1" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.1.tgz#c485ff8d6b4cdb89e27f4a856e91f118401ca510" @@ -1528,58 +4023,202 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" +eslint-config-prettier@^6.11.0: + version "6.15.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" + integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== + dependencies: + get-stdin "^6.0.0" + +eslint-config-universe@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/eslint-config-universe/-/eslint-config-universe-7.0.1.tgz#fe40abe2198463f95d5be9f08b0f9cb272faf9dd" + integrity sha512-CcV//PY05lD7yWnqzdMnWDNtFD5FBe+vAF08+IWIhEax/DtpXkIYdQwxJwHlFtbEP7Ehy5C175+AJPXn0he8gQ== + dependencies: + "@babel/eslint-parser" "^7.11.5" + "@babel/eslint-plugin" "^7.11.5" + "@typescript-eslint/eslint-plugin" "^4.12.0" + "@typescript-eslint/parser" "^4.12.0" + eslint-config-prettier "^6.11.0" + eslint-plugin-import "^2.22.0" + eslint-plugin-prettier "^3.1.4" + eslint-plugin-react "^7.20.6" + eslint-plugin-react-hooks "^4.1.0" + +eslint-import-resolver-node@^0.3.6: + version "0.3.6" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd" + integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw== + dependencies: + debug "^3.2.7" + resolve "^1.20.0" + +eslint-module-utils@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534" + integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q== + dependencies: + debug "^3.2.7" + pkg-dir "^2.0.0" + +eslint-plugin-import@^2.22.0: + version "2.24.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da" + integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q== + dependencies: + array-includes "^3.1.3" + array.prototype.flat "^1.2.4" + debug "^2.6.9" + doctrine "^2.1.0" + eslint-import-resolver-node "^0.3.6" + eslint-module-utils "^2.6.2" + find-up "^2.0.0" + has "^1.0.3" + is-core-module "^2.6.0" + minimatch "^3.0.4" + object.values "^1.1.4" + pkg-up "^2.0.0" + read-pkg-up "^3.0.0" + resolve "^1.20.0" + tsconfig-paths "^3.11.0" + +eslint-plugin-prettier@^3.1.4: + version "3.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5" + integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g== + dependencies: + prettier-linter-helpers "^1.0.0" + +eslint-plugin-react-hooks@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" + integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== + +eslint-plugin-react@^7.20.6: + version "7.25.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz#3333a974772745ddb3aecea84621019b635766bc" + integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w== + dependencies: + array-includes "^3.1.3" + array.prototype.flatmap "^1.2.4" + doctrine "^2.1.0" + estraverse "^5.2.0" + jsx-ast-utils "^2.4.1 || ^3.0.0" + minimatch "^3.0.4" + object.entries "^1.1.4" + object.fromentries "^2.0.4" + object.hasown "^1.0.0" + object.values "^1.1.4" + prop-types "^15.7.2" + resolve "^2.0.0-next.3" + string.prototype.matchall "^4.0.5" + +eslint-rule-composer@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" + integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== + +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +eslint-utils@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== + dependencies: + eslint-visitor-keys "^2.0.0" + +eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== + esprima@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= -esprima@^4.0.0: +esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + estraverse@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= +estraverse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + esutils@^2.0.0, esutils@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs= -exec-sh@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36" - integrity sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw== - dependencies: - merge "^1.2.0" +exec-sh@^0.3.2: + version "0.3.6" + resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" + integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" + cross-spawn "^6.0.0" + get-stream "^4.0.0" is-stream "^1.1.0" npm-run-path "^2.0.0" p-finally "^1.0.0" signal-exit "^3.0.0" strip-eof "^1.0.0" +execa@^3.2.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89" + integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== + dependencies: + cross-spawn "^7.0.0" + get-stream "^5.0.0" + human-signals "^1.1.1" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.0" + onetime "^5.1.0" + p-finally "^2.0.0" + signal-exit "^3.0.2" + strip-final-newline "^2.0.0" + +exif-parser@^0.1.12: + version "0.1.12" + resolved "https://registry.yarnpkg.com/exif-parser/-/exif-parser-0.1.12.tgz#58a9d2d72c02c1f6f02a0ef4a9166272b7760922" + integrity sha1-WKnS1ywCwfbwKg70qRZicrd2CSI= + exit@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= -expand-brackets@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" - integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= - dependencies: - is-posix-bracket "^0.1.0" - expand-brackets@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" @@ -1593,24 +4232,17 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expand-range@^1.8.1: - version "1.8.2" - resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" - integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= +expect@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-25.5.0.tgz#f07f848712a2813bb59167da3fb828ca21f58bba" + integrity sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA== dependencies: - fill-range "^2.1.0" - -expect@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98" - integrity sha512-dgSoOHgmtn/aDGRVFWclQyPDKl2CQRq0hmIEoUAuQs/2rn2NcvCWcSCovm6BLeuB/7EZuLGu2QfnR+qRt5OM4w== - dependencies: - ansi-styles "^3.2.0" - jest-diff "^23.6.0" - jest-get-type "^22.1.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" + "@jest/types" "^25.5.0" + ansi-styles "^4.0.0" + jest-get-type "^25.2.6" + jest-matcher-utils "^25.5.0" + jest-message-util "^25.5.0" + jest-regex-util "^25.2.6" expo-font@^8.4.0: version "8.4.0" @@ -1620,20 +4252,25 @@ expo-font@^8.4.0: fbjs "1.0.0" fontfaceobserver "^2.1.0" -expo-module-scripts@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/expo-module-scripts/-/expo-module-scripts-1.0.0.tgz#f588779bbc2e7bf2cdea2cfb4c10825fd3087118" - integrity sha512-UwF2OQQE1GycO7fScs43vUwERlnMdT+wiM7bCVGl/PgBAPmU3wYdhLpjIkHaI9tNccMn87BxAW0U/E0UgMEoSQ== +expo-module-scripts@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/expo-module-scripts/-/expo-module-scripts-2.0.0.tgz#4f26a547bce056056e8d7eb07e7a063bd94e5638" + integrity sha512-/CJHmiC+lW/Oe4Ca6Gfh4fpu82Uvlp4TJxjPnjnkGTakCBcxdnmI7KCyzl1Qu0FaD/V0cCfMYe8JeuKFPekokw== dependencies: "@babel/cli" "^7.1.2" "@expo/npm-proofread" "^1.0.1" - "@types/jest" "^23.3.9" - babel-preset-expo "^5.0.0" + "@testing-library/react-hooks" "^3.2.1" + "@tsconfig/node10" "^1.0.7" + "@types/jest" "^24.0.11" + babel-preset-expo "~8.3.0" commander "^2.19.0" + eslint-config-universe "^7.0.1" + find-yarn-workspace-root "~2.0.0" glob "^7.1.3" - jest-expo "^32.0.0-rc.0" - ts-jest "~23.10.4" - typescript "^3.2.1" + jest-expo "~41.0.0" + jest-expo-enzyme "^1.1.2" + ts-jest "~26.3.0" + typescript "^4.0.2" extend-shallow@^2.0.1: version "2.0.1" @@ -1655,13 +4292,6 @@ extend@~3.0.2: resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -extglob@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" - integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= - dependencies: - is-extglob "^1.0.0" - extglob@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" @@ -1691,6 +4321,27 @@ fast-deep-equal@^2.0.1: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-diff@^1.1.2: + version "1.2.0" + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" + integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== + +fast-glob@^3.1.1: + version "3.2.7" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1" + integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" @@ -1701,6 +4352,13 @@ fast-levenshtein@~2.0.4: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= +fastq@^1.6.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" + integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + dependencies: + reusify "^1.0.4" + fb-watchman@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58" @@ -1727,29 +4385,10 @@ fbjs@1.0.0: setimmediate "^1.0.5" ua-parser-js "^0.7.18" -filename-regex@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" - integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= - -fileset@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0" - integrity sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA= - dependencies: - glob "^7.0.3" - minimatch "^3.0.3" - -fill-range@^2.1.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" - integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== - dependencies: - is-number "^2.1.0" - isobject "^2.0.0" - randomatic "^3.0.0" - repeat-element "^1.1.2" - repeat-string "^1.5.2" +file-type@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/file-type/-/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18" + integrity sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw== fill-range@^4.0.0: version "4.0.0" @@ -1761,6 +4400,13 @@ fill-range@^4.0.0: repeat-string "^1.6.1" to-regex-range "^2.1.0" +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + find-babel-config@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-1.2.0.tgz#a9b7b317eb5b9860cda9d54740a8c8337a2283a2" @@ -1769,38 +4415,53 @@ find-babel-config@^1.1.0: json5 "^0.5.1" path-exists "^3.0.0" -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -find-up@^2.1.0: +find-up@^2.0.0, find-up@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= dependencies: locate-path "^2.0.0" +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +find-up@^4.0.0, find-up@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +find-up@^5.0.0, find-up@~5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + +find-yarn-workspace-root@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd" + integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ== + dependencies: + micromatch "^4.0.2" + fontfaceobserver@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fontfaceobserver/-/fontfaceobserver-2.1.0.tgz#e2705d293e2c585a6531c2a722905657317a2991" integrity sha512-ReOsO2F66jUa0jmv2nlM/s1MiutJx/srhAe2+TE8dJCMi02ZZOcCTxTCQFr3Yet+uODUtnr4Mewg+tNQ+4V1Ng== -for-in@^1.0.1, for-in@^1.0.2: +for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -for-own@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - dependencies: - for-in "^1.0.1" - forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" @@ -1822,6 +4483,26 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" +fs-extra@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3" + integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^1.0.0" + +fs-extra@^9.0.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-minipass@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" @@ -1839,7 +4520,7 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^1.2.3, fsevents@^1.2.7: +fsevents@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4" integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw== @@ -1847,11 +4528,36 @@ fsevents@^1.2.3, fsevents@^1.2.7: nan "^2.9.2" node-pre-gyp "^0.10.0" +fsevents@^2.1.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== +function.prototype.name@^1.1.2, function.prototype.name@^1.1.3: + version "1.1.4" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.4.tgz#e4ea839b9d3672ae99d0efd9f38d9191c5eaac83" + integrity sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.2" + functions-have-names "^1.2.2" + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + +functions-have-names@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21" + integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -1866,21 +4572,67 @@ gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -get-caller-file@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" - integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== +gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= +get-caller-file@^2.0.1: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" + integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + +get-package-type@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" + integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== + +get-stdin@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" + integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== + +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + +get-stream@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-symbol-description@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" + integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= +getenv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/getenv/-/getenv-1.0.0.tgz#874f2e7544fbca53c7a4738f37de8605c3fcfc31" + integrity sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg== + getpass@^0.1.1: version "0.1.7" resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" @@ -1888,21 +4640,6 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -glob-base@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" - integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= - dependencies: - glob-parent "^2.0.0" - is-glob "^2.0.0" - -glob-parent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" - integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - dependencies: - is-glob "^2.0.0" - glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" @@ -1911,7 +4648,26 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: +glob-parent@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob@7.1.6: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: version "7.1.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== @@ -1923,46 +4679,58 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -global@^4.3.0: - version "4.3.2" - resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f" - integrity sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8= +glob@^7.1.4, glob@^7.1.6: + version "7.1.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global@~4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406" + integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== dependencies: min-document "^2.19.0" - process "~0.5.1" + process "^0.11.10" globals@^11.1.0: version "11.11.0" resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e" integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw== -globals@^9.18.0: - version "9.18.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" - integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== +globby@^11.0.3: + version "11.0.4" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.1.1" + ignore "^5.1.4" + merge2 "^1.3.0" + slash "^3.0.0" graceful-fs@^4.1.11, graceful-fs@^4.1.2: version "4.1.15" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== +graceful-fs@^4.1.15, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4: + version "4.2.8" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" + integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== + growly@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@^4.0.3: - version "4.7.6" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" - integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== - dependencies: - minimist "^1.2.5" - neo-async "^2.6.0" - source-map "^0.6.1" - wordwrap "^1.0.0" - optionalDependencies: - uglify-js "^3.1.4" - har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -1976,28 +4744,46 @@ har-validator@~5.1.0: ajv "^6.5.5" har-schema "^2.0.0" -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== dependencies: - ansi-regex "^2.0.0" + ajv "^6.12.3" + har-schema "^2.0.0" -has-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" - integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= +has-bigints@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" + integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== has-flag@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + has-symbols@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= +has-symbols@^1.0.1, has-symbols@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" + integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -2041,19 +4827,19 @@ has@^1.0.1, has@^1.0.3: dependencies: function-bind "^1.1.1" -home-or-tmp@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" - integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.1" - hosted-git-info@^2.1.4: version "2.7.1" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== +html-element-map@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.3.1.tgz#44b2cbcfa7be7aa4ff59779e47e51012e1c73c08" + integrity sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg== + dependencies: + array.prototype.filter "^1.0.0" + call-bind "^1.0.2" + html-encoding-sniffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" @@ -2061,6 +4847,21 @@ html-encoding-sniffer@^1.0.2: dependencies: whatwg-encoding "^1.0.1" +html-escaper@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" + integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== + +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" + http-signature@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" @@ -2070,6 +4871,11 @@ http-signature@~1.2.0: jsprim "^1.2.2" sshpk "^1.7.0" +human-signals@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== + iconv-lite@0.4.24, iconv-lite@^0.4.4: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" @@ -2084,6 +4890,11 @@ iconv-lite@^0.6.2: dependencies: safer-buffer ">= 2.1.2 < 3.0.0" +ieee754@^1.1.13: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + ignore-walk@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" @@ -2091,13 +4902,18 @@ ignore-walk@^3.0.1: dependencies: minimatch "^3.0.4" -import-local@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" - integrity sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ== +ignore@^5.1.4: + version "5.1.8" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" + integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== + +import-local@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" + integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== dependencies: - pkg-dir "^2.0.0" - resolve-cwd "^2.0.0" + pkg-dir "^4.2.0" + resolve-cwd "^3.0.0" imurmurhash@^0.1.4: version "0.1.4" @@ -2122,17 +4938,26 @@ ini@~1.3.0: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== -invariant@^2.2.2, invariant@^2.2.4: +internal-slot@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" + integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== + dependencies: + get-intrinsic "^1.1.0" + has "^1.0.3" + side-channel "^1.0.4" + +invariant@^2.2.4: version "2.2.4" resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== dependencies: loose-envify "^1.0.0" -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= +ip-regex@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= is-accessor-descriptor@^0.1.6: version "0.1.6" @@ -2153,6 +4978,18 @@ is-arrayish@^0.2.1: resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + +is-bigint@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" + integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== + dependencies: + has-bigints "^1.0.1" + is-binary-path@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" @@ -2160,6 +4997,14 @@ is-binary-path@^1.0.0: dependencies: binary-extensions "^1.0.0" +is-boolean-object@^1.0.1, is-boolean-object@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" + integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" @@ -2170,12 +5015,24 @@ is-callable@^1.1.4: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== -is-ci@^1.0.10: - version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" - integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== +is-callable@^1.1.5, is-callable@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" + integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== + +is-ci@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" + integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== + dependencies: + ci-info "^2.0.0" + +is-core-module@^2.2.0, is-core-module@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19" + integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ== dependencies: - ci-info "^1.5.0" + has "^1.0.3" is-data-descriptor@^0.1.4: version "0.1.4" @@ -2214,17 +5071,10 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2: is-data-descriptor "^1.0.0" kind-of "^6.0.2" -is-dotfile@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" - integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= - -is-equal-shallow@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" - integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - dependencies: - is-primitive "^2.0.0" +is-docker@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" @@ -2238,23 +5088,11 @@ is-extendable@^1.0.1: dependencies: is-plain-object "^2.0.4" -is-extglob@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" - integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - is-extglob@^2.1.0, is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= -is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= - dependencies: - number-is-nan "^1.0.0" - is-fullwidth-code-point@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" @@ -2267,17 +5105,20 @@ is-fullwidth-code-point@^2.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= -is-generator-fn@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a" - integrity sha1-lp1J4bszKfa7fwkIm+JleLLd1Go= +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== -is-glob@^2.0.0, is-glob@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" - integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - dependencies: - is-extglob "^1.0.0" +is-function@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08" + integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ== + +is-generator-fn@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" + integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== is-glob@^3.1.0: version "3.1.0" @@ -2293,12 +5134,24 @@ is-glob@^4.0.0: dependencies: is-extglob "^2.1.1" -is-number@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" - integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= +is-glob@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== dependencies: - kind-of "^3.0.2" + is-extglob "^2.1.1" + +is-negative-zero@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" + integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + +is-number-object@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0" + integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + dependencies: + has-tostringtag "^1.0.0" is-number@^3.0.0: version "3.0.0" @@ -2307,10 +5160,10 @@ is-number@^3.0.0: dependencies: kind-of "^3.0.2" -is-number@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" - integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-plain-obj@^1.1.0: version "1.1.0" @@ -2324,16 +5177,6 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" -is-posix-bracket@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" - integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= - -is-primitive@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" - integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU= - is-regex@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" @@ -2341,11 +5184,36 @@ is-regex@^1.0.4: dependencies: has "^1.0.1" +is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + +is-string@^1.0.5, is-string@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" + integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + dependencies: + has-tostringtag "^1.0.0" + +is-subset@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" + integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= + is-symbol@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" @@ -2353,25 +5221,29 @@ is-symbol@^1.0.2: dependencies: has-symbols "^1.0.0" -is-typedarray@~1.0.0: +is-symbol@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" + integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== + dependencies: + has-symbols "^1.0.2" + +is-typedarray@^1.0.0, is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= +is-wsl@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" isarray@1.0.0, isarray@~1.0.0: version "1.0.0" @@ -2408,419 +5280,673 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -istanbul-api@^1.3.1: - version "1.3.7" - resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.3.7.tgz#a86c770d2b03e11e3f778cd7aedd82d2722092aa" - integrity sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA== - dependencies: - async "^2.1.4" - fileset "^2.0.2" - istanbul-lib-coverage "^1.2.1" - istanbul-lib-hook "^1.2.2" - istanbul-lib-instrument "^1.10.2" - istanbul-lib-report "^1.1.5" - istanbul-lib-source-maps "^1.2.6" - istanbul-reports "^1.5.1" - js-yaml "^3.7.0" - mkdirp "^0.5.1" - once "^1.4.0" - -istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" - integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ== - -istanbul-lib-hook@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86" - integrity sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw== - dependencies: - append-transform "^0.4.0" - -istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" - integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A== - dependencies: - babel-generator "^6.18.0" - babel-template "^6.16.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babylon "^6.18.0" - istanbul-lib-coverage "^1.2.1" - semver "^5.3.0" - -istanbul-lib-report@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c" - integrity sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw== - dependencies: - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - path-parse "^1.0.5" - supports-color "^3.1.2" +istanbul-lib-coverage@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49" + integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== -istanbul-lib-source-maps@^1.2.4, istanbul-lib-source-maps@^1.2.6: - version "1.2.6" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f" - integrity sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg== +istanbul-lib-coverage@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" + integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== + +istanbul-lib-instrument@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630" + integrity sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== + dependencies: + "@babel/generator" "^7.4.0" + "@babel/parser" "^7.4.3" + "@babel/template" "^7.4.0" + "@babel/traverse" "^7.4.3" + "@babel/types" "^7.4.0" + istanbul-lib-coverage "^2.0.5" + semver "^6.0.0" + +istanbul-lib-instrument@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" + integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== + dependencies: + "@babel/core" "^7.7.5" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-coverage "^3.0.0" + semver "^6.3.0" + +istanbul-lib-report@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" + integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== dependencies: - debug "^3.1.0" - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - rimraf "^2.6.1" - source-map "^0.5.3" + istanbul-lib-coverage "^3.0.0" + make-dir "^3.0.0" + supports-color "^7.1.0" -istanbul-reports@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a" - integrity sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw== +istanbul-lib-source-maps@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9" + integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== dependencies: - handlebars "^4.0.3" + debug "^4.1.1" + istanbul-lib-coverage "^3.0.0" + source-map "^0.6.1" -jest-changed-files@^23.4.2: - version "23.4.2" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83" - integrity sha512-EyNhTAUWEfwnK0Is/09LxoqNDOn7mU7S3EHskG52djOFS/z+IT0jT3h3Ql61+dklcG7bJJitIWEMB4Sp1piHmA== +istanbul-reports@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b" + integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== dependencies: - throat "^4.0.0" + html-escaper "^2.0.0" + istanbul-lib-report "^3.0.0" -jest-cli@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4" - integrity sha512-hgeD1zRUp1E1zsiyOXjEn4LzRLWdJBV//ukAHGlx6s5mfCNJTbhbHjgxnDUXA8fsKWN/HqFFF6X5XcCwC/IvYQ== - dependencies: - ansi-escapes "^3.0.0" - chalk "^2.0.1" +jest-canvas-mock@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/jest-canvas-mock/-/jest-canvas-mock-2.2.0.tgz#45fbc58589c6ce9df50dc90bd8adce747cbdada7" + integrity sha512-DcJdchb7eWFZkt6pvyceWWnu3lsp5QWbUeXiKgEMhwB3sMm5qHM1GQhDajvJgBeiYpgKcojbzZ53d/nz6tXvJw== + dependencies: + cssfontparser "^1.2.1" + parse-color "^1.0.0" + +jest-changed-files@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-25.5.0.tgz#141cc23567ceb3f534526f8614ba39421383634c" + integrity sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw== + dependencies: + "@jest/types" "^25.5.0" + execa "^3.2.0" + throat "^5.0.0" + +jest-cli@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.4.tgz#b9f1a84d1301a92c5c217684cb79840831db9f0d" + integrity sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw== + dependencies: + "@jest/core" "^25.5.4" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" exit "^0.1.2" - glob "^7.1.2" - graceful-fs "^4.1.11" - import-local "^1.0.0" - is-ci "^1.0.10" - istanbul-api "^1.3.1" - istanbul-lib-coverage "^1.2.0" - istanbul-lib-instrument "^1.10.1" - istanbul-lib-source-maps "^1.2.4" - jest-changed-files "^23.4.2" - jest-config "^23.6.0" - jest-environment-jsdom "^23.4.0" - jest-get-type "^22.1.0" - jest-haste-map "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" - jest-resolve-dependencies "^23.6.0" - jest-runner "^23.6.0" - jest-runtime "^23.6.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - jest-watcher "^23.4.0" - jest-worker "^23.2.0" - micromatch "^2.3.11" - node-notifier "^5.2.1" - prompts "^0.1.9" - realpath-native "^1.0.0" - rimraf "^2.5.4" - slash "^1.0.0" - string-length "^2.0.0" - strip-ansi "^4.0.0" - which "^1.2.12" - yargs "^11.0.0" - -jest-config@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d" - integrity sha512-i8V7z9BeDXab1+VNo78WM0AtWpBRXJLnkT+lyT+Slx/cbP5sZJ0+NDuLcmBE5hXAoK0aUp7vI+MOxR+R4d8SRQ== + graceful-fs "^4.2.4" + import-local "^3.0.2" + is-ci "^2.0.0" + jest-config "^25.5.4" + jest-util "^25.5.0" + jest-validate "^25.5.0" + prompts "^2.0.1" + realpath-native "^2.0.0" + yargs "^15.3.1" + +jest-config@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.5.4.tgz#38e2057b3f976ef7309b2b2c8dcd2a708a67f02c" + integrity sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg== dependencies: - babel-core "^6.0.0" - babel-jest "^23.6.0" - chalk "^2.0.1" + "@babel/core" "^7.1.0" + "@jest/test-sequencer" "^25.5.4" + "@jest/types" "^25.5.0" + babel-jest "^25.5.1" + chalk "^3.0.0" + deepmerge "^4.2.2" glob "^7.1.1" - jest-environment-jsdom "^23.4.0" - jest-environment-node "^23.4.0" - jest-get-type "^22.1.0" - jest-jasmine2 "^23.6.0" - jest-regex-util "^23.3.0" - jest-resolve "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - micromatch "^2.3.11" - pretty-format "^23.6.0" - -jest-diff@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.6.0.tgz#1500f3f16e850bb3d71233408089be099f610c7d" - integrity sha512-Gz9l5Ov+X3aL5L37IT+8hoCUsof1CVYBb2QEkOupK64XyRR3h+uRpYIm97K7sY8diFxowR8pIGEdyfMKTixo3g== + graceful-fs "^4.2.4" + jest-environment-jsdom "^25.5.0" + jest-environment-node "^25.5.0" + jest-get-type "^25.2.6" + jest-jasmine2 "^25.5.4" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + micromatch "^4.0.2" + pretty-format "^25.5.0" + realpath-native "^2.0.0" + +jest-diff@^24.3.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da" + integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ== dependencies: chalk "^2.0.1" - diff "^3.2.0" - jest-get-type "^22.1.0" - pretty-format "^23.6.0" - -jest-docblock@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7" - integrity sha1-8IXh8YVI2Z/dabICB+b9VdkTg6c= - dependencies: - detect-newline "^2.1.0" - -jest-each@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.6.0.tgz#ba0c3a82a8054387016139c733a05242d3d71575" - integrity sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg== - dependencies: - chalk "^2.0.1" - pretty-format "^23.6.0" - -jest-environment-jsdom@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023" - integrity sha1-BWp5UrP+pROsYqFAosNox52eYCM= - dependencies: - jest-mock "^23.2.0" - jest-util "^23.4.0" + diff-sequences "^24.9.0" + jest-get-type "^24.9.0" + pretty-format "^24.9.0" + +jest-diff@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9" + integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== + dependencies: + chalk "^3.0.0" + diff-sequences "^25.2.6" + jest-get-type "^25.2.6" + pretty-format "^25.5.0" + +jest-diff@^26.0.0: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394" + integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA== + dependencies: + chalk "^4.0.0" + diff-sequences "^26.6.2" + jest-get-type "^26.3.0" + pretty-format "^26.6.2" + +jest-docblock@^25.3.0: + version "25.3.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-25.3.0.tgz#8b777a27e3477cd77a168c05290c471a575623ef" + integrity sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg== + dependencies: + detect-newline "^3.0.0" + +jest-each@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-25.5.0.tgz#0c3c2797e8225cb7bec7e4d249dcd96b934be516" + integrity sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + jest-get-type "^25.2.6" + jest-util "^25.5.0" + pretty-format "^25.5.0" + +jest-environment-enzyme@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/jest-environment-enzyme/-/jest-environment-enzyme-7.1.2.tgz#4561f26a719e8e87ce8c9a6d3f540a92663ba8d5" + integrity sha512-3tfaYAzO7qZSRrv+srQnfK16Vu5XwH/pHi8FpoqSHjKKngbHzXf7aBCBuWh8y3w0OtknHRfDMFrC60Khj+g1hA== + dependencies: + jest-environment-jsdom "^24.0.0" + +jest-environment-jsdom@^24.0.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz#4b0806c7fc94f95edb369a69cc2778eec2b7375b" + integrity sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA== + dependencies: + "@jest/environment" "^24.9.0" + "@jest/fake-timers" "^24.9.0" + "@jest/types" "^24.9.0" + jest-mock "^24.9.0" + jest-util "^24.9.0" jsdom "^11.5.1" -jest-environment-node@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-23.4.0.tgz#57e80ed0841dea303167cce8cd79521debafde10" - integrity sha1-V+gO0IQd6jAxZ8zozXlSHeuv3hA= - dependencies: - jest-mock "^23.2.0" - jest-util "^23.4.0" - -jest-expo@^32.0.0-rc.0: - version "32.0.0" - resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-32.0.0.tgz#813ad3bc59163f904c6f71d6aac30748ab9d7933" - integrity sha512-976qA3FwRrd3ppC5p3wNvqLmV9W8TlHZfNU8sGyhSBFyEp+jrPBhy7511mt+wW8NjCVaIwjpWSO213V1XQxRTA== - dependencies: - "@babel/core" "^7.1.0" - babel-core "^7.0.0-bridge.0" - babel-jest "^23.6.0" - jest "^23.6.0" +jest-environment-jsdom@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-25.5.0.tgz#dcbe4da2ea997707997040ecf6e2560aec4e9834" + integrity sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A== + dependencies: + "@jest/environment" "^25.5.0" + "@jest/fake-timers" "^25.5.0" + "@jest/types" "^25.5.0" + jest-mock "^25.5.0" + jest-util "^25.5.0" + jsdom "^15.2.1" + +jest-environment-node@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-25.5.0.tgz#0f55270d94804902988e64adca37c6ce0f7d07a1" + integrity sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA== + dependencies: + "@jest/environment" "^25.5.0" + "@jest/fake-timers" "^25.5.0" + "@jest/types" "^25.5.0" + jest-mock "^25.5.0" + jest-util "^25.5.0" + semver "^6.3.0" + +jest-enzyme@~7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/jest-enzyme/-/jest-enzyme-7.1.2.tgz#91a10b2d3be1b56c0d65b34286e5bdc41ab4ba3d" + integrity sha512-j+jkph3t5hGBS12eOldpfsnERYRCHi4c/0KWPMnqRPoJJXvCpLIc5th1MHl0xDznQDXVU0AHUXg3rqMrf8vGpA== + dependencies: + enzyme-matchers "^7.1.2" + enzyme-to-json "^3.3.0" + jest-environment-enzyme "^7.1.2" + +jest-expo-enzyme@^1.1.2: + version "1.2.1" + resolved "https://registry.yarnpkg.com/jest-expo-enzyme/-/jest-expo-enzyme-1.2.1.tgz#fbb5747effad65420550e9d31389118564889b80" + integrity sha512-igmP0PxXfgJJl3G+jpAfiJ6a2cZXWHdsseDi0NJsAHn00sFC2ZEoLdmurVUNyB0SOrmIHSFHDp1cluw15yU5KQ== + dependencies: + chalk "^2.4.2" + enzyme "~3.11.0" + enzyme-adapter-react-16 "~1.15.2" + enzyme-to-json "~3.5.0" + jest-canvas-mock "~2.2.0" + jest-enzyme "~7.1.2" + jest-expo "~42.0.1" + react-test-renderer "~16.11.0" + +jest-expo@~41.0.0: + version "41.0.0" + resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-41.0.0.tgz#9a1a6f6c263b76d557c53f99f4f15f23ab3dae61" + integrity sha512-UGCzdWsdhmPYzWXNyfXl7Xi+6nrnqxj7Gvu8hbREFrf4hbIfIFiPdsM/cSLKtSXQpkdc0EOzXfYvpAoYVkWRAg== + dependencies: + "@expo/config" "^3.2.3" + babel-jest "^25.2.0" + jest "^25.2.0" + jest-watch-select-projects "^2.0.0" + jest-watch-typeahead "^0.5.0" json5 "^2.1.0" - react-test-renderer "^16.5.0" - -jest-get-type@^22.1.0: - version "22.4.3" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.4.3.tgz#e3a8504d8479342dd4420236b322869f18900ce4" - integrity sha512-/jsz0Y+V29w1chdXVygEKSz2nBoHoYqNShPe+QgxSNjAuP1i8+k4LbQNrfoliKej0P45sivkSCh7yiD6ubHS3w== + lodash "^4.5.0" + react-test-renderer "~16.11.0" + +jest-expo@~42.0.1: + version "42.0.1" + resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-42.0.1.tgz#6605d0df67a00c379b230bfe0e6e03ef4efac713" + integrity sha512-woEHBmwxV8SFtQ0oolUfEw8VUMY/Q2Q9RzJTJxHH92U4l25DfdwAT9NtFZNxYHl7jjzlkECUXcIvCEYMXtYCAQ== + dependencies: + "@expo/config" "^5.0.3" + babel-jest "^25.2.0" + find-up "^5.0.0" + jest "^25.2.0" + jest-watch-select-projects "^2.0.0" + jest-watch-typeahead "^0.5.0" + json5 "^2.1.0" + lodash "^4.5.0" + react-test-renderer "~16.11.0" + +jest-get-type@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e" + integrity sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q== + +jest-get-type@^25.2.6: + version "25.2.6" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877" + integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== + +jest-get-type@^26.3.0: + version "26.3.0" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" + integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== + +jest-haste-map@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.9.0.tgz#b38a5d64274934e21fa417ae9a9fbeb77ceaac7d" + integrity sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== + dependencies: + "@jest/types" "^24.9.0" + anymatch "^2.0.0" + fb-watchman "^2.0.0" + graceful-fs "^4.1.15" + invariant "^2.2.4" + jest-serializer "^24.9.0" + jest-util "^24.9.0" + jest-worker "^24.9.0" + micromatch "^3.1.10" + sane "^4.0.3" + walker "^1.0.7" + optionalDependencies: + fsevents "^1.2.7" -jest-haste-map@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.6.0.tgz#2e3eb997814ca696d62afdb3f2529f5bbc935e16" - integrity sha512-uyNhMyl6dr6HaXGHp8VF7cK6KpC6G9z9LiMNsst+rJIZ8l7wY0tk8qwjPmEghczojZ2/ZhtEdIabZ0OQRJSGGg== +jest-haste-map@^25.5.1: + version "25.5.1" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-25.5.1.tgz#1df10f716c1d94e60a1ebf7798c9fb3da2620943" + integrity sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== dependencies: + "@jest/types" "^25.5.0" + "@types/graceful-fs" "^4.1.2" + anymatch "^3.0.3" fb-watchman "^2.0.0" - graceful-fs "^4.1.11" - invariant "^2.2.4" - jest-docblock "^23.2.0" - jest-serializer "^23.0.1" - jest-worker "^23.2.0" - micromatch "^2.3.11" - sane "^2.0.0" - -jest-jasmine2@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.6.0.tgz#840e937f848a6c8638df24360ab869cc718592e0" - integrity sha512-pe2Ytgs1nyCs8IvsEJRiRTPC0eVYd8L/dXJGU08GFuBwZ4sYH/lmFDdOL3ZmvJR8QKqV9MFuwlsAi/EWkFUbsQ== - dependencies: - babel-traverse "^6.0.0" - chalk "^2.0.1" + graceful-fs "^4.2.4" + jest-serializer "^25.5.0" + jest-util "^25.5.0" + jest-worker "^25.5.0" + micromatch "^4.0.2" + sane "^4.0.3" + walker "^1.0.7" + which "^2.0.2" + optionalDependencies: + fsevents "^2.1.2" + +jest-jasmine2@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-25.5.4.tgz#66ca8b328fb1a3c5364816f8958f6970a8526968" + integrity sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== + dependencies: + "@babel/traverse" "^7.1.0" + "@jest/environment" "^25.5.0" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" co "^4.6.0" - expect "^23.6.0" - is-generator-fn "^1.0.0" - jest-diff "^23.6.0" - jest-each "^23.6.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - pretty-format "^23.6.0" - -jest-leak-detector@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.6.0.tgz#e4230fd42cf381a1a1971237ad56897de7e171de" - integrity sha512-f/8zA04rsl1Nzj10HIyEsXvYlMpMPcy0QkQilVZDFOaPbv2ur71X5u2+C4ZQJGyV/xvVXtCCZ3wQ99IgQxftCg== - dependencies: - pretty-format "^23.6.0" - -jest-matcher-utils@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.6.0.tgz#726bcea0c5294261a7417afb6da3186b4b8cac80" - integrity sha512-rosyCHQfBcol4NsckTn01cdelzWLU9Cq7aaigDf8VwwpIRvWE/9zLgX2bON+FkEW69/0UuYslUe22SOdEf2nog== + expect "^25.5.0" + is-generator-fn "^2.0.0" + jest-each "^25.5.0" + jest-matcher-utils "^25.5.0" + jest-message-util "^25.5.0" + jest-runtime "^25.5.4" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + pretty-format "^25.5.0" + throat "^5.0.0" + +jest-leak-detector@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-25.5.0.tgz#2291c6294b0ce404241bb56fe60e2d0c3e34f0bb" + integrity sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA== + dependencies: + jest-get-type "^25.2.6" + pretty-format "^25.5.0" + +jest-matcher-utils@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-25.5.0.tgz#fbc98a12d730e5d2453d7f1ed4a4d948e34b7867" + integrity sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw== + dependencies: + chalk "^3.0.0" + jest-diff "^25.5.0" + jest-get-type "^25.2.6" + pretty-format "^25.5.0" + +jest-message-util@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3" + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== dependencies: + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/stack-utils" "^1.0.1" chalk "^2.0.1" - jest-get-type "^22.1.0" - pretty-format "^23.6.0" + micromatch "^3.1.10" + slash "^2.0.0" + stack-utils "^1.0.1" -jest-message-util@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f" - integrity sha1-F2EMUJQjSVCNAaPR4L2iwHkIap8= +jest-message-util@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-25.5.0.tgz#ea11d93204cc7ae97456e1d8716251185b8880ea" + integrity sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA== dependencies: - "@babel/code-frame" "^7.0.0-beta.35" - chalk "^2.0.1" - micromatch "^2.3.11" - slash "^1.0.0" + "@babel/code-frame" "^7.0.0" + "@jest/types" "^25.5.0" + "@types/stack-utils" "^1.0.1" + chalk "^3.0.0" + graceful-fs "^4.2.4" + micromatch "^4.0.2" + slash "^3.0.0" stack-utils "^1.0.1" -jest-mock@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134" - integrity sha1-rRxg8p6HGdR8JuETgJi20YsmETQ= - -jest-regex-util@^23.3.0: - version "23.3.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5" - integrity sha1-X4ZylUfCeFxAAs6qj4Sf6MpHG8U= - -jest-resolve-dependencies@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.6.0.tgz#b4526af24c8540d9a3fab102c15081cf509b723d" - integrity sha512-EkQWkFWjGKwRtRyIwRwI6rtPAEyPWlUC2MpzHissYnzJeHcyCn1Hc8j7Nn1xUVrS5C6W5+ZL37XTem4D4pLZdA== +jest-mock@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.9.0.tgz#c22835541ee379b908673ad51087a2185c13f1c6" + integrity sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== dependencies: - jest-regex-util "^23.3.0" - jest-snapshot "^23.6.0" + "@jest/types" "^24.9.0" -jest-resolve@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.6.0.tgz#cf1d1a24ce7ee7b23d661c33ba2150f3aebfa0ae" - integrity sha512-XyoRxNtO7YGpQDmtQCmZjum1MljDqUCob7XlZ6jy9gsMugHdN2hY4+Acz9Qvjz2mSsOnPSH7skBmDYCHXVZqkA== +jest-mock@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-25.5.0.tgz#a91a54dabd14e37ecd61665d6b6e06360a55387a" + integrity sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== dependencies: - browser-resolve "^1.11.3" - chalk "^2.0.1" - realpath-native "^1.0.0" + "@jest/types" "^25.5.0" -jest-runner@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38" - integrity sha512-kw0+uj710dzSJKU6ygri851CObtCD9cN8aNkg8jWJf4ewFyEa6kwmiH/r/M1Ec5IL/6VFa0wnAk6w+gzUtjJzA== - dependencies: +jest-pnp-resolver@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" + integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== + +jest-regex-util@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636" + integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== + +jest-regex-util@^25.2.1, jest-regex-util@^25.2.6: + version "25.2.6" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-25.2.6.tgz#d847d38ba15d2118d3b06390056028d0f2fd3964" + integrity sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw== + +jest-resolve-dependencies@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-25.5.4.tgz#85501f53957c8e3be446e863a74777b5a17397a7" + integrity sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw== + dependencies: + "@jest/types" "^25.5.0" + jest-regex-util "^25.2.6" + jest-snapshot "^25.5.1" + +jest-resolve@^25.5.1: + version "25.5.1" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-25.5.1.tgz#0e6fbcfa7c26d2a5fe8f456088dc332a79266829" + integrity sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ== + dependencies: + "@jest/types" "^25.5.0" + browser-resolve "^1.11.3" + chalk "^3.0.0" + graceful-fs "^4.2.4" + jest-pnp-resolver "^1.2.1" + read-pkg-up "^7.0.1" + realpath-native "^2.0.0" + resolve "^1.17.0" + slash "^3.0.0" + +jest-runner@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.5.4.tgz#ffec5df3875da5f5c878ae6d0a17b8e4ecd7c71d" + integrity sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + chalk "^3.0.0" exit "^0.1.2" - graceful-fs "^4.1.11" - jest-config "^23.6.0" - jest-docblock "^23.2.0" - jest-haste-map "^23.6.0" - jest-jasmine2 "^23.6.0" - jest-leak-detector "^23.6.0" - jest-message-util "^23.4.0" - jest-runtime "^23.6.0" - jest-util "^23.4.0" - jest-worker "^23.2.0" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-docblock "^25.3.0" + jest-haste-map "^25.5.1" + jest-jasmine2 "^25.5.4" + jest-leak-detector "^25.5.0" + jest-message-util "^25.5.0" + jest-resolve "^25.5.1" + jest-runtime "^25.5.4" + jest-util "^25.5.0" + jest-worker "^25.5.0" source-map-support "^0.5.6" - throat "^4.0.0" - -jest-runtime@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.6.0.tgz#059e58c8ab445917cd0e0d84ac2ba68de8f23082" - integrity sha512-ycnLTNPT2Gv+TRhnAYAQ0B3SryEXhhRj1kA6hBPSeZaNQkJ7GbZsxOLUkwg6YmvWGdX3BB3PYKFLDQCAE1zNOw== - dependencies: - babel-core "^6.0.0" - babel-plugin-istanbul "^4.1.6" - chalk "^2.0.1" - convert-source-map "^1.4.0" + throat "^5.0.0" + +jest-runtime@^25.5.4: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.4.tgz#dc981fe2cb2137abcd319e74ccae7f7eeffbfaab" + integrity sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== + dependencies: + "@jest/console" "^25.5.0" + "@jest/environment" "^25.5.0" + "@jest/globals" "^25.5.2" + "@jest/source-map" "^25.5.0" + "@jest/test-result" "^25.5.0" + "@jest/transform" "^25.5.1" + "@jest/types" "^25.5.0" + "@types/yargs" "^15.0.0" + chalk "^3.0.0" + collect-v8-coverage "^1.0.0" exit "^0.1.2" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.1.11" - jest-config "^23.6.0" - jest-haste-map "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" - jest-resolve "^23.6.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - micromatch "^2.3.11" - realpath-native "^1.0.0" - slash "^1.0.0" - strip-bom "3.0.0" - write-file-atomic "^2.1.0" - yargs "^11.0.0" - -jest-serializer@^23.0.1: - version "23.0.1" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165" - integrity sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU= - -jest-snapshot@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.6.0.tgz#f9c2625d1b18acda01ec2d2b826c0ce58a5aa17a" - integrity sha512-tM7/Bprftun6Cvj2Awh/ikS7zV3pVwjRYU2qNYS51VZHgaAMBs5l4o/69AiDHhQrj5+LA2Lq4VIvK7zYk/bswg== - dependencies: - babel-types "^6.0.0" - chalk "^2.0.1" - jest-diff "^23.6.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-resolve "^23.6.0" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - pretty-format "^23.6.0" - semver "^5.5.0" - -jest-util@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561" - integrity sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE= + glob "^7.1.3" + graceful-fs "^4.2.4" + jest-config "^25.5.4" + jest-haste-map "^25.5.1" + jest-message-util "^25.5.0" + jest-mock "^25.5.0" + jest-regex-util "^25.2.6" + jest-resolve "^25.5.1" + jest-snapshot "^25.5.1" + jest-util "^25.5.0" + jest-validate "^25.5.0" + realpath-native "^2.0.0" + slash "^3.0.0" + strip-bom "^4.0.0" + yargs "^15.3.1" + +jest-serializer@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73" + integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== + +jest-serializer@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.5.0.tgz#a993f484e769b4ed54e70e0efdb74007f503072b" + integrity sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA== + dependencies: + graceful-fs "^4.2.4" + +jest-snapshot@^25.5.1: + version "25.5.1" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-25.5.1.tgz#1a2a576491f9961eb8d00c2e5fd479bc28e5ff7f" + integrity sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ== dependencies: - callsites "^2.0.0" + "@babel/types" "^7.0.0" + "@jest/types" "^25.5.0" + "@types/prettier" "^1.19.0" + chalk "^3.0.0" + expect "^25.5.0" + graceful-fs "^4.2.4" + jest-diff "^25.5.0" + jest-get-type "^25.2.6" + jest-matcher-utils "^25.5.0" + jest-message-util "^25.5.0" + jest-resolve "^25.5.1" + make-dir "^3.0.0" + natural-compare "^1.4.0" + pretty-format "^25.5.0" + semver "^6.3.0" + +jest-util@26.x: + version "26.6.2" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" + integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== + dependencies: + "@jest/types" "^26.6.2" + "@types/node" "*" + chalk "^4.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + micromatch "^4.0.2" + +jest-util@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.9.0.tgz#7396814e48536d2e85a37de3e4c431d7cb140162" + integrity sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg== + dependencies: + "@jest/console" "^24.9.0" + "@jest/fake-timers" "^24.9.0" + "@jest/source-map" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + callsites "^3.0.0" chalk "^2.0.1" - graceful-fs "^4.1.11" - is-ci "^1.0.10" - jest-message-util "^23.4.0" + graceful-fs "^4.1.15" + is-ci "^2.0.0" mkdirp "^0.5.1" - slash "^1.0.0" + slash "^2.0.0" source-map "^0.6.0" -jest-validate@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474" - integrity sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A== - dependencies: - chalk "^2.0.1" - jest-get-type "^22.1.0" - leven "^2.1.0" - pretty-format "^23.6.0" - -jest-watcher@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c" - integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw= - dependencies: - ansi-escapes "^3.0.0" - chalk "^2.0.1" - string-length "^2.0.0" - -jest-worker@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9" - integrity sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk= +jest-util@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.5.0.tgz#31c63b5d6e901274d264a4fec849230aa3fa35b0" + integrity sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== + dependencies: + "@jest/types" "^25.5.0" + chalk "^3.0.0" + graceful-fs "^4.2.4" + is-ci "^2.0.0" + make-dir "^3.0.0" + +jest-validate@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-25.5.0.tgz#fb4c93f332c2e4cf70151a628e58a35e459a413a" + integrity sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ== + dependencies: + "@jest/types" "^25.5.0" + camelcase "^5.3.1" + chalk "^3.0.0" + jest-get-type "^25.2.6" + leven "^3.1.0" + pretty-format "^25.5.0" + +jest-watch-select-projects@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/jest-watch-select-projects/-/jest-watch-select-projects-2.0.0.tgz#4373d7e4de862aae28b46e036b669a4c913ea867" + integrity sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w== dependencies: - merge-stream "^1.0.1" + ansi-escapes "^4.3.0" + chalk "^3.0.0" + prompts "^2.2.1" -jest@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d" - integrity sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw== - dependencies: - import-local "^1.0.0" - jest-cli "^23.6.0" +jest-watch-typeahead@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.5.0.tgz#903dba6112f22daae7e90b0a271853f7ff182008" + integrity sha512-4r36w9vU8+rdg48hj0Z7TvcSqVP6Ao8dk04grlHQNgduyCB0SqrI0xWIl85ZhXrzYvxQ0N5H+rRLAejkQzEHeQ== + dependencies: + ansi-escapes "^4.2.1" + chalk "^3.0.0" + jest-regex-util "^25.2.1" + jest-watcher "^25.2.4" + slash "^3.0.0" + string-length "^3.1.0" + strip-ansi "^6.0.0" + +jest-watcher@^25.2.4, jest-watcher@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-25.5.0.tgz#d6110d101df98badebe435003956fd4a465e8456" + integrity sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q== + dependencies: + "@jest/test-result" "^25.5.0" + "@jest/types" "^25.5.0" + ansi-escapes "^4.2.1" + chalk "^3.0.0" + jest-util "^25.5.0" + string-length "^3.1.0" + +jest-worker@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" + integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + dependencies: + merge-stream "^2.0.0" + supports-color "^6.1.0" + +jest-worker@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.5.0.tgz#2611d071b79cea0f43ee57a3d118593ac1547db1" + integrity sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== + dependencies: + merge-stream "^2.0.0" + supports-color "^7.0.0" + +jest@^25.2.0: + version "25.5.4" + resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.4.tgz#f21107b6489cfe32b076ce2adcadee3587acb9db" + integrity sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ== + dependencies: + "@jest/core" "^25.5.4" + import-local "^3.0.2" + jest-cli "^25.5.4" + +jimp@0.12.1: + version "0.12.1" + resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.12.1.tgz#3e58fdd16ebb2b8f00a09be3dd5c54f79ffae04a" + integrity sha512-0soPJif+yjmzmOF+4cF2hyhxUWWpXpQntsm2joJXFFoRcQiPzsG4dbLKYqYPT3Fc6PjZ8MaLtCkDqqckVSfmRw== + dependencies: + "@babel/runtime" "^7.7.2" + "@jimp/custom" "^0.12.1" + "@jimp/plugins" "^0.12.1" + "@jimp/types" "^0.12.1" + regenerator-runtime "^0.13.3" + +jpeg-js@^0.4.0: + version "0.4.3" + resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.3.tgz#6158e09f1983ad773813704be80680550eff977b" + integrity sha512-ru1HWKek8octvUHFHvE5ZzQ1yAsJmIvRdGWvSoKV52XKyuyYA437QWDttXT8eZXDSbuMpHlLzPDZUPd6idIz+Q== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-tokens@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= - -js-yaml@^3.7.0: - version "3.12.2" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc" - integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q== +js-yaml@^3.13.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== dependencies: argparse "^1.0.7" esprima "^4.0.0" @@ -2862,10 +5988,37 @@ jsdom@^11.5.1: ws "^5.2.0" xml-name-validator "^3.0.0" -jsesc@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" - integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= +jsdom@^15.2.1: + version "15.2.1" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-15.2.1.tgz#d2feb1aef7183f86be521b8c6833ff5296d07ec5" + integrity sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== + dependencies: + abab "^2.0.0" + acorn "^7.1.0" + acorn-globals "^4.3.2" + array-equal "^1.0.0" + cssom "^0.4.1" + cssstyle "^2.0.0" + data-urls "^1.1.0" + domexception "^1.0.1" + escodegen "^1.11.1" + html-encoding-sniffer "^1.0.2" + nwsapi "^2.2.0" + parse5 "5.1.0" + pn "^1.1.0" + request "^2.88.0" + request-promise-native "^1.0.7" + saxes "^3.1.9" + symbol-tree "^3.2.2" + tough-cookie "^3.0.1" + w3c-hr-time "^1.0.1" + w3c-xmlserializer "^1.1.2" + webidl-conversions "^4.0.2" + whatwg-encoding "^1.0.5" + whatwg-mimetype "^2.3.0" + whatwg-url "^7.0.0" + ws "^7.0.0" + xml-name-validator "^3.0.0" jsesc@^2.5.1: version "2.5.2" @@ -2877,6 +6030,16 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= +json-parse-better-errors@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + json-schema-traverse@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" @@ -2904,6 +6067,29 @@ json5@^0.5.1: resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= +json5@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + dependencies: + minimist "^1.2.0" + +json5@^2.1.2: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== + dependencies: + minimist "^1.2.5" + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" @@ -2914,6 +6100,14 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" +"jsx-ast-utils@^2.4.1 || ^3.0.0": + version "3.2.1" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b" + integrity sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA== + dependencies: + array-includes "^3.1.3" + object.assign "^4.1.2" + kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -2938,27 +6132,20 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== -kleur@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300" - integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ== - -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - dependencies: - invert-kv "^1.0.0" +kleur@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== left-pad@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== -leven@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" - integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= +leven@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== levn@~0.3.0: version "0.3.0" @@ -2968,16 +6155,34 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= +lines-and-columns@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" + integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= + +load-bmfont@^1.3.1, load-bmfont@^1.4.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/load-bmfont/-/load-bmfont-1.4.1.tgz#c0f5f4711a1e2ccff725a7b6078087ccfcddd3e9" + integrity sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA== + dependencies: + buffer-equal "0.0.1" + mime "^1.3.4" + parse-bmfont-ascii "^1.0.3" + parse-bmfont-binary "^1.0.5" + parse-bmfont-xml "^1.1.4" + phin "^2.9.1" + xhr "^2.0.1" + xtend "^4.0.0" + +load-json-file@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" + integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= dependencies: graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" + parse-json "^4.0.0" + pify "^3.0.0" + strip-bom "^3.0.0" locate-path@^2.0.0: version "2.0.0" @@ -2987,16 +6192,90 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash._baseisequal@^3.0.0: + version "3.0.7" + resolved "https://registry.yarnpkg.com/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz#d8025f76339d29342767dcc887ce5cb95a5b51f1" + integrity sha1-2AJfdjOdKTQnZ9zIh85cuVpbUfE= + dependencies: + lodash.isarray "^3.0.0" + lodash.istypedarray "^3.0.0" + lodash.keys "^3.0.0" + +lodash._bindcallback@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" + integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4= + +lodash._getnative@^3.0.0: + version "3.9.1" + resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" + integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= + lodash._reinterpolate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + +lodash.escape@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" + integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= + +lodash.flattendeep@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" + integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= + lodash.frompairs@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/lodash.frompairs/-/lodash.frompairs-4.0.1.tgz#bc4e5207fa2757c136e573614e9664506b2b1bd2" integrity sha1-vE5SB/onV8E25XNhTpZkUGsrG9I= +lodash.isarguments@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" + integrity sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= + +lodash.isarray@^3.0.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" + integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= + +lodash.isequal@^3.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-3.0.4.tgz#1c35eb3b6ef0cd1ff51743e3ea3cf7fdffdacb64" + integrity sha1-HDXrO27wzR/1F0Pj6jz3/f/ay2Q= + dependencies: + lodash._baseisequal "^3.0.0" + lodash._bindcallback "^3.0.0" + lodash.isequal@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" @@ -3007,6 +6286,25 @@ lodash.isstring@^4.0.1: resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= +lodash.istypedarray@^3.0.0: + version "3.0.6" + resolved "https://registry.yarnpkg.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62" + integrity sha1-yaR3SYYHUB2OhJTSg7h8OSgc72I= + +lodash.keys@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" + integrity sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo= + dependencies: + lodash._getnative "^3.0.0" + lodash.isarguments "^3.0.0" + lodash.isarray "^3.0.0" + +lodash.memoize@4.x: + version "4.1.2" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= + lodash.omit@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" @@ -3037,11 +6335,18 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "^3.0.0" -lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.6.1: +lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.5.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +lolex@^5.0.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367" + integrity sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== + dependencies: + "@sinonjs/commons" "^1.7.0" + loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" @@ -3049,13 +6354,19 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +make-dir@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" + semver "^6.0.0" make-error@1.x: version "1.3.5" @@ -3081,41 +6392,20 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -math-random@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c" - integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== - -mem@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" - integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= - dependencies: - mimic-fn "^1.0.0" - -merge-stream@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" - integrity sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE= - dependencies: - readable-stream "^2.0.1" - -merge@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145" - integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ== +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== -metro-babel7-plugin-react-transform@0.49.2: - version "0.49.2" - resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.49.2.tgz#d4c43faa6f2b91cc1b244a36a5d708ae8d39dbb2" - integrity sha512-LpJT8UvqF/tvVqEwiLUTMjRPhEGdI8e2dr3424XaRANba3j0nqmrbKdJQsPE8TrcqMWR4RHmfsXk0ti5QrEvJg== - dependencies: - "@babel/helper-module-imports" "^7.0.0" +merge2@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== -metro-react-native-babel-preset@^0.49.0: - version "0.49.2" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.49.2.tgz#8d53610e044e0c9a53a03d307e1c51f9e8577abc" - integrity sha512-N0+4ramShYCHSAVEPUNWIZuKZskWj8/RDSoinhadHpdpHORMbMxLkexSOVHLluB+XFQ+DENLEx5oVPYwOlENBA== +metro-react-native-babel-preset@~0.59.0: + version "0.59.0" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.59.0.tgz#20e020bc6ac9849e1477de1333d303ed42aba225" + integrity sha512-BoO6ncPfceIDReIH8pQ5tQptcGo5yRWQXJGVXfANbiKLq4tfgdZB1C1e2rMUJ6iypmeJU9dzl+EhPmIFKtgREg== dependencies: "@babel/plugin-proposal-class-properties" "^7.0.0" "@babel/plugin-proposal-export-default-from" "^7.0.0" @@ -3125,6 +6415,9 @@ metro-react-native-babel-preset@^0.49.0: "@babel/plugin-proposal-optional-chaining" "^7.0.0" "@babel/plugin-syntax-dynamic-import" "^7.0.0" "@babel/plugin-syntax-export-default-from" "^7.0.0" + "@babel/plugin-syntax-flow" "^7.2.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-syntax-optional-chaining" "^7.0.0" "@babel/plugin-transform-arrow-functions" "^7.0.0" "@babel/plugin-transform-block-scoping" "^7.0.0" "@babel/plugin-transform-classes" "^7.0.0" @@ -3140,6 +6433,7 @@ metro-react-native-babel-preset@^0.49.0: "@babel/plugin-transform-parameters" "^7.0.0" "@babel/plugin-transform-react-display-name" "^7.0.0" "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-react-jsx-self" "^7.0.0" "@babel/plugin-transform-react-jsx-source" "^7.0.0" "@babel/plugin-transform-regenerator" "^7.0.0" "@babel/plugin-transform-runtime" "^7.0.0" @@ -3147,30 +6441,10 @@ metro-react-native-babel-preset@^0.49.0: "@babel/plugin-transform-spread" "^7.0.0" "@babel/plugin-transform-sticky-regex" "^7.0.0" "@babel/plugin-transform-template-literals" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.0.0" + "@babel/plugin-transform-typescript" "^7.5.0" "@babel/plugin-transform-unicode-regex" "^7.0.0" "@babel/template" "^7.0.0" - metro-babel7-plugin-react-transform "0.49.2" - react-transform-hmr "^1.0.4" - -micromatch@^2.3.11: - version "2.3.11" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" - integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= - dependencies: - arr-diff "^2.0.0" - array-unique "^0.2.1" - braces "^1.8.2" - expand-brackets "^0.1.4" - extglob "^0.3.1" - filename-regex "^2.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.1" - kind-of "^3.0.2" - normalize-path "^2.0.1" - object.omit "^2.0.0" - parse-glob "^3.0.4" - regex-cache "^0.4.2" + react-refresh "^0.4.0" micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" @@ -3191,6 +6465,14 @@ micromatch@^3.1.10, micromatch@^3.1.4: snapdragon "^0.8.1" to-regex "^3.0.2" +micromatch@^4.0.2, micromatch@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" + integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + dependencies: + braces "^3.0.1" + picomatch "^2.2.3" + mime-db@~1.38.0: version "1.38.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.38.0.tgz#1a2aab16da9eb167b49c6e4df2d9c68d63d8e2ad" @@ -3203,10 +6485,20 @@ mime-types@^2.1.12, mime-types@~2.1.19: dependencies: mime-db "~1.38.0" -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== +mime@^1.3.4: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.4.4: + version "2.5.2" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe" + integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== min-document@^2.19.0: version "2.19.0" @@ -3215,7 +6507,7 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -minimatch@^3.0.3, minimatch@^3.0.4: +minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== @@ -3255,23 +6547,47 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -mkdirp@0.x, mkdirp@^0.5.0, mkdirp@^0.5.1: +mkdirp@1.x: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +mkdirp@^0.5.0, mkdirp@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= dependencies: minimist "0.0.8" +moo@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4" + integrity sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + ms@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== +mz@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + dependencies: + any-promise "^1.0.0" + object-assign "^4.0.1" + thenify-all "^1.0.0" + nan@^2.9.2: version "2.12.1" resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552" @@ -3299,6 +6615,16 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= +nearley@^2.7.10: + version "2.20.1" + resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474" + integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ== + dependencies: + commander "^2.19.0" + moo "^0.5.0" + railroad-diagrams "^1.0.0" + randexp "0.4.6" + needle@^2.2.1: version "2.2.4" resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e" @@ -3308,10 +6634,10 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -neo-async@^2.6.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" - integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== node-fetch@^1.0.1: version "1.7.3" @@ -3321,21 +6647,31 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" +node-fetch@^2.6.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0" + integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA== + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= -node-notifier@^5.2.1: - version "5.4.0" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.0.tgz#7b455fdce9f7de0c63538297354f3db468426e6a" - integrity sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ== +node-modules-regexp@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" + integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= + +node-notifier@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-6.0.0.tgz#cea319e06baa16deec8ce5cd7f133c4a46b68e12" + integrity sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== dependencies: growly "^1.3.0" - is-wsl "^1.1.0" - semver "^5.5.0" + is-wsl "^2.1.1" + semver "^6.3.0" shellwords "^0.1.1" - which "^1.3.0" + which "^1.3.1" node-pre-gyp@^0.10.0: version "0.10.3" @@ -3353,6 +6689,11 @@ node-pre-gyp@^0.10.0: semver "^5.3.0" tar "^4" +node-releases@^1.1.75: + version "1.1.75" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe" + integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw== + nopt@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" @@ -3361,7 +6702,7 @@ nopt@^4.0.1: abbrev "1" osenv "^0.1.4" -normalize-package-data@^2.3.2: +normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== @@ -3371,7 +6712,7 @@ normalize-package-data@^2.3.2: semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-path@^2.0.1, normalize-path@^2.1.1: +normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= @@ -3403,6 +6744,13 @@ npm-run-path@^2.0.0: dependencies: path-key "^2.0.0" +npm-run-path@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + npmlog@^4.0.2: version "4.1.2" resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" @@ -3413,6 +6761,13 @@ npmlog@^4.0.2: gauge "~2.7.3" set-blocking "~2.0.0" +nth-check@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + dependencies: + boolbase "^1.0.0" + number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" @@ -3423,12 +6778,17 @@ nwsapi@^2.0.7: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.1.tgz#08d6d75e69fd791bdea31507ffafe8c843b67e9c" integrity sha512-T5GaA1J/d34AC8mkrFD2O0DR17kwJ702ZOtJOsS8RpbsQZVOC2/xYFb1i/cw+xdM54JIlMuojjDOYct8GIWtwg== +nwsapi@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" + integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== + oauth-sign@~0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== -object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= @@ -3442,11 +6802,29 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" +object-inspect@^1.11.0, object-inspect@^1.7.0, object-inspect@^1.9.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1" + integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg== + +object-is@^1.0.2, object-is@^1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + object-keys@^1.0.12: version "1.1.0" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032" integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg== +object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + object-visit@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" @@ -3454,6 +6832,35 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" +object.assign@^4.1.0, object.assign@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + has-symbols "^1.0.1" + object-keys "^1.1.1" + +object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd" + integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + +object.fromentries@^2.0.3, object.fromentries@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8" + integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.2" + has "^1.0.3" + object.getownpropertydescriptors@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" @@ -3462,13 +6869,13 @@ object.getownpropertydescriptors@^2.0.3: define-properties "^1.1.2" es-abstract "^1.5.1" -object.omit@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" - integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= +object.hasown@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.0.0.tgz#bdbade33cfacfb25d7f26ae2b6cb870bf99905c2" + integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA== dependencies: - for-own "^0.1.4" - is-extendable "^0.1.1" + define-properties "^1.1.3" + es-abstract "^1.18.1" object.pick@^1.3.0: version "1.3.0" @@ -3477,13 +6884,34 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -once@^1.3.0, once@^1.4.0: +object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30" + integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + +omggif@^1.0.9: + version "1.0.10" + resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19" + integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw== + +once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy "1" +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + optionator@^0.8.1: version "0.8.2" resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" @@ -3501,16 +6929,7 @@ os-homedir@^1.0.0: resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= -os-locale@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" - integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== - dependencies: - execa "^0.7.0" - lcid "^1.0.0" - mem "^1.1.0" - -os-tmpdir@^1.0.0, os-tmpdir@^1.0.1: +os-tmpdir@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= @@ -3532,11 +6951,21 @@ output-file-sync@^2.0.0: is-plain-obj "^1.1.0" mkdirp "^0.5.1" +p-each-series@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" + integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== + p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= +p-finally@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" + integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== + p-limit@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" @@ -3544,6 +6973,20 @@ p-limit@^1.1.0: dependencies: p-try "^1.0.0" +p-limit@^2.0.0, p-limit@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" @@ -3551,33 +6994,119 @@ p-locate@^2.0.0: dependencies: p-limit "^1.1.0" +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= -parse-glob@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" - integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw= +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +pako@^1.0.5: + version "1.0.11" + resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" + integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== + +parse-bmfont-ascii@^1.0.3: + version "1.0.6" + resolved "https://registry.yarnpkg.com/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz#11ac3c3ff58f7c2020ab22769079108d4dfa0285" + integrity sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU= + +parse-bmfont-binary@^1.0.5: + version "1.0.6" + resolved "https://registry.yarnpkg.com/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz#d038b476d3e9dd9db1e11a0b0e53a22792b69006" + integrity sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY= + +parse-bmfont-xml@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz#015319797e3e12f9e739c4d513872cd2fa35f389" + integrity sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ== dependencies: - glob-base "^0.3.0" - is-dotfile "^1.0.0" - is-extglob "^1.0.0" - is-glob "^2.0.0" + xml-parse-from-string "^1.0.0" + xml2js "^0.4.5" -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= +parse-color@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/parse-color/-/parse-color-1.0.0.tgz#7b748b95a83f03f16a94f535e52d7f3d94658619" + integrity sha1-e3SLlag/A/FqlPU15S1/PZRlhhk= + dependencies: + color-convert "~0.5.0" + +parse-headers@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.4.tgz#9eaf2d02bed2d1eff494331ce3df36d7924760bf" + integrity sha512-psZ9iZoCNFLrgRjZ1d8mn0h9WRqJwFxM9q3x7iUjN/YT2OksthDJ5TiPCu2F38kS4zutqfW+YdVVkBZZx3/1aw== + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +parse-json@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +parse-png@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/parse-png/-/parse-png-2.1.0.tgz#2a42ad719fedf90f81c59ebee7ae59b280d6b338" + integrity sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ== + dependencies: + pngjs "^3.3.0" + +parse5-htmlparser2-tree-adapter@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" + integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== dependencies: - error-ex "^1.2.0" + parse5 "^6.0.1" parse5@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA== +parse5@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" + integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== + +parse5@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" + integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== + pascalcase@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" @@ -3588,63 +7117,81 @@ path-dirname@^1.0.0: resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= -path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -path-key@^2.0.0: +path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= -path-parse@^1.0.5, path-parse@^1.0.6: +path-key@^3.0.0, path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= +path-type@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" + pify "^3.0.0" + +path-type@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -pify@^2.0.0: +phin@^2.9.1: + version "2.9.3" + resolved "https://registry.yarnpkg.com/phin/-/phin-2.9.3.tgz#f9b6ac10a035636fb65dfc576aaaa17b8743125c" + integrity sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA== + +picomatch@^2.0.4, picomatch@^2.2.3: version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" + integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +pirates@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" + integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== dependencies: - pinkie "^2.0.0" + node-modules-regexp "^1.0.0" -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= +pixelmatch@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-4.0.2.tgz#8f47dcec5011b477b67db03c243bc1f3085e8854" + integrity sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ= + dependencies: + pngjs "^3.0.0" pkg-dir@^2.0.0: version "2.0.0" @@ -3653,6 +7200,13 @@ pkg-dir@^2.0.0: dependencies: find-up "^2.1.0" +pkg-dir@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + dependencies: + find-up "^4.0.0" + pkg-up@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" @@ -3660,11 +7214,29 @@ pkg-up@^2.0.0: dependencies: find-up "^2.1.0" +plist@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.4.tgz#a62df837e3aed2bb3b735899d510c4f186019cbe" + integrity sha512-ksrr8y9+nXOxQB2osVNqrgvX/XQPOXaU4BQMKjYq8PvaY1U18mo+fKgBSwzK+luSyinOuPae956lSVcBwxlAMg== + dependencies: + base64-js "^1.5.1" + xmlbuilder "^9.0.7" + pn@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== +pngjs@^3.0.0, pngjs@^3.3.0, pngjs@^3.3.3: + version "3.4.0" + resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" + integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== + +pngjs@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-5.0.0.tgz#e79dd2b215767fd9c04561c01236df960bce7fbb" + integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw== + posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" @@ -3675,20 +7247,44 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -preserve@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" - integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= +prettier-linter-helpers@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== + dependencies: + fast-diff "^1.1.2" -pretty-format@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760" - integrity sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw== +pretty-format@^24.9.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9" + integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== dependencies: - ansi-regex "^3.0.0" + "@jest/types" "^24.9.0" + ansi-regex "^4.0.0" ansi-styles "^3.2.0" + react-is "^16.8.4" + +pretty-format@^25.5.0: + version "25.5.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" + integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== + dependencies: + "@jest/types" "^25.5.0" + ansi-regex "^5.0.0" + ansi-styles "^4.0.0" + react-is "^16.12.0" + +pretty-format@^26.0.0, pretty-format@^26.6.2: + version "26.6.2" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" + integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== + dependencies: + "@jest/types" "^26.6.2" + ansi-regex "^5.0.0" + ansi-styles "^4.0.0" + react-is "^17.0.1" -private@^0.1.6, private@^0.1.8: +private@^0.1.6: version "0.1.8" resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== @@ -3698,10 +7294,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== -process@~0.5.1: - version "0.5.2" - resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf" - integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8= +process@^0.11.10: + version "0.11.10" + resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= promise@^7.1.1: version "7.3.1" @@ -3710,15 +7306,24 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -prompts@^0.1.9: - version "0.1.14" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2" - integrity sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w== +prompts@^2.0.1, prompts@^2.2.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61" + integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== + dependencies: + kleur "^3.0.3" + sisteransi "^1.0.5" + +prop-types-exact@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869" + integrity sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== dependencies: - kleur "^2.0.1" - sisteransi "^0.1.1" + has "^1.0.3" + object.assign "^4.1.0" + reflect.ownkeys "^0.2.0" -prop-types@^15.6.2: +prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -3727,16 +7332,19 @@ prop-types@^15.6.2: object-assign "^4.1.1" react-is "^16.8.1" -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - psl@^1.1.24, psl@^1.1.28: version "1.1.31" resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184" integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw== +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" @@ -3752,14 +7360,30 @@ qs@~6.5.2: resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== -randomatic@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" - integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +raf@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" + integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== dependencies: - is-number "^4.0.0" - kind-of "^6.0.0" - math-random "^1.0.1" + performance-now "^2.1.0" + +railroad-diagrams@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e" + integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= + +randexp@0.4.6: + version "0.4.6" + resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3" + integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== + dependencies: + discontinuous-range "1.0.0" + ret "~0.1.10" rc@^1.2.7: version "1.2.8" @@ -3771,60 +7395,91 @@ rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-deep-force-update@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1" - integrity sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA== +react-is@^16.12.0, react-is@^16.13.1, react-is@^16.8.6: + version "16.13.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-is@^16.8.1, react-is@^16.8.4: version "16.8.4" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2" integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA== -react-proxy@^1.1.7: - version "1.1.8" - resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a" - integrity sha1-nb/Z2SdSjDqp9ETkVYw3gwq4wmo= +react-is@^17.0.1: + version "17.0.2" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" + integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== + +react-refresh@^0.4.0: + version "0.4.3" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" + integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== + +react-test-renderer@^16.0.0-0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae" + integrity sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== dependencies: - lodash "^4.6.1" - react-deep-force-update "^1.0.0" + object-assign "^4.1.1" + prop-types "^15.6.2" + react-is "^16.8.6" + scheduler "^0.19.1" -react-test-renderer@^16.5.0: - version "16.8.4" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.4.tgz#abee4c2c3bf967a8892a7b37f77370c5570d5329" - integrity sha512-jQ9Tf/ilIGSr55Cz23AZ/7H3ABEdo9oy2zF9nDHZyhLHDSLKuoILxw2ifpBfuuwQvj4LCoqdru9iZf7gwFH28A== +react-test-renderer@~16.11.0: + version "16.11.0" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.11.0.tgz#72574566496462c808ac449b0287a4c0a1a7d8f8" + integrity sha512-nh9gDl8R4ut+ZNNb2EeKO5VMvTKxwzurbSMuGBoKtjpjbg8JK/u3eVPVNi1h1Ue+eYK9oSzJjb+K3lzLxyA4ag== dependencies: object-assign "^4.1.1" prop-types "^15.6.2" - react-is "^16.8.4" - scheduler "^0.13.4" + react-is "^16.8.6" + scheduler "^0.17.0" -react-transform-hmr@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/react-transform-hmr/-/react-transform-hmr-1.0.4.tgz#e1a40bd0aaefc72e8dfd7a7cda09af85066397bb" - integrity sha1-4aQL0Krvxy6N/Xp82gmvhQZjl7s= +read-pkg-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" + integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= dependencies: - global "^4.3.0" - react-proxy "^1.1.7" + find-up "^2.0.0" + read-pkg "^3.0.0" -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= +read-pkg-up@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978" + integrity sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" + find-up "^3.0.0" + read-pkg "^3.0.0" -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= +read-pkg-up@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" + integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== dependencies: - load-json-file "^1.0.0" + find-up "^4.1.0" + read-pkg "^5.2.0" + type-fest "^0.8.1" + +read-pkg@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" + integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= + dependencies: + load-json-file "^4.0.0" normalize-package-data "^2.3.2" - path-type "^1.0.0" + path-type "^3.0.0" + +read-pkg@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== + dependencies: + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^2.5.0" + parse-json "^5.0.0" + type-fest "^0.6.0" -readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6: +readable-stream@^2.0.2, readable-stream@^2.0.6: version "2.3.6" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== @@ -3846,13 +7501,23 @@ readdirp@^2.2.1: micromatch "^3.1.10" readable-stream "^2.0.2" -realpath-native@^1.0.0: +realpath-native@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c" integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== dependencies: util.promisify "^1.0.0" +realpath-native@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866" + integrity sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q== + +reflect.ownkeys@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460" + integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= + regenerate-unicode-properties@^8.0.2: version "8.0.2" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.0.2.tgz#7b38faa296252376d363558cfbda90c9ce709662" @@ -3860,15 +7525,27 @@ regenerate-unicode-properties@^8.0.2: dependencies: regenerate "^1.4.0" +regenerate-unicode-properties@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326" + integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA== + dependencies: + regenerate "^1.4.2" + regenerate@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== +regenerate@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + +regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4: + version "0.13.9" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== regenerator-transform@^0.13.4: version "0.13.4" @@ -3877,12 +7554,12 @@ regenerator-transform@^0.13.4: dependencies: private "^0.1.6" -regex-cache@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" - integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== +regenerator-transform@^0.14.2: + version "0.14.5" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" + integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== dependencies: - is-equal-shallow "^0.1.3" + "@babel/runtime" "^7.8.4" regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" @@ -3892,6 +7569,19 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" +regexp.prototype.flags@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" + integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +regexpp@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" + integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== + regexpu-core@^4.1.3: version "4.5.4" resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae" @@ -3904,11 +7594,28 @@ regexpu-core@^4.1.3: unicode-match-property-ecmascript "^1.0.4" unicode-match-property-value-ecmascript "^1.1.0" +regexpu-core@^4.7.1: + version "4.8.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0" + integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties "^9.0.0" + regjsgen "^0.5.2" + regjsparser "^0.7.0" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.0.0" + regjsgen@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd" integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA== +regjsgen@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" + integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== + regjsparser@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c" @@ -3916,6 +7623,13 @@ regjsparser@^0.6.0: dependencies: jsesc "~0.5.0" +regjsparser@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968" + integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ== + dependencies: + jsesc "~0.5.0" + remove-trailing-separator@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" @@ -3926,18 +7640,11 @@ repeat-element@^1.1.2: resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== -repeat-string@^1.5.2, repeat-string@^1.6.1: +repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - request-promise-core@1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.2.tgz#339f6aababcafdb31c799ff158700336301d3346" @@ -3945,6 +7652,13 @@ request-promise-core@1.1.2: dependencies: lodash "^4.17.11" +request-promise-core@1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f" + integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw== + dependencies: + lodash "^4.17.19" + request-promise-native@^1.0.5: version "1.0.7" resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.7.tgz#a49868a624bdea5069f1251d0a836e0d89aa2c59" @@ -3954,10 +7668,45 @@ request-promise-native@^1.0.5: stealthy-require "^1.1.1" tough-cookie "^2.3.3" -request@^2.87.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== +request-promise-native@^1.0.7: + version "1.0.9" + resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28" + integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g== + dependencies: + request-promise-core "1.1.4" + stealthy-require "^1.1.1" + tough-cookie "^2.3.3" + +request@^2.87.0: + version "2.88.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" + integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.0" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.4.3" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + +request@^2.88.0: + version "2.88.2" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== dependencies: aws-sign2 "~0.7.0" aws4 "^1.8.0" @@ -3966,7 +7715,7 @@ request@^2.87.0: extend "~3.0.2" forever-agent "~0.6.1" form-data "~2.3.2" - har-validator "~5.1.0" + har-validator "~5.1.3" http-signature "~1.2.0" is-typedarray "~1.0.0" isstream "~0.1.2" @@ -3976,7 +7725,7 @@ request@^2.87.0: performance-now "^2.1.0" qs "~6.5.2" safe-buffer "^5.1.2" - tough-cookie "~2.4.3" + tough-cookie "~2.5.0" tunnel-agent "^0.6.0" uuid "^3.3.2" @@ -3985,27 +7734,32 @@ require-directory@^2.1.1: resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= -require-main-filename@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" - integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== reselect@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147" integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc= -resolve-cwd@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" - integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= +resolve-cwd@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== dependencies: - resolve-from "^3.0.0" + resolve-from "^5.0.0" -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= +resolve-from@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve-url@^0.2.1: version "0.2.1" @@ -4017,29 +7771,72 @@ resolve@1.1.7: resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= -resolve@1.x, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.8.1: +resolve@^1.10.0, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.8.1: version "1.10.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba" integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg== dependencies: path-parse "^1.0.6" +resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0: + version "1.20.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" + integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + dependencies: + is-core-module "^2.2.0" + path-parse "^1.0.6" + +resolve@^2.0.0-next.3: + version "2.0.0-next.3" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46" + integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== + dependencies: + is-core-module "^2.2.0" + path-parse "^1.0.6" + ret@~0.1.10: version "0.1.15" resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== -rimraf@^2.5.4, rimraf@^2.6.1: +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rimraf@^2.6.1: version "2.6.3" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== dependencies: glob "^7.1.3" -rsvp@^3.3.3: - version "3.6.2" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" - integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== +rimraf@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +rst-selector-parser@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91" + integrity sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= + dependencies: + lodash.flattendeep "^4.4.0" + nearley "^2.7.10" + +rsvp@^4.8.4: + version "4.8.5" + resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" + integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" @@ -4058,40 +7855,81 @@ safe-regex@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sane@^2.0.0: - version "2.5.2" - resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.2.tgz#b4dc1861c21b427e929507a3e751e2a2cb8ab3fa" - integrity sha1-tNwYYcIbQn6SlQej51HiosuKs/o= +sane@^4.0.3: + version "4.1.0" + resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" + integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== dependencies: + "@cnakazawa/watch" "^1.0.3" anymatch "^2.0.0" - capture-exit "^1.2.0" - exec-sh "^0.2.0" + capture-exit "^2.0.0" + exec-sh "^0.3.2" + execa "^1.0.0" fb-watchman "^2.0.0" micromatch "^3.1.4" minimist "^1.1.1" walker "~1.0.5" - watch "~0.18.0" - optionalDependencies: - fsevents "^1.2.3" -sax@^1.2.4: +sax@>=0.6.0, sax@^1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -scheduler@^0.13.4: - version "0.13.4" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.4.tgz#8fef05e7a3580c76c0364d2df5e550e4c9140298" - integrity sha512-cvSOlRPxOHs5dAhP9yiS/6IDmVAVxmk33f0CtTJRkmUWcb1Us+t7b1wqdzoC0REw2muC9V5f1L/w5R5uKGaepA== +saxes@^3.1.9: + version "3.1.11" + resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.11.tgz#d59d1fd332ec92ad98a2e0b2ee644702384b1c5b" + integrity sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== + dependencies: + xmlchars "^2.1.1" + +scheduler@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.17.0.tgz#7c9c673e4ec781fac853927916d1c426b6f3ddfe" + integrity sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + +scheduler@^0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" + integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" -"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1: +"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1: version "5.6.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== +semver@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" + integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== + +semver@7.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" + integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== + +semver@7.x, semver@^7.3.5: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" + +semver@^5.7.0, semver@^5.7.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" @@ -4129,36 +7967,78 @@ shebang-command@^1.2.0: dependencies: shebang-regex "^1.0.0" +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + shebang-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + shellwords@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== + dependencies: + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" + signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= -sisteransi@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-0.1.1.tgz#5431447d5f7d1675aac667ccd0b865a4994cb3ce" - integrity sha512-PmGOd02bM9YO5ifxpw36nrNMBTptEtfRl4qUYl9SndkolplkrZZOW7PGHjrZL53QvMVj9nQ+TKqUnRsw4tJa4g== +simple-plist@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.1.1.tgz#54367ca28bc5996a982c325c1c4a4c1a05f4047c" + integrity sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg== + dependencies: + bplist-creator "0.0.8" + bplist-parser "0.2.0" + plist "^3.0.1" -slash@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" - integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + +sisteransi@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" + integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== slash@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== +slash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== + +slugify@^1.3.4: + version "1.6.0" + resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.0.tgz#6bdf8ed01dabfdc46425b67e3320b698832ff893" + integrity sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang== + snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" @@ -4200,13 +8080,6 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@^0.4.15: - version "0.4.18" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" - integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== - dependencies: - source-map "^0.5.6" - source-map-support@^0.5.6: version "0.5.11" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2" @@ -4220,7 +8093,7 @@ source-map-url@^0.4.0: resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= -source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7: +source-map@^0.5.0, source-map@^0.5.6: version "0.5.7" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= @@ -4230,6 +8103,11 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== +source-map@^0.7.3: + version "0.7.3" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + spdx-correct@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" @@ -4301,13 +8179,18 @@ stealthy-require@^1.1.1: resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= -string-length@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" - integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0= +stream-buffers@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" + integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= + +string-length@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837" + integrity sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== dependencies: astral-regex "^1.0.0" - strip-ansi "^4.0.0" + strip-ansi "^5.2.0" string-width@^1.0.1: version "1.0.2" @@ -4318,7 +8201,7 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.1: +"string-width@^1.0.2 || 2": version "2.1.1" resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== @@ -4326,6 +8209,54 @@ string-width@^1.0.1: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" +string-width@^4.1.0, string-width@^4.2.0: + version "4.2.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" + integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.0" + +string.prototype.matchall@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da" + integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + get-intrinsic "^1.1.1" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + regexp.prototype.flags "^1.3.1" + side-channel "^1.0.4" + +string.prototype.trim@^1.2.1: + version "1.2.4" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.4.tgz#6014689baf5efaf106ad031a5fa45157666ed1bd" + integrity sha512-hWCk/iqf7lp0/AgTF7/ddO1IWtSNPASjlzCicV5irAVdE1grjsneK26YG6xACMBEdCvO8fUST0UzDMh/2Qy+9Q== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.2" + +string.prototype.trimend@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" + integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +string.prototype.trimstart@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" + integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" @@ -4347,39 +8278,56 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" -strip-bom@3.0.0: +strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +strip-ansi@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== + dependencies: + ansi-regex "^5.0.0" + +strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" +strip-bom@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" + integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^3.1.2: - version "3.2.3" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" - integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= +sucrase@^3.20.0: + version "3.20.1" + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.20.1.tgz#1c055e97d0fab2f9857f02461364075b3a4ab226" + integrity sha512-BIG59HaJOxNct9Va6KvT5yzBA/rcMGetzvZyTx0ZdCcspIbpJTPS64zuAfYlJuOj+3WaI5JOdA+F0bJQQi8ZiQ== dependencies: - has-flag "^1.0.0" + commander "^4.0.0" + glob "7.1.6" + lines-and-columns "^1.1.6" + mz "^2.7.0" + pirates "^4.0.1" + ts-interface-checker "^0.1.9" supports-color@^5.3.0: version "5.5.0" @@ -4388,6 +8336,28 @@ supports-color@^5.3.0: dependencies: has-flag "^3.0.0" +supports-color@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.0.0, supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-hyperlinks@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" + integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ== + dependencies: + has-flag "^4.0.0" + supports-color "^7.0.0" + symbol-tree@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" @@ -4406,32 +8376,81 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.2" -test-exclude@^4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" - integrity sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA== +temp-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" + integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= + +tempy@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.3.0.tgz#6f6c5b295695a16130996ad5ab01a8bd726e8bf8" + integrity sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ== dependencies: - arrify "^1.0.1" - micromatch "^2.3.11" - object-assign "^4.1.0" - read-pkg-up "^1.0.1" - require-main-filename "^1.0.1" + temp-dir "^1.0.0" + type-fest "^0.3.1" + unique-string "^1.0.0" -throat@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" - integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo= +terminal-link@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" + integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== + dependencies: + ansi-escapes "^4.2.1" + supports-hyperlinks "^2.0.0" + +test-exclude@^5.2.3: + version "5.2.3" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0" + integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== + dependencies: + glob "^7.1.3" + minimatch "^3.0.4" + read-pkg-up "^4.0.0" + require-main-filename "^2.0.0" + +test-exclude@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" + integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== + dependencies: + "@istanbuljs/schema" "^0.1.2" + glob "^7.1.4" + minimatch "^3.0.4" + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= + dependencies: + thenify ">= 3.1.0 < 4" + +"thenify@>= 3.1.0 < 4": + version "3.3.1" + resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + dependencies: + any-promise "^1.0.0" + +throat@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" + integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== + +timm@^1.6.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/timm/-/timm-1.7.1.tgz#96bab60c7d45b5a10a8a4d0f0117c6b7e5aff76f" + integrity sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw== + +tinycolor2@^1.4.1: + version "1.4.2" + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" + integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== tmpl@1.0.x: version "1.0.4" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= -to-fast-properties@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" - integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" @@ -4452,6 +8471,13 @@ to-regex-range@^2.1.0: is-number "^3.0.0" repeat-string "^1.6.1" +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" @@ -4462,7 +8488,7 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" -tough-cookie@^2.3.3, tough-cookie@^2.3.4: +tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== @@ -4470,6 +8496,15 @@ tough-cookie@^2.3.3, tough-cookie@^2.3.4: psl "^1.1.28" punycode "^2.1.1" +tough-cookie@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2" + integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== + dependencies: + ip-regex "^2.1.0" + psl "^1.1.28" + punycode "^2.1.1" + tough-cookie@~2.4.3: version "2.4.3" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" @@ -4490,20 +8525,54 @@ trim-right@^1.0.1: resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= -ts-jest@~23.10.4: - version "23.10.5" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.10.5.tgz#cdb550df4466a30489bf70ba867615799f388dd5" - integrity sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A== +ts-interface-checker@^0.1.9: + version "0.1.13" + resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" + integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== + +ts-jest@~26.3.0: + version "26.3.0" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9" + integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q== dependencies: + "@types/jest" "26.x" bs-logger "0.x" buffer-from "1.x" fast-json-stable-stringify "2.x" + jest-util "26.x" json5 "2.x" + lodash.memoize "4.x" make-error "1.x" - mkdirp "0.x" - resolve "1.x" - semver "^5.5" - yargs-parser "10.x" + mkdirp "1.x" + semver "7.x" + yargs-parser "18.x" + +tsconfig-paths@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36" + integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA== + dependencies: + "@types/json5" "^0.0.29" + json5 "^1.0.1" + minimist "^1.2.0" + strip-bom "^3.0.0" + +tslib@^1.8.1: + version "1.14.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + +tslib@^2.2.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== + +tsutils@^3.21.0: + version "3.21.0" + resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" + integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== + dependencies: + tslib "^1.8.1" tunnel-agent@^0.6.0: version "0.6.0" @@ -4524,29 +8593,68 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -typescript@^3.2.1: - version "3.3.3333" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3333.tgz#171b2c5af66c59e9431199117a3bcadc66fdcfd6" - integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw== +type-detect@4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" + integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" + integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== + +type-fest@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + +type-fest@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + +typedarray-to-buffer@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== + dependencies: + is-typedarray "^1.0.0" + +typescript@^4.0.2: + version "4.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" + integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA== ua-parser-js@^0.7.18: version "0.7.22" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3" integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q== -uglify-js@^3.1.4: - version "3.8.1" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.8.1.tgz#43bb15ce6f545eaa0a64c49fd29375ea09fa0f93" - integrity sha512-W7KxyzeaQmZvUFbGj4+YFshhVrMBGSg2IbcYAjGWGvx8DHvJMclbTDMpffdxFUGPBHjIytk7KJUR/KUXstUGDw== +unbox-primitive@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" + integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== dependencies: - commander "~2.20.3" - source-map "~0.6.1" + function-bind "^1.1.1" + has-bigints "^1.0.1" + has-symbols "^1.0.2" + which-boxed-primitive "^1.0.2" unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" + integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + unicode-match-property-ecmascript@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" @@ -4555,16 +8663,34 @@ unicode-match-property-ecmascript@^1.0.4: unicode-canonical-property-names-ecmascript "^1.0.4" unicode-property-aliases-ecmascript "^1.0.4" +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277" integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g== +unicode-match-property-value-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" + integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== + unicode-property-aliases-ecmascript@^1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57" integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw== +unicode-property-aliases-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" + integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== + union-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" @@ -4575,6 +8701,23 @@ union-value@^1.0.0: is-extendable "^0.1.1" set-value "^0.4.3" +unique-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" + integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= + dependencies: + crypto-random-string "^1.0.0" + +universalify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" + integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + unset-value@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" @@ -4605,6 +8748,13 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== +utif@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/utif/-/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759" + integrity sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg== + dependencies: + pako "^1.0.5" + util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" @@ -4623,6 +8773,20 @@ uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" + integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== + +v8-to-istanbul@^4.1.3: + version "4.1.4" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.4.tgz#b97936f21c0e2d9996d4985e5c5156e9d4e49cd6" + integrity sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.1" + convert-source-map "^1.6.0" + source-map "^0.7.3" + validate-npm-package-license@^3.0.1: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" @@ -4647,27 +8811,28 @@ w3c-hr-time@^1.0.1: dependencies: browser-process-hrtime "^0.1.2" -walker@~1.0.5: +w3c-xmlserializer@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794" + integrity sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== + dependencies: + domexception "^1.0.1" + webidl-conversions "^4.0.2" + xml-name-validator "^3.0.0" + +walker@^1.0.7, walker@~1.0.5: version "1.0.7" resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= dependencies: makeerror "1.0.x" -watch@~0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986" - integrity sha1-KAlUdsbffJDJYxOJkMClQj60uYY= - dependencies: - exec-sh "^0.2.0" - minimist "^1.2.0" - webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== -whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: +whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== @@ -4679,7 +8844,7 @@ whatwg-fetch@>=0.10.0: resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868" integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== -whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0: +whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== @@ -4702,18 +8867,36 @@ whatwg-url@^7.0.0: tr46 "^1.0.1" webidl-conversions "^4.0.2" +which-boxed-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" + integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + dependencies: + is-bigint "^1.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + is-symbol "^1.0.3" + which-module@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@^1.2.12, which@^1.2.9, which@^1.3.0: +which@^1.2.9, which@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe "^2.0.0" +which@^2.0.1, which@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + wide-align@^1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" @@ -4721,33 +8904,53 @@ wide-align@^1.1.0: dependencies: string-width "^1.0.2 || 2" -wordwrap@^1.0.0, wordwrap@~1.0.0: +wordwrap@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= -wrap-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" - integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -write-file-atomic@^2.1.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9" - integrity sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g== +write-file-atomic@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529" + integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + +write-file-atomic@^2.3.0: + version "2.4.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" + integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== dependencies: graceful-fs "^4.1.11" imurmurhash "^0.1.4" signal-exit "^3.0.2" +write-file-atomic@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" + integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== + dependencies: + imurmurhash "^0.1.4" + is-typedarray "^1.0.0" + signal-exit "^3.0.2" + typedarray-to-buffer "^3.1.5" + ws@^5.2.0: version "5.2.2" resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" @@ -4755,54 +8958,125 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" +ws@^7.0.0: + version "7.5.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" + integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== + +xcode@^3.0.0, xcode@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/xcode/-/xcode-3.0.1.tgz#3efb62aac641ab2c702458f9a0302696146aa53c" + integrity sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA== + dependencies: + simple-plist "^1.1.0" + uuid "^7.0.3" + +xhr@^2.0.1: + version "2.6.0" + resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.6.0.tgz#b69d4395e792b4173d6b7df077f0fc5e4e2b249d" + integrity sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA== + dependencies: + global "~4.4.0" + is-function "^1.0.1" + parse-headers "^2.0.0" + xtend "^4.0.0" + +xml-js@^1.6.11: + version "1.6.11" + resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9" + integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g== + dependencies: + sax "^1.2.4" + xml-name-validator@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== -y18n@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= +xml-parse-from-string@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28" + integrity sha1-qQKekp09vN7RafPG4oI42VpdWig= -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= +xml2js@^0.4.23, xml2js@^0.4.5: + version "0.4.23" + resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" + integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug== + dependencies: + sax ">=0.6.0" + xmlbuilder "~11.0.0" + +xmlbuilder@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-14.0.0.tgz#876b5aec4f05ffd5feb97b0a871c855d16fbeb8c" + integrity sha512-ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg== + +xmlbuilder@^9.0.7: + version "9.0.7" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" + integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= + +xmlbuilder@~11.0.0: + version "11.0.1" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" + integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== + +xmlchars@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" + integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== + +xmldom@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.5.0.tgz#193cb96b84aa3486127ea6272c4596354cb4962e" + integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA== + +xtend@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + +y18n@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== yallist@^3.0.0, yallist@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== -yargs-parser@10.x: - version "10.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" - integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - dependencies: - camelcase "^4.1.0" - -yargs-parser@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" - integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc= - dependencies: - camelcase "^4.1.0" - -yargs@^11.0.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" - integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A== - dependencies: - cliui "^4.0.0" - decamelize "^1.1.1" - find-up "^2.1.0" - get-caller-file "^1.0.1" - os-locale "^2.0.0" +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@18.x, yargs-parser@^18.1.2: + version "18.1.3" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" + integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs@^15.3.1: + version "15.4.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" + integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== + dependencies: + cliui "^6.0.0" + decamelize "^1.2.0" + find-up "^4.1.0" + get-caller-file "^2.0.1" require-directory "^2.1.1" - require-main-filename "^1.0.1" + require-main-filename "^2.0.0" set-blocking "^2.0.0" - string-width "^2.0.0" + string-width "^4.2.0" which-module "^2.0.0" - y18n "^3.2.1" - yargs-parser "^9.0.2" + y18n "^4.0.0" + yargs-parser "^18.1.2" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==