@icongo/ri
Version:
RemixIcon Icons
25 lines (24 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RILuggageCartLine = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var RILuggageCartLine = function RILuggageCartLine(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.5 20a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 5.5 20zm13 0a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 18.5 20zM2.172 1.757l3.827 3.828V17H20v2H5a1 1 0 0 1-1-1V6.413L.756 3.172l1.415-1.415zM16 3a1 1 0 0 1 1 1v2h2.993C20.55 6 21 6.456 21 6.995v8.01a1 1 0 0 1-1.007.995H8.007A1.007 1.007 0 0 1 7 15.005v-8.01A1 1 0 0 1 8.007 6h2.992L11 4a1 1 0 0 1 1-1h4zm-6 5H9v6h1V8zm6 0h-4v6h4V8zm3 0h-1v6h1V8zm-4-3h-2v1h2V5z"
})]
}));
};
exports.RILuggageCartLine = RILuggageCartLine;