@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 909 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowTwoWayRight = 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-way-right",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.276 6.716a.842.842 0 0 1-1.17 0V4.992H2.464c-.827 0-1.5-.66-1.5-1.472 0-.812.673-1.472 1.5-1.472h9.642V.249a.839.839 0 0 1 1.17 0l2.48 2.708a.799.799 0 0 1 0 1.146l-2.48 2.613Zm2.482 4.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 { GYSiGlyphArrowTwoWayRight };