@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 673 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowResize4 = 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-4",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.12 16.003 16 14.122l-3.038-3.057L15.018 9H9v6.047l2.087-2.097 3.033 3.053ZM7 .969 4.913 3.065 1.88.013 0 1.894 3.038 4.95 1.042 6.917H7V.969Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowResize4 };