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