UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 468 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Gamepad = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z" })), name: 'Gamepad' }); export default Gamepad;