open-icon
Version:
Open Icon
27 lines (26 loc) • 699 B
JavaScript
// lib/meta/icon_arrow-right-stop.svg.ts
var meta = {
"description": "The arrow-right-stop icon is a graphical representation of a right arrow with a stop symbol, indicating the action of stopping or halting the rightward movement. This icon is commonly used in interfaces and applications to indicate a pause or cancellation of a process.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"right",
"stop",
"navigation",
"direction",
"interface",
"symbol",
"pause",
"cancel",
"halt"
],
"title": "Arrow Right Stop"
};
var icon_arrow_right_stop_svg_default = meta;
export {
icon_arrow_right_stop_svg_default as default,
meta
};