open-icon
Version:
Open Icon
27 lines (26 loc) • 630 B
JavaScript
// lib/meta/icon_arrow-headed-left-right-stop.svg.ts
var meta = {
"description": "An icon featuring an arrow pointing left, an arrow pointing right, and a stop square in the middle, symbolizing the options to go left, right, or stop.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"left",
"right",
"stop",
"direction",
"navigation",
"options",
"turn",
"choice",
"interface",
"button"
],
"title": "Arrow Headed Left Right Stop"
};
var icon_arrow_headed_left_right_stop_svg_default = meta;
export {
icon_arrow_headed_left_right_stop_svg_default as default,
meta
};