open-icon
Version:
Open Icon
26 lines (25 loc) • 620 B
JavaScript
// lib/meta/icon_arrow-headed-diagonal-tr-bl-stop.svg.ts
var meta = {
"description": "An arrow icon pointing diagonally from top right to bottom left with a stop sign at the end, representing a halt or an end point.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"direction",
"stop",
"pointing",
"halt",
"diagonal",
"bottom",
"left",
"top",
"right"
],
"title": "Arrow Headed Diagonal Top Right Bottom Left with Stop"
};
var icon_arrow_headed_diagonal_tr_bl_stop_svg_default = meta;
export {
icon_arrow_headed_diagonal_tr_bl_stop_svg_default as default,
meta
};