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