open-icon
Version:
Open Icon
26 lines (25 loc) • 638 B
JavaScript
// lib/meta/icon_arrow-headed-up-down-stop.svg.ts
var meta = {
"description": "An icon featuring an arrow pointing up and an arrow pointing down, both attached to a square stop sign. This icon represents the ability to move in both directions or to come to a stop.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"up",
"down",
"stop",
"direction",
"movement",
"navigation",
"transport",
"control"
],
"title": "Arrow Headed Up Down Stop"
};
var icon_arrow_headed_up_down_stop_svg_default = meta;
export {
icon_arrow_headed_up_down_stop_svg_default as default,
meta
};