@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 790 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowResize5 = 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-5",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.988 0h-4.977a1.01 1.01 0 0 0-1.012 1.009l1.58 1.575-7.98 7.981L1.029 9C.472 9 .02 9.45.02 10.006v4.946c0 .555.452 1.006 1.009 1.006h4.962c.558 0 1.009-.451 1.009-1.006l-1.582-1.577 7.98-7.98 1.59 1.585A1.01 1.01 0 0 0 16 5.971V1.009A1.01 1.01 0 0 0 14.988 0Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize5 };