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