@ohu-mobile/icons
Version:
12 lines (11 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const FileOutlined = {
name: 'file',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8zM5.83 8H9V4.83zM11 4v5a1 1 0 0 1-1 1H5v10h14V4z"/>',
};
exports.default = FileOutlined;