@icongo/sti
Version:
Super Tiny Icons
60 lines • 1.69 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 STIFriendica = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Friendica",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x2: 0,
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#fff",
stopOpacity: 0.4
}), /*#__PURE__*/_jsx("stop", {
offset: 0.3,
stopColor: "#d6d7e8",
stopOpacity: 0
}), /*#__PURE__*/_jsx("stop", {
offset: 0.7,
stopOpacity: 0
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopOpacity: 0.4
})]
})
}), /*#__PURE__*/_jsx("rect", {
width: 334,
height: 334,
x: 89,
y: 89,
rx: 50
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#ffc019",
d: "M144 102c-23 0-42 18-42 42v225c0 23 18 42 42 42h52v-88h108v-67H196v-81h107.5v-73z"
}), /*#__PURE__*/_jsx("path", {
fill: "#1872a2",
d: "M316 102v87H209v67h107v81H209v74h160c23 0 42-18 41-42V144c0-23-18-42-42-42z"
}), /*#__PURE__*/_jsx("rect", {
width: 334,
height: 334,
x: 89,
y: 89,
fill: "url(#prefix__a)",
rx: 50
})]
}));
export { STIFriendica };