@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCircleForward = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCircleForward = function GYSiGlyphCircleForward(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-circle-forward",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.076 7.989c0 4.401 3.562 7.969 7.955 7.969 4.394 0 7.955-3.567 7.955-7.969S12.424.02 8.031.02C3.639.021.076 3.588.076 7.989Zm3.914 2.105c0-2.528 1.169-4.264 3.785-4.264l.256.001V4.198c.213-.214.463-.179.678.036l3.229 2.422a.552.552 0 0 1 0 .775L8.709 9.853a.488.488 0 0 1-.678-.035V8.22l-.236-.001c-1.816 0-2.439.677-3.232 2.126-.167.308-.573.63-.573-.251Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCircleForward = GYSiGlyphCircleForward;