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