@ohu-mobile/icons
Version:
12 lines (11 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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"/>',
};
exports.default = WindowsFilled;