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