open-icon
Version:
Open Icon
26 lines (25 loc) • 609 B
JavaScript
// lib/meta/icon_key-tab.svg.ts
var meta = {
"description": "The key-tab icon represents a key symbol often used to indicate the 'tab' key on a keyboard. This icon is commonly used in user interfaces to guide users in navigating through different fields or sections.",
"category": [
"Interface"
],
"tag": [
"keyboard",
"navigation",
"input",
"interface",
"control",
"tab key",
"shortcut",
"user interface",
"accessibility",
"symbol"
],
"title": "Key Tab"
};
var icon_key_tab_svg_default = meta;
export {
icon_key_tab_svg_default as default,
meta
};