@react-navigation/native 7.1.28 → 8.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/ReactNavigation.podspec +20 -0
  2. package/android/build/.transforms/586a73aab4c351d3f13dc604ca6964e8/results.bin +1 -0
  3. package/android/build/.transforms/586a73aab4c351d3f13dc604ca6964e8/transformed/classes/classes_dex/classes.dex +0 -0
  4. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/results.bin +1 -0
  5. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/fbreact/specs/NativeMaterialSymbolModuleSpec.dex +0 -0
  6. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerDelegate.dex +0 -0
  7. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerInterface.dex +0 -0
  8. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerDelegate.dex +0 -0
  9. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerInterface.dex +0 -0
  10. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/BuildConfig.dex +0 -0
  11. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolModule$Companion.dex +0 -0
  12. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolModule$WhenMappings.dex +0 -0
  13. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolModule$getImageSource$future$1$1$1.dex +0 -0
  14. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolModule.dex +0 -0
  15. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolTypeface.dex +0 -0
  16. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolView.dex +0 -0
  17. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolViewManager$Companion.dex +0 -0
  18. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/MaterialSymbolViewManager.dex +0 -0
  19. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/org/reactnavigation/ReactNavigationPackage.dex +0 -0
  20. package/android/build/.transforms/fb9c4b42fa16b6541a5819cb4bf06272/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  21. package/android/build/generated/source/buildConfig/debug/org/reactnavigation/BuildConfig.java +10 -0
  22. package/android/build/generated/source/codegen/java/com/facebook/fbreact/specs/NativeMaterialSymbolModuleSpec.java +38 -0
  23. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerDelegate.java +42 -0
  24. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerInterface.java +21 -0
  25. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerDelegate.java +39 -0
  26. package/android/build/generated/source/codegen/java/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerInterface.java +20 -0
  27. package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
  28. package/android/build/generated/source/codegen/jni/ReactNavigationSpec-generated.cpp +32 -0
  29. package/android/build/generated/source/codegen/jni/ReactNavigationSpec.h +31 -0
  30. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ComponentDescriptors.cpp +23 -0
  31. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ComponentDescriptors.h +25 -0
  32. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/EventEmitters.cpp +17 -0
  33. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/EventEmitters.h +30 -0
  34. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/Props.cpp +101 -0
  35. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/Props.h +55 -0
  36. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ReactNavigationSpecJSI-generated.cpp +31 -0
  37. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ReactNavigationSpecJSI.h +71 -0
  38. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ShadowNodes.cpp +18 -0
  39. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/ShadowNodes.h +43 -0
  40. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/States.cpp +16 -0
  41. package/android/build/generated/source/codegen/jni/react/renderer/components/ReactNavigationSpec/States.h +22 -0
  42. package/android/build/generated/source/codegen/schema.json +1 -0
  43. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  44. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  45. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  46. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  47. package/android/build/intermediates/assets/debug/mergeDebugAssets/fonts/MaterialSymbolsOutlined.ttf +0 -0
  48. package/android/build/intermediates/assets/debug/mergeDebugAssets/fonts/MaterialSymbolsRounded.ttf +0 -0
  49. package/android/build/intermediates/assets/debug/mergeDebugAssets/fonts/MaterialSymbolsSharp.ttf +0 -0
  50. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  51. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  52. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  53. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  54. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  55. package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  56. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  57. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  58. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-navigation_native_debug.kotlin_module +0 -0
  59. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/fbreact/specs/NativeMaterialSymbolModuleSpec.class +0 -0
  60. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerDelegate.class +0 -0
  61. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerInterface.class +0 -0
  62. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerDelegate.class +0 -0
  63. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerInterface.class +0 -0
  64. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/org/reactnavigation/BuildConfig.class +0 -0
  65. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  66. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  67. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  68. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  69. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  70. package/android/build/intermediates/react-navigation/fonts/MaterialSymbolsOutlined.ttf +0 -0
  71. package/android/build/intermediates/react-navigation/fonts/MaterialSymbolsRounded.ttf +0 -0
  72. package/android/build/intermediates/react-navigation/fonts/MaterialSymbolsSharp.ttf +0 -0
  73. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-navigation_native_debug.kotlin_module +0 -0
  74. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/fbreact/specs/NativeMaterialSymbolModuleSpec.class +0 -0
  75. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerDelegate.class +0 -0
  76. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/ReactNavigationMaterialSymbolViewManagerInterface.class +0 -0
  77. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerDelegate.class +0 -0
  78. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/facebook/react/viewmanagers/ReactNavigationSFSymbolViewManagerInterface.class +0 -0
  79. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/BuildConfig.class +0 -0
  80. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolModule$Companion.class +0 -0
  81. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolModule$WhenMappings.class +0 -0
  82. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolModule$getImageSource$future$1$1$1.class +0 -0
  83. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolModule.class +0 -0
  84. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolTypeface.class +0 -0
  85. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolView.class +0 -0
  86. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolViewManager$Companion.class +0 -0
  87. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/MaterialSymbolViewManager.class +0 -0
  88. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/org/reactnavigation/ReactNavigationPackage.class +0 -0
  89. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  90. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  165. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  166. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  167. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  168. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  169. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  170. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  171. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  172. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  173. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  174. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  175. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  176. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  177. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  178. package/android/build/outputs/logs/manifest-merger-debug-report.txt +16 -0
  179. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  180. package/android/build/tmp/kotlin-classes/debug/META-INF/react-navigation_native_debug.kotlin_module +0 -0
  181. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolModule$Companion.class +0 -0
  182. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolModule$WhenMappings.class +0 -0
  183. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolModule$getImageSource$future$1$1$1.class +0 -0
  184. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolModule.class +0 -0
  185. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolTypeface.class +0 -0
  186. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolView.class +0 -0
  187. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolViewManager$Companion.class +0 -0
  188. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/MaterialSymbolViewManager.class +0 -0
  189. package/android/build/tmp/kotlin-classes/debug/org/reactnavigation/ReactNavigationPackage.class +0 -0
  190. package/android/build.gradle +66 -0
  191. package/android/gradle.properties +5 -0
  192. package/android/src/main/AndroidManifest.xml +2 -0
  193. package/android/src/main/java/org/reactnavigation/MaterialSymbolModule.kt +111 -0
  194. package/android/src/main/java/org/reactnavigation/MaterialSymbolTypeface.kt +26 -0
  195. package/android/src/main/java/org/reactnavigation/MaterialSymbolView.kt +50 -0
  196. package/android/src/main/java/org/reactnavigation/MaterialSymbolViewManager.kt +42 -0
  197. package/android/src/main/java/org/reactnavigation/ReactNavigationPackage.kt +37 -0
  198. package/assets/fonts/MaterialSymbolsOutlined.codepoints +4102 -0
  199. package/assets/fonts/MaterialSymbolsOutlined.ttf +0 -0
  200. package/assets/fonts/MaterialSymbolsRounded.codepoints +4102 -0
  201. package/assets/fonts/MaterialSymbolsRounded.ttf +0 -0
  202. package/assets/fonts/MaterialSymbolsSharp.codepoints +4102 -0
  203. package/assets/fonts/MaterialSymbolsSharp.ttf +0 -0
  204. package/ios/ReactNavigationSFSymbolView.h +14 -0
  205. package/ios/ReactNavigationSFSymbolView.mm +58 -0
  206. package/ios/ReactNavigationSFSymbolView.swift +50 -0
  207. package/lib/module/Link.js.map +1 -1
  208. package/lib/module/NavigationContainer.js +73 -63
  209. package/lib/module/NavigationContainer.js.map +1 -1
  210. package/lib/module/__stubs__/createStackNavigator.js.map +1 -1
  211. package/lib/module/createStaticNavigation.js +3 -6
  212. package/lib/module/createStaticNavigation.js.map +1 -1
  213. package/lib/module/extractPathFromURL.js +12 -7
  214. package/lib/module/extractPathFromURL.js.map +1 -1
  215. package/lib/module/getStateFromHref.js +30 -0
  216. package/lib/module/getStateFromHref.js.map +1 -0
  217. package/lib/module/index.js +2 -1
  218. package/lib/module/index.js.map +1 -1
  219. package/lib/module/native/MaterialSymbol.android.js +57 -0
  220. package/lib/module/native/MaterialSymbol.android.js.map +1 -0
  221. package/lib/module/native/MaterialSymbol.js +9 -0
  222. package/lib/module/native/MaterialSymbol.js.map +1 -0
  223. package/lib/module/native/MaterialSymbolData.js +11 -0
  224. package/lib/module/native/MaterialSymbolData.js.map +1 -0
  225. package/lib/module/native/MaterialSymbolViewNativeComponent.ts +19 -0
  226. package/lib/module/native/NativeMaterialSymbolModule.js +7 -0
  227. package/lib/module/native/NativeMaterialSymbolModule.js.map +1 -0
  228. package/lib/module/native/SFSymbol.ios.js +23 -0
  229. package/lib/module/native/SFSymbol.ios.js.map +1 -0
  230. package/lib/module/native/SFSymbol.js +6 -0
  231. package/lib/module/native/SFSymbol.js.map +1 -0
  232. package/lib/module/native/SFSymbolViewNativeComponent.ts +18 -0
  233. package/lib/module/native/types.js +4 -0
  234. package/lib/module/native/types.js.map +1 -0
  235. package/lib/module/theming/DarkTheme.js.map +1 -1
  236. package/lib/module/theming/DefaultTheme.js +1 -1
  237. package/lib/module/theming/DefaultTheme.js.map +1 -1
  238. package/lib/module/theming/fonts.js.map +1 -1
  239. package/lib/module/useLinkBuilder.js +7 -10
  240. package/lib/module/useLinkBuilder.js.map +1 -1
  241. package/lib/module/useLinkProps.js +20 -0
  242. package/lib/module/useLinkProps.js.map +1 -1
  243. package/lib/module/useLinking.js +23 -24
  244. package/lib/module/useLinking.js.map +1 -1
  245. package/lib/module/useLinking.native.js +21 -36
  246. package/lib/module/useLinking.native.js.map +1 -1
  247. package/lib/module/useScrollToTop.js +1 -0
  248. package/lib/module/useScrollToTop.js.map +1 -1
  249. package/lib/module/useThenable.js +9 -6
  250. package/lib/module/useThenable.js.map +1 -1
  251. package/lib/typescript/src/Link.d.ts +3 -2
  252. package/lib/typescript/src/Link.d.ts.map +1 -1
  253. package/lib/typescript/src/NavigationContainer.d.ts +35 -7
  254. package/lib/typescript/src/NavigationContainer.d.ts.map +1 -1
  255. package/lib/typescript/src/__stubs__/createStackNavigator.d.ts +1 -2
  256. package/lib/typescript/src/__stubs__/createStackNavigator.d.ts.map +1 -1
  257. package/lib/typescript/src/createStaticNavigation.d.ts +3 -3
  258. package/lib/typescript/src/createStaticNavigation.d.ts.map +1 -1
  259. package/lib/typescript/src/extractPathFromURL.d.ts +2 -1
  260. package/lib/typescript/src/extractPathFromURL.d.ts.map +1 -1
  261. package/lib/typescript/src/getStateFromHref.d.ts +4 -0
  262. package/lib/typescript/src/getStateFromHref.d.ts.map +1 -0
  263. package/lib/typescript/src/index.d.ts +2 -1
  264. package/lib/typescript/src/index.d.ts.map +1 -1
  265. package/lib/typescript/src/native/MaterialSymbol.android.d.ts +8 -0
  266. package/lib/typescript/src/native/MaterialSymbol.android.d.ts.map +1 -0
  267. package/lib/typescript/src/native/MaterialSymbol.d.ts +8 -0
  268. package/lib/typescript/src/native/MaterialSymbol.d.ts.map +1 -0
  269. package/lib/typescript/src/native/MaterialSymbolData.d.ts +7 -0
  270. package/lib/typescript/src/native/MaterialSymbolData.d.ts.map +1 -0
  271. package/lib/typescript/src/native/MaterialSymbolViewNativeComponent.d.ts +10 -0
  272. package/lib/typescript/src/native/MaterialSymbolViewNativeComponent.d.ts.map +1 -0
  273. package/lib/typescript/src/native/NativeMaterialSymbolModule.d.ts +7 -0
  274. package/lib/typescript/src/native/NativeMaterialSymbolModule.d.ts.map +1 -0
  275. package/lib/typescript/src/native/SFSymbol.d.ts +5 -0
  276. package/lib/typescript/src/native/SFSymbol.d.ts.map +1 -0
  277. package/lib/typescript/src/native/SFSymbol.ios.d.ts +5 -0
  278. package/lib/typescript/src/native/SFSymbol.ios.d.ts.map +1 -0
  279. package/lib/typescript/src/native/SFSymbolViewNativeComponent.d.ts +9 -0
  280. package/lib/typescript/src/native/SFSymbolViewNativeComponent.d.ts.map +1 -0
  281. package/lib/typescript/src/native/types.d.ts +45 -0
  282. package/lib/typescript/src/native/types.d.ts.map +1 -0
  283. package/lib/typescript/src/theming/DarkTheme.d.ts +63 -2
  284. package/lib/typescript/src/theming/DarkTheme.d.ts.map +1 -1
  285. package/lib/typescript/src/theming/DefaultTheme.d.ts +63 -2
  286. package/lib/typescript/src/theming/DefaultTheme.d.ts.map +1 -1
  287. package/lib/typescript/src/theming/fonts.d.ts.map +1 -1
  288. package/lib/typescript/src/types.d.ts +49 -23
  289. package/lib/typescript/src/types.d.ts.map +1 -1
  290. package/lib/typescript/src/useLinkBuilder.d.ts +21 -13
  291. package/lib/typescript/src/useLinkBuilder.d.ts.map +1 -1
  292. package/lib/typescript/src/useLinkProps.d.ts +3 -3
  293. package/lib/typescript/src/useLinkProps.d.ts.map +1 -1
  294. package/lib/typescript/src/useLinking.d.ts +48 -4
  295. package/lib/typescript/src/useLinking.d.ts.map +1 -1
  296. package/lib/typescript/src/useLinking.native.d.ts +69 -4
  297. package/lib/typescript/src/useLinking.native.d.ts.map +1 -1
  298. package/lib/typescript/src/useScrollToTop.d.ts.map +1 -1
  299. package/lib/typescript/src/useThenable.d.ts +4 -1
  300. package/lib/typescript/src/useThenable.d.ts.map +1 -1
  301. package/package.json +28 -8
  302. package/src/Link.tsx +18 -15
  303. package/src/NavigationContainer.tsx +141 -84
  304. package/src/__stubs__/createStackNavigator.tsx +0 -2
  305. package/src/createStaticNavigation.tsx +8 -12
  306. package/src/extractPathFromURL.tsx +28 -18
  307. package/src/getStateFromHref.tsx +46 -0
  308. package/src/index.tsx +5 -1
  309. package/src/native/MaterialSymbol.android.tsx +81 -0
  310. package/src/native/MaterialSymbol.tsx +17 -0
  311. package/src/native/MaterialSymbolData.tsx +4112 -0
  312. package/src/native/MaterialSymbolViewNativeComponent.ts +19 -0
  313. package/src/native/NativeMaterialSymbolModule.ts +19 -0
  314. package/src/native/SFSymbol.ios.tsx +30 -0
  315. package/src/native/SFSymbol.tsx +9 -0
  316. package/src/native/SFSymbolViewNativeComponent.ts +18 -0
  317. package/src/native/types.tsx +47 -0
  318. package/src/theming/DarkTheme.tsx +4 -3
  319. package/src/theming/DefaultTheme.tsx +5 -4
  320. package/src/theming/fonts.tsx +1 -2
  321. package/src/types.tsx +60 -22
  322. package/src/useLinkBuilder.tsx +8 -11
  323. package/src/useLinkProps.tsx +36 -7
  324. package/src/useLinking.native.tsx +25 -48
  325. package/src/useLinking.tsx +32 -38
  326. package/src/useScrollToTop.tsx +3 -1
  327. package/src/useThenable.tsx +14 -6
  328. package/lib/module/UnhandledLinkingContext.js +0 -14
  329. package/lib/module/UnhandledLinkingContext.js.map +0 -1
  330. package/lib/typescript/src/UnhandledLinkingContext.d.ts +0 -6
  331. package/lib/typescript/src/UnhandledLinkingContext.d.ts.map +0 -1
  332. package/src/UnhandledLinkingContext.tsx +0 -18
@@ -1 +1 @@
1
- {"version":3,"names":["NavigationContext","useRoute","React","getScrollableNode","ref","current","getScrollResponder","getNode","useScrollToTop","navigation","useContext","route","undefined","Error","useEffect","tabNavigations","currentNavigation","getState","type","push","getParent","length","unsubscribers","map","tab","addListener","e","isFocused","isFirst","includes","routes","key","requestAnimationFrame","scrollable","defaultPrevented","scrollToTop","scrollTo","y","animated","scrollToOffset","offset","scrollResponderScrollTo","forEach","unsubscribe"],"sourceRoot":"../../src","sources":["useScrollToTop.tsx"],"mappings":";;AAAA,SAEEA,iBAAiB,EAGjBC,QAAQ,QACH,wBAAwB;AAC/B,OAAO,KAAKC,KAAK,MAAM,OAAO;AAiB9B,SAASC,iBAAiBA,CAACC,GAAuC,EAAE;EAClE,IAAIA,GAAG,CAACC,OAAO,IAAI,IAAI,EAAE;IACvB,OAAO,IAAI;EACb;EAEA,IACE,aAAa,IAAID,GAAG,CAACC,OAAO,IAC5B,UAAU,IAAID,GAAG,CAACC,OAAO,IACzB,gBAAgB,IAAID,GAAG,CAACC,OAAO,IAC/B,yBAAyB,IAAID,GAAG,CAACC,OAAO,EACxC;IACA;IACA,OAAOD,GAAG,CAACC,OAAO;EACpB,CAAC,MAAM,IAAI,oBAAoB,IAAID,GAAG,CAACC,OAAO,EAAE;IAC9C;IACA;IACA,OAAOD,GAAG,CAACC,OAAO,CAACC,kBAAkB,CAAC,CAAC;EACzC,CAAC,MAAM,IAAI,SAAS,IAAIF,GAAG,CAACC,OAAO,EAAE;IACnC;IACA;IACA;IACA;IACA,OAAOD,GAAG,CAACC,OAAO,CAACE,OAAO,CAAC,CAAC;EAC9B,CAAC,MAAM;IACL,OAAOH,GAAG,CAACC,OAAO;EACpB;AACF;AAEA,OAAO,SAASG,cAAcA,CAACJ,GAAuC,EAAE;EACtE,MAAMK,UAAU,GAAGP,KAAK,CAACQ,UAAU,CAACV,iBAAiB,CAAC;EACtD,MAAMW,KAAK,GAAGV,QAAQ,CAAC,CAAC;EAExB,IAAIQ,UAAU,KAAKG,SAAS,EAAE;IAC5B,MAAM,IAAIC,KAAK,CACb,kFACF,CAAC;EACH;EAEAX,KAAK,CAACY,SAAS,CAAC,MAAM;IACpB,MAAMC,cAA+C,GAAG,EAAE;IAC1D,IAAIC,iBAAiB,GAAGP,UAAU;IAClC;IACA;IACA,OAAOO,iBAAiB,EAAE;MACxB,IAAIA,iBAAiB,CAACC,QAAQ,CAAC,CAAC,CAACC,IAAI,KAAK,KAAK,EAAE;QAC/CH,cAAc,CAACI,IAAI,CAACH,iBAAiB,CAAC;MACxC;MAEAA,iBAAiB,GAAGA,iBAAiB,CAACI,SAAS,CAAC,CAAC;IACnD;IAEA,IAAIL,cAAc,CAACM,MAAM,KAAK,CAAC,EAAE;MAC/B;IACF;IAEA,MAAMC,aAAa,GAAGP,cAAc,CAACQ,GAAG,CAAEC,GAAG,IAAK;MAChD,OAAOA,GAAG,CAACC,WAAW;MACpB;MACA;MACA;MACA,UAAU,EACTC,CAA6B,IAAK;QACjC;QACA,MAAMC,SAAS,GAAGlB,UAAU,CAACkB,SAAS,CAAC,CAAC;;QAExC;QACA;QACA,MAAMC,OAAO,GACXb,cAAc,CAACc,QAAQ,CAACpB,UAAU,CAAC,IACnCA,UAAU,CAACQ,QAAQ,CAAC,CAAC,CAACa,MAAM,CAAC,CAAC,CAAC,CAACC,GAAG,KAAKpB,KAAK,CAACoB,GAAG;;QAEnD;QACA;QACAC,qBAAqB,CAAC,MAAM;UAC1B,MAAMC,UAAU,GAAG9B,iBAAiB,CAACC,GAAG,CAAsB;UAE9D,IAAIuB,SAAS,IAAIC,OAAO,IAAIK,UAAU,IAAI,CAACP,CAAC,CAACQ,gBAAgB,EAAE;YAC7D,IAAI,aAAa,IAAID,UAAU,EAAE;cAC/BA,UAAU,CAACE,WAAW,CAAC,CAAC;YAC1B,CAAC,MAAM,IAAI,UAAU,IAAIF,UAAU,EAAE;cACnCA,UAAU,CAACG,QAAQ,CAAC;gBAAEC,CAAC,EAAE,CAAC;gBAAEC,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC/C,CAAC,MAAM,IAAI,gBAAgB,IAAIL,UAAU,EAAE;cACzCA,UAAU,CAACM,cAAc,CAAC;gBAAEC,MAAM,EAAE,CAAC;gBAAEF,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC1D,CAAC,MAAM,IAAI,yBAAyB,IAAIL,UAAU,EAAE;cAClDA,UAAU,CAACQ,uBAAuB,CAAC;gBAAEJ,CAAC,EAAE,CAAC;gBAAEC,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC9D;UACF;QACF,CAAC,CAAC;MACJ,CACF,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,MAAM;MACXhB,aAAa,CAACoB,OAAO,CAAEC,WAAW,IAAKA,WAAW,CAAC,CAAC,CAAC;IACvD,CAAC;EACH,CAAC,EAAE,CAAClC,UAAU,EAAEL,GAAG,EAAEO,KAAK,CAACoB,GAAG,CAAC,CAAC;AAClC","ignoreList":[]}
1
+ {"version":3,"names":["NavigationContext","useRoute","React","getScrollableNode","ref","current","getScrollResponder","getNode","useScrollToTop","navigation","useContext","route","undefined","Error","useEffect","tabNavigations","currentNavigation","getState","type","push","getParent","length","unsubscribers","map","tab","addListener","e","isFocused","isFirst","includes","routes","key","requestAnimationFrame","scrollable","defaultPrevented","scrollToTop","scrollTo","y","animated","scrollToOffset","offset","scrollResponderScrollTo","forEach","unsubscribe"],"sourceRoot":"../../src","sources":["useScrollToTop.tsx"],"mappings":";;AAAA,SAEEA,iBAAiB,EAGjBC,QAAQ,QACH,wBAAwB;AAC/B,OAAO,KAAKC,KAAK,MAAM,OAAO;AAiB9B,SAASC,iBAAiBA,CAACC,GAAuC,EAAE;EAClE,IAAIA,GAAG,CAACC,OAAO,IAAI,IAAI,EAAE;IACvB,OAAO,IAAI;EACb;EAEA,IACE,aAAa,IAAID,GAAG,CAACC,OAAO,IAC5B,UAAU,IAAID,GAAG,CAACC,OAAO,IACzB,gBAAgB,IAAID,GAAG,CAACC,OAAO,IAC/B,yBAAyB,IAAID,GAAG,CAACC,OAAO,EACxC;IACA;IACA,OAAOD,GAAG,CAACC,OAAO;EACpB,CAAC,MAAM,IAAI,oBAAoB,IAAID,GAAG,CAACC,OAAO,EAAE;IAC9C;IACA;IACA,OAAOD,GAAG,CAACC,OAAO,CAACC,kBAAkB,CAAC,CAAC;EACzC,CAAC,MAAM,IAAI,SAAS,IAAIF,GAAG,CAACC,OAAO,EAAE;IACnC;IACA;IACA;IACA;IACA,OAAOD,GAAG,CAACC,OAAO,CAACE,OAAO,CAAC,CAAC;EAC9B,CAAC,MAAM;IACL,OAAOH,GAAG,CAACC,OAAO;EACpB;AACF;AAEA,OAAO,SAASG,cAAcA,CAACJ,GAAuC,EAAE;EACtE,MAAMK,UAAU,GAAGP,KAAK,CAACQ,UAAU,CAACV,iBAAiB,CAAC;EACtD,MAAMW,KAAK,GAAGV,QAAQ,CAAC,CAAC;EAExB,IAAIQ,UAAU,KAAKG,SAAS,EAAE;IAC5B,MAAM,IAAIC,KAAK,CACb,kFACF,CAAC;EACH;EAEAX,KAAK,CAACY,SAAS,CAAC,MAAM;IACpB,MAAMC,cAA+C,GAAG,EAAE;IAC1D,IAAIC,iBAA4D,GAC9DP,UAAU;;IAEZ;IACA;IACA,OAAOO,iBAAiB,EAAE;MACxB,IAAIA,iBAAiB,CAACC,QAAQ,CAAC,CAAC,CAACC,IAAI,KAAK,KAAK,EAAE;QAC/CH,cAAc,CAACI,IAAI,CAACH,iBAAiB,CAAC;MACxC;MAEAA,iBAAiB,GAAGA,iBAAiB,CAACI,SAAS,CAAC,CAAC;IACnD;IAEA,IAAIL,cAAc,CAACM,MAAM,KAAK,CAAC,EAAE;MAC/B;IACF;IAEA,MAAMC,aAAa,GAAGP,cAAc,CAACQ,GAAG,CAAEC,GAAG,IAAK;MAChD,OAAOA,GAAG,CAACC,WAAW;MACpB;MACA;MACA;MACA,UAAU,EACTC,CAA6B,IAAK;QACjC;QACA,MAAMC,SAAS,GAAGlB,UAAU,CAACkB,SAAS,CAAC,CAAC;;QAExC;QACA;QACA,MAAMC,OAAO,GACXb,cAAc,CAACc,QAAQ,CAACpB,UAAU,CAAC,IACnCA,UAAU,CAACQ,QAAQ,CAAC,CAAC,CAACa,MAAM,CAAC,CAAC,CAAC,CAACC,GAAG,KAAKpB,KAAK,CAACoB,GAAG;;QAEnD;QACA;QACAC,qBAAqB,CAAC,MAAM;UAC1B,MAAMC,UAAU,GAAG9B,iBAAiB,CAACC,GAAG,CAAsB;UAE9D,IAAIuB,SAAS,IAAIC,OAAO,IAAIK,UAAU,IAAI,CAACP,CAAC,CAACQ,gBAAgB,EAAE;YAC7D,IAAI,aAAa,IAAID,UAAU,EAAE;cAC/BA,UAAU,CAACE,WAAW,CAAC,CAAC;YAC1B,CAAC,MAAM,IAAI,UAAU,IAAIF,UAAU,EAAE;cACnCA,UAAU,CAACG,QAAQ,CAAC;gBAAEC,CAAC,EAAE,CAAC;gBAAEC,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC/C,CAAC,MAAM,IAAI,gBAAgB,IAAIL,UAAU,EAAE;cACzCA,UAAU,CAACM,cAAc,CAAC;gBAAEC,MAAM,EAAE,CAAC;gBAAEF,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC1D,CAAC,MAAM,IAAI,yBAAyB,IAAIL,UAAU,EAAE;cAClDA,UAAU,CAACQ,uBAAuB,CAAC;gBAAEJ,CAAC,EAAE,CAAC;gBAAEC,QAAQ,EAAE;cAAK,CAAC,CAAC;YAC9D;UACF;QACF,CAAC,CAAC;MACJ,CACF,CAAC;IACH,CAAC,CAAC;IAEF,OAAO,MAAM;MACXhB,aAAa,CAACoB,OAAO,CAAEC,WAAW,IAAKA,WAAW,CAAC,CAAC,CAAC;IACvD,CAAC;EACH,CAAC,EAAE,CAAClC,UAAU,EAAEL,GAAG,EAAEO,KAAK,CAACoB,GAAG,CAAC,CAAC;AAClC","ignoreList":[]}
@@ -4,12 +4,15 @@ import * as React from 'react';
4
4
  export function useThenable(create) {
5
5
  const [promise] = React.useState(create);
6
6
  let initialState = [false, undefined];
7
-
8
- // Check if our thenable is synchronous
9
- // eslint-disable-next-line promise/catch-or-return, promise/always-return
10
- promise.then(result => {
11
- initialState = [true, result];
12
- });
7
+ if (promise == null) {
8
+ initialState = [true, undefined];
9
+ } else {
10
+ // Check if our thenable is synchronous
11
+ // eslint-disable-next-line promise/catch-or-return, promise/always-return
12
+ promise.then(result => {
13
+ initialState = [true, result];
14
+ });
15
+ }
13
16
  const [state, setState] = React.useState(initialState);
14
17
  const [resolved] = state;
15
18
  React.useEffect(() => {
@@ -1 +1 @@
1
- {"version":3,"names":["React","useThenable","create","promise","useState","initialState","undefined","then","result","state","setState","resolved","useEffect","cancelled","resolve"],"sourceRoot":"../../src","sources":["useThenable.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAE9B,OAAO,SAASC,WAAWA,CAAIC,MAA4B,EAAE;EAC3D,MAAM,CAACC,OAAO,CAAC,GAAGH,KAAK,CAACI,QAAQ,CAACF,MAAM,CAAC;EAExC,IAAIG,YAAsC,GAAG,CAAC,KAAK,EAAEC,SAAS,CAAC;;EAE/D;EACA;EACAH,OAAO,CAACI,IAAI,CAAEC,MAAM,IAAK;IACvBH,YAAY,GAAG,CAAC,IAAI,EAAEG,MAAM,CAAC;EAC/B,CAAC,CAAC;EAEF,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAGV,KAAK,CAACI,QAAQ,CAACC,YAAY,CAAC;EACtD,MAAM,CAACM,QAAQ,CAAC,GAAGF,KAAK;EAExBT,KAAK,CAACY,SAAS,CAAC,MAAM;IACpB,IAAIC,SAAS,GAAG,KAAK;IAErB,MAAMC,OAAO,GAAG,MAAAA,CAAA,KAAY;MAC1B,IAAIN,MAAM;MAEV,IAAI;QACFA,MAAM,GAAG,MAAML,OAAO;MACxB,CAAC,SAAS;QACR,IAAI,CAACU,SAAS,EAAE;UACdH,QAAQ,CAAC,CAAC,IAAI,EAAEF,MAAM,CAAC,CAAC;QAC1B;MACF;IACF,CAAC;IAED,IAAI,CAACG,QAAQ,EAAE;MACbG,OAAO,CAAC,CAAC;IACX;IAEA,OAAO,MAAM;MACXD,SAAS,GAAG,IAAI;IAClB,CAAC;EACH,CAAC,EAAE,CAACV,OAAO,EAAEQ,QAAQ,CAAC,CAAC;EAEvB,OAAOF,KAAK;AACd","ignoreList":[]}
1
+ {"version":3,"names":["React","useThenable","create","promise","useState","initialState","undefined","then","result","state","setState","resolved","useEffect","cancelled","resolve"],"sourceRoot":"../../src","sources":["useThenable.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAM9B,OAAO,SAASC,WAAWA,CAAIC,MAAqC,EAAE;EACpE,MAAM,CAACC,OAAO,CAAC,GAAGH,KAAK,CAACI,QAAQ,CAACF,MAAM,CAAC;EAExC,IAAIG,YAAsC,GAAG,CAAC,KAAK,EAAEC,SAAS,CAAC;EAE/D,IAAIH,OAAO,IAAI,IAAI,EAAE;IACnBE,YAAY,GAAG,CAAC,IAAI,EAAEC,SAAS,CAAC;EAClC,CAAC,MAAM;IACL;IACA;IACAH,OAAO,CAACI,IAAI,CAAEC,MAAM,IAAK;MACvBH,YAAY,GAAG,CAAC,IAAI,EAAEG,MAAM,CAAC;IAC/B,CAAC,CAAC;EACJ;EAEA,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAGV,KAAK,CAACI,QAAQ,CAACC,YAAY,CAAC;EACtD,MAAM,CAACM,QAAQ,CAAC,GAAGF,KAAK;EAExBT,KAAK,CAACY,SAAS,CAAC,MAAM;IACpB,IAAIC,SAAS,GAAG,KAAK;IAErB,MAAMC,OAAO,GAAG,MAAAA,CAAA,KAAY;MAC1B,IAAIN,MAAM;MAEV,IAAI;QACFA,MAAM,GAAG,MAAML,OAAO;MACxB,CAAC,SAAS;QACR,IAAI,CAACU,SAAS,EAAE;UACdH,QAAQ,CAAC,CAAC,IAAI,EAAEF,MAAM,CAAC,CAAC;QAC1B;MACF;IACF,CAAC;IAED,IAAI,CAACG,QAAQ,EAAE;MACbG,OAAO,CAAC,CAAC;IACX;IAEA,OAAO,MAAM;MACXD,SAAS,GAAG,IAAI;IAClB,CAAC;EACH,CAAC,EAAE,CAACV,OAAO,EAAEQ,QAAQ,CAAC,CAAC;EAEvB,OAAOF,KAAK;AACd","ignoreList":[]}
@@ -1,7 +1,8 @@
1
+ import { type RootParamList } from '@react-navigation/core';
1
2
  import * as React from 'react';
2
3
  import { type GestureResponderEvent, Text, type TextProps } from 'react-native';
3
4
  import { type LinkProps } from './useLinkProps';
4
- type Props<ParamList extends ReactNavigation.RootParamList> = LinkProps<ParamList> & Omit<TextProps, 'disabled'> & {
5
+ type Props<ParamList extends {} = RootParamList, RouteName extends keyof ParamList = keyof ParamList> = LinkProps<ParamList, RouteName> & Omit<TextProps, 'disabled'> & {
5
6
  target?: string;
6
7
  onPress?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent> | GestureResponderEvent) => void;
7
8
  disabled?: boolean | null;
@@ -17,6 +18,6 @@ type Props<ParamList extends ReactNavigation.RootParamList> = LinkProps<ParamLis
17
18
  * @param props.action Optional action to use for in-page navigation. By default, the path is parsed to an action based on linking config.
18
19
  * @param props.children Child elements to render the content.
19
20
  */
20
- export declare function Link<ParamList extends ReactNavigation.RootParamList>({ screen, params, action, href, style, ...rest }: Props<ParamList>): React.CElement<TextProps, Text>;
21
+ export declare function Link<const ParamList extends {} = RootParamList, const RouteName extends keyof ParamList = keyof ParamList>({ screen, params, action, href, style, ...rest }: Props<ParamList, RouteName>): React.CElement<TextProps, Text>;
21
22
  export {};
22
23
  //# sourceMappingURL=Link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,KAAK,qBAAqB,EAE1B,IAAI,EACJ,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,gBAAgB,CAAC;AAE9D,KAAK,KAAK,CAAC,SAAS,SAAS,eAAe,CAAC,aAAa,IACxD,SAAS,CAAC,SAAS,CAAC,GAClB,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,CACR,CAAC,EACG,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAC/C,qBAAqB,KACtB,IAAI,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEN;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAAC,SAAS,SAAS,eAAe,CAAC,aAAa,EAAE,EACpE,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,KAAK,EACL,GAAG,IAAI,EACR,EAAE,KAAK,CAAC,SAAS,CAAC,mCA2BlB"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAY,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,KAAK,qBAAqB,EAE1B,IAAI,EACJ,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,gBAAgB,CAAC;AAE9D,KAAK,KAAK,CACR,SAAS,SAAS,EAAE,GAAG,aAAa,EACpC,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,SAAS,IACjD,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,GACjC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,CACR,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAG,qBAAqB,KACvE,IAAI,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEJ;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAClB,KAAK,CAAC,SAAS,SAAS,EAAE,GAAG,aAAa,EAC1C,KAAK,CAAC,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,SAAS,EACzD,EACA,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,KAAK,EACL,GAAG,IAAI,EACR,EAAE,KAAK,CAAC,SAAS,EAAE,SAAS,CAAC,mCA2B7B"}
@@ -1,6 +1,6 @@
1
- import { type NavigationContainerProps, type NavigationContainerRef } from '@react-navigation/core';
1
+ import { type NavigationContainerProps, type NavigationContainerRef, type RootParamList } from '@react-navigation/core';
2
2
  import * as React from 'react';
3
- import type { DocumentTitleOptions, LinkingOptions, LocaleDirection } from './types';
3
+ import type { DocumentTitleOptions, LinkingOptions, LocaleDirection, Persistor } from './types';
4
4
  declare global {
5
5
  var REACT_NAVIGATION_DEVTOOLS: WeakMap<NavigationContainerRef<any>, {
6
6
  readonly linking: LinkingOptions<any>;
@@ -10,7 +10,9 @@ type Props<ParamList extends {}> = NavigationContainerProps & {
10
10
  /**
11
11
  * Initial state object for the navigation tree.
12
12
  *
13
- * If this is provided, deep link or URLs won't be handled on the initial render.
13
+ * If this is provided:
14
+ * - Deep link or URLs won't be handled on the initial render.
15
+ * - Persisted state won't be restored.
14
16
  */
15
17
  initialState?: NavigationContainerProps['initialState'];
16
18
  /**
@@ -25,11 +27,36 @@ type Props<ParamList extends {}> = NavigationContainerProps & {
25
27
  */
26
28
  linking?: LinkingOptions<ParamList>;
27
29
  /**
28
- * Fallback element to render until initial state is resolved from deep linking.
30
+ * Persistor object to persist and restore navigation state.
31
+ *
32
+ * State is not restored if a deep link is handled on the initial render
33
+ * Not supported on web when linking is enabled.
34
+ *
35
+ * Example:
36
+ *
37
+ * ```ts
38
+ * const persistor = {
39
+ * async persist(state) {
40
+ * await AsyncStorage.setItem('state-key-v1', JSON.stringify(state));
41
+ * },
42
+ * async restore() {
43
+ * const state = await AsyncStorage.getItem('state-key-v1');
44
+ *
45
+ * return state ? JSON.parse(state) : undefined;
46
+ * },
47
+ * };
48
+ *
49
+ * <NavigationContainer persistor={persistor}>...</NavigationContainer>
50
+ * ```
51
+ */
52
+ persistor?: Persistor;
53
+ /**
54
+ * Fallback element to render until initial state is resolved.
55
+ * Used when deep link or persisted state is being restored asynchronously.
29
56
  *
30
57
  * Defaults to `null`.
31
58
  */
32
- fallback?: React.ReactNode;
59
+ fallback?: React.ReactElement | null;
33
60
  /**
34
61
  * Options to configure the document title on Web.
35
62
  *
@@ -40,10 +67,11 @@ type Props<ParamList extends {}> = NavigationContainerProps & {
40
67
  };
41
68
  /**
42
69
  * Container component that manages the navigation state.
70
+ *
43
71
  * This should be rendered at the root wrapping the whole app.
44
72
  */
45
- export declare const NavigationContainer: <RootParamList extends {} = ReactNavigation.RootParamList>(props: Props<RootParamList> & {
46
- ref?: React.Ref<NavigationContainerRef<RootParamList>>;
73
+ export declare const NavigationContainer: <ParamList extends {} = RootParamList>(props: Props<ParamList> & {
74
+ ref?: React.Ref<NavigationContainerRef<ParamList>>;
47
75
  }) => React.ReactElement;
48
76
  export {};
49
77
  //# sourceMappingURL=NavigationContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationContainer.d.ts","sourceRoot":"","sources":["../../../src/NavigationContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAK5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EACd,eAAe,EAChB,MAAM,SAAS,CAAC;AAOjB,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,yBAAyB,EAAE,OAAO,CACpC,sBAAsB,CAAC,GAAG,CAAC,EAC3B;QAAE,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,GAAG,CAAC,CAAA;KAAE,CAC1C,CAAC;CACH;AAID,KAAK,KAAK,CAAC,SAAS,SAAS,EAAE,IAAI,wBAAwB,GAAG;IAC5D;;;;OAIG;IACH,YAAY,CAAC,EAAE,wBAAwB,CAAC,cAAc,CAAC,CAAC;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAAC;CACtC,CAAC;AAkIF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAE3B,CAAC,aAAa,SAAS,EAAE,GAAG,eAAe,CAAC,aAAa,EAC5D,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG;IAC5B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,CAAC;CACxD,KACE,KAAK,CAAC,YAAY,CAAC"}
1
+ {"version":3,"file":"NavigationContainer.d.ts","sourceRoot":"","sources":["../../../src/NavigationContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAE3B,KAAK,aAAa,EAGnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EACd,eAAe,EACf,SAAS,EACV,MAAM,SAAS,CAAC;AAMjB,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,yBAAyB,EAAE,OAAO,CACpC,sBAAsB,CAAC,GAAG,CAAC,EAC3B;QAAE,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,GAAG,CAAC,CAAA;KAAE,CAC1C,CAAC;CACH;AAID,KAAK,KAAK,CAAC,SAAS,SAAS,EAAE,IAAI,wBAAwB,GAAG;IAC5D;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,wBAAwB,CAAC,cAAc,CAAC,CAAC;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IACrC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAAC;CACtC,CAAC;AA+JF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAE3B,CAAC,SAAS,SAAS,EAAE,GAAG,aAAa,EACxC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,SAAS,CAAC,CAAC,CAAC;CACpD,KACE,KAAK,CAAC,YAAY,CAAC"}
@@ -1,8 +1,7 @@
1
1
  import { type DefaultNavigatorOptions, type NavigationListBase, type ParamListBase, type StackNavigationState, type TypedNavigator } from '@react-navigation/core';
2
- declare const StackNavigator: (props: DefaultNavigatorOptions<ParamListBase, string | undefined, StackNavigationState<ParamListBase>, {}, {}, unknown>) => import("react/jsx-runtime").JSX.Element;
2
+ declare const StackNavigator: (props: DefaultNavigatorOptions<ParamListBase, StackNavigationState<ParamListBase>, {}, {}, unknown>) => import("react/jsx-runtime").JSX.Element;
3
3
  export declare function createStackNavigator<ParamList extends ParamListBase>(): TypedNavigator<{
4
4
  ParamList: ParamList;
5
- NavigatorID: string | undefined;
6
5
  State: StackNavigationState<ParamList>;
7
6
  ScreenOptions: {};
8
7
  EventMap: {};
@@ -1 +1 @@
1
- {"version":3,"file":"createStackNavigator.d.ts","sourceRoot":"","sources":["../../../../src/__stubs__/createStackNavigator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EAEzB,KAAK,cAAc,EAEpB,MAAM,wBAAwB,CAAC;AAEhC,QAAA,MAAM,cAAc,GAClB,OAAO,uBAAuB,CAC5B,aAAa,EACb,MAAM,GAAG,SAAS,EAClB,oBAAoB,CAAC,aAAa,CAAC,EACnC,EAAE,EACF,EAAE,EACF,OAAO,CACR,4CAYF,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,SAAS,SAAS,aAAa,KAC5B,cAAc,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACvC,aAAa,EAAE,EAAE,CAAC;IAClB,QAAQ,EAAE,EAAE,CAAC;IACb,cAAc,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAC9C,SAAS,EAAE,OAAO,cAAc,CAAC;CAClC,CAAC,CAED"}
1
+ {"version":3,"file":"createStackNavigator.d.ts","sourceRoot":"","sources":["../../../../src/__stubs__/createStackNavigator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,oBAAoB,EAEzB,KAAK,cAAc,EAEpB,MAAM,wBAAwB,CAAC;AAEhC,QAAA,MAAM,cAAc,GAClB,OAAO,uBAAuB,CAC5B,aAAa,EACb,oBAAoB,CAAC,aAAa,CAAC,EACnC,EAAE,EACF,EAAE,EACF,OAAO,CACR,4CAYF,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,SAAS,SAAS,aAAa,KAC5B,cAAc,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACvC,aAAa,EAAE,EAAE,CAAC;IAClB,QAAQ,EAAE,EAAE,CAAC;IACb,cAAc,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAC9C,SAAS,EAAE,OAAO,cAAc,CAAC;CAClC,CAAC,CAED"}
@@ -9,10 +9,10 @@ type Props = Omit<React.ComponentProps<typeof NavigationContainer>, 'linking' |
9
9
  linking?: Omit<LinkingOptions<ParamListBase>, 'config' | 'enabled'> & {
10
10
  /**
11
11
  * Whether deep link handling should be enabled.
12
- * Defaults to `true` if any `linking` options are specified, `false` otherwise.
12
+ * Defaults to `auto`.
13
13
  *
14
- * When 'auto' is specified, all leaf screens will get a autogenerated path.
15
- * The generated path will be a kebab-case version of the screen name.
14
+ * When set to 'auto', all leaf screens will get autogenerated paths.
15
+ * The generated paths will be kebab-case versions of the screen names.
16
16
  * This can be overridden for specific screens by specifying `linking` for the screen.
17
17
  */
18
18
  enabled?: 'auto' | true | false;
@@ -1 +1 @@
1
- {"version":3,"file":"createStaticNavigation.d.ts","sourceRoot":"","sources":["../../../src/createStaticNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,KAAK,KAAK,GAAG,IAAI,CACf,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,EAChD,SAAS,GAAG,UAAU,CACvB,GAAG;IACF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC,GAAG;QACpE;;;;;;;WAOG;QACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC;QAChC;;WAEG;QACH,MAAM,CAAC,EAAE,IAAI,CACX,WAAW,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,CAAC,EACpD,SAAS,CACV,CAAC;KACH,CAAC;CACH,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,gBAAgB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,oHA8D3E"}
1
+ {"version":3,"file":"createStaticNavigation.d.ts","sourceRoot":"","sources":["../../../src/createStaticNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,KAAK,KAAK,GAAG,IAAI,CACf,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,EAChD,SAAS,GAAG,UAAU,CACvB,GAAG;IACF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC,GAAG;QACpE;;;;;;;WAOG;QACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC;QAChC;;WAEG;QACH,MAAM,CAAC,EAAE,IAAI,CACX,WAAW,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,CAAC,EACpD,SAAS,CACV,CAAC;KACH,CAAC;CACH,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,gBAAgB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,oHA0D3E"}
@@ -1,2 +1,3 @@
1
- export declare function extractPathFromURL(prefixes: string[], url: string): string | undefined;
1
+ import type { LinkingPrefix } from './types';
2
+ export declare function extractPathFromURL(prefixes: LinkingPrefix[], url: string): string | undefined;
2
3
  //# sourceMappingURL=extractPathFromURL.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extractPathFromURL.d.ts","sourceRoot":"","sources":["../../../src/extractPathFromURL.tsx"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,sBA0BjE"}
1
+ {"version":3,"file":"extractPathFromURL.d.ts","sourceRoot":"","sources":["../../../src/extractPathFromURL.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,aAAa,EAAE,EAAE,GAAG,EAAE,MAAM,sBAkCxE"}
@@ -0,0 +1,4 @@
1
+ import { getStateFromPath, type ParamListBase } from '@react-navigation/core';
2
+ import type { LinkingOptions } from './types';
3
+ export declare function getStateFromHref(href: string, options: LinkingOptions<ParamListBase> | undefined): ReturnType<typeof getStateFromPath>;
4
+ //# sourceMappingURL=getStateFromHref.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getStateFromHref.d.ts","sourceRoot":"","sources":["../../../src/getStateFromHref.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,GACjD,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAqCrC"}
@@ -2,12 +2,13 @@ export { createStaticNavigation } from './createStaticNavigation';
2
2
  export { Link } from './Link';
3
3
  export { LinkingContext } from './LinkingContext';
4
4
  export { LocaleDirContext } from './LocaleDirContext';
5
+ export { MaterialSymbol, type MaterialSymbolProps, } from './native/MaterialSymbol';
6
+ export { SFSymbol, type SFSymbolProps } from './native/SFSymbol';
5
7
  export { NavigationContainer } from './NavigationContainer';
6
8
  export { ServerContainer } from './ServerContainer';
7
9
  export { DarkTheme } from './theming/DarkTheme';
8
10
  export { DefaultTheme } from './theming/DefaultTheme';
9
11
  export * from './types';
10
- export { UnhandledLinkingContext as UNSTABLE_UnhandledLinkingContext } from './UnhandledLinkingContext';
11
12
  export { useLinkBuilder } from './useLinkBuilder';
12
13
  export { type LinkProps, useLinkProps } from './useLinkProps';
13
14
  export { useLinkTo } from './useLinkTo';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,uBAAuB,IAAI,gCAAgC,EAAE,MAAM,2BAA2B,CAAC;AACxG,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EACL,cAAc,EACd,KAAK,mBAAmB,GACzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type ImageSourcePropType, type ViewProps } from 'react-native';
2
+ import type { MaterialSymbolOptions } from './types';
3
+ export type MaterialSymbolProps = MaterialSymbolOptions & ViewProps;
4
+ export declare function MaterialSymbol({ name, variant, size, color, style, ...rest }: MaterialSymbolProps): React.ReactElement;
5
+ export declare namespace MaterialSymbol {
6
+ var getImageSource: ({ name, variant, size, color, }: MaterialSymbolOptions) => ImageSourcePropType;
7
+ }
8
+ //# sourceMappingURL=MaterialSymbol.android.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaterialSymbol.android.d.ts","sourceRoot":"","sources":["../../../../src/native/MaterialSymbol.android.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,mBAAmB,EAGxB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,GAAG,SAAS,CAAC;AAIpE,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,OAAoB,EACpB,IAAS,EACT,KAAe,EACf,KAAK,EACL,GAAG,IAAI,EACR,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,CAiB1C;yBAxBe,cAAc;0DA+B3B,qBAAqB,KAAG,mBAAmB"}
@@ -0,0 +1,8 @@
1
+ import { type ImageSourcePropType, type ViewProps } from 'react-native';
2
+ import type { MaterialSymbolOptions } from './types';
3
+ export type MaterialSymbolProps = MaterialSymbolOptions & ViewProps;
4
+ export declare function MaterialSymbol(_: MaterialSymbolProps): React.ReactElement;
5
+ export declare namespace MaterialSymbol {
6
+ var getImageSource: (_: MaterialSymbolOptions) => ImageSourcePropType;
7
+ }
8
+ //# sourceMappingURL=MaterialSymbol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaterialSymbol.d.ts","sourceRoot":"","sources":["../../../../src/native/MaterialSymbol.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,GAAG,SAAS,CAAC;AAEpE,wBAAgB,cAAc,CAAC,CAAC,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,CAEzE;yBAFe,cAAc;4BAKzB,qBAAqB,KACvB,mBAAmB"}
@@ -0,0 +1,7 @@
1
+ export declare const MATERIAL_SYMBOL_FONT_HASHES: {
2
+ readonly outlined: "bc5ec91a";
3
+ readonly rounded: "eb75c001";
4
+ readonly sharp: "66ecc6b8";
5
+ };
6
+ export type MaterialSymbolName = '10k' | '10mp' | '11mp' | '123' | '12mp' | '13mp' | '14mp' | '15mp' | '16mp' | '17mp' | '18_up_rating' | '18mp' | '19mp' | '1k' | '1k_plus' | '1x_mobiledata' | '1x_mobiledata_badge' | '20mp' | '21mp' | '22mp' | '23mp' | '24fps_select' | '24mp' | '2d' | '2k' | '2k_plus' | '2mp' | '30fps' | '30fps_select' | '360' | '3d' | '3d_rotation' | '3g_mobiledata' | '3g_mobiledata_badge' | '3k' | '3k_plus' | '3mp' | '3p' | '4g_mobiledata' | '4g_mobiledata_badge' | '4g_plus_mobiledata' | '4k' | '4k_plus' | '4mp' | '50mp' | '5g' | '5g_mobiledata_badge' | '5k' | '5k_plus' | '5mp' | '6_ft_apart' | '60fps' | '60fps_select' | '6k' | '6k_plus' | '6mp' | '7k' | '7k_plus' | '7mp' | '8k' | '8k_plus' | '8mp' | '9k' | '9k_plus' | '9mp' | 'abc' | 'ac_unit' | 'access_alarm' | 'access_alarms' | 'access_time' | 'access_time_filled' | 'accessibility' | 'accessibility_new' | 'accessible' | 'accessible_forward' | 'accessible_menu' | 'account_balance' | 'account_balance_wallet' | 'account_box' | 'account_child' | 'account_child_invert' | 'account_circle' | 'account_circle_filled' | 'account_circle_off' | 'account_tree' | 'action_key' | 'activity_zone' | 'acupuncture' | 'acute' | 'ad' | 'ad_group' | 'ad_group_off' | 'ad_off' | 'ad_units' | 'adaptive_audio_mic' | 'adaptive_audio_mic_off' | 'adb' | 'add' | 'add_2' | 'add_a_photo' | 'add_ad' | 'add_alarm' | 'add_alert' | 'add_box' | 'add_business' | 'add_call' | 'add_card' | 'add_chart' | 'add_circle' | 'add_circle_outline' | 'add_column_left' | 'add_column_right' | 'add_comment' | 'add_diamond' | 'add_home' | 'add_home_work' | 'add_ic_call' | 'add_link' | 'add_location' | 'add_location_alt' | 'add_moderator' | 'add_notes' | 'add_photo_alternate' | 'add_reaction' | 'add_road' | 'add_row_above' | 'add_row_below' | 'add_shopping_cart' | 'add_task' | 'add_to_drive' | 'add_to_home_screen' | 'add_to_photos' | 'add_to_queue' | 'add_triangle' | 'addchart' | 'adf_scanner' | 'adjust' | 'admin_meds' | 'admin_panel_settings' | 'ads_click' | 'agender' | 'agriculture' | 'air' | 'air_freshener' | 'air_purifier' | 'air_purifier_gen' | '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' | 'airline_stops' | 'airlines' | 'airplane_ticket' | 'airplanemode_active' | 'airplanemode_inactive' | 'airplay' | 'airport_shuttle' | 'airware' | 'airwave' | 'alarm' | 'alarm_add' | 'alarm_off' | 'alarm_on' | 'alarm_pause' | 'alarm_smart_wake' | 'album' | 'align_center' | 'align_end' | 'align_flex_center' | 'align_flex_end' | 'align_flex_start' | 'align_horizontal_center' | 'align_horizontal_left' | 'align_horizontal_right' | 'align_items_stretch' | 'align_justify_center' | 'align_justify_flex_end' | 'align_justify_flex_start' | 'align_justify_space_around' | 'align_justify_space_between' | 'align_justify_space_even' | 'align_justify_stretch' | 'align_self_stretch' | 'align_space_around' | 'align_space_between' | 'align_space_even' | 'align_start' | 'align_stretch' | 'align_vertical_bottom' | 'align_vertical_center' | 'align_vertical_top' | 'all_inbox' | 'all_inclusive' | 'all_match' | 'all_out' | 'allergies' | 'allergy' | 'alt_route' | 'alternate_email' | 'altitude' | 'ambient_screen' | 'ambulance' | 'amend' | 'amp_stories' | 'analytics' | 'anchor' | 'android' | 'android_cell_4_bar' | 'android_cell_4_bar_alert' | 'android_cell_4_bar_off' | 'android_cell_4_bar_plus' | 'android_cell_5_bar' | 'android_cell_5_bar_alert' | 'android_cell_5_bar_off' | 'android_cell_5_bar_plus' | 'android_cell_dual_4_bar' | 'android_cell_dual_4_bar_alert' | 'android_cell_dual_4_bar_plus' | 'android_cell_dual_5_bar' | 'android_cell_dual_5_bar_alert' | 'android_cell_dual_5_bar_plus' | 'android_wifi_3_bar' | 'android_wifi_3_bar_alert' | 'android_wifi_3_bar_lock' | 'android_wifi_3_bar_off' | 'android_wifi_3_bar_plus' | 'android_wifi_3_bar_question' | 'android_wifi_4_bar' | 'android_wifi_4_bar_alert' | 'android_wifi_4_bar_lock' | 'android_wifi_4_bar_off' | 'android_wifi_4_bar_plus' | 'android_wifi_4_bar_question' | 'animated_images' | 'animation' | 'announcement' | 'aod' | 'aod_tablet' | 'aod_watch' | 'apartment' | 'api' | 'apk_document' | 'apk_install' | 'app_badging' | 'app_blocking' | 'app_promo' | 'app_registration' | 'app_settings_alt' | 'app_shortcut' | 'apparel' | 'approval' | 'approval_delegation' | 'approval_delegation_off' | 'apps' | 'apps_outage' | 'aq' | 'aq_indoor' | 'ar_on_you' | 'ar_stickers' | 'architecture' | 'archive' | 'area_chart' | 'arming_countdown' | 'arrow_and_edge' | 'arrow_back' | 'arrow_back_2' | 'arrow_back_ios' | 'arrow_back_ios_new' | 'arrow_circle_down' | 'arrow_circle_left' | 'arrow_circle_right' | 'arrow_circle_up' | 'arrow_cool_down' | 'arrow_downward' | 'arrow_downward_alt' | 'arrow_drop_down' | 'arrow_drop_down_circle' | 'arrow_drop_up' | 'arrow_forward' | 'arrow_forward_ios' | 'arrow_insert' | 'arrow_left' | 'arrow_left_alt' | 'arrow_menu_close' | 'arrow_menu_open' | 'arrow_or_edge' | 'arrow_outward' | 'arrow_range' | 'arrow_right' | 'arrow_right_alt' | 'arrow_selector_tool' | 'arrow_shape_up' | 'arrow_shape_up_stack' | 'arrow_shape_up_stack_2' | 'arrow_split' | 'arrow_top_left' | 'arrow_top_right' | 'arrow_upload_progress' | 'arrow_upload_ready' | 'arrow_upward' | 'arrow_upward_alt' | 'arrow_warm_up' | 'arrows_input' | 'arrows_more_down' | 'arrows_more_up' | 'arrows_output' | 'arrows_outward' | 'art_track' | 'article' | 'article_person' | 'article_shortcut' | 'artist' | 'aspect_ratio' | 'assessment' | 'assignment' | 'assignment_add' | 'assignment_globe' | 'assignment_ind' | 'assignment_late' | 'assignment_return' | 'assignment_returned' | 'assignment_turned_in' | 'assist_walker' | 'assistant' | 'assistant_device' | 'assistant_direction' | 'assistant_navigation' | 'assistant_on_hub' | 'assistant_photo' | 'assured_workload' | 'asterisk' | 'astrophotography_auto' | 'astrophotography_off' | 'atm' | 'atr' | 'attach_email' | 'attach_file' | 'attach_file_add' | 'attach_file_off' | 'attach_money' | 'attachment' | 'attractions' | 'attribution' | 'audio_description' | 'audio_file' | 'audio_video_receiver' | 'audiotrack' | 'auto_activity_zone' | 'auto_awesome' | 'auto_awesome_mosaic' | 'auto_awesome_motion' | 'auto_delete' | 'auto_detect_voice' | 'auto_draw_solid' | 'auto_fix' | 'auto_fix_high' | 'auto_fix_normal' | 'auto_fix_off' | 'auto_graph' | 'auto_label' | 'auto_meeting_room' | 'auto_mode' | 'auto_read_pause' | 'auto_read_play' | 'auto_schedule' | 'auto_stories' | 'auto_stories_off' | 'auto_timer' | 'auto_towing' | 'auto_transmission' | 'auto_videocam' | 'autofps_select' | 'automation' | 'autopause' | 'autopay' | 'autoplay' | 'autorenew' | 'autostop' | 'av_timer' | 'av1' | 'avc' | 'avg_pace' | 'avg_time' | 'award_meal' | 'award_star' | 'azm' | 'baby_changing_station' | 'back_hand' | 'back_to_tab' | 'background_dot_large' | 'background_dot_small' | 'background_grid_small' | 'background_replace' | 'backlight_high' | 'backlight_high_off' | 'backlight_low' | 'backpack' | 'backspace' | 'backup' | 'backup_table' | 'badge' | 'badge_critical_battery' | 'badminton' | 'bakery_dining' | 'balance' | 'balcony' | 'ballot' | 'bar_chart' | 'bar_chart_4_bars' | 'bar_chart_off' | 'barcode' | 'barcode_reader' | 'barcode_scanner' | 'barefoot' | 'batch_prediction' | 'bath_bedrock' | 'bath_outdoor' | 'bath_private' | 'bath_public_large' | 'bath_soak' | 'bathroom' | 'bathtub' | 'battery_0_bar' | 'battery_1_bar' | 'battery_2_bar' | 'battery_20' | 'battery_3_bar' | 'battery_30' | 'battery_4_bar' | 'battery_5_bar' | 'battery_50' | 'battery_6_bar' | 'battery_60' | 'battery_80' | 'battery_90' | 'battery_alert' | 'battery_android_0' | 'battery_android_1' | 'battery_android_2' | 'battery_android_3' | 'battery_android_4' | 'battery_android_5' | 'battery_android_6' | 'battery_android_alert' | 'battery_android_bolt' | 'battery_android_frame_1' | 'battery_android_frame_2' | 'battery_android_frame_3' | 'battery_android_frame_4' | 'battery_android_frame_5' | 'battery_android_frame_6' | 'battery_android_frame_alert' | 'battery_android_frame_bolt' | 'battery_android_frame_full' | 'battery_android_frame_plus' | 'battery_android_frame_question' | 'battery_android_frame_share' | 'battery_android_frame_shield' | 'battery_android_full' | 'battery_android_plus' | 'battery_android_question' | 'battery_android_share' | 'battery_android_shield' | 'battery_change' | 'battery_charging_20' | 'battery_charging_30' | 'battery_charging_50' | 'battery_charging_60' | 'battery_charging_80' | 'battery_charging_90' | 'battery_charging_full' | 'battery_error' | 'battery_full' | 'battery_full_alt' | 'battery_horiz_000' | 'battery_horiz_050' | 'battery_horiz_075' | 'battery_low' | 'battery_plus' | 'battery_profile' | 'battery_saver' | 'battery_share' | 'battery_status_good' | 'battery_std' | 'battery_unknown' | 'battery_vert_005' | 'battery_vert_020' | 'battery_vert_050' | 'battery_very_low' | 'beach_access' | 'bed' | 'bedroom_baby' | 'bedroom_child' | 'bedroom_parent' | 'bedtime' | 'bedtime_off' | 'beenhere' | 'beer_meal' | 'bento' | 'bia' | 'bid_landscape' | 'bid_landscape_disabled' | 'bigtop_updates' | 'bike_dock' | 'bike_lane' | 'bike_scooter' | 'biotech' | 'blanket' | 'blender' | 'blind' | 'blinds' | 'blinds_closed' | 'block' | 'blood_pressure' | 'bloodtype' | 'bluetooth' | 'bluetooth_audio' | 'bluetooth_connected' | 'bluetooth_disabled' | 'bluetooth_drive' | 'bluetooth_searching' | 'blur_circular' | 'blur_linear' | 'blur_medium' | 'blur_off' | 'blur_on' | 'blur_short' | 'boat_bus' | 'boat_railway' | 'body_fat' | 'body_system' | 'bolt' | 'bomb' | 'book' | 'book_2' | 'book_3' | 'book_4' | 'book_5' | 'book_6' | 'book_online' | 'book_ribbon' | 'bookmark' | 'bookmark_add' | 'bookmark_added' | 'bookmark_bag' | 'bookmark_border' | 'bookmark_check' | 'bookmark_flag' | 'bookmark_heart' | 'bookmark_manager' | 'bookmark_remove' | 'bookmark_star' | 'bookmarks' | 'books_movies_and_music' | 'border_all' | 'border_bottom' | 'border_clear' | 'border_color' | 'border_horizontal' | 'border_inner' | 'border_left' | 'border_outer' | 'border_right' | 'border_style' | 'border_top' | 'border_vertical' | 'borg' | 'bottom_app_bar' | 'bottom_drawer' | 'bottom_navigation' | 'bottom_panel_close' | 'bottom_panel_open' | 'bottom_right_click' | 'bottom_sheets' | 'box' | 'box_add' | 'box_edit' | 'boy' | 'brand_awareness' | 'brand_family' | 'branding_watermark' | 'breakfast_dining' | 'breaking_news' | 'breaking_news_alt_1' | 'breastfeeding' | 'brick' | 'briefcase_meal' | 'brightness_1' | 'brightness_2' | 'brightness_3' | 'brightness_4' | 'brightness_5' | 'brightness_6' | 'brightness_7' | 'brightness_alert' | 'brightness_auto' | 'brightness_empty' | 'brightness_high' | 'brightness_low' | 'brightness_medium' | 'bring_your_own_ip' | 'broadcast_on_home' | 'broadcast_on_personal' | 'broken_image' | 'browse' | 'browse_activity' | 'browse_gallery' | 'browser_not_supported' | 'browser_updated' | 'brunch_dining' | 'brush' | 'bubble' | 'bubble_chart' | 'bubbles' | 'bucket_check' | 'bug_report' | 'build' | 'build_circle' | 'bungalow' | 'burst_mode' | 'bus_alert' | 'bus_railway' | 'business' | 'business_center' | 'business_chip' | 'business_messages' | 'buttons_alt' | 'cabin' | 'cable' | 'cable_car' | 'cached' | 'cadence' | 'cake' | 'cake_add' | 'calculate' | 'calendar_add_on' | 'calendar_apps_script' | 'calendar_check' | 'calendar_clock' | 'calendar_lock' | 'calendar_meal' | 'calendar_meal_2' | 'calendar_month' | 'calendar_today' | 'calendar_view_day' | 'calendar_view_month' | 'calendar_view_week' | 'call' | 'call_end' | 'call_end_alt' | 'call_log' | 'call_made' | 'call_merge' | 'call_missed' | 'call_missed_outgoing' | 'call_quality' | 'call_received' | 'call_split' | 'call_to_action' | 'camera' | 'camera_alt' | 'camera_enhance' | 'camera_front' | 'camera_indoor' | 'camera_outdoor' | 'camera_rear' | 'camera_roll' | 'camera_video' | 'cameraswitch' | 'campaign' | 'camping' | 'cancel' | 'cancel_presentation' | 'cancel_schedule_send' | 'candle' | 'candlestick_chart' | 'cannabis' | 'captive_portal' | 'capture' | 'car_crash' | 'car_defrost_left' | 'car_defrost_low_left' | 'car_defrost_low_right' | 'car_defrost_mid_left' | 'car_defrost_mid_low_left' | 'car_defrost_mid_low_right' | 'car_defrost_mid_right' | 'car_defrost_right' | 'car_fan_low_left' | 'car_fan_low_mid_left' | 'car_fan_low_right' | 'car_fan_mid_left' | 'car_fan_mid_low_right' | 'car_fan_mid_right' | 'car_fan_recirculate' | 'car_gear' | 'car_lock' | 'car_mirror_heat' | 'car_rental' | 'car_repair' | 'car_tag' | 'card_giftcard' | 'card_membership' | 'card_travel' | 'cardio_load' | 'cardiology' | 'cards' | 'cards_star' | 'carpenter' | 'carry_on_bag' | 'carry_on_bag_checked' | 'carry_on_bag_inactive' | 'carry_on_bag_question' | 'cases' | 'casino' | 'cast' | 'cast_connected' | 'cast_for_education' | 'cast_pause' | 'cast_warning' | 'castle' | 'category' | 'category_search' | 'celebration' | 'cell_merge' | 'cell_tower' | 'cell_wifi' | 'center_focus_strong' | 'center_focus_weak' | 'chair' | 'chair_alt' | 'chair_counter' | 'chair_fireplace' | 'chair_umbrella' | 'chalet' | 'change_circle' | 'change_history' | 'charger' | 'charging_station' | 'chart_data' | 'chat' | 'chat_add_on' | 'chat_apps_script' | 'chat_bubble' | 'chat_bubble_outline' | 'chat_dashed' | 'chat_error' | 'chat_info' | 'chat_paste_go' | 'chat_paste_go_2' | 'check' | 'check_box' | 'check_box_outline_blank' | 'check_circle' | 'check_circle_filled' | 'check_circle_outline' | 'check_circle_unread' | 'check_in_out' | 'check_indeterminate_small' | 'check_small' | 'checkbook' | 'checked_bag' | 'checked_bag_question' | 'checklist' | 'checklist_rtl' | 'checkroom' | 'cheer' | 'chef_hat' | 'chess' | 'chess_bishop' | 'chess_bishop_2' | 'chess_king' | 'chess_king_2' | 'chess_knight' | 'chess_pawn' | 'chess_pawn_2' | 'chess_queen' | 'chess_rook' | 'chevron_backward' | 'chevron_forward' | 'chevron_left' | 'chevron_right' | 'child_care' | 'child_friendly' | 'child_hat' | 'chip_extraction' | 'chips' | 'chrome_reader_mode' | 'chromecast_2' | 'chromecast_device' | 'chronic' | 'church' | 'cinematic_blur' | 'circle' | 'circle_notifications' | 'circles' | 'circles_ext' | 'clarify' | 'class' | 'clean_hands' | 'cleaning' | 'cleaning_bucket' | 'cleaning_services' | 'clear' | 'clear_all' | 'clear_day' | 'clear_night' | 'climate_mini_split' | 'clinical_notes' | 'clock_arrow_down' | 'clock_arrow_up' | 'clock_loader_10' | 'clock_loader_20' | 'clock_loader_40' | 'clock_loader_60' | 'clock_loader_80' | 'clock_loader_90' | 'close' | 'close_fullscreen' | 'close_small' | 'closed_caption' | 'closed_caption_add' | 'closed_caption_disabled' | 'closed_caption_off' | 'cloud' | 'cloud_alert' | 'cloud_circle' | 'cloud_done' | 'cloud_download' | 'cloud_lock' | 'cloud_off' | 'cloud_queue' | 'cloud_sync' | 'cloud_upload' | 'cloudy' | 'cloudy_filled' | 'cloudy_snowing' | 'co_present' | 'co2' | 'code' | 'code_blocks' | 'code_off' | 'coffee' | 'coffee_maker' | 'cognition' | 'cognition_2' | 'collapse_all' | 'collapse_content' | 'collections' | 'collections_bookmark' | 'color_lens' | 'colorize' | 'colors' | 'combine_columns' | 'comedy_mask' | 'comic_bubble' | 'comment' | 'comment_bank' | 'comments_disabled' | 'commit' | 'communication' | 'communities' | 'communities_filled' | 'commute' | 'compare' | 'compare_arrows' | 'compass_calibration' | 'component_exchange' | 'compost' | 'compress' | 'computer' | 'computer_arrow_up' | 'computer_cancel' | 'concierge' | 'conditions' | 'confirmation_number' | 'congenital' | 'connect_without_contact' | 'connected_tv' | 'connecting_airports' | 'construction' | 'contact_emergency' | 'contact_mail' | 'contact_page' | 'contact_phone' | 'contact_phone_filled' | 'contact_support' | 'contactless' | 'contactless_off' | 'contacts' | 'contacts_product' | 'content_copy' | 'content_cut' | 'content_paste' | 'content_paste_go' | 'content_paste_off' | 'content_paste_search' | 'contextual_token' | 'contextual_token_add' | 'contract' | 'contract_delete' | 'contract_edit' | 'contrast' | 'contrast_circle' | 'contrast_rtl_off' | 'contrast_square' | 'control_camera' | 'control_point' | 'control_point_duplicate' | 'controller_gen' | 'conversation' | 'conversion_path' | 'conversion_path_off' | 'convert_to_text' | 'conveyor_belt' | 'cookie' | 'cookie_off' | 'cooking' | 'cool_to_dry' | 'copy_all' | 'copyright' | 'coronavirus' | 'corporate_fare' | 'cottage' | 'counter_0' | 'counter_1' | 'counter_2' | 'counter_3' | 'counter_4' | 'counter_5' | 'counter_6' | 'counter_7' | 'counter_8' | 'counter_9' | 'countertops' | 'create' | 'create_new_folder' | 'credit_card' | 'credit_card_clock' | 'credit_card_gear' | 'credit_card_heart' | 'credit_card_off' | 'credit_score' | 'crib' | 'crisis_alert' | 'crop' | 'crop_16_9' | 'crop_3_2' | 'crop_5_4' | 'crop_7_5' | 'crop_9_16' | 'crop_din' | 'crop_free' | 'crop_landscape' | 'crop_original' | 'crop_portrait' | 'crop_rotate' | 'crop_square' | 'crossword' | 'crowdsource' | 'crown' | 'cruelty_free' | 'css' | 'csv' | 'currency_bitcoin' | 'currency_exchange' | 'currency_franc' | 'currency_lira' | 'currency_pound' | 'currency_ruble' | 'currency_rupee' | 'currency_rupee_circle' | 'currency_yen' | 'currency_yuan' | 'curtains' | 'curtains_closed' | 'custom_typography' | 'cut' | 'cycle' | 'cyclone' | 'dangerous' | 'dark_mode' | 'dashboard' | 'dashboard_2' | 'dashboard_customize' | 'data_alert' | 'data_array' | 'data_check' | 'data_exploration' | 'data_info_alert' | 'data_loss_prevention' | 'data_object' | 'data_saver_off' | 'data_saver_on' | 'data_table' | 'data_thresholding' | 'data_usage' | 'database' | 'database_off' | 'database_search' | 'database_upload' | 'dataset' | 'dataset_linked' | 'date_range' | 'deblur' | 'deceased' | 'decimal_decrease' | 'decimal_increase' | 'deck' | 'dehaze' | 'delete' | 'delete_forever' | 'delete_history' | 'delete_outline' | 'delete_sweep' | 'delivery_dining' | 'delivery_truck_bolt' | 'delivery_truck_speed' | 'demography' | 'density_large' | 'density_medium' | 'density_small' | 'dentistry' | 'departure_board' | 'deployed_code' | 'deployed_code_account' | 'deployed_code_alert' | 'deployed_code_history' | 'deployed_code_update' | 'dermatology' | 'description' | 'deselect' | 'design_services' | 'desk' | 'deskphone' | 'desktop_access_disabled' | 'desktop_cloud' | 'desktop_cloud_stack' | 'desktop_landscape' | 'desktop_landscape_add' | 'desktop_mac' | 'desktop_portrait' | 'desktop_windows' | 'destruction' | 'details' | 'detection_and_zone' | 'detector' | 'detector_alarm' | 'detector_battery' | 'detector_co' | 'detector_offline' | 'detector_smoke' | 'detector_status' | 'developer_board' | 'developer_board_off' | 'developer_guide' | 'developer_mode' | 'developer_mode_tv' | 'device_band' | 'device_hub' | 'device_reset' | 'device_thermostat' | 'device_unknown' | 'devices' | 'devices_fold' | 'devices_fold_2' | 'devices_off' | 'devices_other' | 'devices_wearables' | 'dew_point' | 'diagnosis' | 'diagonal_line' | 'dialer_sip' | 'dialogs' | 'dialpad' | 'diamond' | 'diamond_shine' | 'dictionary' | 'difference' | 'digital_out_of_home' | 'digital_wellbeing' | 'dine_heart' | 'dine_in' | 'dine_lamp' | 'dining' | 'dinner_dining' | 'directions' | 'directions_alt' | 'directions_alt_off' | 'directions_bike' | 'directions_boat' | 'directions_boat_filled' | 'directions_bus' | 'directions_bus_filled' | 'directions_car' | 'directions_car_filled' | 'directions_off' | 'directions_railway' | 'directions_railway_2' | 'directions_railway_filled' | 'directions_run' | 'directions_subway' | 'directions_subway_filled' | 'directions_transit' | 'directions_transit_filled' | 'directions_walk' | 'directory_sync' | 'dirty_lens' | 'disabled_by_default' | 'disabled_visible' | 'disc_full' | 'discover_tune' | 'dishwasher' | 'dishwasher_gen' | 'display_external_input' | 'display_settings' | 'distance' | 'diversity_1' | 'diversity_2' | 'diversity_3' | 'diversity_4' | 'dns' | 'do_disturb' | 'do_disturb_alt' | 'do_disturb_off' | 'do_disturb_on' | 'do_not_disturb' | 'do_not_disturb_alt' | 'do_not_disturb_off' | 'do_not_disturb_on' | 'do_not_disturb_on_total_silence' | 'do_not_step' | 'do_not_touch' | 'dock' | 'dock_to_bottom' | 'dock_to_left' | 'dock_to_right' | 'docs' | 'docs_add_on' | 'docs_apps_script' | 'document_scanner' | 'document_search' | 'domain' | 'domain_add' | 'domain_disabled' | 'domain_verification' | 'domain_verification_off' | 'domino_mask' | 'done' | 'done_all' | 'done_outline' | 'donut_large' | 'donut_small' | 'door_back' | 'door_front' | 'door_open' | 'door_sensor' | 'door_sliding' | 'doorbell' | 'doorbell_3p' | 'doorbell_chime' | 'double_arrow' | 'downhill_skiing' | 'download' | 'download_2' | 'download_done' | 'download_for_offline' | 'downloading' | 'draft' | 'draft_orders' | 'drafts' | 'drag_click' | 'drag_handle' | 'drag_indicator' | 'drag_pan' | 'draw' | 'draw_abstract' | 'draw_collage' | 'drawing_recognition' | 'dresser' | 'drive_eta' | 'drive_export' | 'drive_file_move' | 'drive_file_move_outline' | 'drive_file_move_rtl' | 'drive_file_rename_outline' | 'drive_folder_upload' | 'drive_fusiontable' | 'drone' | 'drone_2' | 'dropdown' | 'dropper_eye' | 'dry' | 'dry_cleaning' | 'dual_screen' | 'duo' | 'dvr' | 'dynamic_feed' | 'dynamic_form' | 'e_mobiledata' | 'e_mobiledata_badge' | 'e911_avatar' | 'e911_emergency' | 'ear_sound' | 'earbud_case' | 'earbud_left' | 'earbud_right' | 'earbuds' | 'earbuds_2' | 'earbuds_battery' | 'early_on' | 'earthquake' | 'east' | 'ecg' | 'ecg_heart' | 'eco' | 'eda' | 'edgesensor_high' | 'edgesensor_low' | 'edit' | 'edit_arrow_down' | 'edit_arrow_up' | 'edit_attributes' | 'edit_audio' | 'edit_calendar' | 'edit_document' | 'edit_location' | 'edit_location_alt' | 'edit_note' | 'edit_notifications' | 'edit_off' | 'edit_road' | 'edit_square' | 'editor_choice' | 'egg' | 'egg_alt' | 'eject' | 'elderly' | 'elderly_woman' | 'electric_bike' | 'electric_bolt' | 'electric_car' | 'electric_meter' | 'electric_moped' | 'electric_rickshaw' | 'electric_scooter' | 'electrical_services' | 'elevation' | 'elevator' | 'email' | 'emergency' | 'emergency_heat' | 'emergency_heat_2' | 'emergency_home' | 'emergency_recording' | 'emergency_share' | 'emergency_share_off' | 'emoji_emotions' | 'emoji_events' | 'emoji_flags' | 'emoji_food_beverage' | 'emoji_language' | 'emoji_nature' | 'emoji_objects' | 'emoji_people' | 'emoji_symbols' | 'emoji_transportation' | 'emoticon' | 'empty_dashboard' | 'enable' | 'encrypted' | 'encrypted_add' | 'encrypted_add_circle' | 'encrypted_minus_circle' | 'encrypted_off' | 'endocrinology' | 'energy' | 'energy_program_saving' | 'energy_program_time_used' | 'energy_savings_leaf' | 'engineering' | 'enhanced_encryption' | 'ent' | 'enterprise' | 'enterprise_off' | 'equal' | 'equalizer' | 'eraser_size_1' | 'eraser_size_2' | 'eraser_size_3' | 'eraser_size_4' | 'eraser_size_5' | 'error' | 'error_circle_rounded' | 'error_med' | 'error_outline' | 'escalator' | 'escalator_warning' | 'euro' | 'euro_symbol' | 'ev_charger' | 'ev_mobiledata_badge' | 'ev_shadow' | 'ev_shadow_add' | 'ev_shadow_minus' | 'ev_station' | 'event' | 'event_available' | 'event_busy' | 'event_list' | 'event_note' | 'event_repeat' | 'event_seat' | 'event_upcoming' | 'exclamation' | 'exercise' | 'exit_to_app' | 'expand' | 'expand_all' | 'expand_circle_down' | 'expand_circle_right' | 'expand_circle_up' | 'expand_content' | 'expand_less' | 'expand_more' | 'expansion_panels' | 'expension_panels' | 'experiment' | 'explicit' | 'explore' | 'explore_nearby' | 'explore_off' | 'explosion' | 'export_notes' | 'exposure' | 'exposure_neg_1' | 'exposure_neg_2' | 'exposure_plus_1' | 'exposure_plus_2' | 'exposure_zero' | 'extension' | 'extension_off' | 'eye_tracking' | 'eyeglasses' | 'eyeglasses_2' | 'eyeglasses_2_sound' | 'face' | 'face_2' | 'face_3' | 'face_4' | 'face_5' | 'face_6' | 'face_down' | 'face_left' | 'face_nod' | 'face_retouching_natural' | 'face_retouching_off' | 'face_right' | 'face_shake' | 'face_unlock' | 'face_up' | 'fact_check' | 'factory' | 'falling' | 'familiar_face_and_zone' | 'family_group' | 'family_history' | 'family_home' | 'family_link' | 'family_restroom' | 'family_star' | 'fan_focus' | 'fan_indirect' | 'farsight_digital' | 'fast_forward' | 'fast_rewind' | 'fastfood' | 'faucet' | 'favorite' | 'favorite_border' | 'fax' | 'feature_search' | 'featured_play_list' | 'featured_seasonal_and_gifts' | 'featured_video' | 'feed' | 'feedback' | 'female' | 'femur' | 'femur_alt' | 'fence' | 'fertile' | 'festival' | 'fiber_dvr' | 'fiber_manual_record' | 'fiber_new' | 'fiber_pin' | 'fiber_smart_record' | 'file_copy' | 'file_copy_off' | 'file_download' | 'file_download_done' | 'file_download_off' | 'file_export' | 'file_json' | 'file_map' | 'file_map_stack' | 'file_open' | 'file_png' | 'file_present' | 'file_save' | 'file_save_off' | 'file_upload' | 'file_upload_off' | 'files' | 'filter' | 'filter_1' | 'filter_2' | 'filter_3' | 'filter_4' | 'filter_5' | 'filter_6' | 'filter_7' | 'filter_8' | 'filter_9' | 'filter_9_plus' | 'filter_alt' | 'filter_alt_off' | 'filter_arrow_right' | 'filter_b_and_w' | 'filter_center_focus' | 'filter_drama' | 'filter_frames' | 'filter_hdr' | 'filter_list' | 'filter_list_alt' | 'filter_list_off' | 'filter_none' | 'filter_retrolux' | 'filter_tilt_shift' | 'filter_vintage' | 'finance' | 'finance_chip' | 'finance_mode' | 'find_in_page' | 'find_replace' | 'fingerprint' | 'fingerprint_off' | 'fire_extinguisher' | 'fire_hydrant' | 'fire_truck' | 'fireplace' | 'first_page' | 'fit_page' | 'fit_page_height' | 'fit_page_width' | 'fit_screen' | 'fit_width' | 'fitness_center' | 'fitness_tracker' | 'fitness_trackers' | 'flag' | 'flag_2' | 'flag_check' | 'flag_circle' | 'flag_filled' | 'flaky' | 'flare' | 'flash_auto' | 'flash_off' | 'flash_on' | 'flashlight_off' | 'flashlight_on' | 'flatware' | 'flex_direction' | 'flex_no_wrap' | 'flex_wrap' | 'flight' | 'flight_class' | 'flight_land' | 'flight_takeoff' | 'flights_and_hotels' | 'flightsmode' | 'flip' | 'flip_camera_android' | 'flip_camera_ios' | 'flip_to_back' | 'flip_to_front' | 'float_landscape_2' | 'float_portrait_2' | 'flood' | 'floor' | 'floor_lamp' | 'flourescent' | 'flowchart' | 'flowsheet' | 'fluid' | 'fluid_balance' | 'fluid_med' | 'fluorescent' | 'flutter' | 'flutter_dash' | 'flyover' | 'fmd_bad' | 'fmd_good' | 'foggy' | 'folded_hands' | 'folder' | 'folder_check' | 'folder_check_2' | 'folder_code' | 'folder_copy' | 'folder_data' | 'folder_delete' | 'folder_eye' | 'folder_info' | 'folder_limited' | 'folder_managed' | 'folder_match' | 'folder_off' | 'folder_open' | 'folder_shared' | 'folder_special' | 'folder_supervised' | 'folder_zip' | 'follow_the_signs' | 'font_download' | 'font_download_off' | 'food_bank' | 'foot_bones' | 'footprint' | 'for_you' | 'forest' | 'fork_left' | 'fork_right' | 'fork_spoon' | 'forklift' | 'format_align_center' | 'format_align_justify' | 'format_align_left' | 'format_align_right' | 'format_bold' | 'format_clear' | 'format_color_fill' | 'format_color_reset' | 'format_color_text' | 'format_h1' | 'format_h2' | 'format_h3' | 'format_h4' | 'format_h5' | 'format_h6' | 'format_image_left' | 'format_image_right' | 'format_indent_decrease' | 'format_indent_increase' | 'format_ink_highlighter' | 'format_italic' | 'format_letter_spacing' | 'format_letter_spacing_2' | 'format_letter_spacing_standard' | 'format_letter_spacing_wide' | 'format_letter_spacing_wider' | 'format_line_spacing' | 'format_list_bulleted' | 'format_list_bulleted_add' | 'format_list_numbered' | 'format_list_numbered_rtl' | 'format_overline' | 'format_paint' | 'format_paragraph' | 'format_quote' | 'format_quote_off' | 'format_shapes' | 'format_size' | 'format_strikethrough' | 'format_text_clip' | 'format_text_overflow' | 'format_text_wrap' | 'format_textdirection_l_to_r' | 'format_textdirection_r_to_l' | 'format_textdirection_vertical' | 'format_underlined' | 'format_underlined_squiggle' | 'forms_add_on' | 'forms_apps_script' | 'fort' | 'forum' | 'forward' | 'forward_10' | 'forward_30' | 'forward_5' | 'forward_circle' | 'forward_media' | 'forward_to_inbox' | 'foundation' | 'fragrance' | 'frame_bug' | 'frame_exclamation' | 'frame_inspect' | 'frame_person' | 'frame_person_mic' | 'frame_person_off' | 'frame_reload' | 'frame_source' | 'free_breakfast' | 'free_cancellation' | 'front_hand' | 'front_loader' | 'full_coverage' | 'full_hd' | 'full_stacked_bar_chart' | 'fullscreen' | 'fullscreen_exit' | 'fullscreen_portrait' | 'function' | 'functions' | 'funicular' | 'g_mobiledata' | 'g_mobiledata_badge' | 'g_translate' | 'gallery_thumbnail' | 'gamepad' | 'games' | 'garage' | 'garage_check' | 'garage_door' | 'garage_home' | 'garage_money' | 'garden_cart' | 'gas_meter' | 'gastroenterology' | 'gate' | 'gavel' | 'general_device' | 'generating_tokens' | 'genetics' | 'genres' | 'gesture' | 'gesture_select' | 'get_app' | 'gif' | 'gif_2' | 'gif_box' | 'girl' | 'gite' | 'glass_cup' | 'globe' | 'globe_asia' | 'globe_book' | 'globe_location_pin' | 'globe_uk' | 'glucose' | 'glyphs' | 'go_to_line' | 'golf_course' | 'gondola_lift' | 'google_home_devices' | 'google_plus_reshare' | 'google_tv_remote' | 'google_wifi' | 'gpp_bad' | 'gpp_good' | 'gpp_maybe' | 'gps_fixed' | 'gps_not_fixed' | 'gps_off' | 'grade' | 'gradient' | 'grading' | 'grain' | 'graph_1' | 'graph_2' | 'graph_3' | 'graph_4' | 'graph_5' | 'graph_6' | 'graph_7' | 'graphic_eq' | 'grass' | 'grid_3x3' | 'grid_3x3_off' | 'grid_4x4' | 'grid_goldenratio' | 'grid_guides' | 'grid_off' | 'grid_on' | 'grid_view' | 'grocery' | 'group' | 'group_add' | 'group_off' | 'group_remove' | 'group_search' | 'group_work' | 'grouped_bar_chart' | 'groups' | 'groups_2' | 'groups_3' | 'guardian' | 'gynecology' | 'h_mobiledata' | 'h_mobiledata_badge' | 'h_plus_mobiledata' | 'h_plus_mobiledata_badge' | 'hail' | 'hallway' | 'hanami_dango' | 'hand_bones' | 'hand_gesture' | 'hand_gesture_off' | 'hand_meal' | 'hand_package' | 'handheld_controller' | 'handshake' | 'handwriting_recognition' | 'handyman' | 'hangout_video' | 'hangout_video_off' | 'hard_disk' | 'hard_drive' | 'hard_drive_2' | 'hardware' | 'hd' | 'hdr_auto' | 'hdr_auto_select' | 'hdr_enhanced_select' | 'hdr_off' | 'hdr_off_select' | 'hdr_on' | 'hdr_on_select' | 'hdr_plus' | 'hdr_plus_off' | 'hdr_strong' | 'hdr_weak' | 'head_mounted_device' | 'headphones' | 'headphones_battery' | 'headset' | 'headset_mic' | 'headset_off' | 'healing' | 'health_and_beauty' | 'health_and_safety' | 'health_cross' | 'health_metrics' | 'heap_snapshot_large' | 'heap_snapshot_multiple' | 'heap_snapshot_thumbnail' | 'hearing' | 'hearing_aid' | 'hearing_aid_disabled' | 'hearing_aid_disabled_left' | 'hearing_aid_left' | 'hearing_disabled' | 'heart_broken' | 'heart_check' | 'heart_minus' | 'heart_plus' | 'heart_smile' | 'heat' | 'heat_pump' | 'heat_pump_balance' | 'height' | 'helicopter' | 'help' | 'help_center' | 'help_clinic' | 'help_outline' | 'hematology' | 'hevc' | 'hexagon' | 'hide' | 'hide_image' | 'hide_source' | 'high_chair' | 'high_density' | 'high_quality' | 'high_res' | 'highlight' | 'highlight_alt' | 'highlight_keyboard_focus' | 'highlight_mouse_cursor' | 'highlight_off' | 'highlight_text_cursor' | 'highlighter_size_1' | 'highlighter_size_2' | 'highlighter_size_3' | 'highlighter_size_4' | 'highlighter_size_5' | 'hiking' | 'history' | 'history_2' | 'history_edu' | 'history_off' | 'history_toggle_off' | 'hive' | 'hls' | 'hls_off' | 'holiday_village' | 'home' | 'home_and_garden' | 'home_app_logo' | 'home_filled' | 'home_health' | 'home_improvement_and_tools' | 'home_iot_device' | 'home_max' | 'home_max_dots' | 'home_mini' | 'home_pin' | 'home_repair_service' | 'home_speaker' | 'home_storage' | 'home_work' | 'horizontal_distribute' | 'horizontal_rule' | 'horizontal_split' | 'host' | 'hot_tub' | 'hotel' | 'hotel_class' | 'hourglass' | 'hourglass_arrow_down' | 'hourglass_arrow_up' | 'hourglass_bottom' | 'hourglass_disabled' | 'hourglass_empty' | 'hourglass_full' | 'hourglass_pause' | 'hourglass_top' | 'house' | 'house_siding' | 'house_with_shield' | 'houseboat' | 'household_supplies' | 'hov' | 'how_to_reg' | 'how_to_vote' | 'hr_resting' | 'html' | 'http' | 'https' | 'hub' | 'humerus' | 'humerus_alt' | 'humidity_high' | 'humidity_indoor' | 'humidity_low' | 'humidity_mid' | 'humidity_percentage' | 'hvac' | 'hvac_max_defrost' | 'ice_skating' | 'icecream' | 'id_card' | 'identity_aware_proxy' | 'identity_platform' | 'ifl' | 'iframe' | 'iframe_off' | 'image' | 'image_arrow_up' | 'image_aspect_ratio' | 'image_inset' | 'image_not_supported' | 'image_search' | 'imagesearch_roller' | 'imagesmode' | 'immunology' | 'import_contacts' | 'import_export' | 'important_devices' | 'in_home_mode' | 'inactive_order' | 'inbox' | 'inbox_customize' | 'inbox_text' | 'inbox_text_asterisk' | 'inbox_text_person' | 'inbox_text_share' | 'incomplete_circle' | 'indeterminate_check_box' | 'indeterminate_question_box' | 'info' | 'info_i' | 'infrared' | 'ink_eraser' | 'ink_eraser_off' | 'ink_highlighter' | 'ink_highlighter_move' | 'ink_marker' | 'ink_pen' | 'ink_selection' | 'inpatient' | 'input' | 'input_circle' | 'insert_chart' | 'insert_chart_filled' | 'insert_chart_outlined' | 'insert_comment' | 'insert_drive_file' | 'insert_emoticon' | 'insert_invitation' | 'insert_link' | 'insert_page_break' | 'insert_photo' | 'insert_text' | 'insights' | 'install_desktop' | 'install_mobile' | 'instant_mix' | 'integration_instructions' | 'interactive_space' | 'interests' | 'interpreter_mode' | 'inventory' | 'inventory_2' | 'invert_colors' | 'invert_colors_off' | 'ios' | 'ios_share' | 'iron' | 'iso' | 'jamboard_kiosk' | 'japanese_curry' | 'japanese_flag' | 'javascript' | 'join' | 'join_full' | 'join_inner' | 'join_left' | 'join_right' | 'joystick' | 'jump_to_element' | 'kanji_alcohol' | 'kayaking' | 'kebab_dining' | 'keep' | 'keep_off' | 'keep_pin' | 'keep_public' | 'kettle' | 'key' | 'key_off' | 'key_vertical' | 'key_visualizer' | 'keyboard' | 'keyboard_alt' | 'keyboard_arrow_down' | 'keyboard_arrow_left' | 'keyboard_arrow_right' | 'keyboard_arrow_up' | 'keyboard_backspace' | 'keyboard_capslock' | 'keyboard_capslock_badge' | 'keyboard_command_key' | 'keyboard_control_key' | 'keyboard_double_arrow_down' | 'keyboard_double_arrow_left' | 'keyboard_double_arrow_right' | 'keyboard_double_arrow_up' | 'keyboard_external_input' | 'keyboard_full' | 'keyboard_hide' | 'keyboard_keys' | 'keyboard_lock' | 'keyboard_lock_off' | 'keyboard_off' | 'keyboard_onscreen' | 'keyboard_option_key' | 'keyboard_previous_language' | 'keyboard_return' | 'keyboard_tab' | 'keyboard_tab_rtl' | 'keyboard_voice' | 'kid_star' | 'king_bed' | 'kitchen' | 'kitesurfing' | 'lab_panel' | 'lab_profile' | 'lab_research' | 'label' | 'label_important' | 'label_important_outline' | 'label_off' | 'label_outline' | 'labs' | 'lan' | 'landscape' | 'landscape_2' | 'landscape_2_edit' | 'landscape_2_off' | 'landslide' | 'language' | 'language_chinese_array' | 'language_chinese_cangjie' | 'language_chinese_dayi' | 'language_chinese_pinyin' | 'language_chinese_quick' | 'language_chinese_wubi' | 'language_french' | 'language_gb_english' | 'language_international' | 'language_japanese_kana' | 'language_korean_latin' | 'language_pinyin' | 'language_spanish' | 'language_us' | 'language_us_colemak' | 'language_us_dvorak' | 'laps' | 'laptop' | 'laptop_car' | 'laptop_chromebook' | 'laptop_mac' | 'laptop_windows' | 'lasso_select' | 'last_page' | 'launch' | 'laundry' | 'layers' | 'layers_clear' | 'lda' | 'leaderboard' | 'leak_add' | 'leak_remove' | 'left_click' | 'left_panel_close' | 'left_panel_open' | 'legend_toggle' | 'lens' | 'lens_blur' | 'letter_switch' | 'library_add' | 'library_add_check' | 'library_books' | 'library_music' | 'license' | 'lift_to_talk' | 'light' | 'light_group' | 'light_mode' | 'light_off' | 'lightbulb' | 'lightbulb_2' | 'lightbulb_circle' | 'lightbulb_outline' | 'lightning_stand' | 'line_axis' | 'line_curve' | 'line_end' | 'line_end_arrow' | 'line_end_arrow_notch' | 'line_end_circle' | 'line_end_diamond' | 'line_end_square' | 'line_start' | 'line_start_arrow' | 'line_start_arrow_notch' | 'line_start_circle' | 'line_start_diamond' | 'line_start_square' | 'line_style' | 'line_weight' | 'linear_scale' | 'link' | 'link_off' | 'linked_camera' | 'linked_services' | 'liquor' | 'list' | 'list_alt' | 'list_alt_add' | 'list_alt_check' | 'lists' | 'live_help' | 'live_tv' | 'living' | 'local_activity' | 'local_airport' | 'local_atm' | '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_printshop' | 'local_see' | 'local_shipping' | 'local_taxi' | 'location_automation' | 'location_away' | 'location_chip' | 'location_city' | 'location_disabled' | 'location_home' | 'location_off' | 'location_on' | 'location_pin' | 'location_searching' | 'locator_tag' | 'lock' | 'lock_clock' | 'lock_open' | 'lock_open_circle' | 'lock_open_right' | 'lock_outline' | 'lock_person' | 'lock_reset' | 'login' | 'logo_dev' | 'logout' | 'looks' | 'looks_3' | 'looks_4' | 'looks_5' | 'looks_6' | 'looks_one' | 'looks_two' | 'loop' | 'loupe' | 'low_density' | 'low_priority' | 'lowercase' | 'loyalty' | 'lte_mobiledata' | 'lte_mobiledata_badge' | 'lte_plus_mobiledata' | 'lte_plus_mobiledata_badge' | 'luggage' | 'lunch_dining' | 'lyrics' | 'macro_auto' | 'macro_off' | 'magic_button' | 'magic_exchange' | 'magic_tether' | 'magnification_large' | 'magnification_small' | 'magnify_docked' | 'magnify_fullscreen' | 'mail' | 'mail_asterisk' | 'mail_lock' | 'mail_off' | 'mail_outline' | 'mail_shield' | 'male' | 'man' | 'man_2' | 'man_3' | 'man_4' | 'manage_accounts' | 'manage_history' | 'manage_search' | 'manga' | 'manufacturing' | 'map' | 'map_pin_heart' | 'map_pin_review' | 'map_search' | 'maps_home_work' | 'maps_ugc' | 'margin' | 'mark_as_unread' | 'mark_chat_read' | 'mark_chat_unread' | 'mark_email_read' | 'mark_email_unread' | 'mark_unread_chat_alt' | 'markdown' | 'markdown_copy' | 'markdown_paste' | 'markunread' | 'markunread_mailbox' | 'masked_transitions' | 'masked_transitions_add' | 'masks' | 'massage' | 'match_case' | 'match_case_off' | 'match_word' | 'matter' | 'maximize' | 'meal_dinner' | 'meal_lunch' | 'measuring_tape' | 'media_bluetooth_off' | 'media_bluetooth_on' | 'media_link' | 'media_output' | 'media_output_off' | 'mediation' | 'medical_information' | 'medical_mask' | 'medical_services' | 'medication' | 'medication_liquid' | 'meeting_room' | 'memory' | 'memory_alt' | 'menstrual_health' | 'menu' | 'menu_book' | 'menu_book_2' | 'menu_open' | 'merge' | 'merge_type' | 'message' | 'metabolism' | 'metro' | 'mfg_nest_yale_lock' | 'mic' | 'mic_alert' | 'mic_double' | 'mic_external_off' | 'mic_external_on' | 'mic_none' | 'mic_off' | 'microbiology' | 'microwave' | 'microwave_gen' | 'military_tech' | 'mimo' | 'mimo_disconnect' | 'mindfulness' | 'minimize' | 'minor_crash' | 'mintmark' | 'missed_video_call' | 'missed_video_call_filled' | 'missing_controller' | 'mist' | 'mitre' | 'mixture_med' | 'mms' | 'mobile' | 'mobile_2' | 'mobile_3' | 'mobile_alert' | 'mobile_arrow_down' | 'mobile_arrow_right' | 'mobile_arrow_up_right' | 'mobile_block' | 'mobile_camera' | 'mobile_camera_front' | 'mobile_camera_rear' | 'mobile_cancel' | 'mobile_cast' | 'mobile_charge' | 'mobile_chat' | 'mobile_check' | 'mobile_code' | 'mobile_dots' | 'mobile_friendly' | 'mobile_gear' | 'mobile_hand' | 'mobile_hand_left' | 'mobile_hand_left_off' | 'mobile_hand_off' | 'mobile_info' | 'mobile_landscape' | 'mobile_layout' | 'mobile_lock_landscape' | 'mobile_lock_portrait' | 'mobile_loupe' | 'mobile_menu' | 'mobile_off' | 'mobile_question' | 'mobile_rotate' | 'mobile_rotate_lock' | 'mobile_screen_share' | 'mobile_screensaver' | 'mobile_sensor_hi' | 'mobile_sensor_lo' | 'mobile_share' | 'mobile_share_stack' | 'mobile_sound' | 'mobile_sound_2' | 'mobile_sound_off' | 'mobile_speaker' | 'mobile_text' | 'mobile_text_2' | 'mobile_theft' | 'mobile_ticket' | 'mobile_vibrate' | 'mobile_wrench' | 'mobiledata_off' | 'mode' | 'mode_comment' | 'mode_cool' | 'mode_cool_off' | 'mode_dual' | 'mode_edit' | 'mode_edit_outline' | 'mode_fan' | 'mode_fan_off' | 'mode_heat' | 'mode_heat_cool' | 'mode_heat_off' | 'mode_night' | 'mode_of_travel' | 'mode_off_on' | 'mode_standby' | 'model_training' | 'modeling' | 'monetization_on' | 'money' | 'money_bag' | 'money_off' | 'money_off_csred' | 'money_range' | 'monitor' | 'monitor_heart' | 'monitor_weight' | 'monitor_weight_gain' | 'monitor_weight_loss' | 'monitoring' | 'monochrome_photos' | 'monorail' | 'mood' | 'mood_bad' | 'moon_stars' | 'mop' | 'moped' | 'moped_package' | 'more' | 'more_down' | 'more_horiz' | 'more_time' | 'more_up' | 'more_vert' | 'mosque' | 'motion_blur' | 'motion_mode' | 'motion_photos_auto' | 'motion_photos_off' | 'motion_photos_on' | 'motion_photos_pause' | 'motion_photos_paused' | 'motion_play' | 'motion_sensor_active' | 'motion_sensor_alert' | 'motion_sensor_idle' | 'motion_sensor_urgent' | 'motorcycle' | 'mountain_flag' | 'mountain_steam' | 'mouse' | 'mouse_lock' | 'mouse_lock_off' | 'move' | 'move_down' | 'move_group' | 'move_item' | 'move_location' | 'move_selection_down' | 'move_selection_left' | 'move_selection_right' | 'move_selection_up' | 'move_to_inbox' | 'move_up' | 'moved_location' | 'movie' | 'movie_creation' | 'movie_edit' | 'movie_filter' | 'movie_info' | 'movie_off' | 'movie_speaker' | 'moving' | 'moving_beds' | 'moving_ministry' | 'mp' | 'multicooker' | 'multiline_chart' | 'multimodal_hand_eye' | 'multiple_airports' | 'multiple_stop' | 'museum' | 'music_cast' | 'music_history' | 'music_note' | 'music_note_add' | 'music_off' | 'music_video' | 'my_location' | 'mystery' | 'nat' | 'nature' | 'nature_people' | 'navigate_before' | 'navigate_next' | 'navigation' | 'near_me' | 'near_me_disabled' | 'nearby' | 'nearby_error' | 'nearby_off' | 'nephrology' | 'nest_audio' | 'nest_cam_floodlight' | 'nest_cam_indoor' | 'nest_cam_iq' | 'nest_cam_iq_outdoor' | 'nest_cam_magnet_mount' | 'nest_cam_outdoor' | 'nest_cam_stand' | 'nest_cam_wall_mount' | 'nest_cam_wired_stand' | 'nest_clock_farsight_analog' | 'nest_clock_farsight_digital' | 'nest_connect' | 'nest_detect' | 'nest_display' | 'nest_display_max' | 'nest_doorbell_visitor' | 'nest_eco_leaf' | 'nest_farsight_cool' | 'nest_farsight_dual' | 'nest_farsight_eco' | 'nest_farsight_heat' | 'nest_farsight_seasonal' | 'nest_farsight_weather' | 'nest_found_savings' | 'nest_gale_wifi' | 'nest_heat_link_e' | 'nest_heat_link_gen_3' | 'nest_hello_doorbell' | 'nest_locator_tag' | 'nest_mini' | 'nest_multi_room' | 'nest_protect' | 'nest_remote' | 'nest_remote_comfort_sensor' | 'nest_secure_alarm' | 'nest_sunblock' | 'nest_tag' | 'nest_thermostat' | 'nest_thermostat_e_eu' | 'nest_thermostat_gen_3' | 'nest_thermostat_sensor' | 'nest_thermostat_sensor_eu' | 'nest_thermostat_zirconium_eu' | 'nest_true_radiant' | 'nest_wake_on_approach' | 'nest_wake_on_press' | 'nest_wifi_gale' | 'nest_wifi_mistral' | 'nest_wifi_point' | 'nest_wifi_point_vento' | 'nest_wifi_pro' | 'nest_wifi_pro_2' | 'nest_wifi_router' | 'network_cell' | 'network_check' | 'network_intel_node' | 'network_intelligence' | 'network_intelligence_history' | 'network_intelligence_update' | 'network_locked' | 'network_manage' | 'network_node' | 'network_ping' | 'network_wifi' | 'network_wifi_1_bar' | 'network_wifi_1_bar_locked' | 'network_wifi_2_bar' | 'network_wifi_2_bar_locked' | 'network_wifi_3_bar' | 'network_wifi_3_bar_locked' | 'network_wifi_locked' | 'neurology' | 'new_label' | 'new_releases' | 'new_window' | 'news' | 'newsmode' | 'newspaper' | 'newsstand' | 'next_plan' | 'next_week' | 'nfc' | 'nfc_off' | 'night_shelter' | 'night_sight_auto' | 'night_sight_auto_off' | 'night_sight_max' | 'nightlife' | 'nightlight' | 'nightlight_round' | 'nights_stay' | 'no_accounts' | 'no_adult_content' | 'no_backpack' | 'no_crash' | 'no_drinks' | 'no_encryption' | 'no_encryption_gmailerrorred' | 'no_flash' | 'no_food' | 'no_luggage' | 'no_meals' | 'no_meeting_room' | 'no_photography' | 'no_sim' | 'no_sound' | 'no_stroller' | 'no_transfer' | 'noise_aware' | 'noise_control_off' | 'noise_control_on' | 'nordic_walking' | 'north' | 'north_east' | 'north_west' | 'not_accessible' | 'not_accessible_forward' | 'not_interested' | 'not_listed_location' | 'not_started' | 'note' | 'note_add' | 'note_alt' | 'note_stack' | 'note_stack_add' | 'notes' | 'notification_add' | 'notification_important' | 'notification_multiple' | 'notification_settings' | 'notification_sound' | 'notifications' | 'notifications_active' | 'notifications_none' | 'notifications_off' | 'notifications_paused' | 'notifications_unread' | 'numbers' | 'nutrition' | 'ods' | 'odt' | 'offline_bolt' | 'offline_pin' | 'offline_pin_off' | 'offline_share' | 'oil_barrel' | 'okonomiyaki' | 'on_device_training' | 'on_hub_device' | 'oncology' | 'ondemand_video' | 'online_prediction' | 'onsen' | 'opacity' | 'open_in_browser' | 'open_in_full' | 'open_in_new' | 'open_in_new_down' | 'open_in_new_off' | 'open_in_phone' | 'open_jam' | 'open_run' | 'open_with' | 'ophthalmology' | 'oral_disease' | 'orbit' | 'order_approve' | 'order_play' | 'orders' | 'orthopedics' | 'other_admission' | 'other_houses' | 'outbound' | 'outbox' | 'outbox_alt' | 'outdoor_garden' | 'outdoor_grill' | 'outgoing_mail' | 'outlet' | 'outlined_flag' | 'outpatient' | 'outpatient_med' | 'output' | 'output_circle' | 'oven' | 'oven_gen' | 'overview' | 'overview_key' | 'owl' | 'oxygen_saturation' | 'p2p' | 'pace' | 'pacemaker' | 'package' | 'package_2' | 'padding' | 'padel' | 'page_control' | 'page_footer' | 'page_header' | 'page_info' | 'page_menu_ios' | 'pageless' | 'pages' | 'pageview' | 'paid' | 'palette' | 'pallet' | 'pan_tool' | 'pan_tool_alt' | 'pan_zoom' | 'panorama' | 'panorama_fish_eye' | 'panorama_horizontal' | 'panorama_photosphere' | 'panorama_vertical' | 'panorama_wide_angle' | 'paragliding' | 'parent_child_dining' | 'park' | 'parking_meter' | 'parking_sign' | 'parking_valet' | 'partly_cloudy_day' | 'partly_cloudy_night' | 'partner_exchange' | 'partner_heart' | 'partner_reports' | 'party_mode' | 'passkey' | 'password' | 'password_2' | 'password_2_off' | 'patient_list' | 'pattern' | 'pause' | 'pause_circle' | 'pause_circle_filled' | 'pause_circle_outline' | 'pause_presentation' | 'payment' | 'payment_arrow_down' | 'payment_card' | 'payments' | 'pedal_bike' | 'pediatrics' | 'pen_size_1' | 'pen_size_2' | 'pen_size_3' | 'pen_size_4' | 'pen_size_5' | 'pending' | 'pending_actions' | 'pentagon' | 'people' | 'people_alt' | 'people_outline' | 'percent' | 'percent_discount' | 'performance_max' | 'pergola' | 'perm_camera_mic' | 'perm_contact_calendar' | 'perm_data_setting' | 'perm_device_information' | 'perm_identity' | 'perm_media' | 'perm_phone_msg' | 'perm_scan_wifi' | 'person' | 'person_2' | 'person_3' | 'person_4' | 'person_add' | 'person_add_alt' | 'person_add_disabled' | 'person_alert' | 'person_apron' | 'person_book' | 'person_cancel' | 'person_celebrate' | 'person_check' | 'person_edit' | 'person_filled' | 'person_heart' | 'person_off' | 'person_outline' | 'person_pin' | 'person_pin_circle' | 'person_play' | 'person_raised_hand' | 'person_remove' | 'person_search' | 'person_shield' | 'personal_bag' | 'personal_bag_off' | 'personal_bag_question' | 'personal_injury' | 'personal_places' | 'personal_video' | 'pest_control' | 'pest_control_rodent' | 'pet_supplies' | 'pets' | 'phishing' | 'phone' | 'phone_alt' | 'phone_android' | 'phone_bluetooth_speaker' | 'phone_callback' | 'phone_disabled' | 'phone_enabled' | 'phone_forwarded' | 'phone_in_talk' | 'phone_iphone' | 'phone_locked' | 'phone_missed' | 'phone_paused' | 'phonelink' | 'phonelink_erase' | 'phonelink_lock' | 'phonelink_off' | 'phonelink_ring' | 'phonelink_ring_off' | 'phonelink_setup' | 'photo' | 'photo_album' | 'photo_auto_merge' | 'photo_camera' | 'photo_camera_back' | 'photo_camera_front' | 'photo_filter' | 'photo_frame' | 'photo_library' | 'photo_prints' | 'photo_size_select_actual' | 'photo_size_select_large' | 'photo_size_select_small' | 'php' | 'physical_therapy' | 'piano' | 'piano_off' | 'pickleball' | 'picture_as_pdf' | 'picture_in_picture' | 'picture_in_picture_alt' | 'picture_in_picture_center' | 'picture_in_picture_large' | 'picture_in_picture_medium' | 'picture_in_picture_mobile' | 'picture_in_picture_off' | 'picture_in_picture_small' | 'pie_chart' | 'pie_chart_filled' | 'pie_chart_outline' | 'pie_chart_outlined' | 'pill' | 'pill_off' | 'pin' | 'pin_drop' | 'pin_end' | 'pin_invoke' | 'pinboard' | 'pinboard_unread' | 'pinch' | 'pinch_zoom_in' | 'pinch_zoom_out' | 'pip' | 'pip_exit' | 'pivot_table_chart' | 'place' | 'place_item' | 'plagiarism' | 'plane_contrails' | 'planet' | 'planner_banner_ad_pt' | 'planner_review' | 'play_arrow' | 'play_circle' | 'play_disabled' | 'play_for_work' | 'play_lesson' | 'play_music' | 'play_pause' | 'play_shapes' | 'playground' | 'playground_2' | 'playing_cards' | 'playlist_add' | 'playlist_add_check' | 'playlist_add_check_circle' | 'playlist_add_circle' | 'playlist_play' | 'playlist_remove' | 'plug_connect' | 'plumbing' | 'plus_one' | 'podcasts' | 'podiatry' | 'podium' | 'point_of_sale' | 'point_scan' | 'poker_chip' | 'policy' | 'policy_alert' | 'poll' | 'polyline' | 'polymer' | 'pool' | 'portable_wifi_off' | 'portrait' | 'position_bottom_left' | 'position_bottom_right' | 'position_top_right' | 'post' | 'post_add' | 'potted_plant' | 'power' | 'power_input' | 'power_off' | 'power_rounded' | 'power_settings_circle' | 'power_settings_new' | 'prayer_times' | 'precision_manufacturing' | 'pregnancy' | 'pregnant_woman' | 'preliminary' | 'prescriptions' | 'present_to_all' | 'preview' | 'preview_off' | 'price_change' | 'price_check' | 'print' | 'print_add' | 'print_connect' | 'print_disabled' | 'print_error' | 'print_lock' | 'priority' | 'priority_high' | 'privacy' | 'privacy_tip' | 'private_connectivity' | 'problem' | 'procedure' | 'process_chart' | 'production_quantity_limits' | 'productivity' | 'progress_activity' | 'prompt_suggestion' | 'propane' | 'propane_tank' | 'psychiatry' | 'psychology' | 'psychology_alt' | 'public' | 'public_off' | 'publish' | 'published_with_changes' | 'pulmonology' | 'pulse_alert' | 'punch_clock' | 'push_pin' | 'qr_code' | 'qr_code_2' | 'qr_code_2_add' | 'qr_code_scanner' | 'query_builder' | 'query_stats' | 'question_answer' | 'question_exchange' | 'question_mark' | 'queue' | 'queue_music' | 'queue_play_next' | 'quick_phrases' | 'quick_reference' | 'quick_reference_all' | 'quick_reorder' | 'quickreply' | 'quiet_time' | 'quiet_time_active' | 'quiz' | 'r_mobiledata' | 'radar' | 'radio' | 'radio_button_checked' | 'radio_button_partial' | 'radio_button_unchecked' | 'radiology' | 'railway_alert' | 'railway_alert_2' | 'rainy' | 'rainy_heavy' | 'rainy_light' | 'rainy_snow' | 'ramen_dining' | 'ramp_left' | 'ramp_right' | 'range_hood' | 'rate_review' | 'rate_review_rtl' | 'raven' | 'raw_off' | 'raw_on' | 'read_more' | 'readiness_score' | 'real_estate_agent' | 'rear_camera' | 'rebase' | 'rebase_edit' | 'receipt' | 'receipt_long' | 'receipt_long_off' | 'recent_actors' | 'recent_patient' | 'recenter' | 'recommend' | 'record_voice_over' | 'rectangle' | 'recycling' | 'redeem' | 'redo' | 'reduce_capacity' | 'refresh' | 'regular_expression' | 'relax' | 'release_alert' | 'remember_me' | 'reminder' | 'reminders_alt' | 'remote_gen' | 'remove' | 'remove_circle' | 'remove_circle_outline' | 'remove_done' | 'remove_from_queue' | 'remove_moderator' | 'remove_red_eye' | 'remove_road' | 'remove_selection' | 'remove_shopping_cart' | 'reopen_window' | 'reorder' | 'repartition' | 'repeat' | 'repeat_on' | 'repeat_one' | 'repeat_one_on' | 'replace_audio' | 'replace_image' | 'replace_video' | 'replay' | 'replay_10' | 'replay_30' | 'replay_5' | 'replay_circle_filled' | 'reply' | 'reply_all' | 'report' | 'report_gmailerrorred' | 'report_off' | 'report_problem' | 'request_page' | 'request_quote' | 'reset_brightness' | 'reset_exposure' | 'reset_focus' | 'reset_image' | 'reset_iso' | 'reset_settings' | 'reset_shadow' | 'reset_shutter_speed' | 'reset_tv' | 'reset_white_balance' | 'reset_wrench' | 'resize' | 'respiratory_rate' | 'responsive_layout' | 'rest_area' | 'restart_alt' | 'restaurant' | 'restaurant_menu' | 'restore' | 'restore_from_trash' | 'restore_page' | 'resume' | 'reviews' | 'rewarded_ads' | 'rheumatology' | 'rib_cage' | 'rice_bowl' | 'right_click' | 'right_panel_close' | 'right_panel_open' | 'ring_volume' | 'ring_volume_filled' | 'ripples' | 'road' | 'robot' | 'robot_2' | 'rocket' | 'rocket_launch' | 'roller_shades' | 'roller_shades_closed' | 'roller_skating' | 'roofing' | 'room' | 'room_preferences' | 'room_service' | 'rotate_90_degrees_ccw' | 'rotate_90_degrees_cw' | 'rotate_auto' | 'rotate_left' | 'rotate_right' | 'roundabout_left' | 'roundabout_right' | 'rounded_corner' | 'route' | 'router' | 'router_off' | 'routine' | 'rowing' | 'rss_feed' | 'rsvp' | 'rtt' | 'rubric' | 'rule' | 'rule_folder' | 'rule_settings' | 'run_circle' | 'running_with_errors' | 'rv_hookup' | 'safety_check' | 'safety_check_off' | 'safety_divider' | 'sailing' | 'salinity' | 'sanitizer' | 'satellite' | 'satellite_alt' | 'sauna' | 'save' | 'save_alt' | 'save_as' | 'save_clock' | 'saved_search' | 'savings' | 'scale' | 'scan' | 'scan_delete' | 'scanner' | 'scatter_plot' | 'scene' | 'schedule' | 'schedule_send' | 'schema' | 'school' | 'science' | 'science_off' | 'scooter' | 'score' | 'scoreboard' | 'screen_lock_landscape' | 'screen_lock_portrait' | 'screen_lock_rotation' | 'screen_record' | 'screen_rotation' | 'screen_rotation_alt' | 'screen_rotation_up' | 'screen_search_desktop' | 'screen_share' | 'screenshot' | 'screenshot_frame' | 'screenshot_frame_2' | 'screenshot_keyboard' | 'screenshot_monitor' | 'screenshot_region' | 'screenshot_tablet' | 'script' | 'scrollable_header' | 'scuba_diving' | 'sd' | 'sd_card' | 'sd_card_alert' | 'sd_storage' | 'sdk' | 'search' | 'search_activity' | 'search_check' | 'search_check_2' | 'search_gear' | 'search_hands_free' | 'search_insights' | 'search_off' | 'seat_cool_left' | 'seat_cool_right' | 'seat_heat_left' | 'seat_heat_right' | 'seat_vent_left' | 'seat_vent_right' | 'security' | 'security_key' | 'security_update' | 'security_update_good' | 'security_update_warning' | 'segment' | 'select' | 'select_all' | 'select_check_box' | 'select_to_speak' | 'select_window' | 'select_window_2' | 'select_window_off' | 'self_care' | 'self_improvement' | 'sell' | 'send' | 'send_and_archive' | 'send_money' | 'send_time_extension' | 'send_to_mobile' | 'sensor_door' | 'sensor_occupied' | 'sensor_window' | 'sensors' | 'sensors_krx' | 'sensors_krx_off' | 'sensors_off' | 'sentiment_calm' | 'sentiment_content' | 'sentiment_dissatisfied' | 'sentiment_excited' | 'sentiment_extremely_dissatisfied' | 'sentiment_frustrated' | 'sentiment_neutral' | 'sentiment_sad' | 'sentiment_satisfied' | 'sentiment_satisfied_alt' | 'sentiment_stressed' | 'sentiment_very_dissatisfied' | 'sentiment_very_satisfied' | 'sentiment_worried' | 'serif' | 'server_person' | 'service_toolbox' | 'set_meal' | 'settings' | 'settings_accessibility' | 'settings_account_box' | 'settings_alert' | 'settings_applications' | 'settings_b_roll' | 'settings_backup_restore' | 'settings_bluetooth' | 'settings_brightness' | 'settings_cell' | 'settings_cinematic_blur' | 'settings_ethernet' | 'settings_heart' | 'settings_input_antenna' | 'settings_input_component' | 'settings_input_composite' | 'settings_input_hdmi' | 'settings_input_svideo' | 'settings_motion_mode' | 'settings_night_sight' | 'settings_overscan' | 'settings_panorama' | 'settings_phone' | 'settings_photo_camera' | 'settings_power' | 'settings_remote' | 'settings_seating' | 'settings_slow_motion' | 'settings_suggest' | 'settings_system_daydream' | 'settings_timelapse' | 'settings_video_camera' | 'settings_voice' | 'settop_component' | 'severe_cold' | 'shadow' | 'shadow_add' | 'shadow_minus' | 'shape_line' | 'shape_recognition' | 'shapes' | 'share' | 'share_eta' | 'share_location' | 'share_off' | 'share_reviews' | 'share_windows' | 'shaved_ice' | 'sheets_rtl' | 'shelf_auto_hide' | 'shelf_position' | 'shelves' | 'shield' | 'shield_lock' | 'shield_locked' | 'shield_moon' | 'shield_person' | 'shield_question' | 'shield_toggle' | 'shield_watch' | 'shield_with_heart' | 'shield_with_house' | 'shift' | 'shift_lock' | 'shift_lock_off' | 'shop' | 'shop_2' | 'shop_two' | 'shopping_bag' | 'shopping_bag_speed' | 'shopping_basket' | 'shopping_cart' | 'shopping_cart_checkout' | 'shopping_cart_off' | 'shoppingmode' | 'short_stay' | 'short_text' | 'shortcut' | 'show_chart' | 'shower' | 'shuffle' | 'shuffle_on' | 'shutter_speed' | 'shutter_speed_add' | 'shutter_speed_minus' | 'sick' | 'side_navigation' | 'sign_language' | 'sign_language_2' | 'signal_cellular_0_bar' | 'signal_cellular_1_bar' | 'signal_cellular_2_bar' | 'signal_cellular_3_bar' | 'signal_cellular_4_bar' | 'signal_cellular_add' | 'signal_cellular_alt' | 'signal_cellular_alt_1_bar' | 'signal_cellular_alt_2_bar' | 'signal_cellular_connected_no_internet_0_bar' | 'signal_cellular_connected_no_internet_4_bar' | 'signal_cellular_no_sim' | 'signal_cellular_nodata' | 'signal_cellular_null' | 'signal_cellular_off' | 'signal_cellular_pause' | 'signal_disconnected' | 'signal_wifi_0_bar' | 'signal_wifi_4_bar' | 'signal_wifi_4_bar_lock' | 'signal_wifi_bad' | 'signal_wifi_connected_no_internet_4' | 'signal_wifi_off' | 'signal_wifi_statusbar_4_bar' | 'signal_wifi_statusbar_not_connected' | 'signal_wifi_statusbar_null' | 'signature' | 'signpost' | 'sim_card' | 'sim_card_alert' | 'sim_card_download' | 'simulation' | 'single_bed' | 'sip' | 'siren' | 'siren_check' | 'siren_open' | 'siren_question' | 'skateboarding' | 'skeleton' | 'skillet' | 'skillet_cooktop' | 'skip_next' | 'skip_previous' | 'skull' | 'skull_list' | 'slab_serif' | 'sledding' | 'sleep' | 'sleep_score' | 'slide_library' | 'sliders' | 'slideshow' | 'slow_motion_video' | 'smart_button' | 'smart_card_reader' | 'smart_card_reader_off' | 'smart_display' | 'smart_outlet' | 'smart_screen' | 'smart_toy' | 'smartphone' | 'smartphone_camera' | 'smb_share' | 'smoke_free' | 'smoking_rooms' | 'sms' | 'sms_failed' | 'snippet_folder' | 'snooze' | 'snowboarding' | 'snowing' | 'snowing_heavy' | 'snowmobile' | 'snowshoeing' | 'soap' | 'soba' | 'social_distance' | 'social_leaderboard' | 'solar_power' | 'solo_dining' | 'sort' | 'sort_by_alpha' | 'sos' | 'sound_detection_dog_barking' | 'sound_detection_glass_break' | 'sound_detection_loud_sound' | 'sound_sampler' | 'soup_kitchen' | 'source' | 'source_environment' | 'source_notes' | 'south' | 'south_america' | 'south_east' | 'south_west' | 'spa' | 'space_bar' | 'space_dashboard' | 'spatial_audio' | 'spatial_audio_off' | 'spatial_speaker' | 'spatial_tracking' | 'speaker' | 'speaker_group' | 'speaker_notes' | 'speaker_notes_off' | 'speaker_phone' | 'special_character' | 'specific_gravity' | 'speech_to_text' | 'speed' | 'speed_0_25' | 'speed_0_2x' | 'speed_0_5' | 'speed_0_5x' | 'speed_0_75' | 'speed_0_7x' | 'speed_1_2' | 'speed_1_25' | 'speed_1_2x' | 'speed_1_5' | 'speed_1_5x' | 'speed_1_75' | 'speed_1_7x' | 'speed_2x' | 'speed_camera' | 'spellcheck' | 'split_scene' | 'split_scene_down' | 'split_scene_left' | 'split_scene_right' | 'split_scene_up' | 'splitscreen' | 'splitscreen_add' | 'splitscreen_bottom' | 'splitscreen_landscape' | 'splitscreen_left' | 'splitscreen_portrait' | 'splitscreen_right' | 'splitscreen_top' | 'splitscreen_vertical_add' | 'spo2' | 'spoke' | 'sports' | 'sports_and_outdoors' | 'sports_bar' | 'sports_baseball' | 'sports_basketball' | 'sports_cricket' | 'sports_esports' | 'sports_football' | 'sports_golf' | 'sports_gymnastics' | 'sports_handball' | 'sports_hockey' | 'sports_kabaddi' | 'sports_martial_arts' | 'sports_mma' | 'sports_motorsports' | 'sports_rugby' | 'sports_score' | 'sports_soccer' | 'sports_tennis' | 'sports_volleyball' | 'sprinkler' | 'sprint' | 'square' | 'square_dot' | 'square_foot' | 'ssid_chart' | 'stack' | 'stack_group' | 'stack_hexagon' | 'stack_off' | 'stack_star' | 'stacked_bar_chart' | 'stacked_email' | 'stacked_inbox' | 'stacked_line_chart' | 'stacks' | 'stadia_controller' | 'stadium' | 'stairs' | 'stairs_2' | 'star' | 'star_border' | 'star_border_purple500' | 'star_half' | 'star_outline' | 'star_purple500' | 'star_rate' | 'star_rate_half' | 'star_shine' | 'stars' | 'stars_2' | 'start' | 'stat_0' | 'stat_1' | 'stat_2' | 'stat_3' | 'stat_minus_1' | 'stat_minus_2' | 'stat_minus_3' | 'stay_current_landscape' | 'stay_current_portrait' | 'stay_primary_landscape' | 'stay_primary_portrait' | 'steering_wheel_heat' | 'step' | 'step_into' | 'step_out' | 'step_over' | 'steppers' | 'steps' | 'stethoscope' | 'stethoscope_arrow' | 'stethoscope_check' | 'sticky_note' | 'sticky_note_2' | 'stock_media' | 'stockpot' | 'stop' | 'stop_circle' | 'stop_screen_share' | 'storage' | 'store' | 'store_mall_directory' | 'storefront' | 'storm' | 'straight' | 'straighten' | 'strategy' | 'stream' | 'stream_apps' | 'streetview' | 'stress_management' | 'strikethrough_s' | 'stroke_full' | 'stroke_partial' | 'stroller' | 'style' | 'styler' | 'stylus' | 'stylus_brush' | 'stylus_fountain_pen' | 'stylus_highlighter' | 'stylus_laser_pointer' | 'stylus_note' | 'stylus_pen' | 'stylus_pencil' | 'subdirectory_arrow_left' | 'subdirectory_arrow_right' | 'subheader' | 'subject' | 'subscript' | 'subscriptions' | 'subtitles' | 'subtitles_gear' | 'subtitles_off' | 'subway' | 'subway_walk' | 'summarize' | 'sunny' | 'sunny_snowing' | 'superscript' | 'supervised_user_circle' | 'supervised_user_circle_off' | 'supervisor_account' | 'support' | 'support_agent' | 'surfing' | 'surgical' | 'surround_sound' | 'swap_calls' | 'swap_driving_apps' | 'swap_driving_apps_wheel' | 'swap_horiz' | 'swap_horizontal_circle' | 'swap_vert' | 'swap_vertical_circle' | 'sweep' | 'swipe' | 'swipe_down' | 'swipe_down_alt' | 'swipe_left' | 'swipe_left_alt' | 'swipe_right' | 'swipe_right_alt' | 'swipe_up' | 'swipe_up_alt' | 'swipe_vertical' | 'switch' | 'switch_access' | 'switch_access_2' | 'switch_access_3' | 'switch_access_shortcut' | 'switch_access_shortcut_add' | 'switch_account' | 'switch_camera' | 'switch_left' | 'switch_right' | 'switch_video' | 'switches' | 'sword_rose' | 'swords' | 'symptoms' | 'synagogue' | 'sync' | 'sync_alt' | 'sync_arrow_down' | 'sync_arrow_up' | 'sync_desktop' | 'sync_disabled' | 'sync_lock' | 'sync_problem' | 'sync_saved_locally' | 'sync_saved_locally_off' | 'syringe' | 'system_security_update' | 'system_security_update_good' | 'system_security_update_warning' | 'system_update' | 'system_update_alt' | 'tab' | 'tab_close' | 'tab_close_inactive' | 'tab_close_right' | 'tab_duplicate' | 'tab_group' | 'tab_inactive' | 'tab_move' | 'tab_new_right' | 'tab_recent' | 'tab_search' | 'tab_unselected' | 'table' | 'table_bar' | 'table_chart' | 'table_chart_view' | 'table_convert' | 'table_edit' | 'table_eye' | 'table_lamp' | 'table_large' | 'table_restaurant' | 'table_rows' | 'table_rows_narrow' | 'table_sign' | 'table_view' | 'tablet' | 'tablet_android' | 'tablet_camera' | 'tablet_mac' | 'tabs' | 'tactic' | 'tag' | 'tag_faces' | 'takeout_dining' | 'takeout_dining_2' | 'tamper_detection_off' | 'tamper_detection_on' | 'tap_and_play' | 'tapas' | 'target' | 'task' | 'task_alt' | 'tatami_seat' | 'taunt' | 'taxi_alert' | 'team_dashboard' | 'temp_preferences_custom' | 'temp_preferences_eco' | 'temple_buddhist' | 'temple_hindu' | 'tenancy' | 'terminal' | 'terrain' | 'text_ad' | 'text_compare' | 'text_decrease' | 'text_fields' | 'text_fields_alt' | 'text_format' | 'text_increase' | 'text_rotate_up' | 'text_rotate_vertical' | 'text_rotation_angledown' | 'text_rotation_angleup' | 'text_rotation_down' | 'text_rotation_none' | 'text_select_end' | 'text_select_jump_to_beginning' | 'text_select_jump_to_end' | 'text_select_move_back_character' | 'text_select_move_back_word' | 'text_select_move_down' | 'text_select_move_forward_character' | 'text_select_move_forward_word' | 'text_select_move_up' | 'text_select_start' | 'text_snippet' | 'text_to_speech' | 'text_up' | 'textsms' | 'texture' | 'texture_add' | 'texture_minus' | 'theater_comedy' | 'theaters' | 'thermometer' | 'thermometer_add' | 'thermometer_gain' | 'thermometer_loss' | 'thermometer_minus' | 'thermostat' | 'thermostat_arrow_down' | 'thermostat_arrow_up' | 'thermostat_auto' | 'thermostat_carbon' | 'things_to_do' | 'thread_unread' | 'threat_intelligence' | 'thumb_down' | 'thumb_down_alt' | 'thumb_down_filled' | 'thumb_down_off' | 'thumb_down_off_alt' | 'thumb_up' | 'thumb_up_alt' | 'thumb_up_filled' | 'thumb_up_off' | 'thumb_up_off_alt' | 'thumbnail_bar' | 'thumbs_up_double' | 'thumbs_up_down' | 'thunderstorm' | 'tibia' | 'tibia_alt' | 'tile_large' | 'tile_medium' | 'tile_small' | 'time_auto' | 'time_to_leave' | 'timelapse' | 'timeline' | 'timer' | 'timer_1' | 'timer_10' | 'timer_10_alt_1' | 'timer_10_select' | 'timer_2' | 'timer_3' | 'timer_3_alt_1' | 'timer_3_select' | 'timer_5' | 'timer_5_shutter' | 'timer_arrow_down' | 'timer_arrow_up' | 'timer_off' | 'timer_pause' | 'timer_play' | 'tips_and_updates' | 'tire_repair' | 'title' | 'titlecase' | 'toast' | 'toc' | 'today' | 'toggle_off' | 'toggle_on' | 'token' | 'toll' | 'tonality' | 'tonality_2' | 'toolbar' | 'tools_flat_head' | 'tools_installation_kit' | 'tools_ladder' | 'tools_level' | 'tools_phillips' | 'tools_pliers_wire_stripper' | 'tools_power_drill' | 'tools_wrench' | 'tooltip' | 'tooltip_2' | 'top_panel_close' | 'top_panel_open' | 'topic' | 'tornado' | 'total_dissolved_solids' | 'touch_app' | 'touch_double' | 'touch_long' | 'touch_triple' | 'touchpad_mouse' | 'touchpad_mouse_off' | 'tour' | 'toys' | 'toys_and_games' | 'toys_fan' | 'track_changes' | 'trackpad_input' | 'trackpad_input_2' | 'trackpad_input_3' | 'traffic' | 'traffic_jam' | 'trail_length' | 'trail_length_medium' | 'trail_length_short' | 'train' | 'tram' | 'transcribe' | 'transfer_within_a_station' | 'transform' | 'transgender' | 'transit_enterexit' | 'transit_ticket' | 'transition_chop' | 'transition_dissolve' | 'transition_fade' | 'transition_push' | 'transition_slide' | 'translate' | 'translate_indic' | 'transportation' | 'travel' | 'travel_explore' | 'travel_luggage_and_bags' | 'trending_down' | 'trending_flat' | 'trending_up' | 'trip' | 'trip_origin' | 'trolley' | 'trolley_cable_car' | 'trophy' | 'troubleshoot' | 'try' | 'tsunami' | 'tsv' | 'tty' | 'tune' | 'tungsten' | 'turn_left' | 'turn_right' | 'turn_sharp_left' | 'turn_sharp_right' | 'turn_slight_left' | 'turn_slight_right' | 'turned_in' | 'turned_in_not' | 'tv' | 'tv_displays' | 'tv_gen' | 'tv_guide' | 'tv_next' | 'tv_off' | 'tv_options_edit_channels' | 'tv_options_input_settings' | 'tv_remote' | 'tv_signin' | 'tv_with_assistant' | 'two_pager' | 'two_pager_store' | 'two_wheeler' | 'type_specimen' | 'u_turn_left' | 'u_turn_right' | 'udon' | 'ulna_radius' | 'ulna_radius_alt' | 'umbrella' | 'unarchive' | 'undo' | 'unfold_less' | 'unfold_less_double' | 'unfold_more' | 'unfold_more_double' | 'ungroup' | 'universal_currency' | 'universal_currency_alt' | 'universal_local' | 'unknown_2' | 'unknown_5' | 'unknown_7' | 'unknown_document' | 'unknown_med' | 'unlicense' | 'unpaved_road' | 'unpin' | 'unpublished' | 'unsubscribe' | 'upcoming' | 'update' | 'update_disabled' | 'upgrade' | 'upi_pay' | 'upload' | 'upload_2' | 'upload_file' | 'uppercase' | 'urology' | 'usb' | 'usb_off' | 'user_attributes' | 'vaccines' | 'vacuum' | 'valve' | 'vape_free' | 'vaping_rooms' | 'variable_add' | 'variable_insert' | 'variable_remove' | 'variables' | 'ventilator' | 'verified' | 'verified_off' | 'verified_user' | 'vertical_align_bottom' | 'vertical_align_center' | 'vertical_align_top' | 'vertical_distribute' | 'vertical_shades' | 'vertical_shades_closed' | 'vertical_split' | 'vibration' | 'video_call' | 'video_camera_back' | 'video_camera_back_add' | 'video_camera_front' | 'video_camera_front_off' | 'video_chat' | 'video_file' | 'video_label' | 'video_library' | 'video_search' | 'video_settings' | 'video_stable' | 'videocam' | 'videocam_alert' | 'videocam_off' | 'videogame_asset' | 'videogame_asset_off' | 'view_agenda' | 'view_apps' | 'view_array' | 'view_carousel' | 'view_column' | 'view_column_2' | 'view_comfy' | 'view_comfy_alt' | 'view_compact' | 'view_compact_alt' | 'view_cozy' | 'view_day' | 'view_headline' | 'view_in_ar' | 'view_in_ar_new' | 'view_in_ar_off' | 'view_kanban' | 'view_list' | 'view_module' | 'view_object_track' | 'view_quilt' | 'view_real_size' | 'view_sidebar' | 'view_stream' | 'view_timeline' | 'view_week' | 'vignette' | 'vignette_2' | 'villa' | 'visibility' | 'visibility_lock' | 'visibility_off' | 'vital_signs' | 'vitals' | 'vo2_max' | 'voice_chat' | 'voice_over_off' | 'voice_selection' | 'voice_selection_off' | 'voicemail' | 'voicemail_2' | 'volcano' | 'volume_down' | 'volume_down_alt' | 'volume_mute' | 'volume_off' | 'volume_up' | 'volunteer_activism' | 'voting_chip' | 'vpn_key' | 'vpn_key_alert' | 'vpn_key_off' | 'vpn_lock' | 'vpn_lock_2' | 'vr180_create2d' | 'vr180_create2d_off' | 'vrpano' | 'wall_art' | 'wall_lamp' | 'wallet' | 'wallpaper' | 'wallpaper_slideshow' | 'wand_shine' | 'wand_stars' | 'ward' | 'warehouse' | 'warning' | 'warning_amber' | 'warning_off' | 'wash' | 'washoku' | 'watch' | 'watch_arrow' | 'watch_button_press' | 'watch_check' | 'watch_later' | 'watch_off' | 'watch_screentime' | 'watch_vibration' | 'watch_wake' | 'water' | 'water_bottle' | 'water_bottle_large' | 'water_damage' | 'water_do' | 'water_drop' | 'water_ec' | 'water_full' | 'water_heater' | 'water_lock' | 'water_loss' | 'water_lux' | 'water_medium' | 'water_orp' | 'water_ph' | 'water_pump' | 'water_voc' | 'waterfall_chart' | 'waves' | 'waving_hand' | 'wb_auto' | 'wb_cloudy' | 'wb_incandescent' | 'wb_iridescent' | 'wb_shade' | 'wb_sunny' | 'wb_twilight' | 'wc' | 'weather_hail' | 'weather_mix' | 'weather_snowy' | 'web' | 'web_asset' | 'web_asset_off' | 'web_stories' | 'web_traffic' | 'webhook' | 'weekend' | 'weight' | 'west' | 'whatshot' | 'wheelchair_pickup' | 'where_to_vote' | 'widget_medium' | 'widget_small' | 'widget_width' | 'widgets' | 'width' | 'width_full' | 'width_normal' | 'width_wide' | 'wifi' | 'wifi_1_bar' | 'wifi_2_bar' | 'wifi_add' | 'wifi_calling' | 'wifi_calling_1' | 'wifi_calling_2' | 'wifi_calling_3' | 'wifi_calling_bar_1' | 'wifi_calling_bar_2' | 'wifi_calling_bar_3' | 'wifi_channel' | 'wifi_find' | 'wifi_home' | 'wifi_lock' | 'wifi_notification' | 'wifi_off' | 'wifi_password' | 'wifi_protected_setup' | 'wifi_proxy' | 'wifi_tethering' | 'wifi_tethering_error' | 'wifi_tethering_off' | 'wind_power' | 'window' | 'window_closed' | 'window_open' | 'window_sensor' | 'windshield_defrost_auto' | 'windshield_defrost_front' | 'windshield_defrost_rear' | 'windshield_heat_front' | 'wine_bar' | 'woman' | 'woman_2' | 'work' | 'work_alert' | 'work_history' | 'work_off' | 'work_outline' | 'work_update' | 'workflow' | 'workspace_premium' | 'workspaces' | 'workspaces_outline' | 'wounds_injuries' | 'wrap_text' | 'wrist' | 'wrong_location' | 'wysiwyg' | 'yakitori' | 'yard' | 'yoshoku' | 'your_trips' | 'youtube_activity' | 'youtube_searched_for' | 'zone_person_alert' | 'zone_person_idle' | 'zone_person_urgent' | 'zoom_in' | 'zoom_in_map' | 'zoom_out' | 'zoom_out_map';
7
+ //# sourceMappingURL=MaterialSymbolData.d.ts.map