lucide-react
Version:
A Lucide icon library package for React applications.
37 lines (33 loc) • 897 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",
size: 24,
node: [
[
"path",
{
d: "m2.05 2.05 1.099-.028a1 1 0 0 1 1.008.815l2.69 14.347A1 1 0 0 0 7.83 18H18",
key: "uebgi3"
}
],
[
"path",
{
d: "M4.563 5h16.435a1 1 0 0 1 .981 1.204l-1.026 6.226A2 2 0 0 1 18.962 14H6.25",
key: "1j7c9p"
}
],
["circle", { cx: "18", cy: "20", r: "2", key: "t9985n" }],
["circle", { cx: "8", cy: "20", r: "2", key: "ckkr5m" }]
]
};
__iconData.node;
const ShoppingCart = createLucideIcon(__iconData);
export { __iconData, ShoppingCart as default };
//# sourceMappingURL=shopping-cart.mjs.map