@icongo/sti
Version:
Super Tiny Icons
39 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIGooglePlay = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google Play",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_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__*/_jsxs("g", {
clipPath: "url(#prefix__a)",
transform: "translate(-10 17) scale(.93324)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#0e7",
d: "M20 53h400v355"
}), /*#__PURE__*/_jsx("path", {
fill: "#0df",
d: "M512 444H98V30"
}), /*#__PURE__*/_jsx("path", {
fill: "#f34",
d: "M399 181v322H76"
}), /*#__PURE__*/_jsx("path", {
fill: "#fd0",
d: "m324 256 180 180V76"
})]
})]
}));
export { STIGooglePlay };