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