@icongo/mc
Version:
Micon Icons
13 lines • 618 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCTelegramPlane = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1786.8 394.4-270.4 1275.2c-20.4 90-73.6 112.4-149.2 70l-412-303.6-198.8 191.2c-22 22-40.4 40.4-82.8 40.4l29.6-419.6 763.6-690c33.2-29.6-7.2-46-51.6-16.4l-944 594.4-406.4-127.2c-88.4-27.6-90-88.4 18.4-130.8l1589.6-612.4c73.6-27.6 138 16.4 114 128.8z"
})
}));
export { MCTelegramPlane };