UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FileMarkOutlined = { name: 'file-mark', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1M7 4H5v16h14V4h-5v9l-3.5-2L7 13z"/>', }; exports.default = FileMarkOutlined;