import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrowserStop = withIcon(function IconBrowserStop(props) {
    return (<svg data-tag="IconBrowserStop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.364 5.636c-1.317-1.317-1.977-1.976-2.773-2.306C14.796 3 13.863 3 12.001 3c-1.864 0-2.796 0-3.592.33-.796.33-1.455.989-2.773 2.306C4.32 6.953 3.66 7.613 3.33 8.409 3 9.205 3 10.137 3 12c0 1.863 0 2.795.33 3.591.33.796.989 1.456 2.306 2.773C6.954 19.68 7.613 20.34 8.41 20.67c.795.33 1.727.33 3.59.33 1.863 0 2.796 0 3.591-.33.796-.33 1.456-.989 2.773-2.306 1.317-1.317 1.976-1.977 2.306-2.773.33-.796.33-1.728.33-3.591 0-1.863 0-2.795-.33-3.591-.33-.796-.989-1.456-2.306-2.773m-4.596 6.01c-.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.14-.425.423-.707l1.155-1.155 1.154-1.154c.127-.128.19-.24.19-.354 0-.113-.063-.226-.19-.354l-1.154-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.154 1.154c.128.127.24.191.354.191.113 0 .226-.064.354-.19l1.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.707l-1.155 1.155z"/>
    </svg>);
});
//# sourceMappingURL=BrowserStop.jsx.map