@ftdata/icons
Version:
Fulltime Styleguide Icons
39 lines (38 loc) • 3.77 kB
JavaScript
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
function TruckCargo(_a) {
var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]);
return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M19.103 9.99951H21.0038C21.556 9.99951 22.0042 10.4477 22.0042 10.9999V12.0003C22.0042 12.5526 21.556 13.0008 21.0038 13.0008H19.5032", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M4.8973 9.99951H2.99651C2.44428 9.99951 1.99609 10.4477 1.99609 10.9999V12.0003C1.99609 12.5526 2.44428 13.0008 2.99651 13.0008H4.49714", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M7.59033 15.7517H8.59075", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M15.5938 15.7517H16.5942", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M4.99756 9.49929V4.99742C4.99756 3.89195 5.89293 2.99658 6.99839 2.99658H17.0026C18.108 2.99658 19.0034 3.89195 19.0034 4.99742V9.49929", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M19.4633 12.0002H4.53711", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.49707 12.7925V17.0022C4.49707 18.1077 5.39244 19.003 6.4979 19.003H17.5025C18.6079 19.003 19.5033 18.1077 19.5033 17.0022V12.7925C19.5033 12.2652 19.4513 11.74 19.3483 11.2228L18.825 8.60672C18.638 7.67133 17.8166 6.99805 16.8622 6.99805H7.13817C6.18377 6.99805 5.36243 7.67133 5.17535 8.60672L4.65213 11.2228C4.54909 11.74 4.49707 12.2652 4.49707 12.7925Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M8.23465 19.0031V20.5037C8.23465 21.0559 7.78646 21.5041 7.23423 21.5041H6.23382C5.68159 21.5041 5.2334 21.0559 5.2334 20.5037V18.5469", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M18.7669 18.5469V20.5037C18.7669 21.0559 18.3187 21.5041 17.7665 21.5041H16.766C16.2138 21.5041 15.7656 21.0559 15.7656 20.5037V19.0031", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = TruckCargo;