@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.GYSiGlyphThreeBall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphThreeBall = function GYSiGlyphThreeBall(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-three-ball",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.518 7.071C2.046 7.071.04 9.066.04 11.529c0 2.461 2.006 4.456 4.478 4.456s4.476-1.995 4.476-4.456a4.468 4.468 0 0 0-4.476-4.458Zm.564 1.383a3.639 3.639 0 0 0-3.633 3.642c0 .822-.717.47-.717-.719a3.637 3.637 0 0 1 3.635-3.641c1.186 0 1.535.718.715.718Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.518 7.071a4.449 4.449 0 0 0-2.742.957c.131.157.25.322.361.493a3.6 3.6 0 0 1 2.23-.785c1.186 0 1.535.718.715.718-.953 0-1.812.376-2.461.978.268.646.418 1.354.418 2.098a5.462 5.462 0 0 1-1.264 3.499c.76.591 1.704.957 2.742.957 2.472 0 4.476-1.995 4.476-4.456a4.466 4.466 0 0 0-4.475-4.459Zm-3.5.126a5.57 5.57 0 0 1 4.678-1.104 4.414 4.414 0 0 0 .298-1.563c0-2.463-2.004-4.458-4.476-4.458S4.04 2.067 4.04 4.53c0 .51.104.992.263 1.448.072-.003.143-.011.215-.011 1.326 0 2.542.462 3.5 1.23ZM8.367.736c1.186 0 1.535.718.715.718a3.639 3.639 0 0 0-3.633 3.642c0 .822-.717.47-.717-.719A3.637 3.637 0 0 1 8.367.736Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphThreeBall = GYSiGlyphThreeBall;