@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 GYSiGlyphArrowResize3 = 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-3",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.995 1.852 14.133.008l-3.026 2.98L9.062.972v5.903h5.987l-2.076-2.047 3.022-2.976ZM.961 9.008l2.097 2.087-3.053 3.033 1.88 1.88 3.057-3.038 1.967 1.996V9.008H.961Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize3 };