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