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