@icongo/sti
Version:
Super Tiny Icons
35 lines (34 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STITelegram = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STITelegram = function STITelegram(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": "Telegram",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#37aee2",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c8daea",
d: "M199 404c-11 0-10-4-13-14l-32-105 245-144"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#a9c9dd",
d: "M199 404c7 0 11-4 16-8l45-43-56-34"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f6fbfe",
d: "m204 319 135 99c14 9 26 4 30-14l55-258c5-22-9-32-24-25L79 245c-21 8-21 21-4 26l83 26 190-121c9-5 17-3 11 4"
})]
}));
};
exports.STITelegram = STITelegram;