UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 620 B
"use strict"; 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 ShoppingBag = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M28 11h-6V9a6 6 0 0 0-12 0v2H4a2 2 0 0 0-2 2v12a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V13a2 2 0 0 0-2-2zM12 9a4 4 0 0 1 8 0v2h-8zm16 4v8H4v-8zm-2 14H6a2 2 0 0 1-2-2v-2h24v2a2 2 0 0 1-2 2z" })); exports.default = ShoppingBag;