You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.7 KiB

{"ast":null,"code":"import * as React from 'react';\nimport StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nimport Text from \"react-native-web/dist/exports/Text\";\nexport default function MissingIcon(_ref) {\n var color = _ref.color,\n size = _ref.size,\n style = _ref.style;\n return React.createElement(Text, {\n style: [styles.icon, {\n color: color,\n fontSize: size\n }, style]\n }, \"\\u23F7\");\n}\nvar styles = StyleSheet.create({\n icon: {\n backgroundColor: 'transparent'\n }\n});","map":{"version":3,"sources":["MissingIcon.tsx"],"names":["React","MissingIcon","color","size","style","styles","icon","fontSize","StyleSheet","create","backgroundColor"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAAA;AAAA;AAS9B,eAAe,SAASC,WAAW,CAAA,IAAA,EAAgC;EAA/B,IAAEC,KAAK,GAAsB,IAAA,CAA3BA,KAAK;IAAEC,IAAI,GAAgB,IAAA,CAApBA,IAAI;IAAEC,KAAAA,GAAc,IAAA,CAAdA,KAAAA;EACjD,OAAO,KAAA,CAAA,aAAA,CAAC,IAAI,EAAA;IAAC,KAAK,EAAE,CAACC,MAAM,CAACC,IAAI,EAAE;MAAEJ,KAAK,EAALA,KAAK;MAAEK,QAAQ,EAAEJ;IAAK,CAAC,EAAEC,KAAK;EAAE,CAAA,EAAA,QAAA,CAAS;AAC/E;AAEA,IAAMC,MAAM,GAAGG,UAAU,CAACC,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,eAAe,EAAE;EACnB;AACF,CAAC,CAAC","sourceRoot":"../../src","sourcesContent":["import * as React from 'react';\nimport { StyleSheet, Text } from 'react-native';\nexport default function MissingIcon(_ref) {\n let {\n color,\n size,\n style\n } = _ref;\n return /*#__PURE__*/React.createElement(Text, {\n style: [styles.icon, {\n color,\n fontSize: size\n }, style]\n }, \"\\u23F7\");\n}\nconst styles = StyleSheet.create({\n icon: {\n backgroundColor: 'transparent'\n }\n});\n//# sourceMappingURL=MissingIcon.js.map"]},"metadata":{},"sourceType":"module"}