open-icon
Version:
Open Icon
27 lines (26 loc) • 604 B
JavaScript
// lib/meta/icon_arrow-up-down.svg.ts
var meta = {
"description": "The arrow-up-down icon features a simple, vertical arrow pointing upwards and downwards. It represents the action of moving up or down, indicating navigation or sorting options.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"Direction",
"Sort",
"Navigation",
"Scroll",
"Move",
"UpDown",
"Vertical",
"Arrow",
"User Interface",
"Symbol"
],
"title": "Arrow Up Down"
};
var icon_arrow_up_down_svg_default = meta;
export {
icon_arrow_up_down_svg_default as default,
meta
};