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