@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 793 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowResize6 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-resize-6",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1.031 0h4.977A1.01 1.01 0 0 1 7.02 1.009L5.44 2.584l7.98 7.981L14.99 9c.557 0 1.009.45 1.009 1.006v4.946c0 .555-.452 1.006-1.009 1.006h-4.962a1.007 1.007 0 0 1-1.009-1.006l1.582-1.577-7.98-7.98-1.59 1.585A1.01 1.01 0 0 1 .019 5.971V1.009A1.011 1.011 0 0 1 1.031 0Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize6 };