import * as React from 'react'; export interface Wallet-4324Props extends React.SVGProps { ariaLabel?: string } export default function Wallet-4324({ ariaLabel, ...props }: Wallet-4324Props) { return ( ); }