open-icon
Version:
Open Icon
26 lines (25 loc) • 557 B
JavaScript
// lib/meta/icon_arrow-up copy.svg.ts
var meta = {
"description": "The 'arrow-up copy' icon is a simple arrow pointing upwards. It can be used to indicate an upward direction or to encourage users to scroll up on a webpage.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"up",
"direction",
"scroll",
"point",
"navigation",
"website",
"interface",
"symbol",
"icon"
],
"title": "Arrow Up Copy"
};
var icon_arrow_up_copy_svg_default = meta;
export {
icon_arrow_up_copy_svg_default as default,
meta
};