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