import { IconProps } from '../types'; import React from 'react'; declare const NotesIcon: React.FC; export default NotesIcon;