@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 787 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinLeftTop = 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-top",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.885.006c.573-.002 1.075.403 1.073.974 0 .568-.507.942-1.079.944l-5.354.008 12.193 12.312a.934.934 0 0 1-.018 1.327.948.948 0 0 1-1.334.018l-12.44-12.2-.011 5.569c-.001.57-.381 1.033-.952 1.034-.285.002-.898-.379-.898-1.027L1.082.022 9.885.006Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowThinLeftTop };