@icongo/gy
Version:
Glyph Iconset Icons
30 lines • 1.72 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphElectron = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 7.956,
cy: 7.964,
className: "prefix__si-glyph-fill",
rx: 1.956,
ry: 1.964
}), /*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphElectron };