open-icon
Version:
Open Icon
27 lines (26 loc) • 586 B
JavaScript
// lib/meta/icon_file-archive.svg.ts
var meta = {
"description": "The file-archive icon represents a compressed or archived file. It is commonly used to symbolize a collection of files that have been compressed into a single archive file.",
"category": [
"Interface",
"Document"
],
"tag": [
"folder",
"zip",
"compress",
"storage",
"data",
"format",
"file",
"archive",
"compressed",
"zipped"
],
"title": "File Archive"
};
var icon_file_archive_svg_default = meta;
export {
icon_file_archive_svg_default as default,
meta
};