import React from 'react'

const CloseIcon = ({ width = '14px', height = '14px' }) => {
  return (
    <svg width={width} height={height} viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg">
      <title>71989197-A7BE-4A8D-BF71-84DF063385C9</title>
      <desc>Created with sketchtool.</desc>
      <g id="Connect-new-UI-2019" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
        <g id="Discussions-tab" transform="translate(-878.000000, -1239.000000)" fill="#ffffff" fillRule="nonzero">
            <path d="M891.7,1239.3 C891.3,1238.9 890.7,1238.9 890.3,1239.3 L885,1244.6 L879.7,1239.3 C879.3,1238.9 878.7,1238.9 878.3,1239.3 C877.9,1239.7 877.9,1240.3 878.3,1240.7 L883.6,1246 L878.3,1251.3 C877.9,1251.7 877.9,1252.3 878.3,1252.7 C878.5,1252.9 878.7,1253 879,1253 C879.3,1253 879.5,1252.9 879.7,1252.7 L885,1247.4 L890.3,1252.7 C890.5,1252.9 890.8,1253 891,1253 C891.2,1253 891.5,1252.9 891.7,1252.7 C892.1,1252.3 892.1,1251.7 891.7,1251.3 L886.4,1246 L891.7,1240.7 C892.1,1240.3 892.1,1239.7 891.7,1239.3 L891.7,1239.3 Z" id="x-mark"></path>
        </g>
    </g>
    </svg>
  )
}

export default CloseIcon
