import type { SVGProps } from 'react'; export const WindowIcons = { minimizeWin: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), maximizeWin: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), maximizeRestoreWin: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), closeWin: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), closeMac: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), minMac: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), fullMac: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), plusMac: (props: JSX.IntrinsicAttributes & SVGProps) => ( ), };