open-icon
Version:
Open Icon
27 lines (26 loc) • 592 B
JavaScript
// lib/meta/icon_chevron-double-right.svg.ts
var meta = {
"description": "The chevron-double-right icon is a pair of arrows pointing to the right, representing forward movement or indicating the next step in a process.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"forward",
"direction",
"navigation",
"double",
"right",
"arrows",
"chevron",
"next",
"process",
"move"
],
"title": "Chevron Double Right"
};
var icon_chevron_double_right_svg_default = meta;
export {
icon_chevron_double_right_svg_default as default,
meta
};