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