open-icon
Version:
Open Icon
26 lines (25 loc) • 517 B
JavaScript
// lib/meta/icon_chevron-up.svg.ts
var meta = {
"description": "An icon depicting an upwards-facing chevron arrow, commonly used to indicate scrolling to the top of a page or list.",
"category": [
"Arrows"
],
"tag": [
"upwards",
"direction",
"scrolling",
"navigation",
"arrow",
"pointing",
"top",
"movement",
"indicator",
"graphic"
],
"title": "Chevron Up"
};
var icon_chevron_up_svg_default = meta;
export {
icon_chevron_up_svg_default as default,
meta
};