lucide-react-native
Version:
A Lucide icon library package for React Native applications.
24 lines (20 loc) • 640 B
JavaScript
/**
* @license lucide-react-native v1.21.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 WalletCards = createLucideIcon("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",
key: "1vwh6y"
}
],
["path", { d: "M3 7h18", key: "1uiuf2" }],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
]);
export { WalletCards as default };
//# sourceMappingURL=wallet-cards.mjs.map