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