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