open-icon
Version:
Open Icon
26 lines (25 loc) • 703 B
JavaScript
// lib/meta/icon_arrow-diagonal-br-tl-stop.svg.ts
var meta = {
"description": "An icon of a diagonal arrow pointing from bottom right to top left with a stop sign at the end, symbolizing halt or end. This icon is commonly used to indicate termination or interruption.",
"category": [
"Arrows"
],
"tag": [
"diagonal arrow",
"stop",
"end",
"terminating arrow",
"direction",
"interruption",
"termination",
"navigation",
"pointing",
"arrow icon"
],
"title": "Diagonal Arrow with Stop Sign (Bottom-Right to Top-Left)"
};
var icon_arrow_diagonal_br_tl_stop_svg_default = meta;
export {
icon_arrow_diagonal_br_tl_stop_svg_default as default,
meta
};