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