open-icon
Version:
Open Icon
26 lines (25 loc) • 570 B
JavaScript
// lib/meta/icon_key-up.svg.ts
var meta = {
"description": "The key-up icon represents the action of pressing the 'Up' arrow key on a keyboard. It is commonly used in user interfaces to indicate keyboard navigation or scrolling upwards.",
"category": [
"Interface",
"Arrows"
],
"tag": [
"keyboard",
"arrow key",
"navigation",
"scrolling",
"upwards",
"user interface",
"input",
"control",
"symbol"
],
"title": "Key Up"
};
var icon_key_up_svg_default = meta;
export {
icon_key_up_svg_default as default,
meta
};