open-icon
Version:
Open Icon
27 lines (26 loc) • 596 B
JavaScript
// lib/meta/icon_arrow-headed-down-stop.svg.ts
var meta = {
"description": "The icon depicts a downward-facing arrow with a stop sign at the tip. It signifies a halt or stopping action in a directional context.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"down arrow",
"stop",
"directional",
"navigation",
"bottom",
"action",
"halt",
"pointer",
"instruction",
"UI"
],
"title": "Arrow Headed Down Stop"
};
var icon_arrow_headed_down_stop_svg_default = meta;
export {
icon_arrow_headed_down_stop_svg_default as default,
meta
};