const WindowsFilled = {
name: 'windows',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M11.5 3v8.5H3V3zm0 18H3v-8.5h8.5zm1-18H21v8.5h-8.5zm8.5 9.5V21h-8.5v-8.5z"/>',
};
export default WindowsFilled;