UNPKG

@icongo/gy

Version:
56 lines (55 loc) 2.62 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDiscPlay = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDiscPlay = function GYSiGlyphDiscPlay(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-play", 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.437 1.077 8.954-.441l.87.87-1.518 1.517zM.883 10.403l-.868-.87 1.518-1.516.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", { d: "M3.593 11.137h1.229v2.146H3.593z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 8.115, cy: 8.142, rx: 3.115, ry: 3.142 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.114 2.744h1.229V4.89h-1.229z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", d: "m11.991 10.911 2.384 1.845a8.022 8.022 0 0 0 1.583-4.787c0-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.989a7.976 7.976 0 0 0 4.013-1.068v-3.979h-.001Zm.27-8.02.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 11.125c-1.721 0-3.115-1.406-3.115-3.14C4.885 6.25 6.28 4.843 8 4.843c1.719 0 3.115 1.406 3.115 3.142 0 1.734-1.396 3.14-3.115 3.14Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", d: "M13.031 16v-2.969l1.938 1.5L13.031 16Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDiscPlay = GYSiGlyphDiscPlay;