open-icon
Version:
Open Icon
26 lines (25 loc) • 595 B
JavaScript
// lib/meta/icon_key-page-up.svg.ts
var meta = {
"description": "The key-page-up icon represents the key that allows users to move the page upwards. This icon is commonly used in user interface design to indicate a keyboard shortcut for scrolling up on a webpage.",
"category": [
"Interface"
],
"tag": [
"keyboard",
"shortcut",
"scroll",
"up",
"navigation",
"webpage",
"move",
"UI",
"user interface",
"key"
],
"title": "Key Page Up"
};
var icon_key_page_up_svg_default = meta;
export {
icon_key_page_up_svg_default as default,
meta
};