const WindowsOutlined = {
name: 'windows',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M11 5H5v6h6zm2 0v6h6V5zm6 8h-6v6h6zm-8 6v-6H5v6zM3 3h18v18H3z"/>',
};
export default WindowsOutlined;