open-icon
Version:
Open Icon
27 lines (26 loc) • 602 B
JavaScript
// lib/meta/icon_arrow-twoway-horizontal.svg.ts
var meta = {
"description": "An icon representing a two-way horizontal arrow, indicating bidirectional movement or exchange in both directions.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"horizontal arrow",
"two-way",
"exchange",
"movement",
"directions",
"communication",
"navigation",
"transfer",
"sync",
"opposite"
],
"title": "Two-Way Horizontal Arrow"
};
var icon_arrow_twoway_horizontal_svg_default = meta;
export {
icon_arrow_twoway_horizontal_svg_default as default,
meta
};