import React from 'react'; import { Svg, G, Path } from '@react-pdf/renderer'; export const TruckBlueprint = ({ style, opacity = 1 }: { style?: any; opacity?: number }) => ( );