@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 693 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowResize2 = 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-2",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m5.075 6.95 1.843-1.862-2.98-3.026L5.955.018H.052v5.986l2.046-2.076L5.075 6.95Zm10.928 2.966-2.171 2.097-3.033-3.053-1.881 1.881 3.039 3.056-1.996 2.084h6.042V9.916Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize2 };