open-icon
Version:
Open Icon
26 lines (25 loc) • 544 B
JavaScript
// lib/meta/icon_chevron-right.svg.ts
var meta = {
"description": "The chevron-right icon is a symbol depicting a right-pointing arrow, typically used to indicate moving forward or navigating to the next item.",
"category": [
"Arrows"
],
"tag": [
"chevron",
"right",
"forward",
"navigation",
"arrow",
"direction",
"symbol",
"next",
"pointer",
"icon"
],
"title": "Chevron Right"
};
var icon_chevron_right_svg_default = meta;
export {
icon_chevron_right_svg_default as default,
meta
};