open-icon
Version:
Open Icon
26 lines (25 loc) • 665 B
JavaScript
// lib/meta/icon_arrow-diagonal-tr-bl-stop.svg.ts
var meta = {
"description": "The arrow diagonal TR to BL with a stop symbol is a directional icon indicating movement from the top right corner to the bottom left corner with a stop symbol in between.",
"category": [
"Arrows"
],
"tag": [
"directional",
"movement",
"stop",
"diagonal",
"top right",
"bottom left",
"symbol",
"navigation",
"pointer",
"transition"
],
"title": "Arrow Diagonal Top Right to Bottom Left with Stop"
};
var icon_arrow_diagonal_tr_bl_stop_svg_default = meta;
export {
icon_arrow_diagonal_tr_bl_stop_svg_default as default,
meta
};