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