@semcore/icon
Version:
Semrush Icon Component
35 lines • 2.02 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 RootGames({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Games",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7 13a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2H9v1a1 1 0 1 1-2 0v-1H6a1 1 0 1 1 0-2h1v-1Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1 3a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14.05 2.836a1 1 0 1 0-1.1-1.672l-.068.045c-.289.189-.86.56-1.407 1.092-.593.576-1.23 1.406-1.454 2.497-.217 1.054.035 2.117.314 2.909.035.1.072.197.11.293H8a7 7 0 0 0-7 7v1.11a5.89 5.89 0 0 0 7.638 5.624l1.492-.463A5.998 5.998 0 0 1 11.91 21h.178c.604 0 1.204.091 1.781.27l1.492.464A5.89 5.89 0 0 0 23 16.11V15a7 7 0 0 0-7-7h-3.374a9.288 9.288 0 0 1-.404-.957c-.236-.67-.35-1.318-.242-1.841.113-.553.453-1.043.889-1.466.402-.391.824-.667 1.113-.856l.067-.044ZM11.973 10a.94.94 0 0 0 .053 0H16a5 5 0 0 1 5 5v1.11a3.89 3.89 0 0 1-5.044 3.715l-1.492-.464c-.77-.24-1.57-.361-2.375-.361h-.178a8 8 0 0 0-2.375.36l-1.492.465A3.888 3.888 0 0 1 3 16.11V15a5 5 0 0 1 5-5h3.974Z",
shapeRendering: "geometricPrecision"
}));
}
RootGames.displayName = 'Games';
const Games = createBaseComponent(RootGames);
export { Games as default };