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