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