iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 724 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Telegram = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.936 5.17l-3.03 14.185c-.226.999-.806 1.224-1.644.773l-4.545-3.352-2.225 2.127c-.225.226-.451.452-.967.452l.355-4.675 8.478-7.704c.354-.355-.097-.484-.548-.193l-10.541 6.64-4.546-1.386c-.999-.322-.999-1 .226-1.45L20.614 3.72c.87-.258 1.612.194 1.322 1.45z", fill: "#323544" }));
exports.default = Telegram;