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