@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBilliardBall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBilliardBall = function GYSiGlyphBilliardBall(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-billiard-ball",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.01.057a7.94 7.94 0 1 0 .002 15.88A7.94 7.94 0 0 0 9.01.057Zm-1 12.057c-2.804 0-5.076-2.283-5.076-5.099 0-2.814 2.272-5.098 5.076-5.098 2.805 0 5.078 2.283 5.078 5.098 0 2.816-2.274 5.099-5.078 5.099Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 4h.938v5.938H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 4h1.969v.938H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBilliardBall = GYSiGlyphBilliardBall;