@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 788 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinLeftBottom = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphArrowThinLeftBottom };