@ohu-mobile/icons
Version:
10 lines (9 loc) • 379 B
JavaScript
const MacFilled = {
name: 'mac',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M14 18v2l2 1v1H8l-.004-.996L10 20v-2H2.992A1 1 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007zM4 14v2h16v-2z"/>',
};
export default MacFilled;