import React from 'react'; import Svg, { Path, Rect } from 'react-native-svg'; import { IconProps } from './utils/base'; export const OtherFileIcon = ({ height, width, ...rest }: IconProps) => ( );