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