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