@semcore/icon
Version:
Semrush Icon Component
32 lines • 1.64 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 Events({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Events",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M23 3.002a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16.998 5.002A3 3 0 1 1 10.997 5a3 3 0 0 1 6 0Zm-2 0a1 1 0 1 1-2.001 0 1 1 0 0 1 2 0ZM17.706 14.787 8.29 5.312a1 1 0 0 0-1.647.356L1.065 20.647c-.298.8.48 1.582 1.282 1.288l14.994-5.504a1 1 0 0 0 .365-1.644ZM6.69 11.272 7.972 7.83l7.216 7.26-.204.075-8.294-3.893Zm-.7 1.88-.708 1.903 4.4 2.057 2.661-.977-6.353-2.982Zm-2.292 6.156.884-2.373 2.454 1.148-3.338 1.225Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.413 11.83a1.415 1.415 0 1 0 0-2.829 1.415 1.415 0 0 0 0 2.83Z",
shapeRendering: "geometricPrecision"
}));
}
Events.displayName = 'Events';
export default createBaseComponent(Events);