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