@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowMove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowMove = function GYSiGlyphArrowMove(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-move",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.946 9.976c1.075 0 2.044-.89 2.044-1.988C9.99 6.89 9.02 6 7.946 6 6.871 6 6 6.89 6 7.988c0 1.098.871 1.988 1.946 1.988ZM5.21 3.984c-.198-.229-.236-.68-.034-.914L7.55.136a.466.466 0 0 1 .729-.005l2.537 2.951c.202.229.202.67 0 .902H5.21Zm5.61 8.057a.47.47 0 0 1 0 .688l-2.506 3.104a.587.587 0 0 1-.725 0l-2.365-3.104a.467.467 0 0 1 0-.686l5.597-.002Zm2.11-6.773 2.934 2.306a.5.5 0 0 1 .006.76l-2.948 2.411c-.228.207-.654.211-.886 0V5.262s.661-.204.894.006Zm-8.917 5.521c-.23.209-.688.207-.917 0L.164 8.33a.502.502 0 0 1 .004-.76l2.908-2.357c.229-.207.707-.209.937 0v5.576Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowMove = GYSiGlyphArrowMove;