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