@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.05 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 GYSiGlyphBilliardBall = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M8 4h.938v5.938H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M7 4h1.969v.938H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBilliardBall };