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