@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 694 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowResize1 = 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-1",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.995 10.852 5.133 9.008l-3.026 2.98L.062 9.972v5.903h5.987l-2.076-2.047 3.022-2.976ZM9.961.008l2.097 2.087-3.053 3.033 1.88 1.88 3.057-3.038 1.967 1.996V.008H9.961Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize1 };