iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Binoculars = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-binoculars", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M8.887 6.748c-.163 0-.337.016-.506.057-.172.041-.582.165-.838.562l-.014.02-.607 1.05c-.307.205-.534.46-.693.717l-.014.02-2.572 4.65a4.009 4.009 0 00-.274.494l-.006.01A3.99 3.99 0 003 16a4 4 0 008 0v-1h2v1a4 4 0 107.635-1.67l-.004-.012a4.008 4.008 0 00-.274-.494l-2.572-4.65-.014-.02a2.337 2.337 0 00-.693-.716l-.607-1.051-.014-.02c-.256-.397-.667-.52-.838-.562a2.225 2.225 0 00-.664-.051 2.06 2.06 0 00-.68.156c-.184.081-.638.327-.754.889l-.007.037-.14 1.1c-.22.283-.374.64-.374 1.064v1h-2v-1c0-.424-.154-.781-.373-1.064l-.14-1.1-.008-.037c-.116-.562-.57-.808-.754-.889a2.06 2.06 0 00-.68-.156 2.374 2.374 0 00-.158-.006zM7 14a2 2 0 11-1.838 1.209l.19-.342C5.712 14.344 6.316 14 7 14zm10 0c.684 0 1.288.344 1.648.867l.19.342A2 2 0 1117 14z" }));
exports.default = Binoculars;