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