@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTwoArrowInLeftRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTwoArrowInLeftRight = function GYSiGlyphTwoArrowInLeftRight(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-two-arrow-in-left-right",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphTwoArrowInLeftRight = GYSiGlyphTwoArrowInLeftRight;