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.06 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 20 20", 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: "M5.973 5C3.783 5 2 6.794 2 8.988v2.024C2 13.206 3.783 15 5.973 15h8.054C16.217 15 18 13.206 18 11.012V8.988C18 6.794 16.217 5 14.027 5ZM6.5 7.5a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 1 1-1.5 0v-1h-1a.75.75 0 1 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75Zm8.25.25c.681 0 1.25.569 1.25 1.25s-.569 1.25-1.25 1.25S13.5 9.681 13.5 9s.569-1.25 1.25-1.25zm-2.5 2c.681 0 1.25.569 1.25 1.25s-.569 1.25-1.25 1.25S11 11.681 11 11s.569-1.25 1.25-1.25z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(GamepadIcon); module.exports = ForwardRef;