@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.77 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function Infinity({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Infinity",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m11.126 12.613-.647-.755C8.878 9.988 7.77 9 6.17 9c-1.079 0-1.82.385-2.308.923-.508.56-.862 1.425-.862 2.548 0 1.145.364 2.02.886 2.589.504.549 1.271.94 2.375.94 1.568 0 2.61-.926 4.263-2.73l.602-.657Zm1.744-.027.627.71C15.011 15.009 16.32 16 17.801 16c1.13 0 1.87-.396 2.347-.93.501-.563.852-1.442.852-2.599 0-1.134-.358-1.994-.868-2.55C19.64 9.385 18.89 9 17.802 9c-1.62 0-2.555.914-4.24 2.809l-.692.777Zm.528 3.467C14.633 17.163 16.064 18 17.801 18 21.107 18 23 15.577 23 12.471 23 9.361 21.016 7 17.801 7c-1.925 0-3.243.897-4.435 2.08-.442.437-.867.914-1.298 1.4l-.07.077a37.984 37.984 0 0 0-.54-.62 17.704 17.704 0 0 0-.818-.861C9.43 7.895 8.049 7 6.17 7 2.957 7 1 9.39 1 12.471 1 15.611 3.014 18 6.26 18c1.82 0 3.151-.834 4.342-1.94.48-.448.939-.94 1.397-1.44.44.498.903.988 1.4 1.433Z",
shapeRendering: "geometricPrecision"
}));
}
Infinity.displayName = 'Infinity';
export default createBaseComponent(Infinity);