@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1.17 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 GYSiGlyphYingYang = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/_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__*/_jsx("ellipse", {
cx: 8.493,
cy: 11.445,
className: "prefix__si-glyph-fill",
rx: 1.493,
ry: 1.445
})]
})
}));
export { GYSiGlyphYingYang };