@icongo/sti
Version:
Super Tiny Icons
58 lines • 1.67 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 STIXmpp = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 0.5,
x2: 0.5,
y1: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.3,
stopColor: "#1be"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#025"
})]
}), /*#__PURE__*/_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__*/_jsx("g", {
fill: "#e61",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__c",
d: "M344 183c-3 120-104 233-187 258v2c127-36 273-161 256-286z"
})
}), /*#__PURE__*/_jsx("g", {
fill: "#d51",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__d",
d: "M396 163.4c.1 130-95.3 245-252 278v5c173-13 284-179.7 272-290.7z"
})
}), /*#__PURE__*/_jsxs("g", {
transform: "matrix(-1 0 0 1 512 0)",
children: [/*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__b"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__c",
fill: "#ac6"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__d",
fill: "#493"
})]
})]
}));
export { STIXmpp };