import React from 'react' import { IconProps } from '../../types/truckLocationTimeLine' export const TrackingTruckIconSvg = (props: IconProps) => { const { className } = props const _class = className || 'w-4 h-4' return ( ) }