@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.59 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphYingYang = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphYingYang = function GYSiGlyphYingYang(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-ying-yang",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.984.053C3.599.053.045 3.614.045 8.006s3.555 7.953 7.939 7.953 7.939-3.561 7.939-7.953S12.369.053 7.984.053ZM7.49 2.045c.838 0 1.519.654 1.519 1.46 0 .806-.681 1.46-1.519 1.46-.84 0-1.519-.654-1.519-1.46 0-.806.679-1.46 1.519-1.46Zm.545 12.863c-3.051 0-5.693-3.99.066-6.924 5.256-2.676 2.803-7.24-.066-6.976 4.375 0 6.939 3.111 6.939 6.95.001 3.839-3.107 6.95-6.939 6.95Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 8.493,
cy: 11.445,
className: "prefix__si-glyph-fill",
rx: 1.493,
ry: 1.445
})]
})
}));
};
exports.GYSiGlyphYingYang = GYSiGlyphYingYang;