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