open-icon
Version:
Open Icon
27 lines (26 loc) • 488 B
JavaScript
// lib/meta/icon_file.svg.ts
var meta = {
"description": "A simple icon representing a file, typically used to indicate the presence of a digital document.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"document",
"data",
"information",
"storage",
"digital",
"record",
"paperwork",
"attachment",
"icon"
],
"title": "File"
};
var icon_file_svg_default = meta;
export {
icon_file_svg_default as default,
meta
};