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