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