@icongo/sti
Version:
Super Tiny Icons
68 lines (67 loc) • 2.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIFriendica = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIFriendica = function STIFriendica(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": "Friendica",
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",
x2: 0,
y2: 1,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#fff",
stopOpacity: 0.4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.3,
stopColor: "#d6d7e8",
stopOpacity: 0
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.7,
stopOpacity: 0
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopOpacity: 0.4
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 334,
height: 334,
x: 89,
y: 89,
rx: 50
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M144 89c-30 0-55 25-55 55v225c0 30 25 55 55 55h225c30 0 55-25 55-55V144c0-30-25-55-55-55z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc019",
d: "M144 102c-23 0-42 18-42 42v225c0 23 18 42 42 42h52v-88h108v-67H196v-81h107.5v-73z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1872a2",
d: "M316 102v87H209v67h107v81H209v74h160c23 0 42-18 41-42V144c0-23-18-42-42-42z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 334,
height: 334,
x: 89,
y: 89,
fill: "url(#prefix__a)",
rx: 50
})]
}));
};
exports.STIFriendica = STIFriendica;