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