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