UNPKG

@semcore/icon

Version:
35 lines (34 loc) 1.87 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); var _react = _interopRequireDefault(require("react")); var _core = require("@semcore/core"); var _index = _interopRequireDefault(require("../../lib/cjs/index.js")); var _excluded = ["width", "height", "viewBox"]; function RootGoogleGenerativeAI(_ref, ref) { var _ref$width = _ref.width, width = _ref$width === void 0 ? '16' : _ref$width, _ref$height = _ref.height, height = _ref$height === void 0 ? '16' : _ref$height, _ref$viewBox = _ref.viewBox, viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox, props = (0, _objectWithoutProperties2["default"])(_ref, _excluded); return /*#__PURE__*/_react["default"].createElement(_index["default"], (0, _extends2["default"])({ ref: ref, "data-name": "GoogleGenerativeAI", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/_react["default"].createElement("path", { d: "M7.677.183c.07-.244.575-.244.646 0a10.94 10.94 0 0 0 2.785 4.708 10.94 10.94 0 0 0 4.71 2.786c.243.07.243.575 0 .646a10.94 10.94 0 0 0-4.71 2.786 10.94 10.94 0 0 0-2.785 4.708c-.07.244-.575.244-.646 0a10.94 10.94 0 0 0-2.786-4.708A10.94 10.94 0 0 0 .183 8.323c-.244-.07-.244-.576 0-.646A10.94 10.94 0 0 0 4.89 4.89 10.94 10.94 0 0 0 7.677.183", shapeRendering: "geometricPrecision" })); } RootGoogleGenerativeAI.displayName = 'GoogleGenerativeAI'; var GoogleGenerativeAI = exports["default"] = (0, _core.createBaseComponent)(RootGoogleGenerativeAI);