open-icon
Version:
Open Icon
26 lines (25 loc) • 672 B
JavaScript
// lib/meta/icon_arrow-headed-twoway-horizontal.svg.ts
var meta = {
"description": "An icon depicting a horizontal arrow with arrowheads on both ends, indicating a two-way movement or interaction. The arrowheads point in opposite directions.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"Horizontal",
"Two-way",
"Arrowheads",
"Movement",
"Interaction",
"Opposite directions",
"Navigation",
"Directional",
"Communication"
],
"title": "Arrow Headed Two-Way Horizontal"
};
var icon_arrow_headed_twoway_horizontal_svg_default = meta;
export {
icon_arrow_headed_twoway_horizontal_svg_default as default,
meta
};