UNPKG

@icongo/sti

Version:
45 lines (44 loc) 1.69 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIJellyfin = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIJellyfin = function STIJellyfin(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": "Jellyfin", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__a", x1: 126.15, x2: 457.68, y1: 219.32, y2: 410.73, gradientUnits: "userSpaceOnUse", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0, stopColor: "#aa5cc3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#00a4dc" })] }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "url(#prefix__a)", d: "M256 56.1C203.1 56.1 32.8 364.9 58.7 417s369 51.6 394.7 0S308.9 56.1 256 56.1zm0 79.1c34.7 0 146.1 202.7 129.3 236.5s-241.5 34.2-258.5 0S221.3 135.2 256 135.2zm0 74.1c-17.6 0-74.1 102.5-65.5 119.8s122.5 17.1 131 0-47.9-119.8-65.5-119.8z" })] })); }; exports.STIJellyfin = STIJellyfin;