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