iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.09 kB
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 AirplaneInFlightDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 136v24H61.06a32 32 0 01-30.65-22.8L16.34 90.3A8 8 0 0124 80h8l24 24h36.91L80.42 66.53A8 8 0 0188 56h8l48 48h64a32 32 0 0132 32z", opacity: ".2" }),
React.createElement("path", { d: "M224 216a8 8 0 01-8 8H72a8 8 0 110-16h144a8 8 0 018 8zm24-80v24a8 8 0 01-8 8H61.07a39.75 39.75 0 01-38.31-28.51L8.69 92.6A16 16 0 0124 72h8a8 8 0 015.65 2.34L59.32 96h22.49l-9-26.94A16 16 0 0188 48h8a8 8 0 015.66 2.34L147.32 96H208a40 40 0 0140 40zm-16 0a24 24 0 00-24-24h-64a8 8 0 01-5.65-2.34L92.69 64H88l12.49 37.47A8 8 0 0192.91 112H56a8 8 0 01-5.66-2.34L28.69 88H24l14.07 46.9a23.85 23.85 0 0023 17.1H232z" }));
exports.default = AirplaneInFlightDuotone;