iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 995 B
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 Telescope = (props) => React.createElement("svg", { className: "lucide lucide-telescope", 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.065 12.493l-6.18 1.318a.934.934 0 01-1.108-.702l-.537-2.15a1.07 1.07 0 01.691-1.265l13.504-4.44M13.56 11.747l4.332-.924M16 21l-3.105-6.21" }),
React.createElement("path", { d: "M16.485 5.94a2 2 0 011.455-2.425l1.09-.272a1 1 0 011.212.727l1.515 6.06a1 1 0 01-.727 1.213l-1.09.272a2 2 0 01-2.425-1.455zM6.158 8.633l1.114 4.456M8 21l3.105-6.21" }),
React.createElement("circle", { cx: "12", cy: "13", r: "2" }));
exports.default = Telescope;