open-icon
Version:
Open Icon
27 lines (26 loc) • 679 B
JavaScript
// lib/meta/icon_file-invisible 2.svg.ts
var meta = {
"description": "The file-invisible icon represents a hidden or invisible file. It is commonly used to symbolize files that are not visible or accessible to the user. The icon typically features a transparent or faded appearance to convey its hidden nature.",
"category": [
"Interface",
"Document"
],
"tag": [
"invisible",
"hidden",
"file",
"document",
"access",
"privacy",
"confidential",
"secret",
"discreet",
"unseen"
],
"title": "File Invisible"
};
var icon_file_invisible_2_svg_default = meta;
export {
icon_file_invisible_2_svg_default as default,
meta
};