@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 712 B
JavaScript
import { createFondueIcon as a } from "./fondue-icons2.js";
const o = a("DocumentList", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M17 20.5H7A1.5 1.5 0 015.5 19V5A1.5 1.5 0 017 3.5h5.01v7h6.49V19a1.5 1.5 0 01-1.5 1.5M18.5 9a.5.5 0 00-.153-.355l-4.836-4.65V9zm.886-1.436-5.205-5.006A2 2 0 0012.794 2H7a3 3 0 00-3 3v14a3 3 0 003 3h10a3 3 0 003-3V9.005a2 2 0 00-.614-1.441M10.75 16.75a.75.75 0 01.75-.75h3.75a.75.75 0 010 1.5H11.5a.75.75 0 01-.75-.75m.75-4.25a.75.75 0 000 1.5h3.75a.75.75 0 000-1.5zm-2 .75a.75.75 0 11-1.5 0 .75.75 0 011.5 0m-.75 4.25a.75.75 0 100-1.5.75.75 0 000 1.5", "clip-rule": "evenodd" }]]);
export {
o as IconDocumentList
};
//# sourceMappingURL=fondue-icons121.js.map