iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.13 kB
JavaScript
"use strict";
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: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-binoculars", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4 16a3 3 0 106 0 3 3 0 10-6 0M14 16a3 3 0 106 0 3 3 0 10-6 0M16.346 9.17l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177 1.38" }),
React.createElement("path", { d: "M19.761 14.813l-2.84-5.133C16.732 9.37 16.329 9 15.5 9c-.828 0-1.5.448-1.5 1v6M7.654 9.17l.729-1.261C8.543 7.66 9.439 7.706 9.5 8l.177 1.38" }),
React.createElement("path", { d: "M4.239 14.813l2.84-5.133C7.268 9.37 7.671 9 8.5 9c.828 0 1.5.448 1.5 1v6M10 12h4v2h-4z" }));
exports.default = Binoculars;