open-icon
Version:
Open Icon
26 lines (25 loc) • 560 B
JavaScript
// lib/meta/icon_gamepad.svg.ts
var meta = {
"description": "The gamepad icon represents a controller used for playing video games. It typically has buttons and joysticks for controlling characters and actions on a screen.",
"category": [
"Media"
],
"tag": [
"gaming",
"controller",
"entertainment",
"video games",
"console",
"technology",
"leisure",
"electronics",
"joystick",
"fun"
],
"title": "Gamepad"
};
var icon_gamepad_svg_default = meta;
export {
icon_gamepad_svg_default as default,
meta
};