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