@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.GYSiGlyphArrowThreeWay2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThreeWay2 = function GYSiGlyphArrowThreeWay2(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-three-way-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.062 4.938 8.958.059 6.03 4.94H8v1.806c0 .74.234 1.161.974 1.161.737 0 .995-.421.995-1.161V4.939l2.093-.001Zm-1.021 9.996 5.782-.006-2.552-5.087-1.055 1.662-1.525-.968c-.625-.397-1.105-.424-1.502.2-.396.622-.178 1.065.447 1.462l1.525.968-1.12 1.769Zm-4.102-.084-5.782-.006 2.552-5.087 1.055 1.662 1.525-.968c.625-.397 1.106-.424 1.502.2.395.622.178 1.065-.447 1.462l-1.525.968 1.12 1.769Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThreeWay2 = GYSiGlyphArrowThreeWay2;