open-icon
Version:
Open Icon
27 lines (26 loc) • 615 B
JavaScript
// lib/meta/icon_arrow-download.svg.ts
var meta = {
"description": "The arrow-download icon is a simple arrow pointing downwards, indicating the action of downloading. It is commonly used to represent the act of downloading files or data.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"download",
"downwards",
"action",
"file transfer",
"data transfer",
"direction",
"pointer",
"navigation",
"symbol"
],
"title": "Arrow Download"
};
var icon_arrow_download_svg_default = meta;
export {
icon_arrow_download_svg_default as default,
meta
};