open-icon
Version:
Open Icon
27 lines (26 loc) • 592 B
JavaScript
// lib/meta/icon_arrow-left-right.svg.ts
var meta = {
"description": "The arrow-left-right icon depicts an arrow pointing to the left and another arrow pointing to the right, symbolizing bidirectional movement or navigation.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"left",
"right",
"direction",
"navigation",
"bidirectional",
"movement",
"symbol",
"icon",
"pointer"
],
"title": "Arrow Left Right"
};
var icon_arrow_left_right_svg_default = meta;
export {
icon_arrow_left_right_svg_default as default,
meta
};