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