{"ast":null,"code":"\"use strict\";\n\nimport StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nimport { Text } from \"./Text.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport function MissingIcon({\n  color,\n  size,\n  style\n}) {\n  return _jsx(Text, {\n    style: [styles.icon, {\n      color,\n      fontSize: size\n    }, style],\n    children: \"\\u23F7\"\n  });\n}\nconst styles = StyleSheet.create({\n  icon: {\n    backgroundColor: 'transparent'\n  }\n});","map":{"version":3,"names":["Text","jsx","_jsx","MissingIcon","color","size","style","styles","icon","fontSize","children","StyleSheet","create","backgroundColor"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/elements/src/MissingIcon.tsx"],"sourcesContent":["import { type StyleProp, StyleSheet, type TextStyle } from 'react-native';\n\nimport { Text } from './Text';\n\ntype Props = {\n  color?: string;\n  size?: number;\n  style?: StyleProp<TextStyle>;\n};\n\nexport function MissingIcon({ color, size, style }: Props) {\n  return <Text style={[styles.icon, { color, fontSize: size }, style]}>⏷</Text>;\n}\n\nconst styles = StyleSheet.create({\n  icon: {\n    backgroundColor: 'transparent',\n  },\n});\n"],"mappings":";;;AAEA,SAASA,IAAI;AAAiB,SAAAC,GAAA,IAAAC,IAAA;AAQ9B,OAAO,SAASC,WAAWA,CAAC;EAAEC,KAAK;EAAEC,IAAI;EAAEC;AAAa,CAAC,EAAE;EACzD,OAAOJ,IAAA,CAACF,IAAI;IAACM,KAAK,EAAE,CAACC,MAAM,CAACC,IAAI,EAAE;MAAEJ,KAAK;MAAEK,QAAQ,EAAEJ;IAAK,CAAC,EAAEC,KAAK,CAAE;IAAAI,QAAA,EAAC;EAAC,CAAM,CAAC;AAC/E;AAEA,MAAMH,MAAM,GAAGI,UAAU,CAACC,MAAM,CAAC;EAC/BJ,IAAI,EAAE;IACJK,eAAe,EAAE;EACnB;AACF,CAAC,CAAC","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}