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