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