@ohu-mobile/icons
Version:
12 lines (11 loc) • 436 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const FileListFilled = {
name: 'file-list',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12h4v4a3 3 0 0 1-3 3m-1-5v2a1 1 0 0 0 2 0v-2zM6 7v2h8V7zm0 4v2h8v-2zm0 4v2h5v-2z"/>',
};
exports.default = FileListFilled;