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