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