iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Cart2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.566 4a.75.75 0 01.75-.75h1.181a2.25 2.25 0 012.228 1.937l.061.435h13.965a2.25 2.25 0 012.063 3.148l-2.668 6.128a2.25 2.25 0 01-2.063 1.352H7.722a2.25 2.25 0 01-2.228-1.937L4.24 5.396a.75.75 0 00-.743-.646h-1.18a.75.75 0 01-.75-.75zm4.431 3.122l.982 6.982a.75.75 0 00.743.646h9.361a.75.75 0 00.688-.45l2.667-6.13a.75.75 0 00-.687-1.048H5.997z", fill: "#323544" }),
React.createElement("path", { d: "M6.034 19.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM16.32 17.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z", fill: "#323544" }));
exports.default = Cart2;