iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 959 B
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 ShoppingCart = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-shopping-cart", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M6 2a1 1 0 01.993.883L7 3v1.068l13.071.935A1 1 0 0121 6.027l-.01.114-1 7a1 1 0 01-.877.853L19 14H7v2h10a3 3 0 11-2.995 3.176L14 19l.005-.176c.017-.288.074-.564.166-.824H8.829a3 3 0 11-5.824 1.176L3 19l.005-.176A3.002 3.002 0 015 16.17V4H4a1 1 0 01-.993-.883L3 3a1 1 0 01.883-.993L4 2h2zm0 16a1 1 0 100 2 1 1 0 000-2zm11 0a1 1 0 100 2 1 1 0 000-2z" }));
exports.default = ShoppingCart;