UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 861 B
"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", { className: "lucide lucide-binoculars", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10 10h4M19 7V4a1 1 0 00-1-1h-2a1 1 0 00-1 1v3M20 21a2 2 0 002-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 00-1-1h-4a1 1 0 00-1 1v11a2 2 0 002 2zM22 16H2M4 21a2 2 0 01-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 011-1h4a1 1 0 011 1v11a2 2 0 01-2 2zM9 7V4a1 1 0 00-1-1H6a1 1 0 00-1 1v3" })); exports.default = Binoculars;