open-icon
Version:
Open Icon
27 lines (26 loc) • 676 B
JavaScript
// lib/meta/icon_arrow-headed-twoway-vertical.svg.ts
var meta = {
"description": "This icon features a two-way arrow pointing upwards and downwards, with a unique arrowhead design. It can symbolize bidirectional movement or exchanges in a vertical direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"two-way",
"vertical",
"exchange",
"movement",
"upwards",
"downwards",
"navigation",
"direction",
"communication"
],
"title": "Arrow Headed Two-Way Vertical"
};
var icon_arrow_headed_twoway_vertical_svg_default = meta;
export {
icon_arrow_headed_twoway_vertical_svg_default as default,
meta
};