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