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