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