open-icon
Version:
Open Icon
27 lines (26 loc) • 701 B
JavaScript
// lib/meta/icon_arrow-headed-diagonal-br-tl-stop.svg.ts
var meta = {
"description": "This icon features an arrow pointing diagonally from bottom right to top left, with a stop or end symbol at the arrowhead. It symbolizes halting or ending movement in that direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"diagonal",
"stop",
"direction",
"movement",
"end",
"navigation",
"pointer",
"symbol",
"halt"
],
"title": "Arrow Headed Diagonal Bottom Right to Top Left with Stop"
};
var icon_arrow_headed_diagonal_br_tl_stop_svg_default = meta;
export {
icon_arrow_headed_diagonal_br_tl_stop_svg_default as default,
meta
};