import React from 'react';
import withIcon from '../lib/withIcon';
export const IconIncognito = withIcon(function IconIncognito(props) {
    return (<svg data-tag="IconIncognito" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M2 11.625C2 12.66 6.477 13.5 12 13.5s10-.84 10-1.875c0-.603-1.522-1.137-3.878-1.48C17.572 5.96 16.637 3 15.333 3c-.755 0-1.292.203-1.806.397-.476.18-.933.353-1.527.353-.594 0-1.051-.173-1.527-.353C9.96 3.203 9.423 3 8.667 3c-1.304 0-2.24 2.96-2.789 7.145-2.356.343-3.878.878-3.878 1.48m14.393-2.46a.182.182 0 0 1 .198.163c.05.42.096.858.138 1.313a.187.187 0 0 1-.145.204A23.66 23.66 0 0 1 12 11.25a23.66 23.66 0 0 1-4.584-.405.187.187 0 0 1-.145-.204c.043-.455.089-.892.138-1.312.01-.1.1-.173.198-.163 1.103.1 2.69.209 4.393.209 1.703 0 3.29-.109 4.393-.21m-8.517 5.837a20.097 20.097 0 0 0-3.767.374.446.446 0 0 0-.357.441v.604a.642.642 0 0 0 .259.49c.25.206.361.665.493 1.212.06.246.123.51.206.778C5.126 20.243 5.847 21 7.876 21c2.36 0 2.701-.718 3.185-2.1a5.69 5.69 0 0 0 .212-.922c.11-.64.201-1.177.727-1.177s.618.537.727 1.177c.051.3.107.622.212.923.484 1.38.825 2.099 3.185 2.099 2.03 0 2.75-.757 3.166-2.1.083-.266.147-.53.206-.777.132-.547.242-1.006.493-1.211a.642.642 0 0 0 .259-.491v-.604a.447.447 0 0 0-.357-.441 20.131 20.131 0 0 0-3.767-.374c-1.655 0-2.414.224-3.006.398-.377.111-.687.202-1.118.202-.43 0-.74-.091-1.118-.202-.592-.174-1.35-.398-3.006-.398m8.236 4.869a8.14 8.14 0 0 1-.607-.02.155.155 0 0 1-.131-.196l.844-3.416a.15.15 0 0 1 .145-.117 7.53 7.53 0 0 1 1.146.084l.01.002c.083.023.132.11.11.193l-.824 3.326a.147.147 0 0 1-.123.115 4.981 4.981 0 0 1-.57.029m-8.247 0a5.132 5.132 0 0 1-.616-.033l-.015-.004a.155.155 0 0 1-.106-.192l.843-3.403a.15.15 0 0 1 .144-.116 6.45 6.45 0 0 1 1.153.099c.083.024.133.11.11.193l-.823 3.323a.147.147 0 0 1-.13.116 7.115 7.115 0 0 1-.56.017" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Incognito.jsx.map