UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

37 lines (33 loc) 917 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-reader", size: 24, node: [ ["path", { d: "M15 16v1", key: "11t5ze" }], [ "path", { d: "M16.963 7.734A1 1 0 0015.999 7H8.003a1 1 0 00-.964.734L4.073 18.467A2 2 0 006 21h12a2 2 0 001.927-2.532z", key: "83jfh2" } ], [ "path", { d: "M2.678 8.5A2 2 0 012 7V5a2 2 0 012-2h16a2 2 0 012 2v2a2 2 0 01-.676 1.499", key: "rj5azy" } ], ["path", { d: "m9 21 2-14", key: "1em7wr" }] ] }; __iconData.node; const CreditCardReader = createLucideIcon(__iconData); export { __iconData, CreditCardReader as default }; //# sourceMappingURL=credit-card-reader.mjs.map