infinity-forge
Version:
9 lines • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconCartFilled = IconCartFilled;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconCartFilled(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3.33697 5.3475L0.634766 2.64531L1.81327 1.4668L4.51548 4.169H17.2169C17.6772 4.169 18.0503 4.5421 18.0503 5.00233C18.0503 5.08343 18.0384 5.1641 18.0152 5.24179L16.0152 11.9085C15.9094 12.261 15.5849 12.5024 15.2169 12.5024H5.00363V14.169H14.1703V15.8357H4.1703C3.71006 15.8357 3.33697 15.4625 3.33697 15.0024V5.3475ZM4.58697 19.169C3.89661 19.169 3.33697 18.6094 3.33697 17.919C3.33697 17.2286 3.89661 16.669 4.58697 16.669C5.27733 16.669 5.83697 17.2286 5.83697 17.919C5.83697 18.6094 5.27733 19.169 4.58697 19.169ZM14.587 19.169C13.8966 19.169 13.337 18.6094 13.337 17.919C13.337 17.2286 13.8966 16.669 14.587 16.669C15.2773 16.669 15.837 17.2286 15.837 17.919C15.837 18.6094 15.2773 19.169 14.587 19.169Z', fill: color }) }));
}
//# sourceMappingURL=icon-cart-filled.js.map