iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 959 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 AirplaneInFlightLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222 216a6 6 0 01-6 6H72a6 6 0 010-12h144a6 6 0 016 6zm24-80v24a6 6 0 01-6 6H61.07a37.77 37.77 0 01-36.4-27.08L10.6 92A14 14 0 0124 74h8a6 6 0 014.24 1.76L58.49 98h26.1l-9.86-29.57A14 14 0 0188 50h8a6 6 0 014.25 1.76L146.49 98H208a38 38 0 0138 38zm-12 0a26 26 0 00-26-26h-64a6 6 0 01-4.24-1.76L93.52 62H88a2 2 0 00-1.9 2.63l12.5 37.47a6 6 0 01-5.69 7.9H56a6 6 0 01-4.24-1.76L29.52 86H24a1.93 1.93 0 00-1.6.81 1.91 1.91 0 00-.31 1.76l14.06 46.9A25.86 25.86 0 0061.07 154H234z" }));
exports.default = AirplaneInFlightLight;