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