import React from 'react';
import withIcon from '../lib/withIcon';
export const IconViewOff = withIcon(function IconViewOff(props) {
    return (<svg data-tag="IconViewOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.979 17.692c.727.726 1.02 1.296.875 1.71-.144.416-.726.678-1.748.789a10.145 10.145 0 0 1-1.106.06c-2.28 0-4.153-.736-5.657-1.768-1.505-1.032-2.64-2.36-3.45-3.546C1.964 13.577 1.5 12.788 1.5 12c0-.788.464-1.576 1.393-2.937a.575.575 0 0 0 .005-.006l.004-.007c.43-.63.721-.948 1.039-.974.318-.026.662.24 1.201.779l.789.788.788.789c.203.203.32.36.38.538.06.178.063.377.04.664a4.767 4.767 0 0 0-.014.366 4.86 4.86 0 0 0 1.428 3.448 4.86 4.86 0 0 0 3.814 1.413c.286-.022.485-.019.663.041.178.06.335.176.539.38l.205.205zm5.996-1.293c-.362.412-.54.73-.53 1.043.01.312.206.619.594 1.006l.242.242.242.242c.318.318.477.557.477.796 0 .238-.16.477-.477.795-.318.318-.557.477-.796.477-.238 0-.477-.159-.795-.477l-7.728-7.727-7.727-7.728C3.159 4.75 3 4.511 3 4.273c0-.24.159-.478.477-.796.318-.318.557-.477.795-.477.24 0 .478.159.796.477l.477.477.477.477c.313.313.541.481.79.523.25.043.522-.042.92-.234A9.697 9.697 0 0 1 12 3.75c2.281 0 4.153.736 5.657 1.768 1.505 1.032 2.641 2.36 3.45 3.545.929 1.36 1.393 2.149 1.393 2.937 0 .788-.464 1.576-1.393 2.937a15.533 15.533 0 0 1-1.132 1.462M16.875 12a4.86 4.86 0 0 0-1.428-3.447 4.86 4.86 0 0 0-4.95-1.188c-.354.115-.559.295-.61.513-.051.216.052.47.315.733.133.133.234.207.346.233.113.026.237.005.415-.053a3.393 3.393 0 0 1 1.802-.077 3.35 3.35 0 0 1 1.621.9 3.35 3.35 0 0 1 .9 1.621c.137.594.11 1.218-.077 1.802-.058.178-.08.302-.053.415.026.112.1.213.233.346.263.263.517.366.734.315.217-.051.397-.256.513-.61A4.81 4.81 0 0 0 16.875 12"/>
    </svg>);
});
//# sourceMappingURL=ViewOff.jsx.map