UNPKG

@icongo/sti

Version:
66 lines (65 loc) 2.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIXmpp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIXmpp = function STIXmpp(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "1em", height: "1em", "aria-label": "XMPP", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", { id: "prefix__a", x1: 0.5, x2: 0.5, y1: 1, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 0.3, stopColor: "#1be" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", { offset: 1, stopColor: "#025" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { id: "prefix__b", fill: "url(#prefix__a)", d: "M379.9 170c0 212.7-220.9 272-220.9 272v2c148-12 311-165 316-311z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { fill: "#e61", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { id: "prefix__c", d: "M344 183c-3 120-104 233-187 258v2c127-36 273-161 256-286z" }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", { fill: "#d51", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { id: "prefix__d", d: "M396 163.4c.1 130-95.3 245-252 278v5c173-13 284-179.7 272-290.7z" }) }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "matrix(-1 0 0 1 512 0)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__b" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__c", fill: "#ac6" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__d", fill: "#493" })] })] })); }; exports.STIXmpp = STIXmpp;