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