import type { JSX, SVGProps } from 'react' export const CashierMachineIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }