open-icon
Version:
Open Icon
26 lines (25 loc) • 530 B
JavaScript
// lib/meta/icon_key-down.svg.ts
var meta = {
"description": "An icon representing a downward key or keyboard key press. This icon is often used in user interfaces to indicate a keyboard shortcut or key press action.",
"category": [
"Interface"
],
"tag": [
"key",
"down",
"keyboard",
"shortcut",
"press",
"action",
"input",
"computer",
"symbol",
"ui"
],
"title": "Key Down"
};
var icon_key_down_svg_default = meta;
export {
icon_key_down_svg_default as default,
meta
};