open-icon
Version:
Open Icon
26 lines (25 loc) • 636 B
JavaScript
// lib/meta/icon_arrow-diagonal-tl-br-stop.svg.ts
var meta = {
"description": "The arrow diagonal tl br stop icon features a diagonal arrow pointing from the top left to the bottom right with a stop symbol in the middle, indicating a halt or end of a process.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"diagonal",
"tl",
"br",
"stop",
"halt",
"end",
"direction",
"navigation",
"pointer"
],
"title": "Arrow Diagonal Top Left Bottom Right Stop"
};
var icon_arrow_diagonal_tl_br_stop_svg_default = meta;
export {
icon_arrow_diagonal_tl_br_stop_svg_default as default,
meta
};