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