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