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