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