open-icon
Version:
Open Icon
27 lines (26 loc) • 598 B
JavaScript
// lib/meta/icon_file-cloud.svg.ts
var meta = {
"description": "The file-cloud icon represents a file storage service that allows users to store and access their files from the cloud. It symbolizes cloud-based file management and sharing.",
"category": [
"Interface",
"Document"
],
"tag": [
"data",
"storage",
"cloud computing",
"technology",
"internet",
"digital",
"transfer",
"upload",
"download",
"backup"
],
"title": "File Cloud"
};
var icon_file_cloud_svg_default = meta;
export {
icon_file_cloud_svg_default as default,
meta
};