@ohu-mobile/icons
Version:
12 lines (11 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const FullscreenFilled = {
name: 'fullscreen',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M16 3h6v6h-2V5h-4zM2 3h6v2H4v4H2zm18 16v-4h2v6h-6v-2zM4 19h4v2H2v-6h2z"/>',
};
exports.default = FullscreenFilled;