import * as React from "react"; import { SVGProps } from "react"; const SvgTruckMinus = (props: SVGProps) => ( ); export default SvgTruckMinus;