import * as React from 'react' export const FileIcon = (props) => { const { className, ...rest } = props return ( ) }