@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonArrowLeft = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonArrowLeft = function GYSiGlyphButtonArrowLeft(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-button-arrow-left",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1 8.041C1 3.652 4.582.082 8.985.082c4.401 0 7.983 3.57 7.983 7.959 0 4.389-3.582 7.959-7.983 7.959C4.582 16 1 12.43 1 8.041Zm14.057 0c0-3.333-2.715-6.045-6.051-6.045-3.337 0-6.052 2.712-6.052 6.045 0 3.333 2.716 6.045 6.052 6.045 3.337 0 6.051-2.712 6.051-6.045Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.975 5.02 5.071 8.022l3.905 2.951V8.97h3.14c.345 0 .791-.324.791-.955 0-.63-.483-.975-.826-.975H8.976V5.02h-.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphButtonArrowLeft = GYSiGlyphButtonArrowLeft;