UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 951 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Gamepad = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.433 16.213H4.331A3.33 3.33 0 0 1 1 12.883V7.33A3.33 3.33 0 0 1 4.33 4h11.103a3.33 3.33 0 0 1 3.33 3.33v5.552a3.33 3.33 0 0 1-3.33 3.331zm2.22-8.882a2.22 2.22 0 0 0-2.22-2.221H4.331a2.22 2.22 0 0 0-2.22 2.22v5.552a2.22 2.22 0 0 0 2.22 2.22h11.102a2.22 2.22 0 0 0 2.22-2.22V7.331zm-2.22 2.22h1.11v1.11h-1.11V9.55zm0-2.22h1.11v1.11h-1.11V7.33zm-8.882 6.662h-1.11V6.22h8.882V13.992H6.55zm6.661-6.662H6.551v5.551h6.661V7.331zM3.22 9.55h1.11v1.11H3.22V9.55zm0-2.22h1.11v1.11H3.22V7.33z", fill: "#000", fillRule: "evenodd" })); exports.default = Gamepad;