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