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