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