Home
last modified time | relevance | path

Searched refs:FileIcon (Results 1 – 4 of 4) sorted by relevance

/expo/docs/ui/components/FileTree/
H A Dindex.tsx66 const FileIcon = getIconForFile(name);
79 <FileIcon className="text-icon-tertiary mr-2 min-w-[20px]" />
/expo/packages/expo-router/build/views/
H A DSitemap.js112 …gth ? react_1.default.createElement(PkgIcon, null) : react_1.default.createElement(FileIcon, null),
119 function FileIcon() { class
H A DSitemap.js.map1FileIcon />}\n <Text style={styles.filename}>{filename}</Text>\n <…
/expo/packages/expo-router/src/views/
H A DSitemap.tsx170 {route.children.length ? <PkgIcon /> : <FileIcon />}
198 function FileIcon() {