@icongo/sti
Version:
Super Tiny Icons
49 lines • 1.45 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 STIThreema = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Threema",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x2: "0%",
y2: "50%",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#505050"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#323232"
})]
})
}), /*#__PURE__*/_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__*/_jsx("circle", {
cx: 156,
cy: 406,
r: 28,
fill: "#3FE669"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 406,
r: 28,
fill: "#3FE669"
}), /*#__PURE__*/_jsx("circle", {
cx: 356,
cy: 406,
r: 28,
fill: "#3FE669"
})]
}));
export { STIThreema };