import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBinoculars = withIcon(function IconBinoculars(props) {
    return (<svg data-tag="IconBinoculars" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M17.254 20.258c-2.071 0-3.75-1.511-3.75-3.375v-.833a4 4 0 0 0-3 0v.833c0 1.864-1.68 3.375-3.75 3.375-2.071 0-3.75-1.511-3.75-3.375v-3.75a3.328 3.328 0 0 1 1.875-2.92v-1.58c0-1.339 1.145-2.44 2.625-2.603v-.772c0-.829.84-1.5 1.875-1.5 1.035 0 1.875.671 1.875 1.5v.823a3.873 3.873 0 0 1 1.5 0v-.823c0-.829.84-1.5 1.875-1.5 1.035 0 1.875.671 1.875 1.5v.772c1.48.162 2.625 1.264 2.625 2.603v1.58a3.328 3.328 0 0 1 1.875 2.92v3.75c0 1.864-1.68 3.375-3.75 3.375m-10.5-5.25c-1.243 0-2.25.84-2.25 1.875 0 1.035 1.007 1.875 2.25 1.875s2.25-.84 2.25-1.875c0-1.036-1.008-1.875-2.25-1.875m6.75-5.477a.392.392 0 0 0-.305-.347 4.151 4.151 0 0 0-2.39 0 .392.392 0 0 0-.305.347v1.543c0 .134.179.222.344.172a4.168 4.168 0 0 1 2.311 0c.166.05.345-.038.345-.172zm3.75 5.477c-1.243 0-2.25.84-2.25 1.875 0 1.035 1.007 1.875 2.25 1.875 1.242 0 2.25-.84 2.25-1.875 0-1.036-1.008-1.875-2.25-1.875" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Binoculars.jsx.map