lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 766 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: "credit-card-plus",
size: 24,
node: [
["path", { d: "M22 11.354V7a2 2 0 00-2-2H4a2 2 0 00-2 2v10a2 2 0 002 2h8.536", key: "19x2x0" }],
["path", { d: "M22 10H2", key: "jawrgs" }],
["path", { d: "M6 14h2", key: "mk7k0u" }],
["path", { d: "M16 17h6", key: "1ook5g" }],
["path", { d: "M19 14v6", key: "1ckrd5" }]
]
};
__iconData.node;
const CreditCardPlus = createLucideIcon(__iconData);
export { __iconData, CreditCardPlus as default };
//# sourceMappingURL=credit-card-plus.mjs.map