import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrowserWindow = withIcon(function IconBrowserWindow(props) {
    return (<svg data-tag="IconBrowserWindow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M19.123 20.252H4.873a1.875 1.875 0 0 1-1.875-1.875V5.627c0-1.036.84-1.875 1.875-1.875h14.25c1.036 0 1.875.84 1.875 1.875v12.75c0 1.035-.84 1.875-1.875 1.875m-13.5-15a1.125 1.125 0 1 0 1.125 1.125c0-.622-.503-1.125-1.125-1.125zm3.75 0a1.125 1.125 0 1 0 1.125 1.125c0-.622-.503-1.125-1.125-1.125zm3.75 0a1.125 1.125 0 1 0 1.125 1.125c0-.622-.503-1.125-1.125-1.125m6.375 4.125a.375.375 0 0 0-.375-.375H4.873a.375.375 0 0 0-.375.375v9c0 .207.168.375.375.375h14.25a.375.375 0 0 0 .375-.375z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrowserWindow.jsx.map