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