open-icon
Version:
Open Icon
28 lines (27 loc) • 624 B
JavaScript
// lib/meta/icon_file-arrow-up.svg.ts
var meta = {
"description": "A simple icon featuring an arrow pointing upwards, indicating the action of moving or uploading a file. This icon is commonly used in user interfaces to signify a file upload operation.",
"category": [
"Arrows",
"Interface",
"Document"
],
"tag": [
"upload",
"move",
"arrow",
"file",
"direction",
"interface",
"navigation",
"symbol",
"action",
"operation"
],
"title": "File Arrow Up"
};
var icon_file_arrow_up_svg_default = meta;
export {
icon_file_arrow_up_svg_default as default,
meta
};