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