open-icon
Version:
Open Icon
27 lines (26 loc) • 663 B
JavaScript
// lib/meta/icon_file-visible.svg.ts
var meta = {
"description": "The file-visible icon represents a file that is visible and accessible. It is commonly used to indicate that a file is not hidden and can be viewed or accessed. The icon is designed with a clear visibility symbol to convey its meaning.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"visible",
"access",
"view",
"show",
"open",
"display",
"file system",
"file management",
"accessibility"
],
"title": "File Visible"
};
var icon_file_visible_svg_default = meta;
export {
icon_file_visible_svg_default as default,
meta
};