import React from 'react' export const CloseIcon = ({ fill }: { fill: string }): JSX.Element => ( <> )