lucide
Version:
A Lucide icon library package for web and javascript applications.
16 lines (13 loc) • 465 B
JavaScript
/**
* @license lucide v1.24.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const WalletCards = [
["path", { d: "M3 11h3.75a2 2 0 0 1 1.6.8l.45.6a4 4 0 0 0 6.4 0l.45-.6a2 2 0 0 1 1.6-.8H21" }],
["path", { d: "M3 7h18" }],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }]
];
export { WalletCards as default };
//# sourceMappingURL=wallet-cards.mjs.map