open-icon
Version:
Open Icon
28 lines (27 loc) • 536 B
JavaScript
// lib/meta/icon_file-text.svg.ts
var meta = {
"description": "The file-text icon represents a text document in a user interface. It is commonly used to indicate a file containing text content.",
"category": [
"Interface",
"Document",
"Text"
],
"tag": [
"File",
"Text",
"Document",
"UI",
"Content",
"Information",
"Page",
"Edit",
"Write",
"Read"
],
"title": "File Text"
};
var icon_file_text_svg_default = meta;
export {
icon_file_text_svg_default as default,
meta
};