lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 761 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-x",
size: 24,
node: [
["path", { d: "M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v3.5", key: "187u2m" }],
["path", { d: "M2 10h20", key: "1ir3d8" }],
["path", { d: "M6 14h2", key: "mk7k0u" }],
["path", { d: "m16.5 14.5 5 5", key: "ozpm51" }],
["path", { d: "m21.5 14.5-5 5", key: "1bnlip" }]
]
};
__iconData.node;
const CreditCardX = createLucideIcon(__iconData);
export { __iconData, CreditCardX as default };
//# sourceMappingURL=credit-card-x.mjs.map