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