@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Truck48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.5 6A1.5 1.5 0 0 1 6 4.5h24A1.5 1.5 0 0 1 31.5 6v2.5H37a1.5 1.5 0 0 1 1.455 1.136l1.716 6.864H42a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5h-3.707a5.502 5.502 0 0 1-10.586 0h-5.414a5.502 5.502 0 0 1-10.586 0H6A1.5 1.5 0 0 1 4.5 30V6Zm36 22.5h-2.207a5.502 5.502 0 0 0-10.586 0h-5.414a5.502 5.502 0 0 0-10.586 0H7.5v-21h21V18a1.5 1.5 0 0 0 3 0v-6.5h4.329l1.716 6.864.284 1.136H40.5v9Zm-7.5-1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM19.5 30a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM6 40.5a1.5 1.5 0 0 0 0 3h36a1.5 1.5 0 0 0 0-3H6Z" })));
};
exports.default = Truck48;