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