@ftdata/icons
Version:
Fulltime Styleguide Icons
39 lines (38 loc) • 3.44 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 Car(_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: "M21.0041 18.5029V20.0036C21.0041 20.5558 20.5559 21.004 20.0037 21.004H18.0029C17.4506 21.004 17.0024 20.5558 17.0024 20.0036V18.5029", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M6.99825 18.5029V20.0036C6.99825 20.5558 6.55006 21.004 5.99783 21.004H3.997C3.44477 21.004 2.99658 20.5558 2.99658 20.0036V18.5029", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.99658 18.5028V13.7439C2.99658 12.9475 3.31271 12.1842 3.87595 11.622L4.99742 10.4995H19.0032L20.1247 11.621C20.688 12.1842 21.0041 12.9475 21.0041 13.7439V18.5028H2.99658Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M21.0042 14.5011L18.0029 14.7512", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M5.99783 14.7512L2.99658 14.5011", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M7.99854 18.5027L8.99895 15.5015H15.0015L16.0019 18.5027", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M21.0043 9.49913L19.0034 9.99934", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M4.99742 9.99934L2.99658 9.49913", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M4.99756 10.4994V9.99315L5.83391 6.85484C6.12503 5.75939 7.11744 4.99707 8.24991 4.99707H15.8371C16.9946 4.99707 18.001 5.7914 18.2701 6.91787L19.0034 9.99315V10.4994", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = Car;