@ohu-mobile/icons
Version:
12 lines (11 loc) • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const MenuStaggeredOutlined = {
name: 'menu-staggered',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3zm6 7h12v2H9zm-6 7h18v2H3z"/>',
};
exports.default = MenuStaggeredOutlined;