@icongo/tb
Version:
Tabler Icons
23 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBTelescopeOff = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-telescope-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "m6 21.002 6-5 6 5m-6-8v8M8.238 8.264l-4.183 2.51c-1.02.614-1.357 1.898-.76 2.906l.165.28c.52.88 1.624 1.266 2.605.91l6.457-2.34m2.907-1.055 4.878-1.77a1.023 1.023 0 0 0 .565-1.455l-2.62-4.705a1.087 1.087 0 0 0-1.447-.42l-.056.032-6.016 3.61M14 5.002l3 5.5M3 3l18 18"
})]
}));
export { TBTelescopeOff };