@icongo/sti
Version:
Super Tiny Icons
57 lines (56 loc) • 2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIThreema = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIThreema = function STIThreema(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": "Threema",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
x2: "0%",
y2: "50%",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#505050"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#323232"
})]
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "m184.4 327-81 20 17-69c-17-22-27-50-27-79 0-79 73-143 163-143s163 64 163 143-73 143-163 143c-25 0-50-5-71-14zm25-141h-2c-4 0-7 3-6 7v65c0 4 3 7 7 7h96c4 0 7-3 7-7v-65c0-4-3-7-7-7h-2v-18c0-25-21-46-46-46s-46 21-46 46v18zm74 0h-55v-18c0-15 12-28 28-28 15 0 28 12 28 28v18z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 156,
cy: 406,
r: 28,
fill: "#3FE669"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 406,
r: 28,
fill: "#3FE669"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 356,
cy: 406,
r: 28,
fill: "#3FE669"
})]
}));
};
exports.STIThreema = STIThreema;