UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1 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 Cart48 = (_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 10A1.5 1.5 0 0 1 6 8.5h4a1.5 1.5 0 0 1 1.442 1.088l1.404 4.912H40a1.5 1.5 0 0 1 1.393 2.057l-6 15A1.5 1.5 0 0 1 34 32.5H16a1.5 1.5 0 0 1-1.442-1.088l-4.286-15L8.869 11.5H6A1.5 1.5 0 0 1 4.5 10Zm9.203 7.5 3.428 12h15.853l4.8-12h-24.08ZM19 38.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-4 1a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm15.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" }))); }; exports.default = Cart48;