import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { TwoTonedIcon } from '../iconTypes'; const IconBoxNotes = ({ className = '', height = 20, title, width = 19 }: TwoTonedIcon) => ( ); export default IconBoxNotes;