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