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