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