UNPKG

@semcore/icon

Version:
35 lines 2.06 kB
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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Games", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M5 11a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2H5ZM10 10a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.278 4.512c.088.18.18.347.264.488H11a5 5 0 0 1 5 5v2a4 4 0 0 1-4 4h-.056a4 4 0 0 1-1.789-.422l-.31-.156A4 4 0 0 0 8.055 15h-.11a4 4 0 0 0-1.79.422l-.31.156a4 4 0 0 1-1.79.422H4a4 4 0 0 1-4-4v-2a5 5 0 0 1 5-5h1.306a5.257 5.257 0 0 1-.261-.802c-.099-.425-.151-.943-.01-1.46.237-.871.976-1.544 1.453-1.922A8.322 8.322 0 0 1 8.421.18l.1-.056a1 1 0 0 1 .959 1.754l-.008.005a3.302 3.302 0 0 0-.21.126 6.32 6.32 0 0 0-.533.377c-.45.356-.711.683-.764.878-.022.078-.03.232.028.482.056.24.16.506.285.767ZM7.978 7H11a3 3 0 0 1 3 3v2a2 2 0 0 1-2 2h-.056c-.31 0-.616-.072-.894-.211l-.311-.156A6 6 0 0 0 8.056 13h-.112a6 6 0 0 0-2.683.633l-.31.156a2 2 0 0 1-.895.211H4a2 2 0 0 1-2-2v-2a3 3 0 0 1 3-3h2.978Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 10a1 1 0 0 0 1 1h2a1 1 0 1 0 0-2H5a1 1 0 0 0-1 1Zm7 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z", shapeRendering: "geometricPrecision" })); } RootGames.displayName = 'Games'; const Games = createBaseComponent(RootGames); export { Games as default };