@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.24 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThinLeftBottom = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThinLeftBottom = function GYSiGlyphArrowThinLeftBottom(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-arrow-thin-left-bottom",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m1.124 15.922-.017-8.721c0-.648.611-1.029.895-1.027.57.001.948.464.949 1.034l.01 5.347L15.355.355a.938.938 0 0 1 1.327.018A.936.936 0 0 1 16.7 1.7L4.554 14.012l5.333.008c.57.002 1.033.465 1.033 1.033.003.57-.457.887-1.027.885l-8.769-.016Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThinLeftBottom = GYSiGlyphArrowThinLeftBottom;