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