@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiGestureSwipeRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiGestureSwipeRight = function LIGuiGestureSwipeRight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.499 2.664a.32.32 0 0 0 .253.123c.065 0 .13-.02.186-.056l.686-.446a.353.353 0 0 0 .105-.491l-.415-.639a.327.327 0 0 0-.598.1l-.081.332a5.793 5.793 0 0 0-1.896.456 5.843 5.843 0 0 0-1.557.954.311.311 0 1 0 .409.469 5.215 5.215 0 0 1 1.39-.85c.5-.21 1.018-.345 1.497-.394l-.038.154a.334.334 0 0 0 .059.288zm6.375 7.89-.556-1.086.054-.804a1.934 1.934 0 0 0-.206-1.009l-.953-1.874c-.116-.218-.476-.453-.825-.453-.071 0-.14.01-.204.028-.102.029-.305.06-.502.09-.246.038-.5.077-.674.126a6.15 6.15 0 0 1-.476.088 7.15 7.15 0 0 0-.681.132 1.185 1.185 0 0 0-.432.222c-.386-.581-1.31-1.973-1.451-2.18a.629.629 0 0 0-.54-.297.795.795 0 0 0-.662.377.652.652 0 0 0-.025.65L5.912 8.84a1.106 1.106 0 0 1-.832-.099l-.048-.026a31.986 31.986 0 0 1-.17-.092.884.884 0 0 0-.423-.112.743.743 0 0 0-.669.406c-.13.258-.097.562.09.814.348.473 1.473 1.375 3.161 1.954l.542 1.06a.465.465 0 0 0 .625.204l3.483-1.771a.461.461 0 0 0 .203-.625z"
})
}));
};
exports.LIGuiGestureSwipeRight = LIGuiGestureSwipeRight;