import React from 'react'; import { Defs, LinearGradient, Stop } from 'react-native-svg'; import { IconProps, RootPath, RootSvg } from './utils/base'; export const GenericFile: React.FC = (props) => ( );