@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 912 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowTwoLeftRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-two-left-right",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3.688 7.716a.842.842 0 0 0 1.17 0V5.992h9.641c.828 0 1.5-.66 1.5-1.472 0-.812-.672-1.472-1.5-1.472H4.858V1.249a.839.839 0 0 0-1.17 0l-2.48 2.708a.799.799 0 0 0 0 1.146l2.48 2.613Zm12.07 3.114-2.573-2.538a.834.834 0 0 0-1.171 0v1.731H2.583c-.828 0-1.5.664-1.5 1.481 0 .817.672 1.481 1.5 1.481h9.431v1.732a.838.838 0 0 0 1.171 0l2.573-2.538c.322-.318.322-1.031 0-1.349Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowTwoLeftRight };