UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.19 kB
'use strict'; 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 Truck64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.5 8A1.5 1.5 0 0 1 8 6.5h32A1.5 1.5 0 0 1 41.5 8v3.833h7.833a1.5 1.5 0 0 1 1.456 1.136L53.17 22.5H56a1.5 1.5 0 0 1 1.5 1.5v16a1.5 1.5 0 0 1-1.5 1.5h-5.332a6.836 6.836 0 0 1-13.336 0h-7.997a6.836 6.836 0 0 1-13.337 0H8A1.5 1.5 0 0 1 6.5 40V8Zm48 30.5h-3.832a6.836 6.836 0 0 0-13.336 0h-7.997a6.836 6.836 0 0 0-13.337 0H9.5v-29h29V24a1.5 1.5 0 0 0 3 0v-9.167h6.662l2.383 9.53.284 1.137H54.5v13ZM44 36.167a3.833 3.833 0 1 0 0 7.666 3.833 3.833 0 0 0 0-7.666ZM26.5 40a3.833 3.833 0 1 0-7.667 0 3.833 3.833 0 0 0 7.667 0ZM8 54.5a1.5 1.5 0 0 0 0 3h48a1.5 1.5 0 0 0 0-3H8Z" }))); }; exports.default = Truck64;