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