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