UNPKG

@semcore/icon

Version:
27 lines 1.16 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 RootGoogle({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Google", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 10v4h6.65c-.827 2.327-3.044 4-5.65 4-3.309 0-6-2.691-6-6s2.691-6 6-6c1.142 0 2.199.335 3.107.892l2.882-2.881A9.931 9.931 0 0 0 12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10v-2H11Z", shapeRendering: "geometricPrecision" })); } RootGoogle.displayName = 'Google'; const Google = createBaseComponent(RootGoogle); export { Google as default };