open-icon
Version:
Open Icon
26 lines (25 loc) • 678 B
JavaScript
// lib/meta/icon_arrow-headed-diagonal-bl-tr-stop.svg.ts
var meta = {
"description": "This icon features an arrow pointing diagonally from the bottom left to top right with a stop symbol at the tip of the arrowhead. It represents a pause or halt in movement or progression.",
"category": [
"Arrows"
],
"tag": [
"diagonal arrow",
"stop",
"pause",
"movement",
"progression",
"direction",
"navigation",
"pointer",
"symbol",
"icon"
],
"title": "Diagonal Arrow with Stop Symbol"
};
var icon_arrow_headed_diagonal_bl_tr_stop_svg_default = meta;
export {
icon_arrow_headed_diagonal_bl_tr_stop_svg_default as default,
meta
};