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