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