export const CloseGlyph = () => (
  <svg width='10' height='10' viewBox='0 0 10 10' aria-hidden='true'>
    <path d='M0 0L10 10M10 0L0 10' stroke='currentColor' strokeWidth='1' />
  </svg>
);

export default CloseGlyph;
