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