@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.82 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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Infinity",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m6.635 8.07-.155-.182C5.304 6.515 4.647 6 3.76 6c-.64 0-1.03.222-1.275.492C2.221 6.785 2 7.276 2 7.98c0 .717.227 1.216.5 1.514.257.278.665.507 1.326.507.871 0 1.479-.478 2.698-1.809l.111-.121Zm-.063 2.877C5.808 11.567 4.944 12 3.826 12 1.465 12 0 10.262 0 7.979 0 5.738 1.423 4 3.76 4c1.163 0 2.064.471 2.848 1.141a10.53 10.53 0 0 1 .997.994c.132.148.262.298.391.449L8 6.587l.05-.056c.442-.497.873-.981 1.343-1.392C10.16 4.471 11.03 4 12.22 4 14.557 4 16 5.717 16 7.979 16 10.238 14.623 12 12.219 12c-1.072 0-1.984-.438-2.784-1.064-.512-.4-.979-.878-1.412-1.367a19.943 19.943 0 0 1-.024-.027l-.053.058c-.443.483-.888.953-1.374 1.347Zm2.79-2.883.181-.204C10.793 6.455 11.32 6 12.22 6c.65 0 1.046.224 1.293.493.265.289.488.776.488 1.486 0 .733-.222 1.235-.482 1.526-.235.264-.62.495-1.299.495-.818 0-1.626-.543-2.721-1.782l-.136-.154Z",
shapeRendering: "geometricPrecision"
}));
}
Infinity.displayName = 'Infinity';
export default createBaseComponent(Infinity);