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