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