open-icon
Version:
Open Icon
27 lines (26 loc) • 630 B
JavaScript
// lib/meta/icon_arrow-headed-right.svg.ts
var meta = {
"description": "The arrow-headed-right icon is a simple arrow pointing to the right direction. It is commonly used to indicate moving forward, navigating to the next page, or progressing in a process.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"forward",
"next",
"progress",
"navigation",
"direction",
"pointer",
"arrow",
"simple",
"minimalist",
"basic"
],
"title": "Arrow Headed Right"
};
var icon_arrow_headed_right_svg_default = meta;
export {
icon_arrow_headed_right_svg_default as default,
meta
};