// @flow import * as React from 'react'; import IconFileBase from './IconFileBase'; import type { Icon } from '../flowTypes'; const IconFileBoxNote = (props: Icon) => ( ); export default IconFileBoxNote;