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