lucide-react
Version:
A Lucide icon library package for React applications.
34 lines (30 loc) • 987 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "shopping-cart-plus",
size: 24,
node: [
["path", { d: "M16 5h6", key: "1vod17" }],
["path", { d: "M19 2v6", key: "4bpg5p" }],
[
"path",
{
d: "m2.05 2.05 1.099-.028a1 1 0 011.008.815l2.69 14.347A1 1 0 007.83 18H18",
key: "ppm817"
}
],
["path", { d: "M4.564 5H12", key: "11wyuq" }],
["path", { d: "M6.25 14h12.712a2 2 0 001.991-1.57l.172-1.041", key: "q079k2" }],
["circle", { cx: "18", cy: "20", r: "2", key: "t9985n" }],
["circle", { cx: "8", cy: "20", r: "2", key: "ckkr5m" }]
]
};
__iconData.node;
const ShoppingCartPlus = createLucideIcon(__iconData);
export { __iconData, ShoppingCartPlus as default };
//# sourceMappingURL=shopping-cart-plus.mjs.map