@icongo/gy
Version:
Glyph Iconset Icons
47 lines (46 loc) • 2.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDiscPause = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDiscPause = function GYSiGlyphDiscPause(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-disc-pause",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(3 3)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.466 1.064 8.984-.453l.869.869-1.518 1.517zm-6.57 9.341-.869-.87L1.546 8.02l.868.87z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.115,
cy: 5.141,
rx: 3.115,
ry: 3.141
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M4.988 3.022a1.977 1.977 0 1 0 0 3.953 1.978 1.978 0 0 0 1.979-1.976 1.98 1.98 0 0 0-1.979-1.977Z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M15.301 10.953c.4-.991.657-1.967.657-2.984 0-4.413-3.573-7.906-7.979-7.906C3.573.063 0 3.556 0 7.969c0 4.412 3.572 7.989 7.979 7.989.68 0 1.332-.1 1.959-.264v-4.741h5.363Zm-3.04-8.062.869.869-1.518 1.518-.869-.869 1.518-1.518ZM3.633 13.193l-.868-.869 1.518-1.518.868.869-1.518 1.518ZM8 5a3 3 0 1 1-.002 6.002A3 3 0 0 1 8 5Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M11 12h2.009v4H11zm3 0h1.981v4H14z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDiscPause = GYSiGlyphDiscPause;