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