21 lines
476 B
JavaScript
21 lines
476 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArchiveRestore = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["rect", { width: "20", height: "5", x: "2", y: "4", rx: "2" }],
|
|
["path", { d: "M12 13v7" }],
|
|
["path", { d: "m9 16 3-3 3 3" }],
|
|
["path", { d: "M4 9v9a2 2 0 0 0 2 2h2" }],
|
|
["path", { d: "M20 9v9a2 2 0 0 1-2 2h-2" }]
|
|
]
|
|
];
|
|
|
|
export { ArchiveRestore as default };
|
|
//# sourceMappingURL=archive-restore.js.map
|