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