@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowTwoWayLeftRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowTwoWayLeftRight = function GYSiGlyphArrowTwoWayLeftRight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-two-way-left-right",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.763 2.989 14.203.385c-.294-.3-.918-.3-1.211 0v1.814c-1.459.062-3.101.913-3.992 2.144-.893-1.23-2.651-2.082-4.109-2.144V.385c-.295-.3-.918-.3-1.212 0L1.237 2.989a.776.776 0 0 0 0 1.085l2.442 2.603c.294.3.917.3 1.212 0V4.915c1.401.088 3.156 1.255 3.156 2.689v7.333h1.875V7.604c0-1.435 1.668-2.602 3.07-2.689v1.762c.293.3.917.3 1.211 0l2.56-2.603a.776.776 0 0 0 0-1.085Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowTwoWayLeftRight = GYSiGlyphArrowTwoWayLeftRight;