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