iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 936 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 AirplaneInFlightThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220 216a4 4 0 01-4 4H72a4 4 0 010-8h144a4 4 0 014 4zm24-80v24a4 4 0 01-4 4H61.06a35.79 35.79 0 01-34.48-25.66L12.52 91.45A12 12 0 0124 76h8a4 4 0 012.83 1.17L57.66 100h29.7L76.63 67.79A12 12 0 0188 52h8a4 4 0 012.83 1.17L145.66 100H208a36 36 0 0136 36zm-8 0a28 28 0 00-28-28h-64a4 4 0 01-2.83-1.17L94.35 60H88a4 4 0 00-3.8 5.26l12.5 37.48a4 4 0 01-3.79 5.26H56a4 4 0 01-2.82-1.17L30.35 84H24a4 4 0 00-3.83 5.15l14.07 46.9A27.83 27.83 0 0061.06 156H236z" }));
exports.default = AirplaneInFlightThin;