iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 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 BinocularsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M237.22 151.9v-.1a1.42 1.42 0 00-.07-.22 48.46 48.46 0 00-2.31-5.3L193.27 51.8a8 8 0 00-1.67-2.44 32 32 0 00-45.26 0A8 8 0 00144 55v25h-32V55a8 8 0 00-2.34-5.66 32 32 0 00-45.26 0 8 8 0 00-1.67 2.44l-41.53 94.5a48.46 48.46 0 00-2.31 5.3 1.72 1.72 0 00-.07.21v.11a48 48 0 0090.32 32.51 47.49 47.49 0 002.9-16.59V96h32v71.83a47.49 47.49 0 002.9 16.59 48 48 0 0090.32-32.51zm-143.15 27a32 32 0 01-60.2-21.71l1.81-4.13A32 32 0 0196 167.88v.12a32 32 0 01-1.93 10.94zM203 198.07A32 32 0 01160 168v-.11a32 32 0 0160.32-14.78l1.81 4.13A32 32 0 01203 198.07z" }));
exports.default = BinocularsFill;