iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.24 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 BasketShopping3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.75 11.5a.75.75 0 01.75.75v4a.75.75 0 01-1.5 0v-4a.75.75 0 01.75-.75zM15 12.25a.75.75 0 00-1.5 0v4a.75.75 0 001.5 0v-4z", fill: "#323544" }),
React.createElement("path", { d: "M10.68 2.136a.75.75 0 01.184 1.044L8.365 6.75h7.27l-2.5-3.57a.75.75 0 011.23-.86l3.1 4.43h2.285A2.25 2.25 0 0122 9v.785a2.25 2.25 0 01-.833 1.748l-1.163.943-.803 6.308a2.25 2.25 0 01-2.232 1.966H7.031a2.25 2.25 0 01-2.232-1.966l-.804-6.308-1.162-.943A2.25 2.25 0 012 9.785V9a2.25 2.25 0 012.25-2.25h2.284l3.102-4.43a.75.75 0 011.044-.184zm9.07 6.114H4.25A.75.75 0 003.5 9v.785c0 .226.102.44.278.583L5.174 11.5a.75.75 0 01.271.488l.842 6.607a.75.75 0 00.744.655h9.938a.75.75 0 00.744-.655l.841-6.607a.75.75 0 01.272-.488l1.396-1.132a.75.75 0 00.278-.583V9a.75.75 0 00-.75-.75z", fill: "#323544" }));
exports.default = BasketShopping3;