@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.55 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootTelescope({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Telescope",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.249 1.509.428 8.369A1 1 0 0 0 .124 9.67l.996 1.81a1 1 0 0 0 1.323.412l10.69-5.351 2.4-1.523a1 1 0 0 0 .326-1.355L13.979.49a1 1 0 0 0-1.362-.355L10.249 1.51Zm-7.94 7.985.1.18 7.995-4.002-.754-1.305-7.34 5.127ZM13.644 3.85l-1.392.883-.898-1.553 1.409-.817.88 1.487Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.762 9.353a.995.995 0 0 0-1.191-.257.993.993 0 0 0-.366.297L5.22 14.375a1 1 0 1 0 1.562 1.25L9 12.85V15a1 1 0 1 0 2 0v-2.15l2.22 2.775a1 1 0 0 0 1.56-1.25l-3.994-4.994a.922.922 0 0 0-.024-.028Z",
shapeRendering: "geometricPrecision"
}));
}
RootTelescope.displayName = 'Telescope';
const Telescope = createBaseComponent(RootTelescope);
export { Telescope as default };