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