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