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