open-icon
Version:
Open Icon
27 lines (26 loc) • 553 B
JavaScript
// lib/meta/icon_folder-visible.svg.ts
var meta = {
"description": "A visible folder icon usually used to represent a folder that is currently open or expanded to show its contents.",
"category": [
"Interface",
"Document"
],
"tag": [
"directory",
"file system",
"explorer",
"open",
"expanded",
"contents",
"nested",
"hierarchy",
"storage",
"organized"
],
"title": "Folder Visible"
};
var icon_folder_visible_svg_default = meta;
export {
icon_folder_visible_svg_default as default,
meta
};