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