UNPKG

@icongo/sti

Version:
47 lines (46 loc) 1.68 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGooglePlay = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGooglePlay = function STIGooglePlay(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Google Play", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", { id: "prefix__a", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M465 239 169 69c-15-9-35 2-35 20v334c0 18 20 29 35 20l296-171c13-7 13-25 0-33z" }) }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { clipPath: "url(#prefix__a)", transform: "translate(-10 17) scale(.93324)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#0e7", d: "M20 53h400v355" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#0df", d: "M512 444H98V30" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f34", d: "M399 181v322H76" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fd0", d: "m324 256 180 180V76" })] })] })); }; exports.STIGooglePlay = STIGooglePlay;