import React from 'react'; import Svg, { Path } from 'react-native-svg'; const DocumentNoteIcon = ({size, color}: {size: number, color: string}) => ( ); export default DocumentNoteIcon;