open-icon
Version:
Open Icon
26 lines (25 loc) • 573 B
JavaScript
// lib/meta/icon_arrow-right.svg.ts
var meta = {
"description": "The arrow-right icon is a simple and sleek design depicting a right-pointing arrow. It is commonly used to indicate moving forward, proceeding, or navigating to the right.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"navigation",
"direction",
"pointer",
"horizontal",
"move",
"forward",
"next",
"right",
"proceed"
],
"title": "Arrow Right"
};
var icon_arrow_right_svg_default = meta;
export {
icon_arrow_right_svg_default as default,
meta
};