@icongo/sti
Version:
Super Tiny Icons
45 lines (44 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STISpotify = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STISpotify = function STISpotify(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": "Spotify",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#3bd75f",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 256,
r: 192,
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
stroke: "#3bd75f",
strokeLinecap: "round",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeWidth: 36,
d: "M141 195c75-20 164-15 238 24"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeWidth: 31,
d: "M152 257c61-17 144-13 203 24"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
strokeWidth: 24,
d: "M156 315c54-12 116-17 178 20"
})]
})]
}));
};
exports.STISpotify = STISpotify;