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