@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIArrowMoveOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIArrowMoveOutline = function TIArrowMoveOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m22.828 10.586-9.414-9.414C13.023.781 12.512.586 12 .586s-1.023.195-1.414.586l-9.414 9.414a2 2 0 0 0 0 2.828l9.414 9.414c.391.391.902.586 1.414.586s1.023-.195 1.414-.586l9.414-9.414a2 2 0 0 0 0-2.828zM17 16a.999.999 0 0 1-.707-1.707L17.586 13H13v4.586l1.293-1.293a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414L12 21.414l-3.707-3.707a.999.999 0 1 1 1.414-1.414L11 17.586V13H6.414l1.293 1.293a.999.999 0 1 1-1.414 1.414L2.586 12l3.707-3.707a.997.997 0 0 1 1.414 0 .999.999 0 0 1 0 1.414L6.414 11H11V6.414L9.707 7.707a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L12 2.586l3.707 3.707a.999.999 0 1 1-1.414 1.414L13 6.414V11h4.586l-1.293-1.293a.999.999 0 1 1 1.414-1.414L21.414 12l-3.707 3.707A.997.997 0 0 1 17 16zm-1.732-2A1.981 1.981 0 0 0 15 15c-.357 0-.699.093-1 .268V14h1.268zm-6.536 0H10v1.268A1.981 1.981 0 0 0 9 15c0-.357-.093-.699-.268-1zm0-4C8.907 9.699 9 9.357 9 9c.357 0 .699-.093 1-.268V10H8.732zm6.536 0H14V8.732c.301.175.643.268 1 .268 0 .357.093.699.268 1z"
})
}));
};
exports.TIArrowMoveOutline = TIArrowMoveOutline;