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