UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.15 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 Delivery24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M3 5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h2.5a1 1 0 0 1 .97.757L20.28 10H21a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1.67a3.001 3.001 0 0 1-5.66 0h-2.34a3.001 3.001 0 0 1-5.66 0H4a1 1 0 0 1-1-1v-3h2v2h.67a3.001 3.001 0 0 1 5.66 0h2.34a3.001 3.001 0 0 1 5.66 0H20v-4h-1.28l-.19-.758L17.72 8H16v3a1 1 0 1 1-2 0V6H5v1H3V5Zm12.5 12a1 1 0 1 0 2 0 1 1 0 0 0-2 0Zm-7-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM2 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1H2Zm2.5 2.5A.5.5 0 0 1 5 10h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm-1 1.5a.5.5 0 0 0 0 1H7a.5.5 0 0 0 0-1H3.5Z" }))); }; exports.default = Delivery24;