UNPKG

@icongo/gy

Version:
38 lines (37 loc) 2.16 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphElectron = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphElectron = function GYSiGlyphElectron(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-electron", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", transform: "translate(1)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 7.956, cy: 7.964, className: "prefix__si-glyph-fill", rx: 1.956, ry: 1.964 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.977 15.997c-2.42 0-5.461-1.544-7.938-4.03C.177 8.09-1.113 3.311 1.103 1.086 1.808.377 2.812.002 4.001.002c2.421 0 5.462 1.545 7.939 4.032 3.861 3.876 5.15 8.655 2.936 10.88-.705.709-1.708 1.083-2.899 1.083ZM4.002 1.342c-.841 0-1.5.232-1.956.691-1.63 1.636-.285 5.752 2.936 8.986 2.235 2.244 4.916 3.639 6.995 3.639.842 0 1.5-.232 1.957-.691 1.631-1.637.285-5.752-2.936-8.986-2.235-2.245-4.916-3.639-6.996-3.639Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M4.002 15.997c-1.189 0-2.193-.374-2.898-1.083C-1.113 12.689.177 7.91 4.04 4.033 6.517 1.547 9.558.002 11.978.002c1.191 0 2.193.375 2.9 1.084 2.214 2.223.924 7.003-2.936 10.881-2.478 2.486-5.52 4.03-7.94 4.03Zm7.975-14.656c-2.079 0-4.76 1.395-6.995 3.639-3.221 3.235-4.565 7.351-2.936 8.987.456.458 1.115.691 1.956.691 2.08 0 4.76-1.395 6.996-3.639 3.221-3.235 4.564-7.352 2.935-8.987-.457-.458-1.115-.691-1.956-.691Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphElectron = GYSiGlyphElectron;