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