@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.99 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphEgg = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphEgg = function GYSiGlyphEgg(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-egg",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.262 7.956a2.411 2.411 0 0 1 2.031-.681c.439.056.395-.274.043-.402-.893-.329-1.914-.149-2.607.547-.69.694-.87 1.711-.549 2.604.127.355.466.422.406-.012-.099-.741.123-1.5.676-2.056Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.523 6.627c-.439-.798-1.008-1.199-1.881-1.638-.764-.383-1.546-.753-2.232-1.243-.637-.456-.727-.873-.982-1.51C10.895.904 8.571.17 7.128.063c-.56-.042-1.104.05-1.661.049C4.104.105 2.934.478 2.52 1.763c-.097.303.02.639.051.945a8.227 8.227 0 0 1 0 1.721c-.076.748-.186 1.602-.512 2.299-.246.531-.614.926-.758 1.507-.354 1.413-.404 3.023.521 4.277.552.748 1.54 1.252 2.509 1.326 1.033.078 1.924.859 2.819 1.255.81.356 1.6.619 2.482.785 1.552.294 2.979.102 3.919-1.111.479-.615.663-1.336.883-2.044.232-.747.725-1.579 1.402-2.079.658-.482.992-1.155 1.078-1.927.082-.738-.025-1.422-.391-2.09Zm-7.529-.721a3.118 3.118 0 0 1 3.131 3.121 3.145 3.145 0 0 1-3.145 3.131 3.115 3.115 0 0 1-3.131-3.121 3.147 3.147 0 0 1 3.145-3.131Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphEgg = GYSiGlyphEgg;