import * as React from 'react'; declare const Icon: React.FC<{ fill?: string; }>; export default Icon;