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