@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowTwoWay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowTwoWay = function GYSiGlyphArrowTwoWay(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",
viewBox: "0 0 16 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.8 10.167a.55.55 0 0 0-.779 0v.888H9.98c-.345-.073-2.035-.643-2.035-3.144 0-2.456 1.563-2.894 1.972-2.96H13v.903a.551.551 0 0 0 .779 0l2.06-1.427a.551.551 0 0 0 0-.779l-2.06-1.481a.55.55 0 0 0-.779 0v.847l-3.261.006c-1.198.131-3.314 1.176-3.711 4.022H1c-.553 0-1 .377-1 .929a1 1 0 0 0 1 1h5.044c.437 2.75 2.53 3.814 3.698 3.989l3.278.01v.863a.551.551 0 0 0 .779 0l2.039-1.405a.551.551 0 0 0 0-.779L13.8 10.167Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowTwoWay = GYSiGlyphArrowTwoWay;