UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 721 B
/** * @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-check", size: 24, node: [ ["path", { d: "M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v4", key: "1pfaq2" }], ["path", { d: "M2 10h20", key: "1ir3d8" }], ["path", { d: "M6 14h2", key: "mk7k0u" }], ["path", { d: "m16 17 2 2 4-4", key: "uh5qu3" }] ] }; __iconData.node; const CreditCardCheck = createLucideIcon(__iconData); export { __iconData, CreditCardCheck as default }; //# sourceMappingURL=credit-card-check.mjs.map