iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.5 kB
JavaScript
;
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 GamePadModern1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.303 7.739a.75.75 0 01.75.75v1.004h1.005a.75.75 0 010 1.5h-1.005V12a.75.75 0 01-1.5 0v-1.007H7.547a.75.75 0 010-1.5h1.006V8.489a.75.75 0 01.75-.75zM14.479 11.746a.75.75 0 01.75-.75h.877a.75.75 0 010 1.5h-.877a.75.75 0 01-.75-.75zM15.229 7.989a.75.75 0 100 1.5h.877a.75.75 0 000-1.5h-.877z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.402 5.018a30.75 30.75 0 0111.188 0l1.565.29a2.25 2.25 0 011.825 1.944l1.167 9.73a2.25 2.25 0 01-2.234 2.518h-2.097a2.25 2.25 0 01-1.915-1.07l-1.434-2.324a.75.75 0 00-.638-.356h-3.667a.75.75 0 00-.638.356l-1.433 2.325A2.25 2.25 0 016.175 19.5H4.078a2.25 2.25 0 01-2.234-2.518l1.168-9.73a2.25 2.25 0 011.824-1.944l1.566-.29zm10.915 1.475a29.25 29.25 0 00-10.642 0l-1.566.29a.75.75 0 00-.608.648l-1.167 9.73a.75.75 0 00.744.839h2.097a.75.75 0 00.639-.357l1.433-2.324a2.25 2.25 0 011.915-1.07h3.667c.78 0 1.505.405 1.915 1.07l1.434 2.324a.75.75 0 00.638.357h2.097a.75.75 0 00.745-.84L19.49 7.43a.75.75 0 00-.609-.647l-1.565-.29z", fill: "#323544" }));
exports.default = GamePadModern1;