iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 957 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 BinocularsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M241 150.65v-.05a51.33 51.33 0 00-2.53-5.9l-41.54-94.52a12 12 0 00-2.5-3.65 36 36 0 00-50.92 0A12 12 0 00140 55v21h-24V55a12 12 0 00-3.51-8.48 36 36 0 00-50.92 0 12 12 0 00-2.5 3.65L17.53 144.7a51.33 51.33 0 00-2.53 5.9v.05A52 52 0 10116 168v-68h24v68a52 52 0 10101-17.35zM80 62.28a12 12 0 0112-1.22v63.15a51.9 51.9 0 00-35.9-7.62zM64 196a28 28 0 1128-28 28 28 0 01-28 28zM164 61.06a12.06 12.06 0 0112 1.22l23.87 54.31a51.9 51.9 0 00-35.9 7.62zM192 196a28 28 0 1128-28 28 28 0 01-28 28z" }));
exports.default = BinocularsBold;