import React from 'react'; import Svg, { Path } from 'react-native-svg'; const VehicleType = ({size=8}) => ( ); export default VehicleType;