@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRing = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRing = function GYSiGlyphRing(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-ring",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.163 4.847c.492-.239.833-.738.833-1.322 0-.814-.66-1.474-1.474-1.474-.771 0-1.4.598-1.462 1.356a6.484 6.484 0 0 0-1.681-.455L12.941.009h-6.9l2.61 2.943a6.443 6.443 0 0 0-1.692.46 1.462 1.462 0 0 0-1.46-1.33c-.813 0-1.474.651-1.474 1.458 0 .579.344 1.075.838 1.31A6.563 6.563 0 0 0 2.98 9.456c0 3.622 2.932 6.568 6.535 6.568s6.533-2.946 6.533-6.568a6.562 6.562 0 0 0-1.885-4.609Zm-4.647 9.178c-2.501 0-4.535-2.05-4.535-4.568s2.034-4.568 4.535-4.568c2.5 0 4.533 2.05 4.533 4.568s-2.033 4.568-4.533 4.568Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphRing = GYSiGlyphRing;