open-icon
Version:
Open Icon
27 lines (26 loc) • 656 B
JavaScript
// lib/meta/icon_arrow-headed-upload.svg.ts
var meta = {
"description": "The arrow-headed-upload icon is a symbol representing the action of uploading or sending data in an upward direction. It features a simple arrow pointing upwards with a distinct arrowhead at the tip.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"upload",
"arrow",
"direction",
"data transfer",
"send",
"upward",
"uploading icon",
"arrowhead",
"symbol",
"action"
],
"title": "Arrow Headed Upload"
};
var icon_arrow_headed_upload_svg_default = meta;
export {
icon_arrow_headed_upload_svg_default as default,
meta
};