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