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