import React from 'react';
import withIcon from '../lib/withIcon';
export const IconClear = withIcon(function IconClear(props) {
    return (<svg data-tag="IconClear" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m1.768 8.646c-.127.128-.191.24-.191.354 0 .113.064.226.19.354l1.155 1.154 1.155 1.155c.282.282.423.494.423.707 0 .212-.141.425-.423.707-.282.282-.495.423-.707.423-.213 0-.425-.141-.707-.423l-1.155-1.155-1.154-1.154c-.128-.128-.24-.191-.354-.191-.113 0-.226.063-.354.19l-1.154 1.155-1.155 1.155c-.282.282-.494.423-.707.423-.212 0-.425-.141-.707-.423-.282-.282-.423-.495-.423-.707 0-.213.141-.425.423-.707l1.155-1.155 1.154-1.154c.128-.128.191-.24.191-.354 0-.113-.063-.226-.19-.354l-1.155-1.154-1.155-1.155c-.282-.282-.423-.494-.423-.707 0-.213.141-.425.423-.707.282-.282.495-.423.707-.423.213 0 .425.141.707.423l1.155 1.155 1.155 1.154c.127.127.24.191.353.191.113 0 .226-.064.354-.19l1.154-1.155 1.155-1.155c.282-.282.495-.423.707-.423.213 0 .425.141.707.423.282.282.423.495.423.707 0 .213-.14.425-.423.707l-1.155 1.155z"/>
    </svg>);
});
//# sourceMappingURL=Clear.jsx.map