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