UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.16 kB
const React = require("react"); function GamepadIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M4 4C2.338 4 1 5.338 1 7v2c0 1.662 1.338 3 3 3h8c1.662 0 3-1.338 3-3V7c0-1.662-1.338-3-3-3H4zm1 1.75a.75.75 0 0 1 .75.75v.75h.75a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75h-.75v.75a.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75v-.75H3.5A.75.75 0 0 1 2.75 8a.75.75 0 0 1 .75-.75h.75V6.5A.75.75 0 0 1 5 5.75zm6.875.25A1.125 1.125 0 0 1 13 7.125a1.125 1.125 0 0 1-1.125 1.125 1.125 1.125 0 0 1-1.125-1.125A1.125 1.125 0 0 1 11.875 6zm-2.25 1.75a1.125 1.125 0 0 1 1.125 1.125A1.125 1.125 0 0 1 9.625 10 1.125 1.125 0 0 1 8.5 8.875 1.125 1.125 0 0 1 9.625 7.75z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(GamepadIcon); module.exports = ForwardRef;