open-icon
Version:
Open Icon
26 lines (25 loc) • 552 B
JavaScript
// lib/meta/icon_arrow-twoway-vertical.svg.ts
var meta = {
"description": "The arrow-twoway-vertical icon represents a vertical direction change, indicating reversible movement up and down.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"two-way",
"vertical",
"direction",
"movement",
"up",
"down",
"symmetric",
"reversible",
"cycle"
],
"title": "Arrow Two-Way Vertical"
};
var icon_arrow_twoway_vertical_svg_default = meta;
export {
icon_arrow_twoway_vertical_svg_default as default,
meta
};