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