import * as React from 'react'; export interface TowTruck48Props extends React.SVGProps { ariaLabel?: string } export default function TowTruck48({ ariaLabel, ...props }: TowTruck48Props) { return ( ); }