@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThreeWay1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThreeWay1 = function GYSiGlyphArrowThreeWay1(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-1",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.816 3.989a.577.577 0 0 0 0-.817L8.433.169a.578.578 0 0 0-.818 0L5.232 3.172a.577.577 0 0 0 0 .817h1.811v11.979h1.936V3.989h1.837Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14.516 5.008-2.986.35a.459.459 0 0 0-.454.462l.808.821-1.86 1.89v7.47h1.956V9.359l1.29-1.306.903.92a.46.46 0 0 0 .455-.462l.342-3.042a.458.458 0 0 0-.454-.461ZM5.002 8.842a.463.463 0 0 0-.462-.462L1.5 8.031a.462.462 0 0 0-.463.461l.35 3.04c0 .256.207.463.462.463l.884-.883 1.314 1.622v3.197l1.9.052v-4.025L4.129 9.714l.873-.872Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphArrowThreeWay1 = GYSiGlyphArrowThreeWay1;