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