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