UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCircleBackward = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCircleBackward = function GYSiGlyphCircleBackward(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-backward", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M9.031.021c-4.394 0-7.955 3.567-7.955 7.969s3.562 7.969 7.955 7.969c4.393 0 7.955-3.567 7.955-7.969S13.424.021 9.031.021ZM12.5 10.346c-.793-1.449-1.416-2.126-3.232-2.126l-.236.001v1.598a.488.488 0 0 1-.678.035L5.125 7.432a.552.552 0 0 1 0-.775l3.229-2.422c.215-.215.465-.25.678-.036v1.633l.256-.001c2.616 0 3.785 1.735 3.785 4.264-.001.88-.406.558-.573.251Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCircleBackward = GYSiGlyphCircleBackward;