import React from 'react';
import withIcon from '../lib/withIcon';
export const IconClose = withIcon(function IconClose(props) {
    return (<svg data-tag="IconClose" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m4.76 6.88 2.294 2.295 2.294 2.295c.191.19.286.36.286.53 0 .17-.095.34-.286.53l-2.294 2.295-2.294 2.294c-.423.423-.635.742-.635 1.06 0 .32.212.638.635 1.061.423.423.741.635 1.06.635.32 0 .638-.212 1.06-.635l2.295-2.294 2.295-2.294c.19-.191.36-.286.53-.286.17 0 .34.095.53.286l2.295 2.294 2.294 2.294c.423.423.742.635 1.06.635.32 0 .639-.212 1.062-.635.422-.423.634-.741.634-1.06 0-.32-.212-.638-.634-1.061l-2.295-2.294-2.294-2.295c-.191-.19-.286-.36-.286-.53 0-.17.095-.34.286-.53l2.294-2.295 2.294-2.294c.424-.423.635-.742.635-1.06 0-.32-.212-.638-.634-1.061-.424-.423-.742-.635-1.061-.635-.32 0-.638.212-1.06.635l-2.295 2.294-2.295 2.294c-.19.191-.36.286-.53.286-.17 0-.34-.095-.53-.286L9.175 7.054 6.881 4.76c-.423-.423-.742-.635-1.06-.635-.32 0-.638.212-1.061.635-.423.423-.635.741-.635 1.06 0 .32.212.638.635 1.06"/>
    </svg>);
});
//# sourceMappingURL=Close.jsx.map