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