import React from 'react' import { IconProps } from '../../types/truckLocationTimeLine' export const EmptyTrackingSvg = (props: IconProps) => { const { className } = props return ( ) }