@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTwoArrowInLeftRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-two-arrow-in-left-right",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M5.125 5.229a.664.664 0 0 0-.946 0 .679.679 0 0 0 0 .954l1.353 1.828H2c-.553 0-1 .444-1 .992s.447.992 1 .992h3.594L4.21 11.812a.673.673 0 0 0 .472 1.15.667.667 0 0 0 .475-.198l2.819-3.74-2.851-3.795Zm7.696 0a.665.665 0 0 1 .947 0 .677.677 0 0 1 0 .954L12.44 8.011h3.531c.553 0 1 .444 1 .992a.995.995 0 0 1-1 .992h-3.453l1.266 1.817a.675.675 0 0 1-.473 1.15.665.665 0 0 1-.474-.198l-2.838-3.74 2.822-3.795Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTwoArrowInLeftRight };