open-icon
Version:
Open Icon
26 lines (25 loc) • 592 B
JavaScript
// lib/meta/icon_key-page-down.svg.ts
var meta = {
"description": "An icon representing a key with an arrow pointing downwards, indicating the action of moving a page down. This icon is commonly used in user interfaces for navigation purposes.",
"category": [
"Interface"
],
"tag": [
"key",
"page down",
"navigation",
"scrolling",
"user interface",
"arrow",
"downwards",
"button",
"website",
"app"
],
"title": "Key Page Down"
};
var icon_key_page_down_svg_default = meta;
export {
icon_key_page_down_svg_default as default,
meta
};