open-icon
Version:
Open Icon
28 lines (27 loc) • 691 B
JavaScript
// lib/meta/icon_arrow-left-right-stop.svg.ts
var meta = {
"description": "The arrow-left-right-stop icon represents a combination of arrows pointing left and right, accompanied by a stop sign. It symbolizes the ability to navigate in both directions with the option to halt or pause.",
"category": [
"Arrows",
"Interface",
"Symbol"
],
"tag": [
"navigation",
"direction",
"control",
"halt",
"pause",
"arrow left",
"arrow right",
"stop",
"movement",
"bidirectional"
],
"title": "Arrow Left Right Stop"
};
var icon_arrow_left_right_stop_svg_default = meta;
export {
icon_arrow_left_right_stop_svg_default as default,
meta
};