open-icon
Version:
Open Icon
27 lines (26 loc) • 567 B
JavaScript
// lib/meta/icon_file-add.svg.ts
var meta = {
"description": "The file-add icon is used to symbolize the action of adding a new file or document. It typically features a blank document with a 'plus' sign to signify addition.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"add",
"upload",
"create",
"new",
"document",
"paper",
"file system",
"data management",
"digital"
],
"title": "File Add"
};
var icon_file_add_svg_default = meta;
export {
icon_file_add_svg_default as default,
meta
};