@ohu-mobile/icons
Version:
12 lines (11 loc) • 399 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const MacbookOutlined = {
name: 'macbook',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4 5v11h16V5zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2zM1 19h22v2H1z"/>',
};
exports.default = MacbookOutlined;