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