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