@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 763 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinUp = 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-up",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m9.002.02 6.693 6.305c.459.459.297 1.16.094 1.359-.402.402-.998.342-1.402-.061L9.949 3.728l-.002 11.314a.941.941 0 0 1-.951.928.94.94 0 0 1-.951-.928L8.033 3.831 3.762 7.685a1.036 1.036 0 0 1-1.461 0c-.404-.4-.303-.949.102-1.352L9.002.02Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowThinUp };