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