open-icon
Version:
Open Icon
26 lines (25 loc) • 535 B
JavaScript
// lib/meta/icon_key-mac-command.svg.ts
var meta = {
"description": "A unique icon representing the Command key on a Mac keyboard, commonly used in user interfaces to indicate shortcut commands.",
"category": [
"Interface"
],
"tag": [
"key",
"mac",
"command",
"keyboard",
"shortcut",
"symbol",
"ui",
"technology",
"input",
"computing"
],
"title": "Key Mac Command"
};
var icon_key_mac_command_svg_default = meta;
export {
icon_key_mac_command_svg_default as default,
meta
};