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