open-icon
Version:
Open Icon
27 lines (26 loc) • 608 B
JavaScript
// lib/meta/icon_arrow-headed-left-right.svg.ts
var meta = {
"description": "This icon depicts an arrow pointing left and right, commonly used to indicate the ability to navigate or switch between options in both directions.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"navigation",
"direction",
"switch",
"movement",
"left",
"right",
"interface design",
"web",
"app",
"UI"
],
"title": "Arrow Headed Left Right"
};
var icon_arrow_headed_left_right_svg_default = meta;
export {
icon_arrow_headed_left_right_svg_default as default,
meta
};