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