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