lucide-react
Version:
A Lucide icon library package for React applications.
33 lines (29 loc) • 943 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-minus",
size: 24,
node: [
["path", { d: "M16 5h6", key: "1vod17" }],
[
"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.514-3.113", key: "zs85e" }],
["circle", { cx: "18", cy: "20", r: "2", key: "t9985n" }],
["circle", { cx: "8", cy: "20", r: "2", key: "ckkr5m" }]
]
};
__iconData.node;
const ShoppingCartMinus = createLucideIcon(__iconData);
export { __iconData, ShoppingCartMinus as default };
//# sourceMappingURL=shopping-cart-minus.mjs.map