UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIArrowShuffle = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TIArrowShuffle = function TIArrowShuffle(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: "M4 9h3.5c.736 0 1.393.391 1.851 1.001a8.11 8.11 0 0 1 1.191-1.662C9.739 7.516 8.676 7 7.5 7H4a1 1 0 1 0 0 2zm7.685 3.111C12.236 10.454 13.941 9 15.334 9h1.838l-1.293 1.293a.999.999 0 1 0 1.414 1.414L21 8l-3.707-3.707a.999.999 0 1 0-1.414 1.414L17.172 7h-1.838c-2.274 0-4.711 1.967-5.547 4.479l-.472 1.411C8.674 14.816 7.243 16 6.5 16H4a1 1 0 1 0 0 2h2.5c1.837 0 3.863-1.925 4.713-4.479l.472-1.41zm4.194 1.182a.999.999 0 0 0 0 1.414L17.172 16h-2.338c-1.268 0-2.33-.891-2.691-2.108a9.335 9.335 0 0 1-1.09 2.185C11.939 17.239 13.296 18 14.834 18h2.338l-1.293 1.293a.999.999 0 1 0 1.414 1.414L21 17l-3.707-3.707a.999.999 0 0 0-1.414 0z" }) })); }; exports.TIArrowShuffle = TIArrowShuffle;