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