iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 920 B
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 BinocularsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M231.22 148.09L189.6 53.41a3.94 3.94 0 00-.83-1.22 28 28 0 00-39.6 0A4 4 0 00148 55v29h-40V55a4 4 0 00-1.17-2.83 28 28 0 00-39.6 0 3.94 3.94 0 00-.83 1.22l-41.62 94.7A44 44 0 10108 168V92h40v76a44 44 0 1083.22-19.91zM64 204a36 36 0 1136-36 36 36 0 01-36 36zm0-80a43.78 43.78 0 00-22.66 6.3L73.4 57.35a20 20 0 0126.6-.59v86A44 44 0 0064 124zm92-67.23a20 20 0 0126.6.59l32.06 72.94A43.92 43.92 0 00156 142.74zM192 204a36 36 0 1136-36 36 36 0 01-36 36z" }));
exports.default = BinocularsThin;